Commit Graph

183 Commits

Author SHA1 Message Date
Victor Saisa Lopez
6feb095227 ProcessMaker-BE "Web Entry, adapt for save data in database (endpoints)"
- Se han implementado los siguientes Endpoints:
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entries
    GET    /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
    POST   /api/1.0/{workspace}/project/{prj_uid}/web-entry
    PUT    /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
    DELETE /api/1.0/{workspace}/project/{prj_uid}/web-entry/{we_uid}
2014-04-22 13:11:32 -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
norahmollo
d35466aa64 BUG-13914 Browser not recognizing PDF Output Document
New feature added in Output Document Properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 15:20:39 -04:00
Erik Amaru Ortiz
cad5fcfd80 Updating misspelled db table field BPMN_GATEWAY 2014-02-20 16:47:52 -04:00
Erik Amaru Ortiz
7ae93f5b22 Fix for misspelled field name on propel db schema and orm classes 2014-02-19 13:10:42 -04:00
Erik Amaru Ortiz
68c1d98b96 updates for adapter flows -> to -> route 2014-02-07 08:41:11 -04:00
Erik Amaru Ortiz
77a23e7714 Refactoring Bpmn/Workflow handling layer (3rd commit) 2014-02-03 19:37:50 -04:00
Erik Amaru Ortiz
b54f3f7d6e Renaming table APP_FILES to PROCESS_FILES 2014-01-28 11:06:54 -04:00
Erik Amaru Ortiz
fce1e306fd adding APP_FILES table to store templates and public files from Files Manager option 2014-01-28 09:49:45 -04:00
Erik Amaru Ortiz
428da67762 Merge branch 'master' of github.com:colosa/processmaker
Conflicts:
	workflow/public_html/sysGeneric.php
2014-01-15 11:14:59 -04:00
norahmollo
0cfd4c3524 BUG-13604 Day and Month are not translated
Day and Month are not translated when the country is not defined inside the po file header
2013-12-18 10:22:36 -04:00
norahmollo
ff78fea91b BUG-13604 Day and Month are not translated.
Day and Month are not translated when country is not used inside the .po file header.
2013-12-16 14:50:28 -04:00
norahmollo
552a4265a3 BUG-13604 Day and month are not translated
Day and month are not translated when the country is not used inside the po file header
2013-12-16 12:15:41 -04:00
erik
0f73494c46 litle changes for /project endpoint 2013-12-08 23:30:20 -04:00
Erik Amaru Ortiz
ae2759579f BUG FIX - A Event field had a blank space instead a underscore in the schema.xml 2013-12-05 20:38:09 -04:00
Erik Amaru Ortiz
2398200adf Merge branch 'master' of github.com:colosa/processmaker
Conflicts:
	workflow/engine/classes/class.plugin.php
	workflow/engine/classes/class.pluginRegistry.php
2013-12-03 18:23:12 -04:00
Erik Amaru Ortiz
260bcb7e89 FIX for api.ini parsig file, alias section was updated 2013-12-02 16:53:08 -04:00
Erik Amaru Ortiz
f75098fe97 updating db schema, adding bpmn layer tables 2013-11-28 18:33:49 -04:00
Julio Cesar Laura
9c745c0989 Updating .po and .sql files for release 2.5.2 2013-11-28 15:54:38 -04:00
Erik Amaru Ortiz
5e668224ff Merge branch 'master' of github.com:colosa/processmaker 2013-11-13 09:29:47 -04:00
Erik Amaru Ortiz
a8c9748aa3 Updates on Oauth register method and New designer open action on process list 2013-11-06 10:10:36 -04:00
Marco Antonio Nina
d63f1fb54b BUG-13463 Advanced Search crashes Mysql after upgrade to version 2.5.1 SOLVED
- Al realizar una busqueda en el advanced Search la respuesta tardaba mucho incluso ocasionando que mysql deje de responder.

- Se verifico que se hicieron cambios en el query que se realiza en el file proxyCasesList de la version 2.5.0 a la version 2.5.1.
- Para optimizar la realizacion del query se adiciono un index (indexAppDelay) en la tabla APP_DELAY, de esta manera la tabla estara indexada para realizar mejor el query.
2013-11-05 11:43:09 -04:00
Erik Amaru Ortiz
507101f6dd First OAth2 Functional Implementation 2013-10-09 13:16:05 -04:00
Erik Amaru Ortiz
333b27176f First functional OAuth2 implementation, but we're still working on it (adding missing files) 2013-10-01 09:15:28 -04:00
Erik Amaru Ortiz
aca0d1762a LAST UPDATE, Functional Session Handling with Database Storage 2013-09-24 16:07:58 -04:00
Julio Cesar Laura
5caffe3b10 Updating.po and .sql files for release 2.5.1-testing.3 2013-06-26 12:38:17 -04:00
Julio Cesar Laura
15e7ebe560 Updating .sql and .po files for version 2.5.1-testing.2 2013-06-05 13:42:10 -04:00
ralpheav
cdb43f480c BUG 11835 : Assignment rules after upgrade to 2.0.46
Sol: Adding patch for next versions usign SELF_SERVICE.
2013-06-05 10:08:40 -04:00
Hector Cortez
1d3c341f9c BUG 11510 Números de casos duplicados SOLVED
- Al parecer existe un problema de concurrencia al crear los casos en processmaker, de tal forma que si se intenta crear 2 casos al mismo tiempo el número del caso termina siendo el mismo para ambos casos.
- Added sequences table for control of the applications.
2013-05-23 18:24:12 -04:00
Julio Cesar Laura
3a706b8248 Update .po files and .sql files for version 2.5.1-testing.1 2013-05-15 16:08:04 -04:00
Brayan Osmar Pereyra Suxo
7c8b2d698f DELETE FILE
Este archivo solo estaba para ejemplo de la localidad del skin
El mismo esta causando problemas
2013-04-11 15:07:48 -04:00
julceslauhub
661eef4ea7 Merge pull request #1540 from ralpheav/master
Adding permission Name field
2013-04-11 08:27:45 -07:00
ralph
bfd96495d9 Adding Permission Name field. 2013-04-11 09:51:39 -04:00
Brayan Osmar Pereyra Suxo
4721d826ad DOC SYSTEM Si el flag partner existe pisara scripts sql
Tambien el skin se podra cambiar si se le asigna uno
2013-04-09 17:45:08 -04:00
Vera Osokina
0e4a76ac6f Changing the tables Engine from MyISAM to InnoDB. SOLVED.
Was changed the schema.xml and MysqlDDLBuilder.php files, setting the engine from MyISAM to InnoDB.
2013-04-09 13:36:06 -04:00
Julio Cesar Laura
147484098c Change label Résumé toto Resume 2013-03-22 16:54:25 -04:00
Julio Cesar Laura
cbee554783 BUG 11057 English language - Label Id is set with accents SOLVED
- Incorrect value in label id
- Fix incorrect value in label id
2013-03-22 13:38:44 -04:00
Julio Cesar Laura
2849fd86ce Add label WRONG_LOGIN_CREDENTIALS 2013-03-04 12:45:23 -04:00
Julio Cesar Laura
f2378199a7 Updating .po file and .sql files for version 2.0.46-testing.8 2013-02-21 11:29:28 -04:00
Julio Cesar Laura
5246c9267c Updating some labels for version 2.0.46-testing.7 2013-02-13 19:49:49 -04:00
Julio Cesar Laura
b5d2e4c4ad Updating .po and insert.sql files for version 2.0.46-testing.7 2013-02-08 13:36:44 -04:00
Julio Cesar Laura
da88df9f07 BUG 10695 Texto del filtro del designer list debe comenzar con mayuscula SOLVED
- Ahora la primera de la letra es mayuscula
2013-02-06 23:21:06 -04:00
Julio Cesar Laura
367c82e597 Update .po and .sql files for version 2.0.46-testing.6 2013-01-29 15:27:38 -04:00
Brayan Osmar Pereyra Suxo
61ff69d6d1 Merge remote branch 'upstream/master' into pmsql 2013-01-28 16:56:06 -04:00
Brayan Osmar Pereyra Suxo
477cf0bbd5 PM SQL tunning
We added the PM SQL tunning
2013-01-28 16:49:00 -04:00
Victor Saisa Lopez
23a7051496 BUG 0000 "Added changes to solr" SOLVED
- Added changes to solr, according to:
    https://github.com/colosa/processmaker/pull/1045/files
- Solved problem with:
    php -f reindex_solr.php
* Available from version ProcessMaker-2.0.46
2013-01-25 17:13:52 -04:00
Julio Cesar Laura
2066836999 Updating .po and .sql files for version 2.0.46-testing-5 2013-01-09 14:54:56 -04:00
Julio Cesar Laura
605fc1cada Updating .po and .sql files for version 2.0.46-testing.1 2012-12-12 18:06:31 -04:00
Brayan Osmar Pereyra Suxo
acb53547b3 BUG 10088 I added a index to APPLICATION table SOLVED
I added the index the column APP_CREATED
2012-12-04 16:15:40 -04:00