Hector Cortez
a475beaf08
BUG 10852 Control de los reenvíos de la notificaciones a través del historial de mensajes 'Messages History' SOLVED
...
- Revised target/origin task and PMFSendMessage function for object permissions.
2013-04-23 18:27:42 -04:00
Hector Cortez
dbf73b721e
Merge remote branch 'upstream/master' into BUG-10852
2013-04-23 18:27:19 -04:00
julceslauhub
7d33d4ce06
Merge pull request #1628 from Jennydmz/BUG-11275
...
BUG-11275 Error creating Case Scheduler. SOLVED
2013-04-23 14:11:05 -07:00
jennylee
4d7d129600
BUG-11275 Error creating Case Scheduler. SOLVED
...
1. The Label on the New Form Case Scheduler was changed into "Name", like in the List.
2. The Name field was validated to don't allow spaces " " like a valid name.
2013-04-23 16:01:48 -04:00
Marco Antonio Nina
8e629852d2
Merge remote branch 'upstream/master'
2013-04-23 14:50:34 -04:00
julceslauhub
ae64a8bf31
Merge pull request #1625 from luisfernandosl/BUG-11283
...
BUG 11283 "Simplified Interface not reflecting minutes" SOLVED
2013-04-23 11:29:16 -07:00
Luis Fernando Saisa Lopez
90dd1bb7fe
BUG 11283 "Simplified Interface not reflecting minutes" SOLVED
...
- Simplified Interface not reflecting minutese
- Solved problem, the list of cases in the simplified interface, the minutes show correctly
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-23 17:18:39 +00:00
Victor Saisa Lopez
220c6491df
BUG 0000 "Safe upgrade for JavaScript files" SOLVED
...
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
$ ./processmaker upgrade
$ ./processmaker build-js
$ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
Example:
browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-23 13:16:54 -04:00
Victor Saisa Lopez
b54e9de281
Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000
2013-04-23 13:12:11 -04:00
Marco Antonio Nina
86e936a9c4
Merge remote branch 'upstream/master'
2013-04-23 11:44:02 -04:00
Brayan Osmar Pereyra Suxo
2b3c0ad194
Merge remote branch 'upstream/master'
2013-04-23 11:28:59 -04:00
julceslauhub
c04e19681d
Merge pull request #1621 from brayanpereyra/master
...
DOCSYSTEM Borrando error_log de codigo
2013-04-23 08:28:55 -07:00
Brayan Osmar Pereyra Suxo
0429367c3a
DOCSYSTEM Borrando error_log de codigo
...
Borrando error_log de codigo
2013-04-23 11:24:03 -04:00
julceslauhub
25fe97063f
Merge pull request #1620 from brayanpereyra/master
...
DOCSYSTEM Arreglo de variable para lenguaje
2013-04-23 07:26:56 -07:00
Brayan Osmar Pereyra Suxo
d6d2b2d209
DOCSYSTEM Arreglo de variable para lenguaje
...
Arreglo de variable para lenguaje
2013-04-23 10:17:51 -04:00
ferOnti
950b21acd5
Merge pull request #1619 from brayanpereyra/master
...
DOCSYSTEM Cambios en los mensajes de error_log en instalador
2013-04-23 06:58:41 -07:00
Brayan Osmar Pereyra Suxo
d5f099dd24
DOCSYSTEM Cambios en los mensajes de error_log en instalador
...
Cambios en los mensajes de error_log en instalador
2013-04-23 09:55:29 -04:00
ferOnti
88b01435cb
Merge pull request #1618 from brayanpereyra/master
...
DOCSYSTEM agrege error_log para revisar instalacion
2013-04-23 06:25:16 -07:00
Brayan Osmar Pereyra Suxo
17edbf321c
DOCSYSTEM agrege error_log para revisar instalacion
...
agrege error_log para revisar instalacion
2013-04-23 09:19:47 -04:00
Hugo Loza
23331ad004
Merge remote-tracking branch 'upstream/master'
2013-04-22 18:08:25 -04:00
Hugo Loza
34e0798b00
NewRelic API applied to report methods and controllers instead of
...
sysGeneric
When NewRelic monitors ProcessMaker as application doesn't recognize the
framework urlpath rules and therefore any script is being reported as
sysGeneric
I've included some lines in sysGeneric using NewRelic API in order to
report the real script name as name of each transaction. At same time
I've included custom parameters to have useful information for each
trannsaction such as lang, workspace, skin
Signed-off-by: Hugo Loza <hugo@colosa.com >
2013-04-22 18:08:13 -04:00
julceslauhub
1dd4ce6b42
Merge pull request #1614 from victorsl/BUG-11216-2
...
BUG 11216 "sql stripped from suggest field" SOLVED
2013-04-22 14:14:51 -07:00
Erik Amaru Ortiz
d49c5aa19c
Merge pull request #1616 from brayanpereyra/DOC-SYSTEM
...
DOCSYSTEM Arreglo de notices
2013-04-22 14:06:19 -07:00
Brayan Osmar Pereyra Suxo
c6bf383ed4
DOCSYSTEM Arreglo de notices
...
Arreglo de notices
2013-04-22 17:01:26 -04:00
julceslauhub
c64eb0a1fb
Merge pull request #1615 from julceslauhub/master
...
Improvement in sysGeneric when try to load nonexistent files
2013-04-22 14:01:16 -07:00
Julio Cesar Laura
835608523f
Improvement in sysGeneric when try to load nonexistent files
2013-04-22 16:53:46 -04:00
Erik Amaru Ortiz
93cf246e88
Merge pull request #1613 from brayanpereyra/DOC-SYSTEM
...
DOCSYSTEM Arreglo para obtener la direccion de servidor
2013-04-22 12:21:21 -07:00
Victor Saisa Lopez
0a0ac3303d
BUG 11216 "sql stripped from suggest field" SOLVED
...
- Execution of query with clause DISTINCT, get duplicate data
- Solved problem, added options for the clause SELECT
* Available from version ProcessMaker-2.5
2013-04-22 15:15:50 -04:00
Brayan Osmar Pereyra Suxo
defaca05be
DOCSYSTEM Arreglo para obtener la direccion de servidor
...
Arreglo para obtener la direccion de servidor
2013-04-22 15:04:13 -04:00
Hector Cortez
fe2a36a417
Merge remote branch 'upstream/master' into BUG-10852
2013-04-22 14:36:22 -04:00
julceslauhub
fe8d2ac2f9
Merge pull request #1612 from cheloheredia/BUG-11284
...
BUG 11284 "When you select an image, the apply button image is shown on the right bottom side" SOLVED
2013-04-22 11:18:20 -07:00
marcelo
4ff5f7f78b
BUG 11284 "When you select an image, the apply button image is shown on
...
the right bottom side" SOLVED
-When you select an image, the apply buttom image is not shown right on
the right bottom side.
-Solved, now the apply buttom image is not shown under the selected
image.
2013-04-22 14:07:42 -04:00
julceslauhub
d4f16e5ed9
Merge pull request #1611 from julceslauhub/master
...
BUG 9933 Step conditions evaluating too early IMPROVEMENT
2013-04-22 10:36:36 -07:00
Julio Cesar Laura
b4589224f2
BUG 9933 Step conditions evaluating too early IMPROVEMENT
2013-04-22 13:31:19 -04:00
julceslauhub
7fcfc09df0
Merge pull request #1610 from luisfernandosl/BUG-11291
...
BUG 11291 " No se deberia permitir la redimension de la..." SOLVED
2013-04-22 10:29:50 -07:00
Hector Cortez
d173cdcd66
Merge remote branch 'upstream/master' into BUG-10852
2013-04-22 12:54:28 -04:00
Victor Saisa Lopez
e6b84cfeda
Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000
2013-04-22 12:34:28 -04:00
Luis Fernando Saisa Lopez
407aeab63e
BUG 11291 " No se deberia permitir la redimension de la..." SOLVED
...
- No se deberia permitir la redimension de la ventana para pausar casos
- Problema resuelto, no se permite dimensionar la ventana al pausar un caso
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-22 16:28:42 +00:00
marcelo
43ea1fbdd4
BUG 11284 "When you select an image, the apply button image is shown on
...
the right bottom side" SOLVED
-When you select an image, the apply buttom image is not shown right on
the right bottom side.
-Solved, now the apply buttom image is not shown under the selected
image.
2013-04-22 11:42:31 -04:00
julceslauhub
f046613e08
Merge pull request #1608 from Jennydmz/BUG-11255
...
BUG 11255. PM allows creating RT without validating if process is selected. SOLVED
2013-04-22 08:20:04 -07:00
jennylee
6ba524d2d9
BUG 11255. PM allows creating RT without validating if process is selected. SOLVED
...
Was added a validation to check if the process is selected before saving the Report Table.
2013-04-22 10:46:41 -04:00
Victor Saisa Lopez
cb7c55611e
Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000
2013-04-22 10:42:29 -04:00
Erik Amaru Ortiz
d1060bc11e
Merge pull request #1599 from norahmollo/DocSystem
...
Changes for DocSystem
2013-04-22 07:39:51 -07:00
Erik Amaru Ortiz
b664f97f55
Merge pull request #1607 from brayanpereyra/DOC-SYSTEM
...
DOCSYSTEM Arreglo en setlocale para windows
2013-04-22 07:21:26 -07:00
Brayan Osmar Pereyra Suxo
3f4e328cf8
DOCSYSTEM Arreglo en setlocale para windows
...
Arreglo en setlocale para windows
2013-04-22 10:18:27 -04:00
Brayan Osmar Pereyra Suxo
338abc7154
DOCSYSTEM Arreglo para setlocale para windows
...
Arreglo para setlocale para windows
2013-04-22 10:04:57 -04:00
Hector Cortez
cc4cfd5b3d
Merge remote branch 'upstream/master' into BUG-10852
2013-04-22 09:10:41 -04:00
Victor Saisa Lopez
254cddd2a7
Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000
2013-04-22 09:08:03 -04:00
julceslauhub
4f6d5b8e3b
Merge pull request #1605 from ralpheav/master
...
Coloring PHP and PM functions
2013-04-21 22:17:17 -07:00
ralpheav
777366e9a2
Coloring keywords for PHP and PM
2013-04-19 18:03:35 -04:00