Commit Graph

5753 Commits

Author SHA1 Message Date
Marco Antonio Nina
f0700eb36f BUG-9981: En el servidor de Telefonica, no se visualizan todos los... SOLVED
- No se realizaba la verificacion en la tabla PERMISSIONS de la base de datos RBAC al realizar upgrade.
- Se agrega la funcion verifyPermissions en la clase rbac.php la cual verifica los permisos, realizando los insert de los permisos que faltaran de acuerdo a la funcion loadPermissionAdmin, al realizar el upgrade.
2013-06-19 10:38:48 -04:00
Erik Amaru Ortiz
a2b850f272 FIX: Litle fix to allow load any css file from plugins 2013-06-18 13:01:42 -04:00
julceslauhub
03ff6810c8 Merge pull request #1812 from victorsl/BUG-11632
BUG 11632 "Se puede saltar pasos sin verificar si existen..." SOLVED
2013-06-18 09:53:03 -07:00
Erik Amaru Ortiz
6221e11426 FEATURE: Adding Real MVC Support for plugins - Adding some plugin data into cotroller object and fixing a error when the controller action not found 2013-06-18 12:20:48 -04:00
Erik Amaru Ortiz
643d19fdc6 FEATURE: Adding Real MVC Support for plugins 2013-06-18 11:54:34 -04:00
Victor Saisa Lopez
4581af54e6 BUG 11632 "Se puede saltar pasos sin verificar si existen..." SOLVED
- You can skip steps without check for required fields, this in
  option Steps
- Solved problem, add validation in option Steps, we have used
  the same criteria of the event that launches when you click on
  the link "Next Step"
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-17 15:52:22 -04:00
julceslauhub
82d6ea0744 Merge pull request #1811 from hector-cortez/BUG-11522
BUG 11522 Change email 'from' when sending a pause case notification SOLVED
2013-06-17 09:21:05 -07:00
Hector Cortez
2ad2923d1a BUG 11522 Change email 'from' when sending a pause case notification SOLVED
- If user send an email notification when he pauses a case. The FROM is always "PROCESSMAKER". Is it possible to change it to something else.
- Added title the email sends notifications in a task.
2013-06-17 10:38:45 -04:00
Hector Cortez
56bbb29643 BUG 11522 Change email 'from' when sending a pause case notification SOLVED
- If user send an email notification when he pauses a case. The FROM is always "PROCESSMAKER". Is it possible to change it to something else.
- Was added the field 'from name' for another title the email sent by to pause a case.
2013-06-14 12:35:34 -04:00
julceslauhub
f803a7b367 Merge pull request #1809 from marcoAntonioNina/BUG-11886
BUG-11886 When running a case scheduler event every 5 minutes... SOLVED
2013-06-13 11:46:42 -07:00
julceslauhub
a23f55359d Merge pull request #1808 from luisfernandosl/BUG-11435
BUG 11435 "El campo formula permite un limite reducido para..." SOLVED
2013-06-13 11:37:30 -07:00
julceslauhub
f695f35c3d Merge pull request #1807 from victorsl/BUG-0000
BUG 0000 "Safe upgrade for JavaScript files of the plugins" SOLVED
2013-06-13 11:36:08 -07:00
Marco Antonio Nina
7e20756f87 BUG-11886 When running a case scheduler event every 5 minutes... SOLVED
- The query was executed not taking into account all types "every".
- Add validation.
2013-06-13 14:04:16 -04:00
Luis Fernando Saisa Lopez
461c4a7c1b BUG 11435 "El campo formula permite un limite reducido para..." SOLVED
- El campo formula permite un limite reducido para introducir caracteres
- Problema resuelto, en los DynaForm en su campo "Formula", se aumento su maxlength a 500
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-13 17:21:41 +00:00
julceslauhub
110749fa9e Merge pull request #1806 from luisfernandosl/BUG-11909
BUG 11909 "Conditions Editor does not work in Grid Dynaforms" SOLVED
2013-06-13 06:40:12 -07:00
Victor Saisa Lopez
34ec53f91c BUG 0000 "Safe upgrade for JavaScript files of the plugins" SOLVED
- Safe upgrade for JavaScript files of the plugins's translations
- Improved programming logic for this issue
- Problem solved, has been added the code necessary for the plugins's translations
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-12 16:58:48 -04:00
Luis Fernando Saisa Lopez
c97f974530 BUG 11909 "Conditions Editor does not work in Grid Dynaforms" SOLVED
- Conditions Editor does not work in Grid Dynaforms.
- Solved problem, in DESIGNER at editing a dynaform, if this is a "grid" tab "Conditions Editor" is hidden, if is type
  "dynaform" tab "Conditions Editor" shown.
* Available from version ProcessMaker-2.5.2-testing.1
2013-06-12 20:48:52 +00:00
julceslauhub
c15432f92d Merge pull request #1805 from marcoAntonioNina/BUG-11751
BUG-11751 Borrar el primer registro de una grilla da error IMPROVEMENT
2013-06-12 11:43:55 -07:00
Marco Antonio Nina
fff728329f BUG-11751 Borrar el primer registro de una grilla da error IMPROVEMENT
- The Requested functionality was added to delete a row in a grid.
2013-06-12 14:19:17 -04:00
julceslauhub
5eefa0053c Merge pull request #1804 from julceslauhub/master
BUG 12131 Misspelling in the TinyMCE Editor pmGrids SOLVED
2013-06-12 11:16:38 -07:00
Julio Cesar Laura
b20a90871d BUG 12131 Misspelling in the TinyMCE Editor pmGrids SOLVED
- Worng label "Chose a Grid"
- Change label to "Select a Grid"
2013-06-12 14:14:38 -04:00
julceslauhub
9e53e2cc64 Merge pull request #1803 from luisfernandosl/BUG-11150
BUG 11150 "Add a PM variable to the cases step" SOLVED
2013-06-12 10:20:00 -07:00
Luis Fernando Saisa Lopez
6045f54a1d BUG 11150 "Add a PM variable to the cases step" SOLVED
- Add a PM variable to the cases step
- Problema resuelto, se validara la variable $_SESSION["PM_RUN_OUTSIDE_MAIN_APP"],
  si se ha definido la variable no se ejecutara el fragmento de codigo, si variable no esta definido se ejecutara el
  fragmento de codigo.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-12 17:10:30 +00:00
Luis Fernando Saisa Lopez
11ad7eb615 BUG 11150 "Add a PM variable to the cases step" SOLVED
- Add a PM variable to the cases step
- Problema resuelto, se validara la variable $_SESSION["PROCESSMAKER_RUN_OUTSIDE_MAIN_APPLICATION"],
  si se ha definido la variable no se ejecutara el fragmento de codigo, si variable no esta definido se ejecutara el
  fragmento de codigo.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-12 16:14:25 +00:00
Marco Antonio Nina
45c2fefa83 BUG-11751 Borrar el primer registro de una grilla da error SOLVED
- The Requested functionality was added to delete a row in a grid.
2013-06-12 11:32:29 -04:00
julceslauhub
f599a1db99 Merge pull request #1799 from marcoAntonioNina/BUG-11751
BUG-11751 Borrar el primer registro de una grilla da error SOLVED
2013-06-11 10:23:27 -07:00
julceslauhub
e0cb8eacd8 Merge pull request #1800 from julceslauhub/master
BUG 12116 Muestra un error al darle click en Reassing SOLVED
2013-06-11 10:03:22 -07:00
Julio Cesar Laura
986cee7ce4 BUG 12116 Muestra un error al darle click en Reassing SOLVED
- Missing validation when variable APP_UIDS not sent
- Add validation when variable APP_UIDS not sent
2013-06-11 13:01:21 -04:00
Marco Antonio Nina
492039c2fd BUG-11751 Borrar el primer registro de una grilla da error SOLVED
- The Requested functionality was added to delete a row in a grid.
2013-06-11 10:26:33 -04:00
julceslauhub
015d3df9be Merge pull request #1798 from julceslauhub/master
BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM IMPROVEMENT
2013-06-10 12:05:39 -07:00
Julio Cesar Laura
2d75b9f8df BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM IMPROVEMENT 2013-06-10 15:02:23 -04:00
julceslauhub
fda294d836 Merge pull request #1797 from julceslauhub/master
BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM SOLVED
2013-06-10 11:12:28 -07:00
Julio Cesar Laura
edf6b8e2c7 BUG 12098 Notices cuando se envian fechas con mascara Fecha Static Dates SHM SOLVED
- Missing validations when the mask don't have "Y", "m" and "d" chars
- Add validation when the mask don't have "Y", "m" and "d" chars
2013-06-10 14:09:33 -04:00
julceslauhub
b8f00f6381 Merge pull request #1796 from luisfernandosl/BUG-12059
BUG 12059 "When 1 trigger is created in a process trigger..." SOLVED
2013-06-10 09:19:49 -07:00
julceslauhub
6bb715a82f Merge pull request #1795 from brayanpereyra/master
BUG 0000 Arreglo para mostrar pantallas de plugins
2013-06-10 08:50:26 -07:00
Luis Fernando Saisa Lopez
ff17b51ebf BUG 12059 "When 1 trigger is created in a process trigger..." SOLVED
- When 1 trigger is created in a process trigger list of Events is empty
- Problem solved, to create an event of type Conditional Intermediate or Intermediate Timer, the label
  "Execute Trigger" shows everyone Triggers created.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-10 15:50:00 +00:00
Brayan Osmar Pereyra Suxo
4d84069a41 BUG 0000 Arreglo para mostrar pantallas de plugins 2013-06-10 09:59:18 -04:00
julceslauhub
12676acdc8 Merge pull request #1794 from ralpheav/master
BUG 11919: Not able to use the product, immediate logout after: error ColumnMap for undefined column: CASE_SUMMARY
2013-06-07 11:13:07 -07:00
ralpheav
803e4fd2cc BUG 11919: Not able to use the product, immediate logout after: error ColumnMap for undefined column: CASE_SUMMARY
SOLUTION: setting CASE_SUMMARY attribute sortable to false and checking if the $_POST['sort'] does not contains that index.
2013-06-07 10:34:50 -04:00
julceslauhub
fa91b20661 Merge pull request #1790 from ralpheav/master
BUG 12047: Problema con el listado de Usuarios.
2013-06-06 14:19:36 -07:00
julceslauhub
2ff8c4721d Merge pull request #1793 from brayanpereyra/master
Arreglo de parentesis
2013-06-06 13:46:36 -07:00
Brayan Osmar Pereyra Suxo
bca1a0a0f3 Arreglo de parentecis 2013-06-06 16:45:29 -04:00
julceslauhub
c4b6ed73e5 Merge pull request #1792 from brayanpereyra/master
BUG 0000 TRANSLATIONS IN PLUGINS
2013-06-06 13:35:18 -07:00
Brayan Osmar Pereyra Suxo
9cd8f4922f Añadi correcciones para translations para plugins.. y arreglo en la clase G 2013-06-06 16:33:05 -04:00
Brayan Osmar Pereyra Suxo
1d6eda27eb Añadi correcciones para translations para plugins.. y arreglo en la clase G 2013-06-06 16:12:05 -04:00
ralpheav
30504f302d Bug 12047: Problema con el listado de Usuarios.
SOL: changing the stateId field in all the ExtJs Grids.
2013-06-06 15:34:18 -04:00
julceslauhub
a6d343afb9 Merge pull request #1789 from luisfernandosl/BUG-12004
BUG 12004 "Texto 'required field' del pie de creacion de..." SOLVED
2013-06-06 10:54:39 -07:00
Luis Fernando Saisa Lopez
4556fedd11 BUG 12004 "Texto 'required field' del pie de creacion de..." SOLVED
- Texto "required field" del pie de creacion de campos de un dynaform no se visualiza.
- Problema resuelto, el texto "required field" del pie de creacion de campos de un dynaform,
  se visualiza en los en Firefox, IE y Chrome.
* Available from version ProcessMaker-2.5.1-testing.2
2013-06-06 17:34:31 +00:00
julceslauhub
511716bfc1 Merge pull request #1788 from hector-cortez/BUG-11998
BUG 11998: No se estan respetando los espacios generados en un XML SOLVED
2013-06-06 07:09:46 -07:00
Hector Cortez
384c67aa23 BUG 11998: No se estan respetando los espacios generados en un XML SOLVED
- Cuando se modifica el XML de un formulario, campos, espacios, etc, y se regresa a la vista XML se puede ver que los espacios añadidos son eliminados.
- Adjustment in the xml file of the tabulated a dynaform.
2013-06-05 17:03:41 -04:00