Commit Graph

113 Commits

Author SHA1 Message Date
julceslauhub
db15c81194 Merge pull request #1588 from marcoAntonioNina/BUG-10275
BUG-10275 Problemas en campos currency con las mascaras SOLVED
2013-04-19 10:11:26 -07:00
Marco Antonio Nina
4187fe6bce Improvement style codemirror 2013-04-19 11:47:25 -04:00
Marco Antonio Nina
c9ef420dcb BUG-10275 Problemas en campos currency con las mascaras SOLVED
- were adding decimals in the mask.
- Add validation.
2013-04-19 08:52:46 -04:00
Victor Saisa Lopez
ad84ab69bc BUG 11141 "Javascript doesn't execute when you open a..." SOLVED
- Javascript doesn't execute when you open a dynaform fort the first time
- Solved problem, JavaScript execute when you open a dynaform in mode preview
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-04 11:28:09 -04:00
julceslauhub
74f78756e4 Merge pull request #1495 from ralpheav/master
Adding Codemirror 3.13
2013-04-03 07:08:59 -07:00
ralph
55a3ce15ea cosmetic changes 2013-04-02 14:46:02 -04:00
ralph
5952e69ada changing forgotten places were add codemirror 3.13 2013-04-02 10:46:53 -04:00
Victor Saisa Lopez
3cd724a9ed BUG 10920 "Add subtitles inside a drop-down" SOLVED
- New feature, add subtitles inside a drop-down
- Solved problem, added grouping elements in DropDowns
- If a DropDown has enabled optgroup, an example with SQL would be the following:
    (SELECT 'optgroup1' AS UID, 'Users' AS NAME)
    UNION
    (SELECT USR.USR_UID AS UID, USR.USR_USERNAME AS NAME
     FROM   USERS AS USR
     WHERE  USR.USR_USERNAME <> '' AND USR.USR_USERNAME LIKE 'u%'
    )
    UNION
    (SELECT 'optgroup2' AS UID, 'Countries' AS NAME)
    UNION
    (SELECT COUNTRY.IC_UID AS UID, COUNTRY.IC_NAME AS NAME
     FROM   ISO_COUNTRY AS COUNTRY
     WHERE  COUNTRY.IC_NAME LIKE 'b%'
    )
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-03-27 09:57:22 -04:00
Marco Antonio Nina
d51f9e221f Improvement dynaforms properties adjust grid width 2013-03-22 12:13:35 -04:00
Julio Cesar Laura
48a0e03976 Improvement related to bug 10932, changes in dynaform toolbar 2013-03-18 18:00:31 -04:00
Julio Cesar Laura
c080eaa8d3 BUG 10699 Databases Source list no tiene search SOLVED
- Missing filter field in the list
- Added filter field to the list
2013-02-07 11:01:04 -04:00
Marco Antonio Nina
1fa2b8602f BUG 10623 Al seleccionar Static Date en el campo Date, el mismo no... SOLVED
- Uid that is generated does not exist.
- was add uid.
2013-02-01 16:10:42 -04:00
Hector Cortez
35b123268d BUG 10253 Error al usar Dependent fields con Suggest field SOLVED
- El proceso adjunto muestra el error.
- Fix bug in suggest fields.
2013-01-15 12:07:01 -04:00
Marco Antonio Nina
b328ea14b7 BUG 10275 Problemas en campos currency con las mascaras SOLVED
- not validated the mask.
- was add validated for fields currency and percentage.
2013-01-08 13:24:02 -04:00
Marco Antonio Nina
ba8f1b4083 Create a dynaform through of pmtable IMPROVEMENT
- not was create the fields of dynaform.
- Was class AdditionalTablesPeer and option "Action".
2013-01-07 14:33:01 -04:00
Victor Saisa Lopez
4cf67531b6 BUG 9549 "Posibilidad de copiar dynaforms" SOLVED
- New feature
- Add the ability to copy/import Dynaforms
- Copy/Import Dynaform option was added in DESIGNER>DYNAFORMS>New
* Available from version ProcessMaker-2.0.46
2013-01-03 15:31:55 -04:00
Julio Cesar Laura
941320bbdf BUG 9549 Changes reverted 2012-12-21 15:33:46 -04:00
Julio Cesar Laura
c7e8c83128 Improvements in the new dynaforms list dropdown in the dynaforms editor 2012-12-20 12:05:05 -04:00
julceslauhub
2db71ee146 Merge pull request #1094 from Jennydmz/BUG-3860
Bug 3860 New Feature. Add options "Capitalize Phrase" and "Title Case" to "Text transform to".
2012-12-13 10:15:24 -08:00
jennylee
4e20a99193 BUG-3860 New Feature. Add options "Capitalize Phrase" and "Title Case" to "Text transform to".
New Feature. I added new functions to  Capitalize Phrase and Title Case in''Text transform to'.
2012-12-13 12:18:55 -04:00
Gustavo Cruz
dd4e044296 Merge branch 'pm_wysiwyg' 2012-12-12 17:32:13 -04:00
Gustavo Cruz
a7136b70d4 Adding the Field Picker in the dynaform editor 2012-12-12 17:30:36 -04:00
norahmollo
5cb485eead DYNAFORM PROPERTIES
DYNAFORM PROPERTIES enlarge form
2012-12-12 14:21:23 +00:00
Hector Cortez
95e1a60f31 Merge remote branch 'upstream/master' into BUG-10054 2012-12-11 18:14:39 -04:00
Brayan Osmar Pereyra Suxo
0510888b5e BUG 10148 I added validation to value 1 in checkbox SOLVED
I added validation to value 1 in checkbox
2012-12-06 15:30:36 -04:00
Hector Cortez
9924f254d0 BUG 10054 Feature request: grid to support a suggest field SOLVED
- Add the possibility to insert Suggest fields in a grid.
- New Feature, was added Suggest option to the grid.
2012-12-05 15:19:57 -04:00
Gustavo Cruz
05d6a3181b Fixed the variable picker in the wysiwyg editor now correctly shows the process variables, and also the maborak.js has been rebuild in order to add the tinymce library 2012-11-29 12:46:24 -04:00
Gustavo Cruz
f55ff5bdae Automatic merge with the upstream master branch 2012-11-29 12:18:58 -04:00
norahmollo
dc2c19f288 WYSIWYG EDITOR resize popup Variable Picker
WYSIWYG EDITOR Variable Picker
2012-11-28 21:20:41 +00:00
julceslauhub
ae7daba540 Merge pull request #990 from brayanpereyra/BUG-9549
BUG 9549 I added button to import dynaform SOLVED
2012-11-25 19:33:55 -08:00
Brayan Osmar Pereyra Suxo
9b2c1343e4 BUG 9549 I added button to import dynaform SOLVED
I added button to import dynaform
2012-11-23 15:47:10 -04:00
ralph
d7962637a8 Commenting DB interface requiere files from processMap class, already in Autoloader. 2012-11-22 16:33:58 -04:00
user
581217558f Changes and fixes to the dynaform editor wysiwyg feature 2012-11-20 09:07:40 -04:00
user
22cc9125d1 Merge branch 'master' into pm_wysiwyg 2012-11-15 12:36:31 -04:00
norahmollo
0558942662 WYSIWYG EDITOR for dynaforms
WYSIWYG EDITOR for dynaforms
2012-11-15 16:06:53 +00:00
Victor Saisa Lopez
b123ddf1c3 BUG 8541 "Al hacer click sobre un boton, este se queda en..." SOLVED
- In PROCESSMAKER>DESIGNER>DYNAFORMS>Edit>HTML "Restore Original HTML"
  and "Refresh View" buttons remain active after being clicked
- Fixed, now the buttons are reset to it's initial state
* Available from version 2.0.46
2012-11-14 16:15:14 -04:00
Julio Cesar Laura
51ddae1202 BUG 10027 Request for Dynaform Editing, a way to edit various dynaforms simply SOLVED
- Added a dropdown with the dynaforms list to change the dynaform editing inside the dynaforms editor
2012-11-14 13:42:31 -04:00
norahmollo
bd0ababd7b WYSIWYG editor dynaforms and output documents
WYSIWTG editor for dynaforms and output documents
2012-11-14 12:53:49 +00:00
Ralph Asendeteufrer
00d934bc62 BUG 9877 PM table Dynaform Title size could grows up to infinite
PROBLEM  The title of the Dynaforms grows up at time to create it from a PM table.
SOLUTION the title should no concat the names of the PM tables in the dynaform table, no it is only assigning the PM table tittle.
2012-10-16 15:00:15 -04:00
Ralph Asendeteufrer
5f0b6afaf1 BUG 9877 PM table Dynaform Title size could grows up to infinite
PROBLEM  The title of the Dynaforms grows up at time to create it from a PM table.
SOLUTION the title should no concat the names of the PM tables in the dynaform table, no it is only assigning the PM table tittle in case the title is empty.
2012-10-16 13:32:16 -04:00
jennylee
b4d4df8f76 BUG-9837 In a field DATE in a Dynaform with TODAY date like a default date, it shows always in this format: "2012-10-11", it ignores the MASK.
The xml file of dynaform sets 'defaultvalue' with current date when 'defaultvalue_sel' has the value 'today', so I add an 'if' in 'workflow/engine/xmlform/dynaforms/filds/date.xml', to set this value with the value of 'defaultvalue_sel' when this one is 'today'.
2012-10-15 10:13:50 -04:00
Victor Saisa Lopez
29c6fc996d BUG 8333 "File field for each grid line" SOLVED
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
    * Grids in mode edit/view
    * INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
    * KnowledgeTree plugin
    * And other cases
* Available from version 2.0.45
2012-10-04 17:54:44 -04:00
Brayan Osmar Pereyra Suxo
ac920502cf BUG 9508 I changed the variable name
I changed thevariable name adjustgridswith for adjustgridswidth
2012-10-04 15:33:11 -04:00
Brayan Osmar Pereyra Suxo
e175087c82 Merge remote branch 'upstream/master' into BUG-9508 2012-10-03 11:59:46 -04:00
Brayan Osmar Pereyra Suxo
ae11d5c106 BUG 9508 I add the option the show scroll
I add propety in form to the grids with scroll
2012-10-03 11:57:16 -04:00
Hector Cortez
dd1b914ee8 BUG Move "Enable HTML Editing" checkbox, "Restore Original HTML" SOLVED
- Move "Enable HTML Editing" checkbox, "Restore Original HTML" and "Refresh view" buttons to top of "HTML" tab in DynaForm Editor.
- Added messageBox of alert.
2012-10-01 14:37:02 -04:00
Hector Cortez
1e03cebdd8 BUG Move "Enable HTML Editing" checkbox, "Restore Original HTML" SOLVED
- Move "Enable HTML Editing" checkbox, "Restore Original HTML" and "Refresh view" buttons to top of "HTML" tab in DynaForm Editor
- Buttons are moved to the top
2012-10-01 11:19:55 -04:00
Victor Saisa Lopez
41f9312f7a BUG 9558 "Suggest field functionality is not intuitive..." SOLVED
- New feature, change SUGGEST field behavior for the insertion of
  a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
  a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
  the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
  there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
  editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
2012-08-16 15:37:15 -04:00
Marco Antonio Nina
26cc05aa9d BUG 9570 Grid Editor... properties allow to change width, link.. SOLVED
- The values were not necessary.
- Was validated for use of each type.
2012-08-15 10:44:12 -04:00
Marco Antonio Nina
7cc32c7f85 BUG 9570 Grid Editor... properties allow to change width, link.. SOLVED
- The values were not necessary.
- Was validated for use of each type.
2012-08-15 10:41:37 -04:00