Commit Graph

37 Commits

Author SHA1 Message Date
Hector Cortez
3fe55aa94f BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-05 09:12:44 -04:00
Julio Cesar Laura
ae508fd5dd BUG 10694:Triggers de Sugar y Sharepoint no tienen descripciones SOLVED
- Functions descriptions in wrong format
- Fix format for the functions descriptions
2013-02-06 22:39:50 -04:00
Marco Antonio Nina
1a3d8a9c98 BUG 10133 ProcessMaker Zimbra Triggers doesn't work on Zimbra 8 SOLVED
- Triggers doesn't work on Zimbra 8.
- was add the parameter "protocol" for changed protocol http or https.
2012-12-11 11:00:02 -04:00
Brayan Osmar Pereyra Suxo
b63ae3c4f0 BUG 8965 I add the function downloadDoc SOLVED
I add the function downloadDoc
2012-10-23 16:58:16 -04:00
Brayan Osmar Pereyra Suxo
c6b75dc9cd Merge remote branch 'upstream/master' 2012-10-23 09:04:10 -04:00
jennylee
cfbbf82f77 CODE STYLE, changes
FILES:
gulliver/system/class.database_mssql.php
gulliver/system/class.database_mysql.php
workflow/engine/classes/class.cli.php
workflow/engine/classes/class.pluginRegistry.php
workflow/engine/classes/entities/FacetGroup.php
workflow/engine/classes/entities/SolrUpdateDocument.php
workflow/engine/classes/triggers/class.pmTalendFunctions.php
workflow/engine/methods/appFolder/appFolderList.php
workflow/engine/methods/processes/processes_Ajax.php
2012-10-22 17:23:01 -04:00
Brayan Osmar Pereyra Suxo
0d475304e7 ALFRESCO I add the function downloadDoc
I add the function downloadDoc
2012-10-22 17:07:47 -04:00
jennylee
ef66773130 CODE STYLE, changes...
FILES:
workflow/engine/classes/class.derivation.php
workflow/engine/classes/class.popupMenu.php
workflow/engine/classes/class.processes.php
workflow/engine/classes/class.xmlDb.php
workflow/engine/classes/triggers/api/class.zimbraApi.php
2012-10-22 15:45:47 -04: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
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
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
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
Brayan Osmar Pereyra Suxo
b164d771ec BUG 9897 I add validation
I add validation to function uploadDoc in alfresco functions
2012-10-08 14:26:34 -04:00
Julio Cesar Laura
c312bc95e5 BUG 9688 Plugin Updates dont work when proxy is required SOLVED
- There are not way to set the proxy to use
- Added settings for the proxy in ProcessMaker
2012-09-19 14:48:38 -04:00
Marco Antonio Nina
c74cc5d998 BUG 7941 Add Folder Variable where the document Should be uploaded... SOLVED
- Already existed the field "path".
- Was improved the funcion createFolder for that accept path complete.
2012-09-11 14:10:58 -04:00
Marco Antonio Nina
59742ba9a0 BUG Add Folder Variable where the document Should be uploaded... SOLVED
- Already existed the field "path".
- Was improved the funcion createFolder for that accept path complete.
2012-09-10 16:37:03 -04:00
Julio Cesar Laura
34c429ed55 BUG 9741 Dentro de la clase class.pmAlfrescoFunctions existen varios var_dump sin comentar SOLVED
- Existian 3 funciones que tenian la instruccion var_dump
- Se elimino esta instruccion de las funciones
2012-09-07 11:59:55 -04:00
Brayan Osmar Pereyra Suxo
f75561c331 BUG 9069 Add variable to path in alfresco SOLVED
- I add param in method uploadDoc, the param has the path in alfresco
2012-07-26 16:07:49 -04:00
Brayan Osmar Pereyra Suxo
c7f0c85842 BUG 9069 Add variable to path in alfresco SOLVED
- I add param in method uploadDoc, the param has the path in alfresco
2012-07-26 15:31:49 -04:00
Hector Cortez
f353ae77c2 BUG 8529 Change "exists" to "exist" in many phrases SOLVED
- Remember these grammar rules
- Changed grammar rules as suggested.
2012-07-25 16:51:16 -04:00
Hugo Loza
6d7a14a5f0 BUG 9090 ZImbra Trigger Issues
Now all Triggers uses in correct way Server param and Upload trigger does not use any more http_request instead use curl.
2012-04-27 16:39:51 -04:00
Victor Saisa Lopez
9df68b5307 BUG 8973 "Replace all instances of json_encode() and json_decode()..." SOLVED
- Problems with functions json_encode and json_decode in PHP 5.2
- Replace json_encode and json_decode with G::json_encode and G::json_decode
2012-04-23 12:34:16 -04:00
Hugo Loza
5d625c7e2e BUG 8435 Sugar Trigger that does nott return more than 50 records
Fixed limitation on this main function that affects al getSugar triggers. This commit also fixes other bugs 5819 and 7963
2012-02-01 12:48:01 -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
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hugo Loza
e8c36e636a BUG 0000 Feature Alfresco triggers
Added new trigger library for Alfresco DM methods
2011-09-01 09:25:18 -04:00
Hugo Loza
f3ee768f1a BUG 7195 error in cron.php coused by sharepoint triggers
Fixed and at same time fixed some other issues in sharepoint triggers
2011-07-13 18:38:18 -04:00
Hugo Loza
e3a0aa7a86 BUG 0000 Feature: Sharepoint Triggers
Included new library to Trigger wizard that wraps common function to work with documents in sharepoint
2011-07-04 17:41:55 -04:00
Hugo Loza
1ff483f45e BUG 0000 Feature: Sharepoint Triggers
Included new library to Trigger wizard that wraps common function to work with documents in sharepoint
2011-07-04 17:09:56 -04:00
Hugo Loza
ad135f6144 Reverted changes made form PMDOC since this breaks the current parse for Trigger wizard 2011-02-21 23:02:06 +00:00
abraar
7db523fd06 Changes done for PhpDoc 2011-02-03 11:13:21 +00:00
Alvaro Campos
81101e0f1f create leads 2011-01-19 19:37:32 +00:00
Alvaro Campos
6946fb6af5 added trigger CreateSugarLeads 2011-01-12 21:54:24 +00:00
Erik Amaru Ortiz
b7aee5b702 [2010-12-08 13:46:06] Rev:651 | 1 files Modified
alvaro: Trigger modified the modules of creating account, contacts, opportunities  are ready, it is absent the gets of the same ones
--------------------------------------------------------------------------------
1. M /trunk/workflow/engine/classes/triggers/class.pmSugarFunctions.php
2010-12-09 14:06:11 +00:00
Erik Amaru Ortiz
0525681d79 initial commit from rev. 632 2010-12-02 23:34:41 +00:00