Commit Graph

322 Commits

Author SHA1 Message Date
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
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
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
Erik Amaru Ortiz
a7f7109468 SOLR IMPLEMENTATION FOR v4.0 UPDATES (First Part) 2013-06-05 12:28:48 -04:00
julceslauhub
9bba933e46 Merge pull request #1778 from Jennydmz/BUG-11969
BUG 11969 Web session TimeOut at HOME
2013-06-04 08:47:15 -07:00
jennylee
774a391f38 BUG 11969 Web session TimeOut at HOME
In Home Tab when you loss session, PM naver advise it to you, and it still working but dosen't save the data.

So now all Home places are validated  to show a popup message when you loos session.
2013-06-03 18:13:38 -04:00
Hector Cortez
58acf784b8 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Error javascript in the variable dynaformSVal when the session is losing.
- Reduction and encoded of the dynaformSVal variable.
2013-06-03 16:25:57 -04:00
Marco Antonio Nina
da804037c6 BUG-11275 Error en la creacion de Case Scheduler SOLVED
- No validation.
- Was add validation for name case scheduler.
2013-05-29 11:54:59 -04:00
Marco Antonio Nina
d750e635b1 BUG-11275 Error en la creacion de Case Scheduler SOLVED
- no validation.
- was add validation for name case scheduler.
2013-05-28 16:27:46 -04:00
Marco Antonio Nina
c34f00d961 BUG-11275 Error en la creacion de Case Scheduler SOLVED
- no validation.
- was add validation for name case scheduler.
2013-05-28 12:54:50 -04:00
Hector Cortez
93fd99b602 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Use another variable name, like __dynaformSVal__, __usernameLogged__ to prevent that someone overwrite the value.
- Rename variables to avoid duplicates.
2013-05-16 10:40:08 -04:00
Hector Cortez
d44e0f10a6 BUG 0000 Rad Map Perdida de sesion cuando se ejecuta casos SOLVED
- Added Login modal to continue the session for dynaforms in cases.
2013-05-14 13:53:22 -04:00
ralpheav
c7ef775bdd BUG 8665 Extra: Changing log messages. 2013-05-08 10:57:35 -04:00
ralpheav
06466df921 Bug 8665 3K issue:
Description: ./files directory cannot be up 32000 directories max at ext3 configuration.
Solution : split the uid case directory at 3 level to create a tree structure. Apply this new structure to all PM. Set a upgrade procedure at time to use processmaker upgrade <workspace> commnand as su.
2013-04-29 16:48:29 -04:00
Hector Cortez
a475beaf08 BUG 10852 Control de los reenvíos de la notificaciones a través del historial de mensajes 'Messages History' SOLVED
- Revised target/origin task and PMFSendMessage function for object permissions.
2013-04-23 18:27:42 -04:00
Hector Cortez
c90a1d4da2 BUG 10852 Control de los reenvíos de la notificaciones 'Messages History' SOLVED
- Se requiere que los reenvíos que se hacen a través del historial de mensajes, no se pueda realizar desde el menú casos, ya que existe el problema que cualquier usuario que haya participado de un caso puede reenviar notificaciones, a cualquier usuario, y existe el peligro de divulgación de información crítica que debe ser restringida por roles.
- Added Roles to control Messages History.
2013-04-15 15:49:42 -04:00
Vera Osokina
3f2428b382 BUG-10703 When draft a case the 'Next Task' title don't render html tags.
Was added a validation to render html tags.
2013-04-12 10:50:08 -04:00
jennylee
4b690783dc BUG-10703 When draft a case the 'Next Task' title don't render html tags.
Was added a validation to render html tags.
2013-04-12 10:02:34 -04:00
Julio Cesar Laura
e13296e5e7 IMPROVEMENT in file ajaxListener.php, change "elseif" to "else if" in javascript code 2013-04-10 15:12:22 -04:00
Luis Fernando Saisa Lopez
6597be2afa BUG 11094 "Advanced Search. Opcion Category muestras..." SOLVED
- Advanced Search. Opcion Category muestras las categorias desordenadas.
- Problema resuelto, En la busqueda avanzada, en category se ordeno de forma ascendente los valores.
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-03 14:38:57 +00:00
Victor Saisa Lopez
dd1994058c BUG 11095 "Advanced Search. Opcion Process muestra los..." SOLVED
- In cases list displays processes in disorder (in dropdown process)
- Solved problem, displays processes orderly
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-02 11:03:13 -04:00
Vera Osokina
6dca8f5ab0 BUG 7802 In Advanced Search -> Information -> Dynaform -> Change Log, the Submit Button was enabled.
Was added a javascript code to disable the Submit Button in Advanced Search -> Information -> Dynaform -> Change Log.
2013-04-01 14:37:29 -04:00
julceslauhub
11af8ab807 Merge pull request #1472 from marcoAntonioNina/BUG-9872
BUG 9872 Reassign Multiple Case, submit and 'Processing...' IMPROVEMENT
2013-03-28 10:09:44 -07:00
Marco Antonio Nina
c08cb8087e BUG 9872 Reassign Multiple Case, submit and 'Processing...' IMPROVEMENT
- Listing was modified by a new parameter.
- was add validation.
2013-03-28 10:45:26 -04:00
Hector Cortez
0a46157cc8 BUG 10178 Pause the Case, add Unpause Time SOLVED
- Al momento de pausar un caso se requiere que el dato de Unpause Date sea mas especifico colocando adicional a ello la hora en que se quiere el Unpause.
- Adjustment Unpause time field when pause case.
2013-03-27 13:45:14 -04:00
Hector Cortez
f9d35dcb27 BUG 10178 Pause the Case, add Unpause Time SOLVED
- Al momento de pausar un caso se requiere que el dato de Unpause Date sea mas especifico colocando adicional a ello la hora en que se quiere el Unpause.
- Added Unpause time field when pause case.
2013-03-26 15:06:51 -04:00
julceslauhub
229c49e9ef Merge pull request #1400 from hector-cortez/BUG-0000
BUG 0000 Adjustment for the standardization of code. CODE_STYLE
2013-03-14 12:44:47 -07:00
Julio Cesar Laura
64e518fb49 Doc System, change hardcoded labels 2013-03-14 15:15:04 -04:00
Hector Cortez
b7e254b425 BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 12:36:34 -04:00
Julio Cesar Laura
feb3d4d2fd BUG 10980 Issue in pagination displaying "Messages History" SOLVED
- Pagination doesn't work
- Fix pagination
2013-03-12 12:12:44 -04:00
Julio Cesar Laura
defebb3099 BUG 10980 Issue in pagination displaying "Messages History" SOLVED
- Pagination doesn't work
- Fix pagination
2013-03-12 12:06:53 -04:00
Julio Cesar Laura
24f769a830 Add hook to overwrite cases-ajaxListener actions 2013-02-26 15:24:25 -04:00
Julio Cesar Laura
6243b8ad98 BUG 10881 Informacion de Calendario al inicar un caso siempre es Default pese a que se seleccione uno diferente para el proceso SOLVED
- Don't get correctly the calendar information and the checkboxed are not refreshed correctly
- Get the correctly calendar information the checkboxes are reseted before load the new calendar information
2013-02-25 12:03:24 -04:00
Julio Cesar Laura
ab3036f023 BUG 10875 The saveForm Javascript function runs "Before Assignment" triggers as long as the form passes validation SOLVED
- We reused the file cases_SaveData.php file to save data by ajax
- We created a new file saveForm.php to save data by ajax
2013-02-22 16:25:34 -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
8246d92acd Filter deleted users for the dropdown users list in advanced serach 2013-02-15 15:02:12 -04:00
Julio Cesar Laura
5246c9267c Updating some labels for version 2.0.46-testing.7 2013-02-13 19:49:49 -04:00
julceslauhub
f4b81202cd Merge pull request #1314 from Jennydmz/BUG-10746
BUG 10746 Doesn't download documents on Home>Documents
2013-02-13 14:54:08 -08:00
jennylee
7bfca035a4 BUG 10746 Doesn't download documents on Home>Documents
I add a valiadation to show a new error message when you are ussing a pluggin to generate the documents and when you are not using pluggins and only the documents weren't genereted or were moved.
2013-02-13 17:48:32 -04:00
Victor Saisa Lopez
670a713e92 BUG 0000 "Improvement in the cases list" SOLVED
- Problem in the ordering of the column in cases list
- Validation for the ordering of the column
- Improvement in the cases list using the field DEL_LAST_INDEX
- Improvement in the cases list columns current user and current task
- Improvement in the cases list when solr is enabled and disabled
- Added column currrent user in participated
* Available from version ProcessMaker-2.0.46
2013-02-13 14:10:20 -04:00
Marco Antonio Nina
c4e2bc674d Improvement the list Advanced Search 2013-02-07 17:33:53 -04:00
Julio Cesar Laura
e284412920 BUG 10702 Nombres de las tareas no soportan Html tags SOLVED
- Missing validation for html entities
- Add validation for html entities
2013-02-07 03:14:25 -04:00
Julio Cesar Laura
8d55c9723d Improve validation for solrEnabled flag 2013-02-05 13:02:22 -04:00
Julio Cesar Laura
57a9aed2ce BUG 10550 After the session has expired the filters do not work SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-02-01 14:45:47 -04:00
Julio Cesar Laura
e972e97ebe And more validations for warnings and notices 2013-01-31 13:57:54 -04:00
Marco Antonio Nina
8d00dee687 Improvement the list advanced Search 2013-01-29 15:18:55 -04:00
Julio Cesar Laura
c13f2d5d12 BUG 10538 Problema con el "Current Task Properties" en Participated y Advanced search SOLVED
- Para el advanced search ya estaba funcionando correctamente en la version 2.0.46
- Para el listado de Participated faltaba obtener la ultima delegacion
2013-01-29 13:49:31 -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
jennylee
df1c86a0c5 BUG 10434 Success message after modifying a data in Process Supervisor.
A Success message was added after saving the changed data by a process supervisor on a Dynaform.
2013-01-25 15:25:59 -04:00