Commit Graph

556 Commits

Author SHA1 Message Date
Victor Saisa Lopez
8ef92c1a8b BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-25 12:42:30 -04:00
Victor Saisa Lopez
b18bc6b7c0 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000 2013-04-24 09:04:56 -04:00
Luis Fernando Saisa Lopez
90dd1bb7fe BUG 11283 "Simplified Interface not reflecting minutes" SOLVED
- Simplified Interface not reflecting minutese
- Solved problem, the list of cases in the simplified interface, the minutes show correctly
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-23 17:18:39 +00:00
Victor Saisa Lopez
220c6491df BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-23 13:16:54 -04:00
Victor Saisa Lopez
164eb79d57 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000 2013-04-19 14:09:49 -04:00
Julio Cesar Laura
650c525f5a BUG 10235 Checkgroup do not update. SOLVED 2013-04-19 13:39:12 -04:00
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
c1bf46c80a BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-16 17:11:25 -04:00
Victor Saisa Lopez
837365cf72 BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-12 16:48:23 -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
Luis Fernando Saisa Lopez
cd24cb54bd BUG 11111 "Every time yo open the JavaScript editor a blank space..." SOLVED
- Every time yo open the JavaScript editor a blank space will be added automatically on top.
- Problem solved, deleted node with character \n
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-02 17:22:29 +00: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
Hector Cortez
d4819556f3 BUG 11017 El usuario admin desaparese en la tabla USER_ROLES SOLVED
- El usuario admin pierde su rol al realizar una sismple asignacion de usuarios al rol Operador y desmarcar a admin.
- Revert changes in rbac class.
2013-03-15 16:20:31 -04:00
Hector Cortez
b39107d4a8 Merge remote branch 'upstream/master' into BUG-11017 2013-03-15 16:20:19 -04:00
Brayan Osmar Pereyra Suxo
2b6e915789 DOC SYSTEM I added function generateFileTranslationPlugin SOLVED
I added function generateFileTranslationPlugin
2013-03-15 16:14:55 -04:00
Hector Cortez
cb3e42e483 BUG 11017 El usuario admin desaparese en la tabla USER_ROLES SOLVED
- El usuario admin pierde su rol al realizar una sismple asignacion de usuarios al rol Operador y desmarcar a admin.
- Filtering admin user.
2013-03-15 14:12:55 -04:00
julceslauhub
b187555307 Merge pull request #1402 from brayanpereyra/DOC-SYSTEM
DOC SYSTEM I set variable TRANSLATION for plugins SOLVED
2013-03-15 06:59:36 -07:00
Brayan Osmar Pereyra Suxo
96e7a055c1 DOC SYSTEM I set variable TRANSLATION for plugins SOLVED
I set variable TRANSLATION for plugins
2013-03-14 15:22:39 -04:00
Hector Cortez
60116878df BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 14:51:01 -04:00
Hector Cortez
b7e254b425 BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 12:36:34 -04:00
Hector Cortez
5cc9925075 BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 11:33:31 -04:00
Brayan Osmar Pereyra Suxo
20e8ba24d4 DOC SYSTEM I added functions to load translations of plugins SOLVED
I added functions to load translations of plugins
2013-03-13 11:15:43 -04:00
julceslauhub
c7cc955e51 Merge pull request #1385 from brayanpereyra/master
DOC SYSTEM I added functions __ and LoadTranslationPlugin SOLVED
2013-03-11 11:16:20 -07: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
Brayan Osmar Pereyra Suxo
6375105f18 DOC SYSTEM I added functions __ and LoadTranslationPlugin SOLVED
I added functions __ and LoadTranslationPlugin
2013-03-11 11:00:33 -04:00
Brayan Osmar Pereyra Suxo
eec210b933 DOC SYSTEM I added functions __ and LoadTranslationPlugin SOLVED 2013-03-11 10:29:33 -04:00
Julio Cesar Laura
f335dd56c1 Improvement in fix data for grids 2013-03-05 17:24:26 -04:00
Hector Cortez
3fe55aa94f BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-05 09:12:44 -04:00
Hector Cortez
6024e77131 BUG 0000 Adjustment for the standardization of code.
- Only modified standardization of code.
2013-03-04 09:30:00 -04:00
Julio Cesar Laura
b82aa18e53 BUG 10902 Cambio del tipo de definicion de la clase headPublisher SOLVED
- Se hizo el cambio sugerido por proyectos
2013-02-28 15:51:01 -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
320a761a42 Add some validations to avoid notices detected on server 11.130 2013-02-19 12:43:24 -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
Victor Saisa Lopez
9e3dd79b4e BUG 10690 "Cuando se introduce algunas paginas no existentes..." SOLVED
- URL no valid no redirects to the 404 page
- Solved problem in validation of template
- Solved problem, add validation for URL no valid
* Available from version ProcessMaker-2.0.46
2013-02-07 16:55:06 -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
7a1234acce BUG 10447 "we are not able to get grid details through mail" SOLVED
- Problem at adding grid in template
- Added option grid in wizard
- Solved problem of notice in attribute of the object
* Available from version ProcessMaker-2.0.46
2013-02-04 16:34:56 -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
f1279fc429 Add more validations to avoid notices and warnings 2013-02-01 15:20:44 -04:00
Julio Cesar Laura
491bbee8e9 And more validations for warnings and notices 2013-01-31 11:56:38 -04:00
Julio Cesar Laura
f1adb32e5d More validations for warnings and notices 2013-01-31 11:44:52 -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
23a7051496 BUG 0000 "Added changes to solr" SOLVED
- Added changes to solr, according to:
    https://github.com/colosa/processmaker/pull/1045/files
- Solved problem with:
    php -f reindex_solr.php
* Available from version ProcessMaker-2.0.46
2013-01-25 17:13:52 -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
Julio Cesar Laura
bf10becea4 WYSIWYG editor RTL IMPROVEMENT for outputs editor and email templates editor 2013-01-18 16:24:11 -04:00