Commit Graph

1213 Commits

Author SHA1 Message Date
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
Julio Cesar Laura
feb3d4d2fd BUG 10980 Issue in pagination displaying "Messages History" SOLVED
- Pagination doesn't work
- Fix pagination
2013-03-12 12:12:44 -04:00
Julio Cesar Laura
defebb3099 BUG 10980 Issue in pagination displaying "Messages History" SOLVED
- Pagination doesn't work
- Fix pagination
2013-03-12 12:06:53 -04:00
Julio Cesar Laura
cb075d58f1 BUG 10953 Al crear un segundo Report Table los campos desde la BD se modifican SOLVED
- Al repoblar la tabla no se estaba considerando la validacion agregada cuando se actualiza el registro
- Se agrego la validacion faltante al momento de popular toda la tabla
2013-03-07 17:04:41 -04:00
Hector Cortez
f92822d87b BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-05 15:07:55 -04:00
Hector Cortez
3fe55aa94f BUG 0000 Adjustment for the standardization of code. CODE_STYLE 2013-03-05 09:12:44 -04:00
Hector Cortez
ba70cf04a7 BUG 10925 When login with wrong credentials error should be generic. SOLVED
- When login with wrong credentials currently the error message is specific to what the login error is ("WARNING: User not registered!" for wrong User name and "WARNING: Wrong password" for wrong password).
- Changed Message Wrong login to generic.
2013-03-04 11:32:49 -04:00
Marco Antonio Nina
48075b663e Improvement user list edit. 2013-03-01 16:05:50 -04:00
Hector Cortez
25b79bf511 BUG 10903 No es posible ejecutar un caso con Report Table (old version) SOLVED
- No es posible ejecutar un caso con Report Table. Se realizo el proceso en la versión estable de la 2.0.45, el proceso corrio con normalidad pero al realizar upgrade a la versión 2.0.46-testing.7, y al ejecutar un caso del mismo proceso, despliega un warning, haciendo imposible su ejecución.
- Removed from the listbox of grid field of the selection of the fields.
2013-03-01 09:25:49 -04:00