Marco Antonio Nina
149988a128
BUG 9716 Need to execute several times ./processmaker upgrade... SOLVED
...
- Was needed modified more times the fields with value default = '' .
- Was add validation.
2012-09-26 14:48:28 -04:00
julceslauhub
7048a4b1c7
Merge pull request #609 from julceslauhub/master
...
Add validation in the installer to prevent warnings in the code
2012-09-26 09:58:20 -07:00
Julio Cesar Laura
441230e4cb
Add validation in the installer to prevent warnings in the code
2012-09-26 12:56:24 -04:00
julceslauhub
47e22c2eae
Merge pull request #606 from julceslauhub/master
...
Update .po and .sql files for the versdion 2.0.44-testing.2
2012-09-25 21:16:21 -07:00
Julio Cesar Laura
5f58ca2126
Update .po and .sql files for the versdion 2.0.44-testing.2
2012-09-26 00:14:08 -04:00
julceslauhub
8f50bfbf27
Merge pull request #605 from victorsl/BUG-9605
...
BUG 9605 "Change default advanced search options" SOLVED
2012-09-25 21:12:09 -07:00
Victor Saisa Lopez
119d80f71d
BUG 9605 "Change default advanced search options" SOLVED
...
- Advanced search only queries the database
- Advanced search and Solr will be completed in the bug 9830
* Available from version 2.0.44
2012-09-25 17:33:17 -04:00
julceslauhub
a3b8c41353
Merge pull request #604 from julceslauhub/master
...
Performance improvement in the reassign
2012-09-25 14:10:37 -07:00
Julio Cesar Laura
cd1ba7c6d1
Performance improvement in the reassign
...
- Improvement for the query:
SELECT APPLICATION.APP_UID, APPLICATION.APP_NUMBER, APPLICATION.APP_STATUS, APPLICATION.PRO_UID, APPLICATION.APP_CREATE_DATE, APPLICATION.APP_FINISH_DATE, APPLICATION.APP_UPDATE_DATE, APPLICATION.APP_DATA, ad.DEL_INDEX, ad.DEL_PREVIOUS, ad.TAS_UID, ad.USR_UID, ad.DEL_TYPE, ad.DEL_THREAD, ad.DEL_THREAD_STATUS, ad.DEL_PRIORITY, ad.DEL_DELEGATE_DATE, ad.DEL_INIT_DATE, ad.DEL_TASK_DUE_DATE, ad.DEL_FINISH_DATE, ad.DEL_DURATION, ad.DEL_QUEUE_DURATION, ad.DEL_DELAY_DURATION, ad.DEL_STARTED, ad.DEL_FINISHED, ad.DEL_DELAYED, ad.APP_OVERDUE_PERCENTAGE, at.APP_THREAD_INDEX, at.APP_THREAD_PARENT, at.APP_THREAD_STATUS, capp.CON_VALUE AS APP_TITLE, cpro.CON_VALUE AS PRO_TITLE FROM APPLICATION JOIN APP_DELEGATION ad ON (APPLICATION.APP_UID=ad.APP_UID) LEFT JOIN CONTENT capp ON (APPLICATION.APP_UID=capp.CON_ID AND capp.CON_CATEGORY='?' AND capp.CON_LANG='?') LEFT JOIN CONTENT cpro ON (APPLICATION.PRO_UID=cpro.CON_ID AND cpro.CON_CATEGORY='?' AND cpro.CON_LANG='?') JOIN APP_THREAD at ON (ad.APP_UID=at.APP_UID AND ad.DEL_THREAD=at.APP_THREAD_INDEX) WHERE APPLICATION.APP_UID='?'
2012-09-25 17:06:25 -04:00
julceslauhub
2892f3d055
Merge pull request #603 from julceslauhub/master
...
Performance improvemente for the query to get the trigger names
2012-09-25 12:51:36 -07:00
Julio Cesar Laura
d1124906fd
Performance improvemente for the query to get the trigger names
...
- Improvement for the query: SELECT CONTENT.CON_ID, CONTENT.CON_VALUE FROM CONTENT WHERE CONTENT.CON_ID IN ('?') AND CONTENT.CON_CATEGORY='?' AND CONTENT.CON_VALUE<>'?' AND CONTENT.CON_LANG='?'
2012-09-25 15:49:55 -04:00
julceslauhub
4e134f864f
Merge pull request #602 from julceslauhub/master
...
Change validation when get the replaced by of a user
2012-09-25 12:21:06 -07:00
Julio Cesar Laura
fb3b1a32bc
Change validation when get the replaced by of a user
2012-09-25 15:17:41 -04:00
julceslauhub
a7ff07954d
Merge pull request #601 from julceslauhub/master
...
BUG 8130 Task Due Date column in Advanced Search SOLVED
2012-09-25 12:12:24 -07:00
Julio Cesar Laura
4d8c7f9762
BUG 8130 Task Due Date column in Advanced Search SOLVED
...
- Add the column DEL_TASK_DUE_DATE in search results
2012-09-25 15:08:22 -04:00
julceslauhub
ecb7d35ea7
Merge pull request #600 from julceslauhub/master
...
BUG 6216 Impossible to get input document in tracker SOLVED
2012-09-25 10:24:10 -07:00
Julio Cesar Laura
60dc1f8c7a
BUG 6216 Impossible to get input document in tracker SOLVED
...
- Incorrect business logic to get the file to download
- Fix the business logic to get the file
2012-09-25 13:22:23 -04:00
julceslauhub
1cf906b9eb
Merge pull request #599 from julceslauhub/master
...
BUG 8776 Required fields message: field names instead of labels SOLVED
2012-09-25 10:01:51 -07:00
Julio Cesar Laura
dfd2ff7534
BUG 8776 Required fields message: field names instead of labels SOLVED
...
- In the validation don't get the pm:label for the field of type textarea and dropdown
- Get correctly the labels
2012-09-25 12:59:56 -04:00
julceslauhub
ca35c3c872
Merge pull request #598 from julceslauhub/master
...
BUG 8477 Participated - Sorting doesn't work for Current User Coloumn SOLVED
2012-09-25 08:53:52 -07:00
Julio Cesar Laura
eb8fb0a68f
BUG 8477 Participated - Sorting doesn't work for Current User Coloumn SOLVED
...
- The sorting by the column "Current User" is not compatible with "Solr" and table "APP_CACHE_VIEW", the same now is disabled.
2012-09-25 11:51:52 -04:00
julceslauhub
5f4fea018c
Merge pull request #597 from julceslauhub/master
...
BUG 7893 Double url decode SOLVED
2012-09-24 22:51:49 -07:00
Julio Cesar Laura
e9e804a694
BUG 7893 Double url decode SOLVED
...
- Double url_decode
- Delete unnecesary url_decode
2012-09-25 01:49:46 -04:00
julceslauhub
8e67d0266b
Merge pull request #596 from julceslauhub/master
...
BUG 9737 atributos HTML "id" con valores duplicados SOLVED
2012-09-24 22:04:12 -07:00
Julio Cesar Laura
4801ca6380
BUG 9737 atributos HTML "id" con valores duplicados SOLVED
...
- Unnecesary extra iframe in html template
- Delete unnecesary iframe
2012-09-25 01:01:50 -04:00
julceslauhub
642978da56
Merge pull request #592 from victorsl/BUG-9709
...
BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED
2012-09-24 14:32:41 -07:00
ferOnti
ef3d955081
Merge pull request #595 from ferOnti/master
...
fixing REST
2012-09-24 12:12:29 -07:00
Fernando Ontiveros
2b07a4f8e0
Merge remote branch 'upstream/master'
2012-09-24 15:09:59 -04:00
Fernando Ontiveros
0915784426
working in the REST API, rebuilding classes for all tables and fixing small errors
2012-09-24 15:09:48 -04:00
julceslauhub
137f10c876
Merge pull request #594 from julceslauhub/master
...
Improvement in get the workspace info in the user authentication
2012-09-24 11:47:18 -07:00
Julio Cesar Laura
b9ed53ed87
Improvement to get the workspace info in the user authentication
...
- Now only once time per day get the workspace info
2012-09-24 14:44:08 -04:00
julceslauhub
e64e574762
Merge pull request #593 from julceslauhub/master
...
Performance improvement, deleted the grid with the cases counter on the cases start page
2012-09-24 10:08:34 -07:00
Julio Cesar Laura
648c7f095d
Performance improvement, deleted the grid with the cases counter on the cases start page
2012-09-24 13:06:05 -04:00
Victor Saisa Lopez
4006c6ba80
BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED
...
- New feature
- Add a new option in ADMIN -> Logs for the cron
- Added new feature
* Available from version 2.0.44
2012-09-24 12:47:53 -04:00
Victor Saisa Lopez
a5b42e43ed
Merge remote branch 'upstream/master' into BUG-9709
2012-09-24 12:47:10 -04:00
julceslauhub
dbdcb4221b
Merge pull request #591 from julceslauhub/master
...
Add a new key to table APPLICATION
2012-09-24 09:38:31 -07:00
Julio Cesar Laura
88a2643a35
Add a new key to table APPLICATION
...
- To improve the query: SELECT MAX(APPLICATION.APP_NUMBER) FROM APPLICATION
2012-09-24 12:34:30 -04:00
Victor Saisa Lopez
3b797f7788
BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED
...
- New feature
- Add a new option in ADMIN -> Logs for the cron
- Added new feature
* Available from version 2.0.44
2012-09-24 11:51:45 -04:00
julceslauhub
f9d9d6cba8
Merge pull request #589 from julceslauhub/master
...
BUG 9796 Slow Query deleting a task ( error collected by New Relic ) SOLVED
2012-09-24 08:37:05 -07:00
Julio Cesar Laura
31de7c5943
BUG 9796 Slow Query deleting a task ( error collected by New Relic ) SOLVED
...
- The query used to check if a task can be deleted was very slow
- Change the businnes logic to check if a task can be deleted
2012-09-24 11:32:42 -04:00
julceslauhub
44a6ce9fa9
Merge pull request #588 from julceslauhub/master
...
Fix little bug with the proxy pass
2012-09-24 06:29:16 -07:00
Julio Cesar Laura
3f8584f20f
Fix little bug with the proxy pass
2012-09-24 09:26:55 -04:00
julceslauhub
ef399c8d9e
Merge pull request #587 from julceslauhub/master
...
BUG 5781 Add stripNonNumeric() function to common.js SOLVED
2012-09-23 22:38:08 -07:00
Julio Cesar Laura
339aae0b8b
BUG 5781 Add stripNonNumeric() function to common.js SOLVED
...
- Add new function stripNonNumeric
2012-09-24 01:35:34 -04:00
julceslauhub
d284566409
Merge pull request #586 from julceslauhub/master
...
Add validation for the first time that recovers the server configuration data
2012-09-21 11:37:51 -07:00
Julio Cesar Laura
58a59822d4
Add validation for the first time that recovers the server configuration data
2012-09-21 14:36:24 -04:00
julceslauhub
e53cc06a76
Merge pull request #585 from julceslauhub/master
...
BUG 9795 Error usando funcion in_array cuando el segundo parametro no es un array ( Error collected by New Relic ) SOLVED
2012-09-21 10:51:26 -07:00
Julio Cesar Laura
031b1b2fcc
BUG 9795 Error usando funcion in_array cuando el segundo parametro no es un array ( Error collected by New Relic ) SOLVED
...
- Missing validation before to use in_array function
- Add validation to check if the second variable is an array
2012-09-21 13:44:20 -04:00
julceslauhub
949f6b3e90
Merge pull request #584 from julceslauhub/master
...
BUG 9794 Error en reasignar cases, (collected by New Relic) SOLVED
2012-09-21 10:26:24 -07:00
Julio Cesar Laura
cedf532986
BUG 9794 Error en reasignar cases, (collected by New Relic) SOLVED
...
- Missing validation when the USR_UID in APP_DELEGATION is empty (self service assignment)
- Add validation, use session variable USER_LOGGED when the USR_UID is empty
2012-09-21 13:21:47 -04:00