Commit Graph

795 Commits

Author SHA1 Message Date
Brayan Osmar Pereyra Suxo
36dd249ada BUG 8864 I add the function to delete file
I verify the permission delete to output document and I add the funcion in genered documents
2012-10-08 11:28:15 -04:00
Hector Cortez
f8268dc6e4 BUG 6210 Request for web service to retrieve all the case variables SOLVED
- The getVariables() web service is not very useful, if you don't know which case variables have been defined.
- Changed name from getAllVariables to getVariablesNames.
2012-10-08 09:09:08 -04:00
Hector Cortez
ad86b56293 Merge remote branch 'upstream/master' into BUG-6210 2012-10-08 09:06:10 -04:00
julceslauhub
bb9a3e8843 Merge pull request #670 from marcoAntonioNina/BUG-9720
BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
2012-10-05 14:03:33 -07:00
Marco Antonio Nina
52086504f1 BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-10-05 16:58:26 -04:00
Hector Cortez
4a056fb7a1 Merge remote branch 'upstream/master' into BUG-6210 2012-10-05 16:39:26 -04:00
Hector Cortez
ce45c7a392 BUG 6210 Request for web service to retrieve all the case variables SOLVED
- The getVariables() web service is not very useful, if you don't know which case variables have been defined.
- Added a new function for web services getAllVariables.
2012-10-05 16:38:14 -04:00
julceslauhub
59c411bf9c Merge pull request #668 from marcoAntonioNina/BUG-7536
BUG 7536 Problem with moving a file from one folder to another foldER... SOLVED
2012-10-05 13:37:57 -07:00
Marco Antonio Nina
2a2f053126 BUG 7536 Problem with moving a file from one folder to another foldER... SOLVED
- No exist the methods corresponding.
- Was added the methods for copy and move directories.
2012-10-05 15:02:46 -04:00
Julio Cesar Laura
c1670185ea BUG 6564 Group value based Self service Assignment Rule SOLVED
- Add a new Assignment Rule, to use a variable to designe dynamicly the group for the self service
2012-10-05 11:16:37 -04:00
Victor Saisa Lopez
29c6fc996d BUG 8333 "File field for each grid line" SOLVED
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
    * Grids in mode edit/view
    * INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
    * KnowledgeTree plugin
    * And other cases
* Available from version 2.0.45
2012-10-04 17:54:44 -04:00
Brayan Osmar Pereyra Suxo
f12c66426c BUG 4715 I add assigned group to supervisor user
I add assigned to superisor user in cases to groups
2012-10-04 15:19:31 -04:00
Ralph Asendeteufrer
a3e05f7cdb BUG 9849 - When you add a new skin - the skin menu does not show it selected
PROBLEM The skin table does not show any row selected to determine which is the selected one.
SOLVED Adding an small feature to display italic, bold text and set a checked image in the current skin row.
2012-10-04 11:44:15 -04:00
Ralph Asendeteufrer
ccf4844f14 BUG 9849 - When you add a new skin - the skin menu does not show it selected
PROBLEM The skin table does not show any row selected to determine which is the selected one.
SOLVED Adding an small feature to display italic, bold text and set a checked image in the current skin row.
2012-10-04 10:04:49 -04:00
Ralph Asendeteufrer
5801e0af15 BUG 9849 When you add a new skin - the menu skin does not show it selected
PROBLEM  The skin table does not show any row selected to determine which is the selected one.
SOLVED   Adding an small feature to display italic, bold text and set a checked image in the current skin row.
2012-10-03 20:09:06 -04:00
julceslauhub
4753d4d29e Merge pull request #644 from ralpheav/master
BUG 9855 REST services for ProcessMaker
2012-10-02 17:09:22 -07:00
Ralph Asendeteufrer
2a416c6e31 BUG 9855 REST services for ProcessMaker Solved
PROBLEM there were not any documentation of Rest using Curl, and using rest with Java.
SOLVED There were add classes to help to use Rest by Curl, and examples to use rest with Java were added.
2012-10-02 17:28:12 -04:00
julceslauhub
a6f95ace69 Merge pull request #642 from marcoAntonioNina/BUG-9720
BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
2012-10-02 14:10:37 -07:00
Marco Antonio Nina
9ab0b87061 BUG 9720 Proceso de actualizacióe ProcessMaker es lento IMPROVEMENT
- ProcessMaker update process is slow for query.
- Was optimized queries and was modified the  rebuild "Table content".
2012-10-02 17:04:22 -04:00
julceslauhub
91d033cd23 Merge pull request #641 from marcoAntonioNina/BUG-8668
BUG 8668 No se puede remover permisos del rol PROCESSMAKER_ADMIN SOLVED
2012-10-02 13:36:34 -07:00
Marco Antonio Nina
c07a78e9ea BUG 8668 No se puede remover permisos del rol PROCESSMAKER_ADMIN SOLVED
- The permits can not be removed for the role processmaker_admin.
- We add a generic list of permissions for the role processmaker_admin located in class.rbac.php.
- Was can remove permissions for the role processmaker_admin but other than those predefined in the list of RBAC.
2012-10-02 16:22:51 -04:00
Marco Antonio Nina
38b17af416 BUG 9841 We can't search users by email SOLVED
- Could not be performed by not having the search in the options.
- Was add the parameter for search.
2012-10-02 15:28:00 -04:00
Marco Antonio Nina
963c70b62c BUG 8668 No se puede remover permisos del rol PROCESSMAKER_ADMIN SOLVED
- The permits can not be removed for the role processmaker_admin.
- We add a generic list of permissions for the role processmaker_admin located in class.rbac.php.
- Was can remove permissions for the role processmaker_admin but other than those predefined in the list of RBAC.
2012-10-02 15:21:06 -04:00
Ralph Asendeteufrer
6372bf808a BUG 9855 REST services for ProcessMaker Solved
PROBLEM There were no documentation for use of Rest by Curl and Rest with Java use.
SOLVED Adding classes to help to use Rest by Curl and Adding samples to use Rest with Java.
2012-10-02 13:13:19 -04:00
ralph
d6f1539a7b BUG 9855 Rest Services for ProcessMaker.
PROBLEM There were no documentation for use of Rest by Curl and Rest with Java use.
SOLVED Adding Classes to help to use Rest by Curl and Adding samples to use Rest with Java.
2012-10-02 10:27:57 -04:00
Julio Cesar Laura
afcd23969e Add validation when change the url without a workspace but with a session active 2012-10-01 13:44:27 -04:00
julceslauhub
8c3a42812c Merge pull request #621 from Jennydmz/BUG-7306
BUG 7306 Case Tracker download documents doesnt work, shows 404 Not Foun...
2012-09-28 13:43:36 -07:00
jennylee
7a23d26106 BUG 7306 Case Tracker download documents doesnt work, shows 404 Not Found page.
The file workflow/engine/methods/tracker/tracker_ShowOutputDocument.php was incomplete, there were not some validations like versioning, and there were not taking into account the extension of the file to download. I add those validations, taking like example the file /workflow/engine/methods/cases/cases_ShowOutputDocument.php
2012-09-28 14:35:39 -04:00
julceslauhub
08584c1150 Merge pull request #613 from victorsl/BUG-5488
BUG 5488 "case inbox refresh time should be configurable..." SOLVED
2012-09-28 08:53:20 -07:00
Julio Cesar Laura
029b8542fd BUG 9846 fallo en importacion de proceso SOLVED
- Se ha detectado que el archivo encargado de la importacióstaba usando short tags de PHP
- Se ha cambiado el short tag a un tag estandar de php
- Como workaround para otras versiones se debe habilitar el uso de short tags en el php.ini
2012-09-27 11:23:47 -04:00
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