Commit Graph

11634 Commits

Author SHA1 Message Date
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
julceslauhub
7c127b137e Merge pull request #558 from julceslauhub/master
BUG 6680 Change behavior of "On Vacation" status, so that when users return and login, status automatically changes to "active" SOLVED
2012-09-13 12:05:46 -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
julceslauhub
4586d5153a Merge pull request #556 from julceslauhub/master
Add another validation related to the labels for the usesrs status
2012-09-13 07:38:19 -07:00
Julio Cesar Laura
52f5100416 Add another validation related to the laels for the usesrs status 2012-09-13 10:36:02 -04:00
julceslauhub
a573db76ae Merge pull request #555 from julceslauhub/master
BUG 9759 Problema con los estilos del skin classic desde el plugin SOLVED
2012-09-12 15:50:14 -07:00
Julio Cesar Laura
12e593a36c BUG 9759 Problema con los estilos del skin classic desde el plugin SOLVED
- The layout was not correct
- Little change in the layout to fix the display
2012-09-12 18:47:39 -04:00
julceslauhub
e343170e4e Merge pull request #553 from herbertsg/BUG-9689
BUG-9689 Improve Solr performance
2012-09-12 14:56:48 -07:00
julceslauhub
3c5090a07a Merge pull request #554 from julceslauhub/master
Fix conflict with the USR_STATUS (editing profile) identifiers on the ExtJs script
2012-09-12 14:54:54 -07:00
Julio Cesar Laura
03c3031155 Fix conflict with the USR_STATUS (editing profile) identifiers on the ExtJs script 2012-09-12 17:53:42 -04:00
julceslauhub
11271ef9aa Merge pull request #551 from victorsl/BUG-5494
BUG 5494 "Request for a web service function to cancel..." SOLVED
2012-09-12 14:23:33 -07:00
julceslauhub
2ce96b417d Merge pull request #552 from julceslauhub/master
Fix conflict with the USR_STATUS identifiers on the ExtJs script
2012-09-12 13:02:05 -07:00
Julio Cesar Laura
e37010da73 Fix conflict with the USR_STATUS identifiers on the ExtJs script 2012-09-12 16:00:28 -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
00492b47a7 Merge pull request #550 from marcoAntonioNina/BUG-9712
BUG 9712 User assignment issue SOLVED
2012-09-12 08:20:46 -07:00
Marco Antonio Nina
75043f1a07 BUG 9712 User assignment issue SOLVED
- According to the specifications.
- Was add reload in the same page.
2012-09-12 11:07:07 -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
Herbert Saal Gutierrez
a1b1df936d Merge remote branch 'upstream/master' into BUG-9689 2012-09-12 09:44:34 -04: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
Herbert Saal Gutierrez
dce762b112 BUG-9689 Improve Solr performance
Improve Solr performance, reducing SQL queries getting delegation data.
now only one request to the database is required to get all the reindex
information.

Add support of search using date fields in advanced search.
the field:DEL_LAST_UPDATE_DATE is used for this purpose.

Add debug information that must be enabled in the APPSolr class.
2012-09-12 09:32:53 -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
julceslauhub
1ade653838 Merge pull request #547 from julceslauhub/master
BUG 9742 Untranslatable items in user properties forms SOLVED
2012-09-11 13:52:27 -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
julceslauhub
7dac4e52f5 Merge pull request #545 from marcoAntonioNina/BUG-7941
BUG 7941 Add Folder Variable where the document Should be uploaded... SOLVED
2012-09-11 12:56:10 -07:00
Marco Antonio Nina
c74cc5d998 BUG 7941 Add Folder Variable where the document Should be uploaded... SOLVED
- Already existed the field "path".
- Was improved the funcion createFolder for that accept path complete.
2012-09-11 14:10:58 -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
julceslauhub
66f748d6f7 Merge pull request #543 from julceslauhub/master
BUG 9721 Reassign cases not working properly on Parallel tasks SOLVED
2012-09-11 10:50:35 -07: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
julceslauhub
6df68aa579 Merge pull request #541 from victorsl/BUG-6544
BUG 6544 "Can't send email notification to next assigned..." SOLVED
2012-09-11 09:09:44 -07:00
Marco Antonio Nina
59742ba9a0 BUG Add Folder Variable where the document Should be uploaded... SOLVED
- Already existed the field "path".
- Was improved the funcion createFolder for that accept path complete.
2012-09-10 16:37:03 -04:00
Victor Saisa Lopez
aba7c671e3 BUG 6544 "Can't send email notification to next assigned..." SOLVED
- When "Assignment rules" is set to "Self service", do not send
  notifications
- Problem solved, the settings made in "Notifications" on a task, is
  used to send notifications
* Available from version 2.0.44
2012-09-10 16:04:31 -04:00
julceslauhub
a4879331de Merge pull request #540 from marcoAntonioNina/BUG-9626
BUG 9626 Simple Reports Permissions SOLVED
2012-09-10 09:36:50 -07:00
Marco Antonio Nina
6572670115 BUG 9626 Simple Reports Permissions SOLVED
- According to the specifications.
- Was add the list for add/remove permissions.
2012-09-10 10:24:07 -04:00
julceslauhub
07a7de6323 Merge pull request #539 from marcoAntonioNina/BUG-8353
BUG 8353 Create permission for users to make certain changes... SOLVED
2012-09-10 07:01:22 -07:00
Marco Antonio Nina
dfae80dcac BUG 8353 Create permission for users to make certain changes to their... SOLVED
- There is already a permit PM_EDITPERSONALINGO.
- The not editable fields are: Replaced by, Expiration Date, calendar, status, role.
2012-09-10 09:24:12 -04:00
Marco Antonio Nina
06b44cd6d5 BUG 9626 Simple Reports Permissions SOLVED
- According to the specifications.
- Was add the list for add/remove permissions.
2012-09-07 16:15:56 -04:00
julceslauhub
7a59729a91 Merge pull request #537 from victorsl/BUG-9705
BUG 9705 "upgrade ProcessMaker, creates temporary files" SOLVED
2012-09-07 11:00:17 -07:00
Victor Saisa Lopez
1f62ae3dd5 BUG 9705 "upgrade ProcessMaker, creates temporary files" SOLVED
- Files created/uploaded to "PATH_DATA/upgrade" not are deleted, this
  in ProcessMaker (core) and Enterprise (plugin)
- Improved the creation/loaded of the files, once completed, are eliminated
* Available from version 2.0.44
2012-09-07 13:56:34 -04:00
julceslauhub
5d30b356a9 Merge pull request #536 from julceslauhub/master
BUG 9741 Dentro de la clase class.pmAlfrescoFunctions existen varios var_dump sin comentar SOLVED
2012-09-07 09:02:22 -07:00
Julio Cesar Laura
34c429ed55 BUG 9741 Dentro de la clase class.pmAlfrescoFunctions existen varios var_dump sin comentar SOLVED
- Existian 3 funciones que tenian la instruccion var_dump
- Se elimino esta instruccion de las funciones
2012-09-07 11:59:55 -04:00
julceslauhub
816dfd6767 Merge pull request #535 from julceslauhub/master
BUG 9713 User administration: Add a way to disable/enable users from users list SOLVED
2012-09-07 08:52:54 -07: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
julceslauhub
a421b12c5b Merge pull request #534 from victorsl/BUG-7070
BUG 7070 "Sum function not calculating properly" SOLVED
2012-09-07 07:26:59 -07:00
Victor Saisa Lopez
121da1d27b BUG 7070 "Sum function not calculating properly" SOLVED
- SUM and AVG functions does not work correctly in Grids
- No one takes into account the attribute "Decimal Separator"
- Problem solved, SUM and AVG functions now take into account the
  attribute "Decimal Separator"
* Available from version 2.0.44
2012-09-07 09:36:12 -04:00