Commit Graph

1229 Commits

Author SHA1 Message Date
Julio Cesar Laura
b96ec01628 Add validation for old configurations to avoid notices 2014-05-02 16:38:21 -04:00
Julio Cesar Laura
82b3a78a0c Improvements in email configuration with sendmail, gmail server and client server 2014-05-02 16:38:21 -04:00
Julio Cesar Laura
26f2ffbfb2 BUG 10277 Dynaform designer Task properties error SOLVED
- Unknow error merging object properties
- Validating the merging of the object properties
2014-05-02 16:37:09 -04:00
Julio Cesar Laura
c392040087 BUG 14124 Problema en el Designer SOLVED
- The task properties has the "limit" property always on true
- Deleting unnecesary attribute
2014-05-02 16:37:09 -04:00
Julio Cesar Laura
9d2a5545ce BUG 14024 Issue in Case Tracker SOLVED
- Missing validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY", this fields only accepts values 1 and 0
- Add data validation for fields "CT_DERIVATION_HISTORY" and "CT_MESSAGE_HISTORY"
2014-05-02 16:37:08 -04:00
jennylee
30a498d607 BUG-14676 New tables created are not created in utf8 format
Adding properties to the CREATE TABLE query to set ENGINE InnoDB, CHARSET=utf8 y COLLATE=utf8_general_ci to make all tables has this structure.
2014-05-02 16:37:08 -04:00
Julio Cesar Laura
24c6fb019d Fixed bug with Conditional Editor in dynaforms designer 2014-05-02 16:37:08 -04:00
Julio Cesar Laura
e97fcdc5c8 BUGS 14025 and 14476 IMPROVEMENETS 2014-05-02 16:37:07 -04:00
norahmollo
2731737fcd Correccion 2014-05-02 16:37:07 -04:00
Julio Cesar Laura
1c686e446b BUG-14476 Condition Editor is not working inside Dynaform Design Preview IMPROVEMENT 2014-05-02 16:37:07 -04:00
Julio Cesar Laura
b8aa03df0f BUG-14476 Condition Editor is not working inside Dynaform Design Preview SOLVED
- The session variable $_SESSION['CURRENT_DYN_UID'] is unset before apply the conditional show and hide routines

- It has been created a session variable $_SESSION['CONDITION_DYN_UID'] its value is the same as $_SESSION['CURRENT_DYN_UID'] for apply the script code
2014-05-02 16:37:07 -04:00
Julio Cesar Laura
1a48f9bb5f BUG 14841 La propiedad sql en el field Percentage no tiene ninguna accion SOLVED 2014-05-02 16:23:32 -04:00
Julio Cesar Laura
485537f93e BUG 14620 Error SQL QUERY in Dynaform designer SOLVED 2014-04-30 10:29:43 -04:00
Julio Cesar Laura
94bb669be1 BUG 14573 Re - login functionality in dynaform editor timeout is not working SOLVED 2014-04-16 15:03:15 -04:00
jennylee
a3f24b0302 BUG-14676 New tables created are not created in utf8 format
Adding properties to the CREATE TABLE query to set ENGINE InnoDB, CHARSET=utf8 y COLLATE=utf8_general_ci to make all tables has this structure.
2014-04-14 16:25:15 -04:00
Erik Amaru Ortiz
7a47472ea1 Merge remote-tracking branch 'upstream/master'
Conflicts:
	workflow/engine/classes/class.processMap.php
	workflow/engine/classes/model/AdditionalTables.php
2014-04-02 09:34:54 -04:00
Luis Fernando Saisa Lopez
25093705fb BUG 12394 "Cabecera se pierde en Chrome Browser" SOLVED
- 12394: Cabecera se pierde en Chrome Browser.
- Problema resuelto, en el diseñr de dynaforms en el Tab "Fields handler" y "Preview" al hacer click en la opcion
  ayuda (?),  el menu de processmaker NO se desborda.
  Disponible para la versió.5.3 de ProcessMaker.
2014-03-28 16:34:15 -04:00
Roly Rudy Gutierrez Pinto
ac94b41cdd add id's 2014-03-27 11:20:19 -04:00
Luis Fernando Saisa Lopez
b12c61f170 BUG 14102 "La tabla LOGIN_LOG almacena el ip errado." SOLVED
- La tabla LOGIN_LOG almacena el ip errado
- Problema resuelto, se registra el ip utilizando el metodo getIpAddress().
  Disponible para la versió.5.3 de ProcessMaker.
2014-03-27 10:09:35 -04:00
Roly Rudy Gutierrez Pinto
b937c2a46f add id's 2014-03-27 09:31:31 -04:00
Erik Amaru Ortiz
e8ed52e136 Fix to solve class Smarty not found on api request POST to create web-entry HTML based. 2014-03-20 13:15:12 -04:00
Erik Amaru Ortiz
5d08e8d808 Updating PEAR Tar class - for uncompressing problems in PHP ver > 5.4.x 2014-03-20 12:34:57 -04:00
Erik Amaru Ortiz
288578532c making adding static declaration to LoadTranslationPlugins() fn. 2014-03-20 12:33:41 -04:00
Luis Fernando Saisa Lopez
1e0ab50e4c BUG 14414 "No se puede realizar la import,..." SOLVED
- No se puede realizar la import, export, delete, data, edit de un Report Table.
- Problema Resuelto, el problema que se tenia era por la version de php que era php 5.4. Esta version de php
  exige mejor control cuando se utiliza los metodos de una clase, no se puede utilizar los metodos directamente sin antes
  de ser creados.

  Se puede realizar las acciones de: edit, delete, data, import y export en un Report Table. y NO muestra error.

  Disponible para la versió.5.3 de ProcessMaker.
2014-03-19 14:29:23 -04:00
Erik Amaru Ortiz
f5a9cee203 Fix for GET /api/1.0/workflow/project/{prj_uid}/ws/user/can-start-task, it works again 2014-03-14 15:53:41 -04:00
Erik Amaru Ortiz
0eb31ffa27 removing rest routines from sysGeneric 2014-03-14 13:12:48 -04:00
Erik Amaru Ortiz
dad40d77f6 Updating classloading for normal and Rest, requests 2014-03-14 11:57:27 -04:00
Erik Amaru Ortiz
8e9b30f706 Removing XmlForm and Smarty class dependency 2014-03-13 18:45:57 -04:00
Erik Amaru Ortiz
aa556e7b20 FIX, removing duplicated function an adding its reference for backward compatibility 2014-03-13 13:22:37 -04:00
Erik Amaru Ortiz
b4d32fcb58 Merge branch 'performance'
Conflicts:
	workflow/public_html/sysGeneric.php
2014-03-12 18:33:22 -04:00
Herbert Saal
931bf5b850 Add configuration options display_errors, error_reporting in env.ini 2014-03-12 16:15:09 -04:00
Erik Amaru Ortiz
e649e829f5 More performance changes 2014-03-11 18:05:55 -04:00
Erik Amaru Ortiz
f18f96f6b4 adding processes class into autoloading process
- setting as static function to g::streamFile(...)
2014-03-05 20:05:33 -04:00
Erik Amaru Ortiz
1a4d3b0a21 Adding Exporter for BPMN Projects (1st commit) 2014-02-28 19:11:34 -04:00
Erik Amaru Ortiz
5d374eb220 Updating Controller Exception View Rendering 2014-02-28 09:37:29 -04:00
Erik Amaru Ortiz
3826b1caf1 fix a warning when session was destroyed and Session Handler is trying to write 2014-02-27 16:44:06 -04:00
herbert
eb5e2c254e Rename maborak concat funtion in Object.prototype to concatMaborak to avoid name conflicts 2014-02-26 15:42:12 -04:00
norahmollo
77c696d712 BUG-14025 Ability to apply conditional show/hide when re-viewing 'participated cases'/dynaforms
When reviewing the Dynaform, all fields are being displayed and omiting any condition applied
2014-02-26 11:13:54 -04:00
Fernando Ontiveros
b5e67cce7c improving build-vendor for production files and set style for tiny 2014-02-26 07:27:07 -04:00
norahmollo
33985fe166 BUG-14140 Al pasar el formulario con "Next Step" nos muestra el mensaje Do you want to save changes?
Al pasar al siguiente paso con la opcion "Next Step" no debe mostrar el mesnaje de Do you want to save changes? cuando no se hicieron cambios.
2014-02-25 15:43:45 -04:00
julceslauhub
308ae6ab5e Merge pull request #2285 from norahmollo/BUG-14140
BUG-14140 Al pasar el formulario con "Next Step" nos muestra el mensaje ...
2014-02-24 14:22:16 -02:00
norahmollo
d21162303f BUG-14140 Al pasar el formulario con "Next Step" nos muestra el mensaje Do you want to save changes?
Al pasar al siguiente paso con la opcion "Next Step" no debe mostrar el mesnaje de Do you want to save changes? cuando no se hicieron cambios.
2014-02-24 12:12:53 -04:00
norahmollo
b32bc093c2 BUG-14031 Add ProcessMaker fields attribute identifier in generated HTML
Some fields doesn't have pm:fieldtype attribute. Class xmlform modified, it has been added NSFieldType function for render fields.
2014-02-24 09:38:24 -04:00
Erik Amaru Ortiz
b619c754a4 Adding "Cross Domain AJAX" requests support for API Dispatcher 2014-02-21 19:28:16 -04:00
Erik Amaru Ortiz
7caab1de3f Disabling persisten connection on DbSession Handler, it was opening too many mysql connections, now just open one per client 2014-02-19 11:13:28 -04:00
norahmollo
537c7d0bf3 BUG-14031 Do not exist ProcessMaker fields attribute identifier in generated HTML
It has been added field attribute identifier "pm_fieldtype" and "pm_gridtype" in class xmlform for HTML file generated.
2014-02-18 15:10:00 -04:00
norahmollo
0a02f4931d BUG-14031 Do not exist ProcessMaker fields attribute identifier in generated HTML
It has been added field attribute identifier "pm_fieldtype" and "pm_gridType" in class xmlform for HTML file generated.
2014-02-18 10:40:10 -04:00
Erik Amaru Ortiz
b0f7ac5be3 adding a extension class UploadFormat for Restler, that now permits upload files with more mimetypes 2014-02-14 13:08:56 -04:00
erik ao
e92fffe6e9 Merged in jennydmz/processmaker (pull request #189)
New CodeMirror Library version 3.16
2014-02-13 16:19:45 -04:00
jennylee
1bd54bb7f1 Delieting demo and docs files from Code Mirror 3.16 2014-02-13 16:08:47 -04:00