Enrique Ponce De Leon
ce1c4cbff8
BUG 6721 Incorrect display of department's manager solved
2011-04-15 18:43:03 -04:00
Carlos Pacha
c31ee9c6fe
BUG 6738 Deleting the initial with a case scheduler causes an error
...
this issue has been fixed, now you can delete a task.
2011-04-15 16:51:33 -04:00
Erik Amaru Ortiz
030418cb7a
BUG 6750 "Issue when using Report Tables in Processes" is solved now
...
There was a litle bug in a condition, was fixed and it works fine now
2011-04-15 11:08:18 -04:00
Hugo Loza
f19eadf2d4
BUG 6688 KT issues
...
Part of the solution was to fix some issues in core that failed to
update uploaded files to a plugin in local DB
Change-Id: I60d18b0fa8416923780df802110ad81473a43b86
2011-04-14 16:19:45 -04:00
Douglas Medrano Chura
c4635bc56a
BUG 5004 Change text doesn't exists!
...
All wrong texts like doesn't exists or not exists by doesn't exist
2011-04-13 18:57:02 -04:00
Alexandre Rosenfeld
f0277f02fb
BUG 5978 Add getVersion to System class and use it instead of PM_VERSION
...
Instead of every page defining it's own PM_VERSION interpretation,
there is now a single getVersion function in the System class to
always get the right version.
2011-04-13 16:11:33 -04:00
Alvaro Campos
721a87f6c0
BUG 6087 added filter of dates for translation labels
2011-04-13 12:47:50 -04:00
Hector Cortez
15d3dd9486
BUG 6693 Changing the field size TRANSLATION.TRN_VALUE to LONGVARCHAR
2011-04-13 10:52:44 -04:00
Enrique Ponce De Leon
729cc04733
BUG 6714 SOLVED.
...
- Counting issues solved.
- Departments, Groups, Roles and Authentication Sources improved
2011-04-12 11:51:56 -04:00
Carlos Pacha
092c7e3a39
BUG 5735 This issue has been fixed
...
I've tried to reproduced this issue but I couldn't. However I could see that was not doing the validation for the users and this had a notice, these were in the case scheduler option. These were fixed.
2011-04-12 11:32:50 -04:00
Enrique Ponce De Leon
ca12784306
BUG 6512 SOLVED.
...
Fixed notice and warning about events.
2011-04-11 18:24:27 -04:00
Erik Amaru Ortiz
8617323cfa
BUG 6700 is solved, the installer don't crash any more
...
A validation before use mysql_error() was added and the error mesage was improbled
2011-04-08 18:54:13 -04:00
Hector Cortez
2fb1063743
BUG 6643 Adjustment triggers & imp/exp processes to avoid duplic of events
2011-04-07 11:16:53 -04:00
Carlos Pacha
6dfc05da04
BUG 6357 this bug was fixed
...
This issue is happening, this is happening when you create a output document and go back to previous step or leave a case, it created a duplicates and it shows function ereg_replace() is deprecated. I have fixed these and it's working fine, however there are some deprecated errors which are into ..thirdparty/html2ps_pdf, then we are going to wait the solucion from html2ps_pdf
2011-04-07 09:32:03 -04:00
Carlos Pacha
8260c395a2
BUG 6651 this bug was fixed
...
In fact this issue is happening, this is happening when you use "selection" as the routing rule in your task. There were some fields that weren't well defined, I have fixed it and now it works fine.
2011-04-07 09:31:58 -04:00
Alexandre Rosenfeld
a240eea0e8
BUG 5978 Moved version to System class
2011-04-06 11:16:20 -04:00
Alexandre Rosenfeld
35d119cc4f
BUG 5978 Added uninstall method in PluginRegistry
2011-04-06 09:07:54 -04:00
Alexandre Rosenfeld
6e0bd5405d
BUG 5978 Refactored plugin install to PluginRegistry
...
This allows plugins to be installed from anywhere in
the code and not only when being uploaded by the user.
2011-04-04 09:28:37 -04:00
Alexandre Rosenfeld
cbc69e7cc5
BUG 5978 Allow plugins to set tasks for the CLI
...
Plugins with a bin/tasks directory will be included
in the list of tasks of processmaker CLI.
2011-04-04 09:28:22 -04:00
Hugo Loza
34a0a5d5e8
BUG 6639 When importing a process it is displaying an error
...
Fixed by validating if the imported permission has a correspondent object. This issue happens when a object has permissions defined and it is deleted due an old bug
2011-04-01 19:21:18 -04:00
Hugo Loza
aab27bfaaf
BUG 6588 Problems importing a process that has Report Tables
...
Fixed an issue whe a process is imported with Report Tables when there are duplicate fields
2011-04-01 18:04:19 -04:00
Hugo Loza
79b4020ef3
BUG 6644 Resolved - Fixed
...
Problem when propel returns a valid object after a retrievebypk but with NULL value
Added a validation when propel object ahs correct classname but it is null
2011-04-01 12:41:43 -04:00
Erik Amaru Ortiz
382a9b7ac3
BUG 5818 Solved
2011-03-31 17:25:53 -04:00
hector
cf8e53f6e5
Merge branch '2.0' of git.colosa.net:processmaker into 2.0
2011-03-30 12:14:33 -04:00
hector
eb32378fd9
Fix bug 6595, Adjustment in 'Process Manager Files' to import the folder 'Public'
2011-03-30 12:13:47 -04:00
Erik Amaru Ortiz
c028d2a145
Translations Supports was fixed and solve multiples bugs: 6137, 6474, 6476, 6513, 6560, 6597, 6599
2011-03-30 12:08:38 -04:00
Alexandre Rosenfeld
c8ed796415
BUG 6490: Execute the APP_CACHE_VIEW triggers after we have subprocess data.
...
When creating a subprocess, a new row is added to the APP_DELEGATION table,
which triggers the insert triggers and updates APP_CACHE_VIEW. However, after
derivating, new data is added to the new case and then the APP_DELEGATION was
not being updated. This fix it by adding one second to the init date so that
an update is forced in APP_DELEGATION which executes the triggers and updates
APP_CACHE_VIEW with the right data.
2011-03-29 18:40:40 -04:00
hector
8a8a83bed1
Fix bug 6591, Adjustments to the list of 'Process Permissions'
2011-03-29 12:10:08 -04:00
fernando
44683e73a0
Merge branch '2.0' of git.colosa.net:processmaker into 2.0
2011-03-21 19:15:29 -04:00
fernando
9b68a75fc1
fixing xpdl import
2011-03-21 19:15:24 -04:00
erik
044f2420c8
BUG 6350: SOLVED, we just to validate the process title as required
2011-03-21 16:05:02 -04:00
erik
cb6269146b
fix for proccess list when a corrupt process was imported, in some cases pro_uid was not set for import problems, but it is fixed now
2011-03-21 11:47:13 -04:00
erik
f329a8da5a
cleaning code and removing js console calls
2011-03-18 10:25:19 -04:00
erik
2f61264f10
prevent to create default js label dir, if doesn't exist
2011-03-17 17:32:16 -04:00
erik
0651e049c6
BUG 5932: SOLVED, Now routing rule with evaluation have 'End of process' option
2011-03-17 17:32:08 -04:00
Alexandre Rosenfeld
931321b3b7
Revert "Cases List Cache Builder display"
...
This reverts commit 81ff933f7e .
2011-03-17 17:19:55 -04:00
Hector Cortez
7bd4910651
Adjustment in the removal of a process. For change in the form of defining process connection
2011-03-14 21:34:27 +00:00
girish
81ff933f7e
Cases List Cache Builder display
2011-03-12 12:54:31 +00:00
Carlos Pacha
8b9912eb65
this bug was solved - 6357, this code was replaced with the correct code to generat the output, now it is working fine
2011-03-11 23:19:29 +00:00
Enrique Ponce de Leon
bcbc02a130
BPMN Editor - Input Documents Manager Fixed
2011-03-11 21:03:41 +00:00
Alexandre Rosenfeld
2c806e1186
Include hidden files when changing permissions in restore
2011-03-11 20:32:38 +00:00
Alvaro Campos
c44a5220e3
fixed calendar
2011-03-10 20:47:08 +00:00
Alexandre Rosenfeld
51c03b10eb
Handle permissions and multiple workspaces correctly in restore
2011-03-10 17:14:07 +00:00
Alexandre Rosenfeld
e29dfb6ca9
Fix some issues when restoring a workspace.
2011-03-10 15:18:52 +00:00
Alexandre Rosenfeld
7e94491aa9
Cosmetic changes to the upgrade messages.
2011-03-10 14:36:40 +00:00
Alexandre Rosenfeld
036a3e0f55
Do not drop APP_CACHE_VIEW when checking the number of rows.
...
- Cases List Cache Builder is now working again.
2011-03-09 16:45:47 +00:00
Enrique Ponce de Leon
17cb6c83d9
Case Scheduler - Start Timer Event BPMN initial version.
2011-03-04 20:19:35 +00:00
Alexandre Rosenfeld
efdfecc7d3
Fixing a few more json_encode issues.
2011-03-03 15:06:35 +00:00
Carlos Pacha
6a92d80ecf
this bug 6305 was fixed, now the fields of type int are checked into webEntry
2011-03-02 20:30:43 +00:00
Alexandre Rosenfeld
64d1965902
Fix getting the wrong step in the participated list.
2011-03-01 14:11:51 +00:00