Commit Graph

192 Commits

Author SHA1 Message Date
marcelo
7672cb5467 BUG 11213 "Date fields are not in the same alignment on grids" SOLVED
-When you are building a gird, if you add a date field, its not shown in
the same alignment as the other fields.
-Solved, now date feilds are shown in the same alignment as the other
fields.
2013-04-19 12:43:11 -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
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
Julio Cesar Laura
b5b728ffc7 BUG 10952: Background color de listbox en modo view only muy oscuro y/o color de letras debieran ser blancas SOLVED
- When a browser uses a addon/skin/theme overwrite the default styles
- Force to use neutral background and a specific color for the selected options
2013-03-11 11:05:45 -04:00
Julio Cesar Laura
f335dd56c1 Improvement in fix data for grids 2013-03-05 17:24:26 -04:00
Julio Cesar Laura
1d6c7fc6a5 BUG 10906 Campo Check box no funciona correctamente en version 2.0.46-testing.7 SOLVED
- Cuando el valor de una grilla no contiene los valores de una columna los checboxes no se muertan
- Los datos de una grilla son sanitizados antes de ser enviado al metodo renderGrid
2013-02-28 14:59:02 -04:00
Marco Antonio Nina
fe24c6ccbd BUG 10885 Checkgroup submit problem SOLVED
- Fields duplicated in form view types hidden and checkbox.
- Was delete de name in field checkbox in form view.
2013-02-25 17:09:29 -04:00
Marco Antonio Nina
40f3b9d934 BUG 10885 Checkgroup submit problem SOLVED
- Fields duplicated in form view types hidden and checkbox.
- Was delete de name in field checkbox in form view.
2013-02-25 15:27:30 -04:00
Julio Cesar Laura
f9022a7cf5 BUG 10808 Error assigning Porcess Permissions or Process Supervisor SOLVED
- Missing validation when "glob" function return a boolean value
- Add validation
2013-02-13 12:15:09 -04:00
Hector Cortez
ecf0315ac9 BUG 10253 Error al usar Dependent fields con Suggest field SOLVED
- Error al usar Dependent fields con Suggest field
- Adjustment in the reload dependent fields dropdown.
2013-02-05 15:52:05 -04:00
Victor Saisa Lopez
32e605137f BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED
- Problem in AGGREGATE field in grids
- Added AGGREGATE field in grids
* Available from version ProcessMaker-2.0.46
2013-02-01 16:49:40 -04:00
Julio Cesar Laura
c861260c67 Validating many warnings and notices 2013-01-31 10:41:53 -04:00
Hector Cortez
430be1dbe2 BUG 10589 No continua el caso a noser que se le diga Next SOLVED 2013-01-31 10:03:14 -04:00
Hector Cortez
a045b4db82 BUG 10589 No continua el caso a noser que se le diga Next SOLVED
- Cuando se hace correr un caso, se llenan los datos correspondientes y al darle click en el boton, enviar, guardar o segun este diseñado el formualrio este se queda ahi.... si queremos continuar debemos darle CLcik en Next Step para continuar.
- Adjustment submit button to Chrome & iExplorer browsers.
2013-01-30 18:28:41 -04:00
Victor Saisa Lopez
58d3b70fb4 BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED
- Problem in xmlform of grid type, when require fields of the main xmlform
- Solved problem, added fields of the main xmlform
* Available from version ProcessMaker-2.0.46
2013-01-29 13:04:30 -04:00
Hector Cortez
eb33688d88 BUG 9886 Duplicated cases when clicking various times in the submit ...SOLVED
- For some reason when you click various times in the submit button, it will create a duplicate case.
- Disabled Button after clicked.
2013-01-28 12:12:14 -04:00
Victor Saisa Lopez
f871d9fded BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED
- Problem in dependent fields with suggest field in grids
- Solved problem in dependent fields with suggest field in grids
- The QA team should test with (in grids):
    suggest  -> suggest  -> suggest
    suggest  -> dropdown -> suggest
    dropdown -> suggest  -> suggest
    dropdown -> suggest  -> dropdown
    text     -> suggest  -> suggest
    text     -> suggest  -> text
    * Browsers IE7, IE8, IE9, Firefox and Chrome
* Available from version ProcessMaker-2.0.46
2013-01-18 19:12:32 -04:00
Marco Antonio Nina
1db4bf5603 BUG 10363: Date fields prevent grids from working with mode="view" SOLVED
- Field required in form in modw view.
- was validation in field date in mode view.
2013-01-18 14:21:00 -04:00
Julio Cesar Laura
867a975c8c BUG 10343 Add a way to identify the ProcessMaker field type in the g... IMPROVEMENT 2013-01-16 15:36:15 -04:00
Hector Cortez
2b3be87abe BUG 10253 Error al usar Dependent fields con Suggest field SOLVED
- El proceso adjunto muestra el error.
- Several adjustments in suggest fields.
2013-01-15 11:42:56 -04:00
Victor Saisa Lopez
0240d938f4 BUG 6828 "Request that the address and label of link fields in..." SOLVED
- Added validation for renderGrid()
* Available from version ProcessMaker-2.0.46
2013-01-14 11:48:29 -04:00
Julio Cesar Laura
67a90419fc BUG 10343: Add a way to identify the ProcessMaker field type in the generated dynaform (class?) SOLVED
- Add html attribute "pm:fieldtype" for normal forms and "pm:gridtype" for grid
- Fields types affected: text, currency, percentage, date, suggest, dropdown, yesno, listbox
2013-01-10 14:26:08 -04:00
Julio Cesar Laura
d8cb67ff60 BUG 10260 Hidden Tag mal formado en propiedades de Triggers SOLVED
- The label tag are included for all fields types
- Only include label tag when is necessary
2013-01-03 16:38:46 -04:00
Julio Cesar Laura
f7253bd3d6 BUG 9773 Suggest Field Feature in a Grid IMPROVEMENT 2012-12-19 13:10:07 -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
2ddaae9bb3 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:28:11 -04: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
Hector Cortez
8e1afcd171 BUG 10054 Feature request: grid to support a suggest field SOLVED
- Add the possibility to insert Suggest fields in a grid.
- Adjustment  element Suggest for dependent fields in grids.
2012-12-11 18:45:52 -04:00
Hector Cortez
95e1a60f31 Merge remote branch 'upstream/master' into BUG-10054 2012-12-11 18:14:39 -04:00
Julio Cesar Laura
ff4661d816 Add validation in class.xmlform.php to avoid a notice 2012-12-10 17:26:59 -04:00
Brayan Osmar Pereyra Suxo
da560d606f BUG 10148 I added validation to the function saveForm SOLVED
I added validation to the function saveForm
2012-12-06 16:44:10 -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
jennylee
70a735b501 BUG-7569 Date Fields are not applying the mask when displaying saved dates.
When applaying the mask it was showing a rear message. I add some mask letters to function masktophp to solution this issue, and add some validations to applay the mask when displaying saved dates.
2012-12-04 12:07:30 -04:00
jennylee
366b06acb5 BUG-7569 Date Fields are not applying the mask when displaying saved dates.
When applying the mask it was showing a rear message. I added some mask letters in 'masktophp' function, to give solution this issue, and I added some validations to apply the mask when displaying saved dates.
2012-12-03 18:47:53 -04:00
Julio Cesar Laura
9581c9d3e7 BUG 7222 Etiquetas con HTML muestran caracteres html extra en las filas SOLVED
- El valor que se coloca en el atributo pm:label no estaba siendo validado
- El valor ahora es validado usando entidades
2012-11-28 14:19:35 -04:00
Victor Saisa Lopez
1851b43d5b BUG 6828 "Request that the address and label of link fields in..." SOLVED
- New feature
- Request that the address and label of link fields in DynaForms can be
  set and saved using case variables
- Populate links in a grid via trigger
- Added this new funcionality
- Take into account the following (examples):
    > Triggers
        * Populate a link field
            @@MyLink = "http://www.php.net";
            @@MyLink_label = "Read about PHP";

        * Populate links in a grid
            @=MYGRID = array();
            $i = 1;

            $rs = $stmt->executeQuery("SELECT USR_USERNAME FROM USERS", ResultSet::FETCHMODE_ASSOC);

            while ($rs->next()) {
                $row = $rs->getRow();

                @=MYGRID[$i] = array(
                    "MyField" => $row["USR_USERNAME"],
                    "MyLink" => "http://www.php.net",
                    "MyLink_label" => "Read about PHP, $i"
                );

                $i = $i + 1;
            }
    > JavaScript, populate a link field:
        getField("MyLink").href = "http://www.php.net";
        getField("MyLink").innerHTML = "Read about PHP";
* Available from version 2.0.46
2012-11-22 17:50:52 -04:00
user
24cb5bce52 Merge remote-tracking branch 'upstream/master' into speedy 2012-11-20 14:04:40 -04:00
jennylee
7c8b33049a BUG-7802 In Advanced Search -> Information -> Dynaform, the Submit Button was enabled, like in edition mode.
I added a javascript code to disable the Submit Button on file 'workflow/engine/methods/cases/casesHistoryDynaformPage_Ajax.php'.
2012-11-20 10:58:11 -04:00
jennylee
0ed503d625 BUG-7802 In Advanced Search -> Information -> Dynaform, the Submit Button was enabled, like in edition mode.
I changed the render of the Submit Button on file 'class.xmlform.php' in a view mode, to show this button disabled.
2012-11-19 13:16:10 -04:00
Fernando Ontiveros
a8e8cf0295 SPEEDY adding the autloader feature in class.bootstrap.php 2012-11-13 13:48:16 -04:00
Fernando Ontiveros
b5c11b4198 SPEEDY first version of boostrap.php, with many changes 2012-11-12 14:44:44 -04:00
Julio Cesar Laura
8ff41d0b5a Add validation with masks in dates in view mode 2012-11-08 17:15:56 -04:00
Ralph Asendeteufrer
c1aeaa801c changes to set fix. 2012-10-18 12:24:54 -04:00
Ralph Asendeteufrer
8873ca4a95 changes: sizeof got a $, fix. 2012-10-18 12:09:50 -04:00
Ralph Asendeteufrer
05758ea812 CODE STYLE gulliver/system/
files modified:    class.filterForm.php
                    class.publisher.php
                    class.xmlform.php
                    class.ymlDomain.php
2012-10-17 18:15:15 -04:00
Julio Cesar Laura
10318164c5 Fix accesibility problem with radiogroups and checkgroups populated by query 2012-10-17 13:48:49 -04:00
Julio Cesar Laura
0dd1dbb5f7 Delete addional "x" character 2012-10-16 14:14:29 -04:00
Julio Cesar Laura
93abda2b92 Fix issues with dorms accesibility (Stanford) 2012-10-16 14:11:05 -04:00
Brayan Osmar Pereyra Suxo
8ab69180d0 MASTER I add functinality label an addRoww to focus
I add functinality label an addRoww to focus
2012-10-16 11:21:46 -04:00