Commit Graph

1440 Commits

Author SHA1 Message Date
Victor Saisa Lopez
595135b174 BUG 0000 Addition of the path to the plugin in the method uninstallPlugin()
We performed the inclusion of the file php with require_once, for handling it.
Then took place what is necessary for to uninstall the plugin.

This method is not being used anywhere in the core of ProcessMaker. We conducted a search with the following command:

find -name '*.*' -type f | xargs grep 'uninstallPlugin'
2011-12-20 09:16:08 -04:00
Victor Saisa Lopez
c6c8aa9a93 BUG 0000 installPluginArchive() after of install or upgrade enable plugin 2011-12-20 09:15:48 -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
Julio Cesar Laura
9ec4873f73 BUG 000 Fix missing DAS_INS_CONTEXT_TIME value for dashlets updated 2011-12-05 18:55:30 -04:00
Julio Cesar Laura
ab359e773e BUG 000 Fix bug in the upgrade of the dashboards 2011-12-05 16:58:28 -04:00
Victor Saisa Lopez
4e2f6a13ba BUG 0000 Dashlet adjust to width to the panel 2011-12-05 16:37:40 -04:00
Victor Saisa Lopez
c3ea11b138 BUG 0000 Include pager in enterprise dashlet 2011-12-05 10:22:39 -04:00
Victor Saisa Lopez
8dec261f32 BUG 0000 Add images for the enterprise dashlet 2011-12-05 09:21:02 -04:00
Julio Cesar Laura
8799d23b93 BUG 000 Add images for the community dashlet 2011-12-02 19:28:28 -04:00
Victor Saisa Lopez
2d05df33ff BUG 0000 Incorporation of dashlet ProcessMakerEnterprise 2011-12-02 19:09:55 -04:00
Alvaro Campos
b064b8daa9 BUG 8050 the problem was solved calendar display 2011-12-02 18:08:34 -04:00
Victor Saisa Lopez
e4f7072e4d BUG 0000 Incorporation of dashlet ProcessMakerCommunity 2011-12-02 17:46:42 -04:00
Julio Cesar Laura
3dd2cef24e BUG 000 New dashlet instances will be updated 2011-12-02 17:25:08 -04:00
Julio Cesar Laura
a5bfd80868 BUG 000 Add default values in the creation of dashlet OpenVSCompleted 2011-12-02 16:19:03 -04:00
Julio Cesar Laura
71da0d843a BUG 000 Third progress in the dashboards changes for the release of December 2011-12-02 15:22:34 -04:00
Julio Cesar Laura
4a13322dad BUG 000 Second progress in the dashboards changes for the release of December 2011-12-02 14:51:32 -04:00
Victor Saisa Lopez
7bac30282c BUG 0000 Added column for get DASHLET.DAS_CLASS 2011-12-02 12:46:41 -04:00
Victor Saisa Lopez
218eafde27 BUG 0000 file added class.dashletProcessMakerCommunity.php 2011-12-02 12:36:05 -04:00
Victor Saisa Lopez
fb3093bad8 BUG 0000 Added join for get Dashlet.DAS_TITLE 2011-12-02 12:29:50 -04:00
Julio Cesar Laura
816d40f5e5 BUG 000 Add validation to print a dynaform 2011-12-02 00:54:23 -04:00
Julio Cesar Laura
40960d9bc6 BUG 000 First commit with changes in dashlets for assign to all users 2011-11-30 17:00:37 -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
Hugo Loza
048df24db5 BUG 0000 Feature: Zimbra triggers
Set of triggers that allow common operations from ProcessMaker to a Zimbra server. Operations like create folder, events, contacts etc. It uses a SSO method for authentication based on a preAuth key
2011-11-29 16:39:39 -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
37b274a695 BUG 8049 Adjustment in the insertion of data when create a workspace. 2011-11-25 19:01:49 -04:00
Erik Amaru Ortiz
81d47f6dc2 BUG 7104 Fix Bug empty button in plugin Enterprise Edition.
-reverting changes, this hector commit was causing a lot of problems
2011-11-25 17:17:43 -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
4f649b636b BUG 000 fixing var name error in wsBase 2011-11-25 10:57:28 -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
Hector Cortez
8effc490e1 BUG 7104 Fix Bug empty button in plugin Enterprise Edition. 2011-11-24 16:31:59 -04:00
Victor Saisa Lopez
92c35449bd BUG 0000 Change in function "installPluginArchive"
The "installPluginArchive" is only used for plugin "enterprise 2.0", was searched in the core ProcessMaker in the branch "2.0-dev", and not find any files that use this function.
2011-11-23 18:58:47 -04:00
Alvaro Campos
d15e218ace BUG 8040 se soluciono problema visualizacion de labels de ingles a espanol 2011-11-23 18:32:41 -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
2caa5ffa16 Merge branch '2.0-dev' of git.colosa.net:processmaker into 2.0-dev 2011-11-17 09:41:12 -04:00
Alvaro Campos
2b8f40f03f BUG 7955 this issue was fixed. 2011-11-17 09:40:01 -04:00
Hector Cortez
5433b8f331 BUG 7953 Adjustment in the PMFGetNextAssignedUser function. 2011-11-17 09:37:28 -04:00
Erik Amaru Ortiz
ab7406de88 BUG 0000 Rverting class.wsBase.php file class 2011-11-15 17:22:18 -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
Erik Amaru Ortiz
7e1cd44cfb BUG 0000 Solvig a Installer/newSite issue
- the function query_sql_file() had a problem for sql inserts that has a php serialized string
- problem solved
2011-11-11 19:06:05 -04:00
Julio Cesar Laura
79c1e70f66 Delete unnecesary var_dump instruction 2011-11-11 17:15:04 -04:00
Julio Cesar Laura
87194b7f97 Last changes for the release of November 15th 2011-11-10 21:41:39 -04:00
Julio Cesar Laura
f0f3a69af1 Save and load the additional fields for the dashlets 2011-11-10 16:39:24 -04:00
Julio Cesar Laura
dde7c0cd64 Now a default dashlet instance is set for the user Administrator 2011-11-10 12:35:19 -04:00
Julio Cesar Laura
c40a625c18 Added "USER" and "GROUP" options for the assignment of the dashboards 2011-11-09 18:56:59 -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
883f27f766 Merge branch '2.0-dev' of git.colosa.net:/processmaker into 2.0-dev 2011-11-08 17:38:43 -04:00
Julio Cesar Laura
152ab8be7b Now is possible upgrade the data in the tables, DASHLET is the first 2011-11-08 17:37:47 -04:00