Commit Graph

1215 Commits

Author SHA1 Message Date
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
jennylee
5d3d7392f0 New CodeMirror Library version 3.16
Replacing the CodeMirror Version to 3.16
Adding files to ..templates/designer/index.html to  use the new extended control codeMirror.js and codeMirrorField.js
2014-02-13 15:19:17 -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
Brayan Osmar Pereyra Suxo
344bbac508 Arreglo para setear idioma en phpmailer 2014-02-12 15:30:25 -04:00
Brayan Osmar Pereyra Suxo
6c49835d75 Adicion de traducciones a la clase SMTP 2014-02-12 12:17:42 -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
norahmollo
0c44ef3887 BUG-TREE_STEPS Error en la funcionalidad de guardado
Se debe validar solo cuando han ocurrido cambios
2014-02-05 16:48:30 -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
norahmollo
7929369624 BUG-TREE_STEPS Error en la funcionalidad
Error en la funcionalidad cuando cambias de formulario en TreeSteps
2014-01-30 11:18:37 -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