Commit Graph

1006 Commits

Author SHA1 Message Date
Julio Cesar Laura
0509c9e38d BUG 10059 System->Default Skin : Dropdown empty SOLVED
- Missing validation when  glob function return a bollean value
- Add missing validation
2012-11-13 11:00:24 -04:00
Julio Cesar Laura
9c6a4f1839 BUG 10050 Integridad Referencial SOLVED
- Added instruction suggested
2012-11-12 14:28:25 -04:00
Julio Cesar Laura
afc2a589fb Add new properties to function PMFGenerateOutputDocument 2012-11-12 10:47:22 -04:00
julceslauhub
f5e903028e Merge pull request #930 from hector-cortez/BUG-9898
BUG 9898 PDF limit 6 pages SOLVED
2012-11-12 06:11:55 -08:00
Julio Cesar Laura
ecc82882fc BUG 10036 No esta rezalizando un buen conteo de la paginacion en Documents SOLVED
- Incorrect calculation of the items in the folder
- Fix the formula to calculate the items in the folder
2012-11-09 17:14:52 -04:00
Hector Cortez
aecf461295 BUG 9898 PDF limit 6 pages SOLVED
- When we generate a pdf in process, it can be created and download, but it can't over 6 pages.
- Was added new report generator pdf.
2012-11-09 16:40:49 -04:00
julceslauhub
3f689fb12b Merge pull request #927 from marcoAntonioNina/BUG-9943
BUG 9943 Advanced Search menu should be seen on UXS IMPROVEMENT
2012-11-09 11:58:11 -08:00
Marco Antonio Nina
d66a2a679c BUG 9943 Advanced Search menu should be seen on UXS IMPROVEMENT
- According to the specifications.
- Was add the file for advanced search with the same functionality.
2012-11-09 15:25:21 -04:00
jennylee
ab9622a61c BUG-7274 New feature, show on the 'Task - Step list' the Dynaform Mode is assigned.
I modified the files 'workflow/engine/xmlform/steps/steps_List.xml' and 'workflow/engine/classes/class.processMap.php' to add a new column in the table 'Steps' showing the Mode in wich is assigned the dynaform to the Task.
2012-11-08 14:58:47 -04:00
julceslauhub
dc43277902 Merge pull request #894 from herbertsg/OptimizeSolrMemory
OptimizeSolrMemory Improve Solr performance
2012-11-06 06:36:25 -08:00
Victor Saisa Lopez
60e9afcf20 BUG 6426 "Date format only in predefined formats" SOLVED
- New feature
- Added new date format d.m.Y (ie for example 06.11.2012)
* Available from version 2.0.45
2012-11-06 10:25:31 -04:00
Herbert Saal Gutierrez
6e3e6c7318 OptimizeSolrMemory Improve Solr performance
Add commitwithnin option to reduce the number of commits
2012-11-06 09:46:26 -04:00
Victor Saisa Lopez
977969985e BUG 9830 "En Advanced Search no funciona la busqueda por..." SOLVED
- In AdvancedSearch no performs searches for user and category
- Problem solved, have been added to SOLR missing criteria for the search
- Note. - To register/upgrade the new criteria in the SOLR server, run the
  following script:
      $ php reindex_solr.php workspace_name reindexall
* Available from version 2.0.45
2012-11-05 15:14:51 -04:00
Victor Saisa Lopez
29c19e93f7 Merge remote branch 'upstream/master' into BUG-9830 2012-10-31 16:28:36 -04:00
Victor Saisa Lopez
bdd19e9729 BUG 9924 "Participated list only display TO_DO cases" SOLVED
- Participated list only display TO_DO cases
- Solution to bug 9924
- It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 16:25:09 -04:00
Marco Antonio Nina
9e0f75967b forwarding of emails for triggers, improved 2012-10-31 16:02:04 -04:00
Victor Saisa Lopez
74f577b5f5 Merge remote branch 'upstream/master' into BUG-9830 2012-10-31 14:46:08 -04:00
Julio Cesar Laura
2836b56032 BUG 9588 if you save your dynaform and your session has expired you get no warning SOLVED
- Added validation when the session was expired
2012-10-31 14:33:47 -04:00
Victor Saisa Lopez
7a1483b81b BUG 9924 "Participated list only display TO_DO cases" SOLVED
- Participated list only display TO_DO cases
- Solution to bug 9924
- It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 12:31:48 -04:00
Victor Saisa Lopez
d0bf6400af BUG 9830 "En Advanced Search no funciona la busqueda por el..." SOLVED
- First commit:
  > Solution to bug 9924
  > It improved the list of cases (inbox, draft, participated, paused, advanced search)
* Available from version 2.0.45
2012-10-31 10:45:21 -04:00
julceslauhub
b3fa209bbc Merge pull request #881 from Jennydmz/BUG-8905
Bug 8905  Unpause a Case from a supervisor session.
2012-10-30 09:30:10 -07:00
jennylee
c0a9d2b75c BUG-8905 Unpause a Case from a supervisor session.
I modified the function getPaused, in file 'workflow/engine/classes/model/AppCacheView.php', showing the cases that are paused by the current user and the ones that he supervises.
2012-10-30 09:03:50 -04:00
jennylee
093558e1d0 BUG-8905 Unpause a Case from a supervisor session.
I modified the function getPaused, in file 'workflow/engine/classes/model/AppCacheView.php', showing the cases that are paused by the current user and the ones that he supervises.
2012-10-29 16:41:27 -04:00
Julio Cesar Laura
e07093203b BUG 9946 Cases paused with the PMFPauseCase function are redirecting to the inbox and Paused folder at the same time SOLVED
- The triggers was paused the current case
- Add validation when the trigger pause/cancel the current case
2012-10-29 15:24:21 -04:00
julceslauhub
1a8a53ba09 Merge pull request #878 from marcoAntonioNina/BUG-9937
BUG 9937 PMFSendMessage way to not log in history... SOLVED
2012-10-29 10:50:57 -07:00
Marco Antonio Nina
530565f543 BUG 9937 PMFSendMessage way to not log in history... SOLVED
- The registration messages are displayed by default.
- was add in PMFSendMessage a feature in the last parameter.
2012-10-29 11:45:05 -04:00
julceslauhub
6ccc7edf21 Merge pull request #877 from hector-cortez/BUG-9944
BUG 9944 Process Supervisors should be able to reassign to Ad Hoc Users SOLVED
2012-10-29 06:40:26 -07:00
Hector Cortez
e88454bcc0 BUG 9944 Process Supervisors should be able to reassign to Ad Hoc Users SOLVED
- Process Supervisors can only reassign cases to Users&User Groups on menu Process Supervisor\Reassign. They can not reassign to Users&User Groups (Ad Hoc)
- Added Search ad hoc
2012-10-29 09:31:33 -04:00
Marco Antonio Nina
4469f7b2bb BUG 7817 Se puede ver todos los skins que tiene el servidor... SOLVED
- No was validated skin.
- Was add validation a skin for workspaces.
2012-10-29 09:25:05 -04:00
Marco Antonio Nina
8695139590 BUG 7817 Se puede ver todos los skins que tiene el servidor... SOLVED
- No was validated skin.
- Was add validation a skin for workspaces.
2012-10-26 17:46:16 -04:00
Hector Cortez
f62edeec83 BUG 9286 Comments are deleted from the XML code for DynaForms SOLVED
- ProcessMaker deletes comments from XML code.
- Adjustment in the standarized Code.
2012-10-25 16:08:31 -04:00
Hector Cortez
8e4229f53e BUG 9286 Comments are deleted from the XML code for DynaForms SOLVED
- ProcessMaker deletes comments from XML code. For example if I have:
- Change in the way of creating XML files in DynaForms.
2012-10-25 15:05:39 -04:00
julceslauhub
05de793839 Merge pull request #866 from norahmollo/master
CODE STYLE Format
2012-10-23 14:20:53 -07:00
julceslauhub
681340cfa2 Merge pull request #865 from brayanpereyra/BUG-8965
BUG 8965 I add the function downloadDoc SOLVED
2012-10-23 14:20:19 -07:00
norahmollo
911b417e72 CODE STYLE format
Changes in format file
2012-10-23 21:14:04 +00:00
Brayan Osmar Pereyra Suxo
b63ae3c4f0 BUG 8965 I add the function downloadDoc SOLVED
I add the function downloadDoc
2012-10-23 16:58:16 -04:00
norahmollo
266937e496 CODE STYLE Format
Changes in format file
2012-10-23 19:23:58 +00:00
Brayan Osmar Pereyra Suxo
c6b75dc9cd Merge remote branch 'upstream/master' 2012-10-23 09:04:10 -04:00
julceslauhub
757d79242b Merge pull request #860 from Jennydmz/master
CODE STYLE changes...
2012-10-22 15:11:53 -07:00
jennylee
cfbbf82f77 CODE STYLE, changes
FILES:
gulliver/system/class.database_mssql.php
gulliver/system/class.database_mysql.php
workflow/engine/classes/class.cli.php
workflow/engine/classes/class.pluginRegistry.php
workflow/engine/classes/entities/FacetGroup.php
workflow/engine/classes/entities/SolrUpdateDocument.php
workflow/engine/classes/triggers/class.pmTalendFunctions.php
workflow/engine/methods/appFolder/appFolderList.php
workflow/engine/methods/processes/processes_Ajax.php
2012-10-22 17:23:01 -04:00
julceslauhub
354cb40877 Merge pull request #858 from ralpheav/master
Code Style changes /workflow/engine/methods/class/   workflow/engine/methods/dashboard/  workflow/engine/methods/reportTables/   workflow/engine/methods/reports/
2012-10-22 14:16:18 -07:00
Ralph Asendeteufrer
7e3690f956 CODE STYLE changes
files modified:   workflow/engine/classes/class.report.php
                  workflow/engine/classes/class.reportTables.php
                  workflow/engine/methods/dashboard/main.php
                  workflow/engine/methods/reportTables/edit.php
                  workflow/engine/methods/reportTables/main.php
                  workflow/engine/methods/reportTables/reportTables_Ajax.php
                  workflow/engine/methods/reportTables/reportTables_Delete.php
                  workflow/engine/methods/reportTables/reportTables_Edit.php
                  workflow/engine/methods/reportTables/reportTables_Save.php
                  workflow/engine/methods/reports/reportsList.php
                  workflow/engine/methods/reports/reports_Dashboard.php
                  workflow/engine/methods/reports/reports_Description.php
                  workflow/engine/methods/reports/reports_Duration.php
                  workflow/engine/methods/reports/reports_View.php
2012-10-22 17:09:37 -04:00
Brayan Osmar Pereyra Suxo
0d475304e7 ALFRESCO I add the function downloadDoc
I add the function downloadDoc
2012-10-22 17:07:47 -04:00
jennylee
dcf7b02979 CODE STYLE
FILES:
gulliver/system/class.tree.php
workflow/engine/classes/class.memcached.php
workflow/engine/classes/class.net.php
workflow/engine/classes/entities/AppSolrQueue.php
workflow/engine/classes/entities/FacetInterfaceRequest.php
workflow/engine/classes/entities/FacetInterfaceResult.php
workflow/engine/classes/entities/FacetItem.php
workflow/engine/classes/entities/FacetResult.php
workflow/engine/classes/entities/SelectedFacetGroupItem.php
workflow/engine/classes/entities/SolrQueryResult.php
2012-10-22 16:35:54 -04:00
jennylee
c2adddd9fc Merge remote branch 'upstream/master' 2012-10-22 15:58:12 -04:00
jennylee
ef66773130 CODE STYLE, changes...
FILES:
workflow/engine/classes/class.derivation.php
workflow/engine/classes/class.popupMenu.php
workflow/engine/classes/class.processes.php
workflow/engine/classes/class.xmlDb.php
workflow/engine/classes/triggers/api/class.zimbraApi.php
2012-10-22 15:45:47 -04:00
julceslauhub
41cdf2fd0d Merge pull request #854 from Jennydmz/2460cb7ad42610067dafefe181a1fa47d0478266
CODE STYLE.
2012-10-22 11:41:39 -07:00
jennylee
2460cb7ad4 CODE STYLE, changes...
FILES:
gulliver/system/class.headPublisher.php
workflow/engine/classes/model/AppSolrQueue.php
workflow/engine/classes/triggers/class.pmSharepointFunctions.php
2012-10-22 14:00:36 -04:00
Victor Saisa Lopez
995be39eb9 BUG 4940 "Add option to set a time limit on 'self serve'..." SOLVED
- New feature
- Add option to set a time limit on "Self service" routing
- Added new feature in properties task
- This new feature is activated by the execution of cron.php:
      cron.php [+wWORKSPACE] unassigned-case
* Available from version 2.0.45
2012-10-22 13:55:35 -04:00
Fernando Ontiveros
14c64af8c5 CODE STYLE class/model/ files 2012-10-22 05:57:53 -04:00