Commit Graph

1453 Commits

Author SHA1 Message Date
Vera Osokina
d9e92bee22 BUG 11084 PMTables list, sorts only by page.
Was added some validations to make 'PMTables list' sort all pages.
2013-04-03 13:12:10 -04:00
julceslauhub
74f78756e4 Merge pull request #1495 from ralpheav/master
Adding Codemirror 3.13
2013-04-03 07:08:59 -07:00
julceslauhub
8539545b58 Merge pull request #1493 from marcoAntonioNina/BUG-11129
BUG 11129 No es posible editar un Process premissions... SOLVED
2013-04-02 11:30:57 -07:00
julceslauhub
8ef483f21f Merge pull request #1492 from Jennydmz/BUG-11079
BUG 11079 Notice when importing a process form Browse Library
2013-04-02 11:13:04 -07:00
julceslauhub
9f79fcd39d Merge pull request #1488 from Jennydmz/BUG-11088
BUG 11088 When creating a 'New Report Table', the process list is unsort.
2013-04-02 10:52:48 -07:00
Vera Osokina
be38786447 BUG 11079 Notice when importing a process form Browse Library
Was added a validation in case that the variable was not defined. It makes the Notice don't shows anymore.
2013-04-02 13:28:06 -04:00
Marco Antonio Nina
788dc507a1 BUG 11129 No es posible editar un Process premissions... SOLVED
- Variable not defined.
- add deletede permission in delete group.
2013-04-02 12:20:19 -04:00
jennylee
2e617dc128 BUG 11088 When creating a 'New Report Table', the process list is unsort.
Was added a validation to show the process list sorted by 'Process Title' (PRO_TITLE).
2013-04-02 11:06:13 -04:00
ralph
c869edb305 Replacing codemirror ver 0.93 by ver 3.13 and using it in PM. 2013-04-02 09:39:03 -04:00
julceslauhub
8ab819ad5c Merge pull request #1482 from Jennydmz/BUG-11003
BUG-11003 Alfresco Triggers are hardcoded to look for 'Sites' folder as the main root folder.
2013-04-01 07:17:39 -07:00
Hector Cortez
e028c95639 BUG 10620 setCaseTrackerCode function does not work SOLVED
- When you send an empty string in the parameter "Code" always returns 0. When you enter the correct parameters always returns 1.
- Changed documentation of the return value.
2013-04-01 09:57:21 -04:00
jennylee
fe4fc7f349 BUG-11003 Alfresco Triggers are hardcoded to look for 'Sites' folder as the main root folder.
Was added $dir like the parameter who receives the path for the files upload and download from Alfresco Server.

To prove, must create a proces with the 'UploadDoc' and 'DownloadDoc' functions.
2013-03-28 16:04:26 -04:00
jennylee
b668474c8a Eroorres 2013-03-28 16:00:10 -04:00
jennylee
43ba2efccd BUG-11003 Alfresco Triggers are hardcoded to look for 'Sites' folder as the main root folder.
Was added $dir like the parameter who receives the path for the files upload and download from Alfresco Server.

To prove, must create a proces with the 'UploadDoc' and 'DownloadDoc' functions.
2013-03-28 14:21:53 -04:00
Marco Antonio Nina
c08cb8087e BUG 9872 Reassign Multiple Case, submit and 'Processing...' IMPROVEMENT
- Listing was modified by a new parameter.
- was add validation.
2013-03-28 10:45:26 -04:00
Marco Antonio Nina
8c0d152484 Improvement plunis translation create and merge of translation. 2013-03-26 15:01:53 -04:00
Marco Antonio Nina
087c49d064 Improvement plunis translation create and merge of translation. 2013-03-26 12:17:50 -04:00
Marco Antonio Nina
c906af907c Improvemente PARTNER FLAG in db.php 2013-03-26 09:16:53 -04:00
Marco Antonio Nina
7834a71152 Improvemente PARTNER FLAG in db.php 2013-03-25 17:29:43 -04:00
Victor Saisa Lopez
e2d48fb9de BUG 0000 "Problem in the ordering of the column 'current..." SOLVED
- Problem in the ordering of the column "current user" and "task" in casesList
- Solved problem the ordering, has taken into account the settings made in ADMIN>Settings>Environment
* Available from version ProcessMaker-2.0.46
2013-03-21 17:19:54 -04:00
Julio Cesar Laura
9814347258 BUG 11021: Change the role names from PROCESSMAKER_XXXX to only "XXXX" IMPROVEMENT 2013-03-21 13:38:31 -04:00
Julio Cesar Laura
6ae68823c6 BUG 11052 Notice en Report Table al hacer correr un caso con old version IMPROVEMENT 2013-03-21 13:06:02 -04:00
Julio Cesar Laura
1f4056fbaf BUG 11052 Notice en Report Table al hacer correr un caso con old version SOLVED
- Using foreach statement in a empty string
- Check first if is an array before use foreach statement
2013-03-21 13:00:18 -04:00
Marco Antonio Nina
e380b8b272 Merge remote branch 'upstream/master' 2013-03-20 11:33:19 -04:00
Marco Antonio Nina
638cdee160 Add hook before create user 2013-03-20 10:58:19 -04:00
Julio Cesar Laura
89e50a43b1 Many fixes and improvements, issues detected on QA servers 2013-03-20 10:45:53 -04:00
Marco Antonio Nina
1fb92234c2 Merge remote branch 'upstream/master' 2013-03-20 09:07:42 -04:00
ralph
8bde064996 BUG 10989: "PMFNewCaseImpersonate definition is incomplete"
Error:  There were no parameter to set which starting task to select.
Sol:    Adding a optional paramater to the newCaseImpersonate function.
plus code style changes.
2013-03-19 13:52:49 -04:00
ralph
34c35397dd Removing check of the task steps. 2013-03-19 13:47:16 -04:00
ralph
07c322c210 Adding extra parameter to newCaseImpersonate 2013-03-19 11:36:06 -04:00
Marco Antonio Nina
89ac75ec1e Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-19 11:20:30 -04:00
Marco Antonio Nina
e052548966 Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-19 10:45:29 -04:00
ralph
f5d94ebbf9 Adding optional taskid parameter to newCaseImpersonate function 2013-03-19 10:45:04 -04:00
Marco Antonio Nina
4677b8588b Merge remote branch 'upstream/master' 2013-03-19 10:20:49 -04:00
Marco Antonio Nina
be174d0eed Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-19 10:12:35 -04:00
Julio Cesar Laura
d71e85611d Little change in class OutputDocuments 2013-03-18 18:56:50 -04:00
Marco Antonio Nina
d6918697aa Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-18 15:13:14 -04:00
Marco Antonio Nina
87cd036826 Improvement function processmaker plugins-translation
- file .po is read and created in the plugin.
2013-03-18 09:54:30 -04:00
Marcelo Heredia Aguilar
9606a37f9e DOCSYSTEM .po creation fixed 2013-03-15 20:47:42 +00:00
Marco Antonio Nina
b9f5552ed6 Improvement validation funcition plugin-translation 2013-03-15 15:37:22 -04:00
Marco Antonio Nina
911b96f3e0 Improvement functions processmaker plugins-translation 2013-03-15 14:27:33 -04:00
Hector Cortez
3a3c09dabd BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 15:51:16 -04:00
Hector Cortez
60116878df BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 14:51:01 -04:00
Hector Cortez
b7e254b425 BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 12:36:34 -04:00
Hector Cortez
5cc9925075 BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-14 11:33:31 -04:00
julceslauhub
c78edfe6d6 Merge pull request #1395 from marcoAntonioNina/master
Improvement add options processmaker
2013-03-13 15:09:22 -07:00
Julio Cesar Laura
f7a5cfd05d Improvement in the pdf generation with TCPDF 2013-03-13 17:33:12 -04:00
Marco Antonio Nina
0bc5001117 Improvement add options processmaker
- Add plugins-translation-create.
- Add plugins-translation-update
2013-03-13 12:34:23 -04:00
Marco Antonio Nina
4f1e036477 Merge remote branch 'upstream/master' 2013-03-13 10:22:00 -04:00
Julio Cesar Laura
9b63600ab6 BUG 10958 La funcion PMF GenerateOutputDocuemnt no esta generando el output document SOLVED
- When a html string is in other encoding type doesn't generate the pdf using TCPDF
- Sanitize the html
2013-03-12 18:31:17 -04:00