Julio Cesar Laura
e9e804a694
BUG 7893 Double url decode SOLVED
...
- Double url_decode
- Delete unnecesary url_decode
2012-09-25 01:49:46 -04:00
julceslauhub
8e67d0266b
Merge pull request #596 from julceslauhub/master
...
BUG 9737 atributos HTML "id" con valores duplicados SOLVED
2012-09-24 22:04:12 -07:00
Julio Cesar Laura
4801ca6380
BUG 9737 atributos HTML "id" con valores duplicados SOLVED
...
- Unnecesary extra iframe in html template
- Delete unnecesary iframe
2012-09-25 01:01:50 -04:00
julceslauhub
642978da56
Merge pull request #592 from victorsl/BUG-9709
...
BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED
2012-09-24 14:32:41 -07:00
ferOnti
ef3d955081
Merge pull request #595 from ferOnti/master
...
fixing REST
2012-09-24 12:12:29 -07:00
Fernando Ontiveros
2b07a4f8e0
Merge remote branch 'upstream/master'
2012-09-24 15:09:59 -04:00
Fernando Ontiveros
0915784426
working in the REST API, rebuilding classes for all tables and fixing small errors
2012-09-24 15:09:48 -04:00
julceslauhub
137f10c876
Merge pull request #594 from julceslauhub/master
...
Improvement in get the workspace info in the user authentication
2012-09-24 11:47:18 -07: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
julceslauhub
e64e574762
Merge pull request #593 from julceslauhub/master
...
Performance improvement, deleted the grid with the cases counter on the cases start page
2012-09-24 10:08:34 -07:00
Julio Cesar Laura
648c7f095d
Performance improvement, deleted the grid with the cases counter on the cases start page
2012-09-24 13:06:05 -04:00
Victor Saisa Lopez
4006c6ba80
BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED
...
- New feature
- Add a new option in ADMIN -> Logs for the cron
- Added new feature
* Available from version 2.0.44
2012-09-24 12:47:53 -04:00
Victor Saisa Lopez
a5b42e43ed
Merge remote branch 'upstream/master' into BUG-9709
2012-09-24 12:47:10 -04:00
julceslauhub
dbdcb4221b
Merge pull request #591 from julceslauhub/master
...
Add a new key to table APPLICATION
2012-09-24 09:38:31 -07: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
Victor Saisa Lopez
3b797f7788
BUG 9709 "Add a new option in ADMIN -> Logs for the cron" SOLVED
...
- New feature
- Add a new option in ADMIN -> Logs for the cron
- Added new feature
* Available from version 2.0.44
2012-09-24 11:51:45 -04:00
julceslauhub
f9d9d6cba8
Merge pull request #589 from julceslauhub/master
...
BUG 9796 Slow Query deleting a task ( error collected by New Relic ) SOLVED
2012-09-24 08:37:05 -07:00
Julio Cesar Laura
31de7c5943
BUG 9796 Slow Query deleting a task ( error collected by New Relic ) SOLVED
...
- The query used to check if a task can be deleted was very slow
- Change the businnes logic to check if a task can be deleted
2012-09-24 11:32:42 -04:00
julceslauhub
44a6ce9fa9
Merge pull request #588 from julceslauhub/master
...
Fix little bug with the proxy pass
2012-09-24 06:29:16 -07:00
Julio Cesar Laura
3f8584f20f
Fix little bug with the proxy pass
2012-09-24 09:26:55 -04:00
julceslauhub
ef399c8d9e
Merge pull request #587 from julceslauhub/master
...
BUG 5781 Add stripNonNumeric() function to common.js SOLVED
2012-09-23 22:38:08 -07:00
Julio Cesar Laura
339aae0b8b
BUG 5781 Add stripNonNumeric() function to common.js SOLVED
...
- Add new function stripNonNumeric
2012-09-24 01:35:34 -04:00
julceslauhub
d284566409
Merge pull request #586 from julceslauhub/master
...
Add validation for the first time that recovers the server configuration data
2012-09-21 11:37:51 -07:00
Julio Cesar Laura
58a59822d4
Add validation for the first time that recovers the server configuration data
2012-09-21 14:36:24 -04:00
julceslauhub
e53cc06a76
Merge pull request #585 from julceslauhub/master
...
BUG 9795 Error usando funcion in_array cuando el segundo parametro no es un array ( Error collected by New Relic ) SOLVED
2012-09-21 10:51:26 -07:00
Julio Cesar Laura
031b1b2fcc
BUG 9795 Error usando funcion in_array cuando el segundo parametro no es un array ( Error collected by New Relic ) SOLVED
...
- Missing validation before to use in_array function
- Add validation to check if the second variable is an array
2012-09-21 13:44:20 -04:00
julceslauhub
949f6b3e90
Merge pull request #584 from julceslauhub/master
...
BUG 9794 Error en reasignar cases, (collected by New Relic) SOLVED
2012-09-21 10:26:24 -07:00
Julio Cesar Laura
cedf532986
BUG 9794 Error en reasignar cases, (collected by New Relic) SOLVED
...
- Missing validation when the USR_UID in APP_DELEGATION is empty (self service assignment)
- Add validation, use session variable USER_LOGGED when the USR_UID is empty
2012-09-21 13:21:47 -04:00
julceslauhub
c3e7da3de8
Merge pull request #583 from herbertsg/TestFolders
...
Test Folders
2012-09-21 08:10:48 -07:00
Herbert Saal Gutierrez
da414f6d7a
Test Folders
...
Change structure of Test Folders
2012-09-21 11:00:57 -04:00
julceslauhub
335c53f20b
Merge pull request #582 from julceslauhub/master
...
Change the order of the execution of the actions to prevent that a problem in the plugin blocks the other actions
2012-09-21 07:50:37 -07:00
Julio Cesar Laura
23b3cac2b4
Change the order of the execution of the actions to prevent that a problem in the plugin blocks the other actions
2012-09-21 10:45:13 -04:00
julceslauhub
9cd7bdae2d
Merge pull request #581 from julceslauhub/master
...
Add some little validations in user edit screen and in the case messages list
2012-09-20 11:49:51 -07:00
Julio Cesar Laura
adf104991c
Add some little validations in user edit screen and in the case messages list
2012-09-20 14:47:53 -04:00
julceslauhub
93cefd0701
Merge pull request #580 from julceslauhub/master
...
Add validation when the from is not a email or is not teh same email that the account
2012-09-20 11:27:24 -07:00
Julio Cesar Laura
f8e4112b4e
Add validation when the from is not a email or is not teh same email that the account
2012-09-20 14:25:35 -04:00
julceslauhub
b765051bbe
Merge pull request #579 from julceslauhub/master
...
BUG 9789 PM 2.0.44 testing 1 En User cuando se usa replace by no tiene la opcion None por lo cual si el usuario desiste de una seleccion SOLVED
2012-09-19 14:47:33 -07:00
Julio Cesar Laura
a6678e6586
BUG 9789 PM 2.0.44 testing 1 En User cuando se usa replace by no tiene la opcion None por lo cual si el usuario desiste de una seleccion SOLVED
...
- There not way to deassign the "replaced by" attributte
- Add the option "None" in the "Replaced By" dropdown
2012-09-19 17:42:12 -04:00
julceslauhub
b998bcbc40
Merge pull request #578 from julceslauhub/master
...
BUG 9688 Plugin Updates dont work when proxy is required SOLVED
2012-09-19 11:57:53 -07:00
Julio Cesar Laura
c312bc95e5
BUG 9688 Plugin Updates dont work when proxy is required SOLVED
...
- There are not way to set the proxy to use
- Added settings for the proxy in ProcessMaker
2012-09-19 14:48:38 -04:00
julceslauhub
7675e3ef82
Merge pull request #577 from victorsl/BUG-5140
...
BUG 5140 "Formula is not working in master dynaforms" SOLVED
2012-09-19 10:30:44 -07:00
Victor Saisa Lopez
933dced14b
BUG 5140 "Formula is not working in master dynaforms" SOLVED
...
- Not taken into account the attribute "Decimal Separator" for the
execution of a formula in master DynaForms
- When entering data in a Currency/Percentage field is added spaces
at the beginning (when the field is in a formula)
- Problem solved, has joined the attribute "Decimal Separator" to
evaluate the formula
- It has rewritten the algorithm for the formula evaluation
* Available from version 2.0.44
2012-09-19 12:26:44 -04:00
julceslauhub
4cd0ba210e
Merge pull request #576 from herbertsg/BUG-9689
...
Bug 9689 Improve Solr performance
2012-09-18 12:23:14 -07:00
Herbert Saal Gutierrez
da4ac6dda2
BUG-9689 Improve Solr performance
...
Improve Solr Performance
Fix:
- Avoid the database consult of all indexes for application in the case of the search view.
- If there are no indexes found for an application, then an error is reported and the
construct of records continue.
2012-09-18 15:04:14 -04:00
julceslauhub
dc2dd4ab64
Merge pull request #575 from julceslauhub/master
...
BUG 9784 No se muestra info especifica para archivos pptx SOLVED
2012-09-18 10:37:28 -07:00
Julio Cesar Laura
ffad5b75da
BUG 9784 No se muestra info especifica para archivos pptxx SOLVED
...
- There are no icons for ppt and pptx files
- Add icons for ppt and pptx files
2012-09-18 13:33:06 -04:00
julceslauhub
be37d903b7
Merge pull request #574 from julceslauhub/master
...
BUG 9781 Testing 1: version 2.0.44 Text changes on ID's Processmaker English .po file SOLVED
2012-09-18 08:27:30 -07:00
Julio Cesar Laura
1d7f3ed2e8
BUG 9781 Testing 1: version 2.0.44 Text changes on ID's Processmaker English .po file SOLVED
...
- Change the wrong labels
2012-09-18 11:25:24 -04:00
julceslauhub
cfba30bafe
Merge pull request #573 from ferOnti/master
...
fixing error in propel build model because a mistake in a file
2012-09-18 08:02:27 -07:00
Fernando Ontiveros
458c6767fa
fixing an error in propel model, this was a typo error
2012-09-18 10:29:59 -04:00