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
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
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
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
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
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
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
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
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 Amaru Ortiz
79ee31b761
More Update for BpmnWorkflow Adapter class, now start and end tasks are updating successfully on Workflow Layer
2014-02-12 17:01:19 -04:00
Erik Amaru Ortiz
9c8d66ef07
Adding adapters for Workflow->Bpmn and Bpmn->Workflow projects, and more updates & fixes
2014-02-05 17:29:28 -04:00
Erik Amaru Ortiz
47f991034f
More Bpmn/Workflow handling layer refactoring and improve unit tests
2014-02-05 11:39:15 -04:00
Erik Amaru Ortiz
731ddee93f
Adding rbac/classes/model to autoloading...
2014-02-04 10:38:02 -04:00
Erik Amaru Ortiz
77a23e7714
Refactoring Bpmn/Workflow handling layer (3rd commit)
2014-02-03 19:37:50 -04:00
Erik Amaru Ortiz
cf59ed1308
Refactoring Bpmn/Workflow handling layer (2nd commit)
2014-01-31 18:49:57 -04:00
erik
1bd778290c
adding static declaration for bootstrap class method,.. and some updates
2014-01-30 22:10:56 -04:00
Erik Amaru Ortiz
70d61efda0
Refactoring Bpmn/Workflow handling layer (1st commit)
2014-01-30 19:15:10 -04:00
Erik Amaru Ortiz
d850d666b6
Adding new project type (bpmn) creation button and loading fe a be and some changes for method PUT /project/{prj_uid} (still not functional)
2014-01-23 21:29:03 -04:00
Erik Amaru Ortiz
0f234df1db
Merge branch 'master' of github.com:colosa/processmaker
...
Conflicts:
workflow/engine/classes/model/Process.php
2014-01-23 21:26:44 -04:00
julceslauhub
5a08faee9c
Merge pull request #2249 from gproly/BUG-13860
...
BUG-13860 IMPROVEMENT Se ha validado para que las fechas en blanco se ma...
2014-01-23 09:35:06 -08:00
Roly Rudy Gutierrez Pinto
f6611de1a2
BUG-13860 IMPROVEMENT Se ha validado para que las fechas en blanco se mantengan en el modo vista.
2014-01-23 12:40:27 -04:00
julceslauhub
6c40f4e90a
Merge pull request #2246 from gproly/BUG-13860
...
BUG-13860 SOLVED El formato de fechas en grillas no se refleja de acuerd...
2014-01-22 09:43:50 -08:00