Commit Graph

2377 Commits

Author SHA1 Message Date
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
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
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
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
Julio Cesar Laura
fb3b1a32bc Change validation when get the replaced by of a user 2012-09-25 15:17:41 -04: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
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
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
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
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
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
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
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
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
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
Julio Cesar Laura
3f8584f20f Fix little bug with the proxy pass 2012-09-24 09:26:55 -04: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
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
Julio Cesar Laura
23b3cac2b4 Change the order of the execution of the actions to prevent that a problem in the plugin blocks the other actions 2012-09-21 10:45:13 -04:00
Julio Cesar Laura
adf104991c Add some little validations in user edit screen and in the case messages list 2012-09-20 14:47:53 -04:00
Julio Cesar Laura
f8e4112b4e Add validation when the from is not a email or is not teh same email that the account 2012-09-20 14:25:35 -04:00
Julio Cesar Laura
a6678e6586 BUG 9789 PM 2.0.44 testing 1 En User cuando se usa replace by no tiene la opcion None por lo cual si el usuario desiste de una seleccion SOLVED
- There not way to deassign the "replaced by" attributte
- Add the option "None" in the "Replaced By" dropdown
2012-09-19 17:42:12 -04:00
Julio Cesar Laura
c312bc95e5 BUG 9688 Plugin Updates dont work when proxy is required SOLVED
- There are not way to set the proxy to use
- Added settings for the proxy in ProcessMaker
2012-09-19 14:48:38 -04:00
Victor Saisa Lopez
933dced14b BUG 5140 "Formula is not working in master dynaforms" SOLVED
- Not taken into account the attribute "Decimal Separator" for the
  execution of a formula in master DynaForms
- When entering data in a Currency/Percentage field is added spaces
  at the beginning (when the field is in a formula)
- Problem solved, has joined the attribute "Decimal Separator" to
  evaluate the formula
- It has rewritten the algorithm for the formula evaluation
* Available from version 2.0.44
2012-09-19 12:26:44 -04:00
julceslauhub
4cd0ba210e Merge pull request #576 from herbertsg/BUG-9689
Bug 9689 Improve Solr performance
2012-09-18 12:23:14 -07:00
Herbert Saal Gutierrez
da4ac6dda2 BUG-9689 Improve Solr performance
Improve Solr Performance

Fix:
- Avoid the database consult of all indexes for application in the case of the search view.
- If there are no indexes found for an application, then an error is reported and the
 construct of records continue.
2012-09-18 15:04:14 -04:00
Julio Cesar Laura
ffad5b75da BUG 9784 No se muestra info especifica para archivos pptxx SOLVED
- There are no icons for ppt and pptx files
- Add icons for ppt and pptx files
2012-09-18 13:33:06 -04:00
Julio Cesar Laura
1d7f3ed2e8 BUG 9781 Testing 1: version 2.0.44 Text changes on ID's Processmaker English .po file SOLVED
- Change the wrong labels
2012-09-18 11:25:24 -04:00
Julio Cesar Laura
f9bf485c52 Set session variable with the UID of the process when load the process map 2012-09-18 09:44:52 -04:00
Julio Cesar Laura
c82e45817d BUG 9485 Layouts are broken in multi-byte language SOLVED
- Missing changes for the uxmodern skin css
- Add changes to the uxmodern skin css
2012-09-17 18:23:11 -04:00
Julio Cesar Laura
771055498c BUG 9778 al ingresar a la pestañhange log aparece una advertencia, sucede en los tres servidores de cada espacio de trabajo SOLVED
- Missing validation when DYN_UID is not sent
- Add validation when DYN_UID is not sent
2012-09-17 18:03:37 -04:00
Julio Cesar Laura
d4c51dcade BUG 9777 PM 2.0.44 testing 1 / External Registration - Exportar Proceso en Popup SOLVED
- Used window.open
- Change to window.location
2012-09-17 17:32:53 -04:00
Julio Cesar Laura
1d351cc97d BUG 9288 Change the source code to permite negative numbers in currency fields (IE) SOLVED
- Don't works on IE
- Add validation for IE browser
2012-09-17 17:08:41 -04:00
julceslauhub
9f22dfafca Merge pull request #566 from marcoAntonioNina/BUG-7197
BUG 7197 New feature request: "Categories" column/filter... SOLVED
2012-09-17 14:05:17 -07:00
Marco Antonio Nina
f8760a1d84 BUG 7197 New feature request: "Categories" column/filter... SOLVED
- According to the specifications.
- Was added the filter "Categories" only when Solar is disabled.
2012-09-17 15:57:45 -04:00
Marco Antonio Nina
27f27c0c12 - To the starting not was selected node.
- Was add validation.
2012-09-17 14:12:04 -04:00
Marco Antonio Nina
f1ce49c70e BUG 7197 New feature request: "Categories" column/filter... SOLVED
- According to the specifications.
- Was added the filter "Categories" only when Solar is disabled.
2012-09-17 11:07:22 -04:00
Marco Antonio Nina
0c71029c54 BUG 7197 New feature request: "Categories" column/filter... SOLVED
- According to the specifications.
- Was added the filter "Categories" only when Solar is disabled.
2012-09-17 10:30:12 -04:00
Julio Cesar Laura
9c1d1c58d7 BUG 9744 Untranslatable items in calendar forms SOLVED
- Hardcoded labels found in the calandar new/edit form
- Change hardcoded labels to uid translations
2012-09-14 13:40:38 -04:00
julceslauhub
b522678117 Merge pull request #559 from julceslauhub/master
BUG 9747 Error in source code SOLVED
2012-09-13 12:36:40 -07:00
Julio Cesar Laura
16f6519072 BUG 9747 Error in source code SOLVED
- Wrong translation uid
- Change the worng translation uid
2012-09-13 15:34:56 -04:00
julceslauhub
29cf78ee8b Merge pull request #557 from marcoAntonioNina/BUG-9740
BUG 9740 New option for Default main menu option SOLVED
2012-09-13 12:22:31 -07:00
Julio Cesar Laura
bc00312e8e BUG 6680 Change behavior of "On Vacation" status, so that when users return and login, status automatically changes to "active" SOLVED
- The user status never changes when a user on vacation return and login
- Now when a user on vacation return and login its status change to active
2012-09-13 14:54:38 -04:00
Marco Antonio Nina
fae7ab7eed BUG 9740 New option for Default main menu option SOLVED
- According to the specifications.
- Was add new option Dashboard.
- Was enabled in skin uxmodern.
2012-09-13 14:17:39 -04:00
Julio Cesar Laura
52f5100416 Add another validation related to the laels for the usesrs status 2012-09-13 10:36:02 -04:00