Commit Graph

57 Commits

Author SHA1 Message Date
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
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
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
Marco Antonio Nina
fe254a5d17 BUG 10089 Mejoras en el rendimiento del plugin para KnowledgeTree SOLVED
- CURLOPT_VERBOSE option of debug en true.
- was disable option debug writing in error_log.
- was add index for tables APP_DOCUMENT (indexAppDocument) and KT_DOCUMENT (indexKtDocument).
2012-11-20 16:42:26 -04:00
Marco Antonio Nina
03f97b1201 BUG 10089 Mejoras en el rendimiento del plugin para KnowledgeTree SOLVED
- CURLOPT_VERBOSE option of debug en true.
- was disable option debug writing in error_log.
- was add index for tables APP_DOCUMENT (indexAppDocument) and KT_DOCUMENT (indexKtDocument)
2012-11-20 16:37:15 -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
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
e732cd1d6d BUG 5285 I add field PRO_SUBPROCESS
I add field PRO_SUBPROCESS to start only in sub process
2012-10-11 16:06:22 -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
b9ed53ed87 Improvement to get the workspace info in the user authentication
- Now only once time per day get the workspace info
2012-09-24 14:44:08 -04:00
Julio Cesar Laura
88a2643a35 Add a new key to table APPLICATION
- To improve the query: SELECT MAX(APPLICATION.APP_NUMBER) FROM APPLICATION
2012-09-24 12:34:30 -04:00
Julio Cesar Laura
2182e61f09 Add missing field in the schema sql for release 2.0.44 2012-09-06 15:12:26 -04:00
Julio Cesar Laura
80109eb601 BUG 0000 Update .po and .sql files for the release 2.0.43-testing3 2012-07-12 15:25:27 -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
Erik Amaru Ortiz
046bef35fc BUG 0000 Reverting some bad changes on schema.sql
- on previuos commit all default values for columns was removed, it were fixed now
2011-11-14 12:38:07 -04:00
Erik Amaru Ortiz
e3cd186538 BUG 000 Updating schema.xml for dashboard feature 2011-10-31 19:51:01 -04:00
Julio Cesar Laura
98fe86c358 First commit for the DASHLETS 2011-10-28 12:20:45 -04:00
Erik Amaru Ortiz
2ed7b7a3ce BUG 000 updating translations & sql schema 2011-09-28 14:22:48 -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
Julio Cesar Laura
bc5de24520 BUG 000 Add cases summary to branch 2.0 2011-08-25 12:58:52 -04:00
Hugo Loza
daf7ac09b1 BUG 7344 Feature -> PDF Security settings
With this settings is possible to setup security for a PDF generated (Output Document).
In Output Document setup there is a new section available when the output document is either PDF or BOTH with the following fields:
Permissions: Must select wich permissions will be granted (if none is selected only VIEW is allowed)
Open Password: Is the password requested to open the document. (This open the document with selected permissions)
Owner Password: Is the password that allow owner to open and change permissions
2011-07-29 17:46:22 -04:00
Hugo Loza
f38dc1045f BUG 0000 Case notes Index added and some changes to message body
Index for AppNotes table

Conflicts:

	workflow/engine/classes/model/AppNotes.php
2011-07-28 17:54:33 -04:00
Hugo Loza
eb680847da BUG 0000 Intermediate change in schema.sql
shema.sql updated
2011-07-28 17:43:00 -04:00
Hector Cortez
80728423c4 BUG 7162 Adjustment adding default value for Case Scheduler schema. 2011-07-04 17:18:34 -04:00
Erik Amaru Ortiz
6912b3b81f BUG 0000 new Feature: Report table ver 2. (fix)
- miising new field on additional_tables table
2011-06-29 16:19:38 -04:00
Erik Amaru Ortiz
db2ff5a36a BUG 0000 new Feature: Report table ver 2 (fixes)
- update phisical table fixed
2011-06-29 12:46:51 -04:00
Carlos Pacha
771ca16927 BUG 0000 the SP_VARIABLES_IN field is required
changed the SP_VARIABLES_IN field to not required
2011-06-28 17:00:07 -04:00
Erik Amaru Ortiz
38573084ac BUG 0000 new Feature: Report table ver 2. 2011-06-28 12:53:25 -04:00
Carlos Pacha
14b44b3efd BUG 6876 PM 2.0.23 Al derivar al subproceso genera un mensaje de error
This issue was fixed, changed the SA_VALUES_IN field was changed to null
2011-06-10 10:55:06 -04:00
Alexandre Rosenfeld
b446b59d30 BUG 6691 Remove default value from TRN_VALUE 2011-04-29 12:28:22 -04:00
Hector Cortez
15d3dd9486 BUG 6693 Changing the field size TRANSLATION.TRN_VALUE to LONGVARCHAR 2011-04-13 10:52:44 -04:00
Alexandre Rosenfeld
19de36c876 Fix schemas to let APP_CACHE_VIEW rebuild work. 2011-02-24 23:34:43 +00:00
Alexandre Rosenfeld
b9a1aea8d3 Make sure upgrade uses the same schema as installation.
- Removed vendor info in fields from schema.xml
- Mapped VARLONGCHAR to mediumtext
- Database upgrades now uses field attributes instead of vendor info.
- Updated app_cache_view files to conform to schema.sql
2011-02-24 16:21:26 +00:00
girish
17d3910481 Added new column in Swimlanes 'SWI_NEXT_UID' 2011-02-23 06:26:18 +00:00
Erik Amaru Ortiz
c02b32b22c reverting changes... missing fields 2011-02-22 21:15:14 +00:00
Alexandre Rosenfeld
16a20925c0 Changed Type to Engine in schemas for MySQL 5.5 compatibility. 2011-02-22 15:16:00 +00:00
girish
1aed486990 Removed Extra column added 2011-02-17 12:07:17 +00:00
girish
2aabd3322a Added new column in gateway 'GAT_NEXT_TYPE' 2011-02-17 11:31:56 +00:00
Enrique Ponce de Leon
7546b0514a User Bithday not required applied to propel schema 2011-02-15 15:05:11 +00:00
girish
4197a757f5 Added new column in Gateway Table 'GAT_TYPE' 2011-02-12 11:35:27 +00:00
Erik Amaru Ortiz
989ccf4bc6 changes to improve the developers translations edit tool 2011-02-11 16:43:02 +00:00
girish
4fdc81b72c Made tas_uid to null to save events on drag and drop 2011-02-11 05:47:21 +00:00
girish
fc36f517d4 changed default values in sql for TASK and ANNOTATION size 2011-02-10 14:33:04 +00:00
Hector Cortez
5f136a681e Change in form of storage Connection Record for export and import of cases with connections to external databases. 2011-01-24 14:20:59 +00:00