Commit Graph

915 Commits

Author SHA1 Message Date
Victor Saisa Lopez
c6778be285 BUG 9830 "En Advanced Search no funciona la busqueda por el..." SOLVED
- Solr no esta implementado para busquedas con cualquier usuario, esto
  en "Advanced Search"
- Se ha quitado el dropDown user en "Advanced Search" cuando Solr esta
  habilitado
* Available from version 2.0.44
2012-09-26 17:30:58 -04:00
Victor Saisa Lopez
d3ae88672f BUG 5488 "case inbox refresh time should be configurable..." SOLVED
- New feature
- Case inbox refresh time should be configurable
- Added new feature
* Available from version 2.0.45
2012-09-26 16:28:33 -04:00
julceslauhub
ea6f57fc3c Merge pull request #611 from marcoAntonioNina/BUG-9720
BUG 9720 Proceso de actualización de ProcessMaker es lento SOLVED
2012-09-26 12:46:27 -07:00
Marco Antonio Nina
a8cc4a00f9 BUG 9720 Proceso de actualizacióe ProcessMaker es lento SOLVED
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-09-26 10:15:20 -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
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
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
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
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
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
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
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
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
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
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
Victor Saisa Lopez
3fc8719472 BUG 5494 "Request for a web service function to cancel..." SOLVED
- New feature
- Web Services for pause and unpause case
- Added functions "PMFPauseCase, PMFUnpauseCase, WSPauseCase, WSUnpauseCase" in "class.pmFunctions.php"
- Added function "pauseCase, unpauseCase" in "class.wsBase.php"
- Added functionality for applications using Web Services
- Cancel case it's solved in bug 7385
- Function "pauseCase" from "class.pmFunctions.php" has changed its name to "PMFPauseCase"
* Available from version 2.0.44
2012-09-12 14:46:26 -04:00
julceslauhub
e7bdac2c0b Merge pull request #549 from marcoAntonioNina/BUG-8069
BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
2012-09-12 07:49:36 -07:00
Marco Antonio Nina
4f3003cbf8 BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-12 09:33:18 -04:00
Marco Antonio Nina
90d465811a BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-11 17:12:45 -04:00
julceslauhub
90a25c7447 Merge pull request #546 from victorsl/BUG-7385
BUG 7385 "PMF functions required for handling cases..." SOLVED
2012-09-11 14:07:18 -07:00
Victor Saisa Lopez
128b193768 BUG 7385 "PMF functions required for handling cases..." SOLVED
- New feature
- Web Services for delete and cancel case
- Added functions "PMFDeleteCase, PMFCancelCase, WSDeleteCase, WSCancelCase" in "class.pmFunctions.php"
- Added function "deleteCase, cancelCase" in "class.wsBase.php"
- Added functionality for applications using Web Services
* Available from version 2.0.44
2012-09-11 16:41:05 -04:00
Julio Cesar Laura
c10bb157b9 BUG 9742 Untranslatable items in user properties forms SOLVED
- Status labels hardcoded
- Change the hardcoded labels, now use the G::LoadTranslation method
2012-09-11 16:39:02 -04:00
Marco Antonio Nina
846bf611ea BUG 8069 PagedTable for HOME>>DOCUMENTS got ISSUES SOLVED
- The same document can be uploaded more than once even if the option overwrite is checked.
- Was add this functionality.
2012-09-11 14:01:20 -04:00
Julio Cesar Laura
3671451838 BUG 9721 Reassign cases not working properly on Parallel tasks SOLVED
- The TAS_UID was not sent and used when get the users list
- TAS_UID is send and some other validations was added
2012-09-11 13:47:14 -04:00
Julio Cesar Laura
34b60d3dd7 BUG 9713 User administration: Add a way to disable/enable users from users list SOLVED
- Add the functionallity to enable/disable users in the users list
2012-09-07 11:44:08 -04:00
Julio Cesar Laura
514eb6b037 BUG 5003 Request for horizontal scroll bars when process map is wider than browser window SOLVED
- The horizontal scrollbar was on the bottom then is not visible
- Before to load the process map get the maximun x position of the task to calculate the correct width
2012-09-05 17:17:40 -04:00
Julio Cesar Laura
7d5144c3c6 BUG 5120 Change text to clarify the purpose of user for the Case Scheduler SOLVED
- Fix some issues in the logic of the validation
- Change some validations
2012-09-05 13:01:19 -04:00
Victor Saisa Lopez
68509275f3 BUG 9649 "Uso de palabras reservadas en la creacion de PM Tables." SOLVED
- In the creation/editing of PMTables/ReportTables, not validated the
  use of reserved words
- It has validated the use of keywords in the creation/editing of
  PMTables/ReportTables
- It has been validated using reserved words to importing a process with
  ReportTables (old version)
* Available from version 2.0.44
2012-09-04 12:40:47 -04:00
Julio Cesar Laura
642839431b BUG 4094 More case information needed from getCaseInfo SOLVED
- Added the variable updateDate to the response
2012-08-29 17:08:06 -04:00
Marco Antonio Nina
d686763418 BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-22 17:52:25 -04:00
Marco Antonio Nina
acfe9f8208 BUG 9557 There is no Break Point for After Derivation... IMPROVEMENT
- Had not a Break for after derivation triggers.
- was add a break.
2012-08-22 09:56:46 -04:00
julceslauhub
14705928a8 Merge pull request #491 from marcoAntonioNina/BUG-9553
BUG 9553 Event setup duration unit of measure is not displayed SOLVED
2012-08-21 08:44:06 -07:00
Marco Antonio Nina
3635ca0076 BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications.
- Was add the opcion Days/hours for creating events.
2012-08-21 09:56:15 -04:00
Julio Cesar Laura
9c72fbddeb BUG 9609 Change log y View en Dynaforms no muestra valores ingresados en formularios ... SOLVED
- Al momento de recuperar los permisos de los dynaforms, se estaba filtrando 2 veces por el UID de la tarea, esto e sinnecesario porque la funcion que recupera los permisos ya valida por la tarea
- Habian otros issues menores (como el titulo del formulario en los tabs de preview)
- Se quito la dobre validacion por tarea y se corrigieron los issues menores
2012-08-21 09:53:15 -04:00
julceslauhub
16ff818d68 Merge pull request #486 from marcoAntonioNina/BUG-9555
BUG 9555 Event log inside Process Designer SOLVED
2012-08-20 08:13:41 -07:00
Marco Antonio Nina
24d1879db0 BUG 9555 Event log inside Process Designer SOLVED
- According to the specifications.
- Was removed the option completed y Pending of Processmap - Events
- Was add the Tab Logs en Admin.
- Was add the the list of events.
- Was changed the list Case Scheduler a logs.
2012-08-17 18:55:03 -04:00
Victor Saisa Lopez
a68d49cc2c BUG 9605 "Change default advanced search options" SOLVED
- Change default advanced search options, for get cases information
  of the current user
- Solved, added new option "Current user" in DropDown Users set to
  default in Advanced Search
2012-08-17 18:23:58 -04:00