Commit Graph

374 Commits

Author SHA1 Message Date
julceslauhub
c6f965c9a1 Merge pull request #1012 from ralpheav/master
adding Bootstrap::json_encode to translations
2012-11-29 08:32:56 -08:00
ralph
5c89c9d499 Adding new Bootstrap::json_encode() 2012-11-29 11:21:52 -04:00
Marco Antonio Nina
29d4cb3fa0 BUG 10110 Añr modulo de logs para envio de correos electronicos SOLVED
- According to the specifications.
- Was add the the list of emails.
enter the commit message for your changes. Lines starting
2012-11-28 12:54:11 -04:00
ralph
8eaacc678a Adding SteepSuperVisorPeer interface class 2012-11-26 17:51:55 -04:00
ralph
1e15c5108d Adding ContentPeer & TriggerPeer, only if they are needed. 2012-11-23 13:05:01 -04:00
ralph
b4a937b1bc Adding AppFolder to autoloader, missed in Save Cases feature. 2012-11-23 11:49:08 -04:00
ralph
d7962637a8 Commenting DB interface requiere files from processMap class, already in Autoloader. 2012-11-22 16:33:58 -04:00
ralph
4da103893b Commenting unnecesary require files. 2012-11-22 15:52:02 -04:00
user
f38c4d368c Removing requiere_once call to gain loading time. 2012-11-20 16:45:09 -04:00
user
24cb5bce52 Merge remote-tracking branch 'upstream/master' into speedy 2012-11-20 14:04:40 -04:00
Victor Saisa Lopez
e10d68ba58 BUG 7752 "No webservice to add notes" SOLVED
- New feature
- Web Services for add case note
- Added functions "PMFAddCaseNote, WSAddCaseNote" in "class.pmFunctions.php"
- Added function "addCaseNote" in "class.wsBase.php"
- Added functionality for applications using Web Services
* Available from version 2.0.46
2012-11-19 14:35:10 -04:00
user
6d52bdf65c Changing interface DB ORM classes include from class.case.php to bootstrap.php, to gain speed in Cases load time. 2012-11-16 17:13:48 -04:00
Julio Cesar Laura
3be8837e37 Improvement in the documents list 2012-11-16 16:12:56 -04:00
Victor Saisa Lopez
55ee745105 BUG 0000 "In HOME>Documents pager does not work" SOLVED
- In HOME>Documents pager does not work
- Fixed, Added total records variable, The pager now work correctly
* Available from version 2.0.46
2012-11-16 13:32:07 -04:00
Victor Saisa Lopez
97cef89539 BUG 8391 "Request that an "Edit" button be added to the..." SOLVED
- New feature
- Request that an "Edit" button be added to the page to view the
  profile of a particular user
- Added edit button in Summary view
* Available from version 2.0.46
2012-11-16 10:05:20 -04:00
Brayan Osmar Pereyra Suxo
bb92d18f64 BUG 9962 I added a validation to field SOLVED
I added a validation to text field
2012-11-15 10:10:04 -04:00
Julio Cesar Laura
9c6a4f1839 BUG 10050 Integridad Referencial SOLVED
- Added instruction suggested
2012-11-12 14:28:25 -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
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
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
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
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
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
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
Fernando Ontiveros
ea98460f99 CODE STYLE class/model/ files 2012-10-20 17:19:10 -04:00
Fernando Ontiveros
319f755d18 CODE STYLE class/model/ files 2012-10-20 16:52:15 -04:00
Fernando Ontiveros
ad53bd8a50 CODE STYLE some classes in classes/model 2012-10-20 16:02:33 -04:00
ferOnti
35de8ac088 Merge pull request #845 from norahmollo/master
CODE STYLE Format
2012-10-19 15:25:17 -07:00
norahmollo
e21cbdbaa6 CODE STYLE Format
Change format
2012-10-19 21:30:26 +00:00
jennylee
679c33224c CODE STYLE changes...
FILES:
workflow/engine/classes/class.pmGauge.php
workflow/engine/classes/model/AppMessage.php
workflow/engine/classes/model/CaseTracker.php
workflow/engine/classes/model/CaseTrackerObject.php
workflow/engine/classes/model/GroupUser.php
workflow/engine/classes/model/LoginLog.php
workflow/engine/classes/model/ObjectPermission.php
2012-10-19 17:09:00 -04:00
jennylee
669370c080 Merge remote branch 'upstream/master' 2012-10-19 16:54:43 -04:00
jennylee
74082729f2 CODE STYLE changes...
FILES:
gulliver/system/class.table.php
workflow/engine/classes/class.propelTable.php
workflow/engine/classes/entities/Base.php
workflow/engine/classes/model/AppEvent.php
2012-10-19 16:48:46 -04:00
ferOnti
da702ce462 Merge pull request #839 from norahmollo/master
CODE STYLE Format
2012-10-19 12:00:18 -07:00
norahmollo
9e9f4be8e6 CODE STYLE Format
Change format
2012-10-19 18:50:57 +00:00
ferOnti
717ed5d87e Merge pull request #836 from Jennydmz/master
CODE STYLE, checking in detail (PART 2)
2012-10-19 11:14:26 -07:00
ferOnti
747b752015 Merge pull request #837 from norahmollo/master
CODE STYLE Format
2012-10-19 11:13:02 -07:00
norahmollo
b17a5eff62 CODE STYLE Format
Change format
2012-10-19 18:07:17 +00:00
jennylee
87c3641314 Merge remote branch 'upstream/master' 2012-10-19 14:05:04 -04:00
jennylee
2b63d8616b CODE STYLE, checking in detail (PART 2)
FILES:
workflow/engine/classes/model/InputDocument.php
workflow/engine/classes/model/StepTrigger.php
workflow/engine/classes/model/Users.php
workflow/engine/methods/setup/webServicesAjax.php
2012-10-19 11:45:05 -04:00
ferOnti
4351ce5253 Merge pull request #832 from Jennydmz/master
CODE STYLE, checking in detail...
2012-10-19 07:33:42 -07:00
jennylee
3e18b38e74 CODE STYLE, checking in detail...
FILES:
workflow/engine/classes/model/AppDelegation.php
workflow/engine/classes/model/Dynaform.php
workflow/engine/classes/model/Groupwf.php
workflow/engine/classes/model/Language.php
workflow/engine/classes/model/UsersProperties.php
workflow/engine/classes/triggers/class.pmTrSharepoint.php
2012-10-19 10:24:29 -04:00
ferOnti
356a678d8c Merge pull request #829 from norahmollo/master
CODE STYLE Format worflow/engine/classes/model/
2012-10-19 06:31:50 -07:00
norahmollo
2906790fe3 CODE STYLE Formating worflow/engine/classes/model/AppFolder.php
CODE STYLE Formating worflow/engine/classes/model/Step.php

Change format files in worflow/engine/classes/model/AppFolder.php
Change format files in worflow/engine/classes/model/Step.php
2012-10-19 13:13:05 +00:00