Commit Graph

255 Commits

Author SHA1 Message Date
Hector Cortez
12e92918cc BUG 5736 FixBug Msg text at save in Dynaform & adjustment in import/export. 2012-01-19 09:11:47 -04:00
Julio Cesar Laura
c39e17d4fc BUG 000 Add USR_UID parameter for the hook PM_CREATE_NEW_DELEGATION 2012-01-13 09:51:57 -04:00
Julio Cesar Laura
baad71c5d9 BUG 000 Hook for the trigger PM_CREATE_NEW_DELEGATION 2012-01-10 12:22:32 -04:00
Julio Cesar Laura
c003597d1b BUG 000 Add hook for dashlets 2012-01-03 18:31:15 -04:00
Erik Amaru Ortiz
d142665842 BUG 8250 "Grid Report Table not being saved" SOLVED
* the problem was happening when are saving more than one pm report tables, and mixed for normal and grids
  But it is fixed now!
2012-01-03 11:46:15 -04:00
Alvaro Campos
cfe3c19041 BUG 8173 password is encrypted of email settings 2011-12-22 10:16:52 -04:00
Erik Amaru Ortiz
d0c054cbf4 BUG 8166 "Notice al importar procesos" SOLVED
- there were some 3 new validations for 3 variables to process importing, but not always they're set
  so, before validation we're askin if exists

- the same por a variable dynaform when importing process the process already exists and a update was requested
2011-12-14 09:20:59 -04:00
Alvaro Campos
b064b8daa9 BUG 8050 the problem was solved calendar display 2011-12-02 18:08:34 -04:00
Julio Cesar Laura
816d40f5e5 BUG 000 Add validation to print a dynaform 2011-12-02 00:54:23 -04:00
Erik Amaru Ortiz
e469b9dd79 BUG 8116 "Designer no todos los procesos muestran no category" SOLVED
- that was happening for imported process.
  on the workspace where it has been imported the process category didn't exists

- It is fixed now, the process category is being imported with the process,..
  so, when the process is being imported if the process category doesn't exist, it is created.
2011-11-29 18:56:31 -04:00
Erik Amaru Ortiz
35bf13be36 BUG 7027 "Duplicate entry in database"
+ in class AppDelegation, method createAppDelegation()
- removed select column for DEL_STARTED
- removed group by from DEL_STARTED
2011-11-29 12:04:19 -04:00
Erik Amaru Ortiz
c12626c6b8 BUG 7707 "Dynaform Date field in a RP table..." SOLVED
>>>Probably because ProcessMaker is trying to add a record to the RP Table with an empty date field set to "" instead of NULL.
- that was exactly the problem, but it is fixed now
2011-11-28 11:06:37 -04:00
Hector Cortez
c02c662fa0 BUG 8068 FIx Bug in the import and export of CSV file. 2011-11-25 11:02:31 -04:00
Erik Amaru Ortiz
b2017995b4 BUG 7922 "SRP: wrapped: Could not execute query.." SOLVED
(Fixes for import feature)
According the solution raised on the meeting
- the default selection for db connetions is workflow instead REPORT
- the prefix PMT for all pmtables was added
2011-11-25 10:06:42 -04:00
Alvaro Campos
7e4a313f60 BUG 8058 se solucino problema para ver la informacion del caso. 2011-11-25 08:57:32 -04:00
Erik Amaru Ortiz
ac6f4ae72b BUG 8027 "The process is not being imported correctly" SOLVED
- update and create validations was added for route model
2011-11-23 12:42:32 -04:00
Alvaro Campos
2b8f40f03f BUG 7955 this issue was fixed. 2011-11-17 09:40:01 -04:00
Carlos Pacha
0d4d324a3f Merge branch '2.0-dev' of git.colosa.net:processmaker into 2.0-dev 2011-11-14 19:03:02 -04:00
Carlos Pacha
5b2efe5ea5 BUG 0000 improving the documents option (add, delete folders and docuemnts)
improving Code add, remove folder and documents
2011-11-14 19:01:53 -04:00
Julio Cesar Laura
79c1e70f66 Delete unnecesary var_dump instruction 2011-11-11 17:15:04 -04:00
Julio Cesar Laura
f0f3a69af1 Save and load the additional fields for the dashlets 2011-11-10 16:39:24 -04:00
Carlos Pacha
8ec28d5f71 BUG 7920 The "Not in folder" folder shouldn't be created by default
removed "Not in Folder" and all documents that hadn't a defined folder is showed in ROOT now
2011-11-08 18:56:41 -04:00
Julio Cesar Laura
a9ab4cb11c Progress 17 for the dashboards 2011-10-31 22:11:03 -04:00
Julio Cesar Laura
a1f9354ca2 Progress 16 for the dashboards 2011-10-31 20:50:28 -04:00
Julio Cesar Laura
6935394727 Progress 12for the dashboards 2011-10-31 18:45:18 -04:00
Julio Cesar Laura
280e2a89cb Progress 11 for the dashboards 2011-10-31 18:27:10 -04:00
Julio Cesar Laura
c7c56b4e60 Rename "save" to "createOrUpdate" for the dashlets 2011-10-31 17:13:05 -04:00
Julio Cesar Laura
3f91088160 Progress 8 for the dashboards 2011-10-31 17:06:50 -04:00
Julio Cesar Laura
847b56f3f7 Progress 4 for the dashboards 2011-10-31 15:14:01 -04:00
Carlos Pacha
7eef666151 BUG 0000 improving the calendar code 2011-10-28 17:41:03 -04:00
Julio Cesar Laura
98fe86c358 First commit for the DASHLETS 2011-10-28 12:20:45 -04:00
Erik Amaru Ortiz
c1ab331bd4 BUG 000 - Importing language issue
- bug fix, when a wrong translation row definition exists is solved now
2011-10-24 11:27:05 -04:00
Erik Amaru Ortiz
c747a38caf BUG 7835 "Error con los reportables" Solved! 2011-10-11 17:13:13 -04:00
Julio Cesar Laura
34cfa3aadf BUG 000 Add validation in the include of the plugin class 2011-10-10 13:25:59 -04:00
Erik Amaru Ortiz
d5c3ebdfd0 BUG 7826 "Problem Importing New Report tables" Solved!
- it was occurring because a restructured import code, but is fixed now
2011-10-10 11:44:54 -04:00
Carlos Pacha
186d560226 BUG 7750 Error on opening saved copy of dynaform
This problem was fixed, we find the way to create the correct object
2011-10-03 10:56:23 -04:00
Erik Amaru Ortiz
ba32c018ae BUG 7717 7421 -> related to DEL_PREVIOUS from APP_DELEGATION table, FIXED!
- fixed -> blame to girish commit 2e97a8
2011-09-28 12:41:10 -04:00
Julio Cesar Laura
83ab8e7931 BUG 000 Fix to save GRP_LDAP_DN value 2011-09-21 11:27:46 -04:00
Julio Cesar Laura
109433fd98 BUG 000 Add field GRP_LDAP_DN in schema 2011-09-20 15:37:44 -04:00
Erik Amaru Ortiz
b0435a0890 BUG 0000 Adding a DEPRECATED the createPropelClasses()
- class AdditionalTables
- It was left only for backward compatibility
  for some external plugins that still is using it
2011-09-20 09:18:50 -04:00
Erik Amaru Ortiz
7496df65c8 BUG 5713 "Password Length ignoring parameter in db.php"
- misspelling problem, but is solved now
2011-09-19 11:31:55 -04:00
Erik Amaru Ortiz
0b6afa1afc BUG 7413 "Problema al importar PMtables" Solved
- some issues for a broken import feature
- the table name issue fixed for this version
- secure data import was added
2011-09-14 08:51:33 -04:00
Erik Amaru Ortiz
4968521a07 BUG 000 PM tables class generator & table build using phing 2011-09-08 15:00:41 -04:00
Carlos Pacha
e9cd3c801e BUG 7597 Error Message on Information -> Task Information
This problem was fixed. added the current taskUid
2011-09-07 16:34:47 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Erik Amaru Ortiz
69ffd4adfe BUG 000 momentarily reverted to rc5 fro pmTables 2011-09-02 19:06:10 -04:00
Carlos Pacha
87f0718671 BUG 7516 Login name is not enough for sender identification in case notes
This functionality was added
2011-08-31 10:04:07 -04:00
Erik Amaru Ortiz
4cdf06dc19 BUG 000 Fixes for Report PMTables type updating data when running case
- fixes for report pmtables to edit grid report structure
- fixes to insert or update the data when case is running
2011-08-30 13:15:25 -04:00
Erik Amaru Ortiz
656fb9eeab BUG 000 PM tables fixes on data editing & report table data population 2011-08-30 09:35:32 -04:00
Erik Amaru Ortiz
f7fcd0472d BUG 000 PM tables ver2 ready - propel & phing integration 2011-08-29 11:39:22 -04:00