Commit Graph

276 Commits

Author SHA1 Message Date
Daniel Rojas
e7e345e014 Se cambia var_accepted_values a LongVarchar en VARIABLES 2014-07-25 16:26:39 -04:00
Daniel Rojas
f0c3c209ef Se agrega el campo DYN_VERSION a la tabla DYNAFORM 2014-06-27 17:00:34 -04:00
Daniel Rojas
71f80a82b6 Se agrega la tabla PROCESS_VARIABLES 2014-06-26 09:53:21 -04:00
Daniel Rojas
6e221a1e0c Se adiciona campo dyn_content para end points de dynaform 2014-06-25 12:53:18 -04:00
Erik Amaru Ortiz
d0e20c4b2e Session handling to prevent session lose in other places like, home, admin, etc
when user is using the new designer that have not session because it is using only the API
2014-06-16 18:56:08 -04:00
Julio Cesar Laura
33fb82f376 Merge code github > bitbucket 2014-05-23 16:35 2014-05-23 16:32:18 -04:00
Luis Fernando Saisa Lopez
59d2912863 BUG 14056 "Oracle Connection Parameters with TNS" SOLVED
- Oracle Connection Parameters with TNS.
- Problema resuelto, en DATABASE CONNECTIONS al hacer click en New, en el dynaform "Add new Database Source" se agrega
  dos campos un dropdown "Select type connection" con dos opciones "NORMAL y TNS" y el campo de tipo "TNS", estos nuevos
  campos se muestran cuando se selecciona la opcion en engine "oracle" si es en otro caso se ocultaran. Tambien se adiciona
  dos nuevos campos en la tabla "DB_SOURCE" que son: "DBS_CONNECTION_TYPE" y "DBS_TNS".
  Cuando se selecciona "oracle" y tipo de conexion "TNS", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la prueba con exito o falla.
  Cuando se selecciona "oracle" y tipo de conexion "NORMAL", al llenar los datos al dynaform y hacer click en el boton
  "test connection" realizara la conexion tal como se hacia anteriomente.
2014-05-16 18:05:34 -04:00
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
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
norahmollo
ad6eb8a775 BUG-13914 Browser not recognizing PDF Output Document
New featured added in Output Document properties and new column added in OUTPUT DOCUMENT table.
2014-03-19 11:35:20 -04:00
norahmollo
d8287363a1 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 10:17:29 -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
Brayan Osmar Pereyra Suxo
27e1df8b44 Arreglo de model en languange 2014-01-24 17:26:27 -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
a773385ff2 Adding BPMN model classes 2013-12-02 17:36:37 -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
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
3294ea644c adding Model classes for oauth2 2013-09-26 15:04:24 -04:00
Erik Amaru Ortiz
aca0d1762a LAST UPDATE, Functional Session Handling with Database Storage 2013-09-24 16:07:58 -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
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
Hector Cortez
aecf461295 BUG 9898 PDF limit 6 pages SOLVED
- When we generate a pdf in process, it can be created and download, but it can't over 6 pages.
- Was added new report generator pdf.
2012-11-09 16:40:49 -04:00
Marco Antonio Nina
530565f543 BUG 9937 PMFSendMessage way to not log in history... SOLVED
- The registration messages are displayed by default.
- was add in PMFSendMessage a feature in the last parameter.
2012-10-29 11:45:05 -04:00
Victor Saisa Lopez
995be39eb9 BUG 4940 "Add option to set a time limit on 'self serve'..." SOLVED
- New feature
- Add option to set a time limit on "Self service" routing
- Added new feature in properties task
- This new feature is activated by the execution of cron.php:
      cron.php [+wWORKSPACE] unassigned-case
* Available from version 2.0.45
2012-10-22 13:55:35 -04:00
Fernando Ontiveros
20cf857b28 CODE STYLE removing files AppSpool because they are no longer used in PM
this is the proof that these files were not used anymore:
grep "AppSpool" * -R -l
workflow/engine/classes/model/map/AppSpoolMapBuilder.php
workflow/engine/classes/model/AppSpool.php
workflow/engine/classes/model/om/BaseAppSpoolPeer.php
workflow/engine/classes/model/om/BaseAppSpool.php
workflow/engine/classes/model/AppSpoolPeer.php
2012-10-17 13:25:11 -04:00
Julio Cesar Laura
e10ca93ad7 BUG 5765 I add the triggers t process SOLVED
- Added triggers to cancel, pause, reassing and delete case
2012-10-16 00:29:52 -04:00
Brayan Osmar Pereyra Suxo
21b2f2b218 BUG 5285 I add field PRO_SUBPROCESS
I add field PRO_SUBPROCESS to start only in sub process
2012-10-11 14:26:03 -04:00
Julio Cesar Laura
c1670185ea BUG 6564 Group value based Self service Assignment Rule SOLVED
- Add a new Assignment Rule, to use a variable to designe dynamicly the group for the self service
2012-10-05 11:16:37 -04:00
Victor Saisa Lopez
29c6fc996d BUG 8333 "File field for each grid line" SOLVED
- New feature
- File field for each grid line
- Added "file" element in grids
- The QA team should test with:
    * Grids in mode edit/view
    * INPUT property (http://wiki.processmaker.com/index.php/2.0/Files)
    * KnowledgeTree plugin
    * And other cases
* Available from version 2.0.45
2012-10-04 17:54:44 -04:00
Marco Antonio Nina
3635ca0076 BUG 9553 Event setup duration unit of measure is not displayed SOLVED
- According to the specifications.
- Was add the opcion Days/hours for creating events.
2012-08-21 09:56:15 -04:00
Victor Saisa Lopez
50b7c88f92 BUG 9377 "APP_FINISH_DATE is set to 1902-01-01 00:00:00 when..." SOLVED
- re-generated propel classes
2012-07-10 09:27:26 -04:00
Erik Amaru Ortiz
1a8545df8a BUG 0000 herbert> SOLR implementation in PMOS2
Solr support in PMOS2 includes:
Functionality:
- Implementation of Home views (Inbox, Draft, Participated, Unassigned). The views return fast results.
- Include read, unread, all,  and process filter in inbox View.
- Include process filter in draft view.
- Include started by me, completed by me, all, process, and status filter in participated view.
- Include process filter in unassigned view.
- Improved search functionality (search in user defined variables): Use the following syntax to search in process (user defined) variables. {variable_name}:{search_word} ex1:"causal:20*" where causal is the variable defined by the user.
  + Use of wildcards in search: Use * as wildcard at the begin or end of word
  + Multiple conditions in search: Separate multiple conditions by space ex2:"Materiales causal:20*" means that we are searching for the word Materiales and the causal that begin with 20.
  + Search in dates (interval ): Format=> {variable_date}:[yyyy-mm-dd TO yyyy-mm-dd]
    Local date not UTC date required
    ex: FechaRegistro:[2011-04-15 TO 2011-04-30] //registros con fecha entre el 2011-04-15 y el 2011-04-30.
  + we can use the wildcard *:
    ex: FechaRegistro:[* TO 2011-04-30] //registros con fecha menor o igual a 2011-04-30.
    FechaRegistro:[2011-04-15 TO *] //registros con fecha mayor o igual a 2011-04-15.
  + Search of exact phrases. format: {variable}:"frase a buscar"
    ex: Cliente:"Jesus Marin"

- Application update function.
	+ The function is called every time a change is detected in the application's data including the related delegations.
- Use of cache to improve performance

Not included:
- Order of task, sent by, and due date columns.

Pending:
- Advanced search view using faceted lists.
2012-05-15 10:56:48 -04:00
Hector Cortez
1922a69dc6 BUG 8727 Increase the maxlength of the Condition of the Evaluation ... SOLVED.
- We'd need to increase the max-length of the Condition of the Evaluation routing rule because there are some special rules that need more length.
- Adjust the maxlength the ROU_CONDITION field in Evaluation, Selection, Parallel By Evaluation Routing Rule.
2012-03-21 10:40:18 -04:00
Erik Amaru Ortiz
f8ab55a061 BUG 0000 User Experience (single app option added) 1st commit
- login added
- "single application" option added
- simplified improved
2012-02-24 19:32:24 -04:00
Erik Amaru Ortiz
5599ca8b96 BUG 0000 BUG 0000 User Inbox Simplified (second commit) 2012-01-26 09:33:01 -04:00
Julio Cesar Laura
816d40f5e5 BUG 000 Add validation to print a dynaform 2011-12-02 00:54:23 -04:00
Julio Cesar Laura
98fe86c358 First commit for the DASHLETS 2011-10-28 12:20:45 -04:00
Julio Cesar Laura
109433fd98 BUG 000 Add field GRP_LDAP_DN in schema 2011-09-20 15:37:44 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Erik Amaru Ortiz
f7fcd0472d BUG 000 PM tables ver2 ready - propel & phing integration 2011-08-29 11:39:22 -04:00