Marco Antonio Nina
8bd2251c94
BUG 11132 Cuando se elimina un usuarioo que tiene asignado... SOLVED
...
- No was deleted dashboard.
- was add validation.
2013-04-03 09:07:34 -04:00
Marco Antonio Nina
9839e68f01
BUG 11132 Cuando se elimina un usuarioo que tiene asignado... SOLVED
...
- No was deleted dashboard.
- was add validation.
2013-04-02 14:46:04 -04:00
julceslauhub
8539545b58
Merge pull request #1493 from marcoAntonioNina/BUG-11129
...
BUG 11129 No es posible editar un Process premissions... SOLVED
2013-04-02 11:30:57 -07:00
Marco Antonio Nina
7c6bca23f0
BUG 11129 No es posible editar un Process premissions... SOLVED
...
- Variable not defined.
- add deletede permission in delete group.
2013-04-02 14:24:18 -04:00
Marco Antonio Nina
788dc507a1
BUG 11129 No es posible editar un Process premissions... SOLVED
...
- Variable not defined.
- add deletede permission in delete group.
2013-04-02 12:20:19 -04:00
Victor Saisa Lopez
dd1994058c
BUG 11095 "Advanced Search. Opcion Process muestra los..." SOLVED
...
- In cases list displays processes in disorder (in dropdown process)
- Solved problem, displays processes orderly
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-04-02 11:03:13 -04:00
ralph
c869edb305
Replacing codemirror ver 0.93 by ver 3.13 and using it in PM.
2013-04-02 09:39:03 -04:00
julceslauhub
635b470e84
Merge pull request #1484 from Jennydmz/BUG-7802
...
BUG 7802 In Advanced Search -> Information -> Dynaform -> Change Log, the Submit Button was enabled.
2013-04-01 11:49:15 -07:00
Vera Osokina
6dca8f5ab0
BUG 7802 In Advanced Search -> Information -> Dynaform -> Change Log, the Submit Button was enabled.
...
Was added a javascript code to disable the Submit Button in Advanced Search -> Information -> Dynaform -> Change Log.
2013-04-01 14:37:29 -04:00
julceslauhub
d733f3a7d2
Merge pull request #1467 from victorsl/BUG-10920
...
BUG 10920 "Add subtitles inside a drop-down" SOLVED
2013-04-01 07:54:30 -07:00
julceslauhub
8f8756463b
Merge pull request #1476 from julceslauhub/master
...
BUG 11072 XSS vulnerability SOLVED
2013-03-28 10:32:55 -07:00
Julio Cesar Laura
80ab898c7e
BUG 11072 XSS vulnerability SOLVED
...
- In the warning message the data sent are not correctly sanitized
- Sanitize the data before send the message
2013-03-28 13:29:50 -04:00
julceslauhub
11af8ab807
Merge pull request #1472 from marcoAntonioNina/BUG-9872
...
BUG 9872 Reassign Multiple Case, submit and 'Processing...' IMPROVEMENT
2013-03-28 10:09:44 -07:00
julceslauhub
803402e12b
Merge pull request #1468 from luisfernandosl/BUG-10921
...
BUG 10921 "When changing the password, the old password..." SOLVED
2013-03-28 09:06:29 -07:00
Marco Antonio Nina
c08cb8087e
BUG 9872 Reassign Multiple Case, submit and 'Processing...' IMPROVEMENT
...
- Listing was modified by a new parameter.
- was add validation.
2013-03-28 10:45:26 -04:00
Hector Cortez
0a46157cc8
BUG 10178 Pause the Case, add Unpause Time SOLVED
...
- Al momento de pausar un caso se requiere que el dato de Unpause Date sea mas especifico colocando adicional a ello la hora en que se quiere el Unpause.
- Adjustment Unpause time field when pause case.
2013-03-27 13:45:14 -04:00
Luis Fernando Saisa Lopez
54eaea8e1b
http://bugs.processmaker.com/view.php?id=10921
...
BUG 10921 "When changing the password, the old password..." SOLVED
- When changing the password, the old password should be
required (and verified)
- Problem solved, added a new field to validate the user, when changing
the password (user's profile)
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-03-27 15:19:49 +00:00
Luis Fernando Saisa Lopez
d2badc10d6
Merge branch 'master' of git://github.com/colosa/processmaker into BUG-10921
2013-03-27 15:19:24 +00:00
Victor Saisa Lopez
3cd724a9ed
BUG 10920 "Add subtitles inside a drop-down" SOLVED
...
- New feature, add subtitles inside a drop-down
- Solved problem, added grouping elements in DropDowns
- If a DropDown has enabled optgroup, an example with SQL would be the following:
(SELECT 'optgroup1' AS UID, 'Users' AS NAME)
UNION
(SELECT USR.USR_UID AS UID, USR.USR_USERNAME AS NAME
FROM USERS AS USR
WHERE USR.USR_USERNAME <> '' AND USR.USR_USERNAME LIKE 'u%'
)
UNION
(SELECT 'optgroup2' AS UID, 'Countries' AS NAME)
UNION
(SELECT COUNTRY.IC_UID AS UID, COUNTRY.IC_NAME AS NAME
FROM ISO_COUNTRY AS COUNTRY
WHERE COUNTRY.IC_NAME LIKE 'b%'
)
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-03-27 09:57:22 -04:00
julceslauhub
5d76d06ee1
Merge pull request #1458 from hector-cortez/BUG-10834
...
BUG 10834 Cuando se configura de forma erronea los datos de la BD ... SOLVED
2013-03-26 12:46:36 -07:00
Hector Cortez
f9d35dcb27
BUG 10178 Pause the Case, add Unpause Time SOLVED
...
- Al momento de pausar un caso se requiere que el dato de Unpause Date sea mas especifico colocando adicional a ello la hora en que se quiere el Unpause.
- Added Unpause time field when pause case.
2013-03-26 15:06:51 -04:00
Hector Cortez
6b72c8b63f
Merge remote branch 'upstream/master' into BUG-11068
2013-03-26 14:43:59 -04:00
Julio Cesar Laura
4f6e85783a
BUG 11021 IMPROVEMENT
2013-03-25 17:52:14 -04:00
Hector Cortez
6782988734
BUG 10834 Cuando se configura de forma erronea los datos de la BD SOLVED
...
- Cuando se configura de forma erronea los datos de la BD de la lista Cache Builder no realiza una revision.
- Added Permission user create.
2013-03-25 16:26:06 -04:00
Hector Cortez
9628a0273b
Merge remote branch 'upstream/master' into BUG-10834
2013-03-25 16:22:17 -04:00
Luis Fernando Saisa Lopez
387a574b74
BUG 10921 "When changing the password, the old password..." SOLVED
...
- When changing the password, the old password should be
required (and verified)
- Problem solved, added a new field to validate the user, when changing
the password (user's profile)
* Available from version ProcessMaker-2.0.46
2013-03-25 15:57:35 +00:00
Marco Antonio Nina
ea9b7b9311
BUG 9975 Add the variables button inside the html editing... IMPROVEMENT
...
- Window outputDocument edit in version old.
- add validation.
2013-03-25 11:08:43 -04:00
ralph
9ccd67025a
Adding codeMirror Editor to Trigger custom and Trigger copy options.
2013-03-25 11:01:48 -04:00
ralph
cbe2fbe871
Adding feature to coloring and check syntaxis on trigger editor.
2013-03-22 15:52:26 -04:00
Hector Cortez
e9f98f3b4e
BUG 10834 Cuando se configura de forma erronea los datos de la BD ... SOLVED
...
- Cuando se configura de forma erronea los datos de la BD de la lista Cache Builder no realiza una revision.
- Added Permission check in the connection established.
2013-03-21 16:12:01 -04:00
Hector Cortez
a05e437ac9
Merge remote branch 'upstream/master' into BUG-10834
2013-03-21 16:11:48 -04:00
norahmollo
134bbacacf
BUG 11021: Change the role names from PROCESSMAKER_XXXX to only "XXXX"
...
Only change the label dropdown for new Users Role
2013-03-21 16:38:13 +00:00
Hector Cortez
12943f5360
BUG 10834 Cuando se configura de forma erronea los datos de la BD ... SOLVED
...
- Cuando se configura de forma erronea los datos de la BD de la lista Cache Builder no realiza una revision.
- Validation Setup MySql Root Password in Cache Builder.
2013-03-20 17:12:18 -04:00
Marco Antonio Nina
e577dac1a2
Add hook before create user
2013-03-20 13:31:32 -04:00
Marco Antonio Nina
638cdee160
Add hook before create user
2013-03-20 10:58:19 -04:00
Marco Antonio Nina
1fb92234c2
Merge remote branch 'upstream/master'
2013-03-20 09:07:42 -04:00
ralph
07c322c210
Adding extra parameter to newCaseImpersonate
2013-03-19 11:36:06 -04:00
Marco Antonio Nina
be174d0eed
Improvement constant PARTNER_FLAG
...
- Browser library
- HearBeat
- tab plugins
2013-03-19 10:12:35 -04:00
Marco Antonio Nina
d6918697aa
Improvement constant PARTNER_FLAG
...
- Browser library
- HearBeat
- tab plugins
2013-03-18 15:13:14 -04:00
Marco Antonio Nina
517726c938
Improvement list i18
2013-03-18 14:39:10 -04:00
Hector Cortez
cfb5b434a6
BUG 11017 El usuario admin desaparese en la tabla USER_ROLES SOLVED
...
- El usuario admin pierde su rol al realizar una sismple asignacion de usuarios al rol Operador y desmarcar a admin.
- Ajustment default admin role.
2013-03-15 16:00:13 -04:00
Hector Cortez
cb3e42e483
BUG 11017 El usuario admin desaparese en la tabla USER_ROLES SOLVED
...
- El usuario admin pierde su rol al realizar una sismple asignacion de usuarios al rol Operador y desmarcar a admin.
- Filtering admin user.
2013-03-15 14:12:55 -04:00
Victor Saisa Lopez
8d748e650c
BUG 0000 "Problem with negative character in masks" SOLVED
...
- Problem with negative character in masks
- Solved problem with negative character in masks, if the negative
character is not in the same mask is accepted data input by keyboard
* Available from version ProcessMaker-2.0.46
2013-03-14 19:01:24 -04:00
Hector Cortez
3a3c09dabd
BUG 0000 Adjustment for the standardization of code. CODE_STYLE
2013-03-14 15:51:16 -04:00
julceslauhub
229c49e9ef
Merge pull request #1400 from hector-cortez/BUG-0000
...
BUG 0000 Adjustment for the standardization of code. CODE_STYLE
2013-03-14 12:44:47 -07:00
Julio Cesar Laura
64e518fb49
Doc System, change hardcoded labels
2013-03-14 15:15:04 -04:00
Hector Cortez
60116878df
BUG 0000 Adjustment for the standardization of code. CODE_STYLE
2013-03-14 14:51:01 -04:00
Hector Cortez
b7e254b425
BUG 0000 Adjustment for the standardization of code. CODE_STYLE
2013-03-14 12:36:34 -04:00
Julio Cesar Laura
c73f8f3a2d
BUG 11007 Error al cambiar la configuracion del evento en Action SOLVED
...
- Inmediatly after create a proces and create a event, dbarray filled incorrectly
- Fill dbarray correctly the first time
2013-03-13 17:50:48 -04:00
Hector Cortez
cee1427848
BUG 10829 Paginacion en documents no muetsra documentos en la pagina siguiente SOLVED
...
- En Home/Documents vamos a la paginacion y al darle click para ir a la pagina 2 no vemos los docuemetos faltantes, viendo que tenemos mas de 100 documentos.
- Changed file extension of pdf to doc.
2013-03-12 14:27:04 -04:00