Commit Graph

3528 Commits

Author SHA1 Message Date
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
baca267dff Merge pull request #1464 from marcoAntonioNina/master
Improvement plunis translation create and merge of translation.
2013-03-26 12:54:05 -07: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
Marco Antonio Nina
8c0d152484 Improvement plunis translation create and merge of translation. 2013-03-26 15:01:53 -04:00
Marco Antonio Nina
087c49d064 Improvement plunis translation create and merge of translation. 2013-03-26 12:17:50 -04:00
julceslauhub
4c7aace61f Merge pull request #1462 from marcoAntonioNina/master
Improvemente PARTNER FLAG in db.php
2013-03-26 06:30:00 -07:00
Marco Antonio Nina
c906af907c Improvemente PARTNER FLAG in db.php 2013-03-26 09:16:53 -04:00
Julio Cesar Laura
4f6e85783a BUG 11021 IMPROVEMENT 2013-03-25 17:52:14 -04:00
Marco Antonio Nina
7834a71152 Improvemente PARTNER FLAG in db.php 2013-03-25 17:29:43 -04:00
Julio Cesar Laura
90b44eaa62 BUG 5965 IMPROVEMENT 2013-03-25 17:25:50 -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
julceslauhub
f3c0495219 Merge pull request #1452 from hector-cortez/BUG-11037b
BUG 11037 Hook for session time setting SOLVED
2013-03-25 09:22:18 -07: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
Hector Cortez
3186f89555 Merge remote branch 'upstream/master' into BUG-10834 2013-03-25 10:12:55 -04:00
Hector Cortez
c0d0fea10d BUG 11037 Hook for session time setting SOLVED
- A hook is needed for a plugin to configure the session timeout.
- Added hook for session of the time setting & Added setting of the Maximum lifetime cleaned up in the System option.
2013-03-25 09:52:56 -04:00
julceslauhub
1741af5292 Merge pull request #1450 from julceslauhub/master
Change label Résumé to Resume
2013-03-22 13:56:56 -07:00
Julio Cesar Laura
147484098c Change label Résumé toto Resume 2013-03-22 16:54:25 -04:00
Brayan Osmar Pereyra Suxo
179c371e93 BUG 10701 I added validation for IE SOLVED
I added validation for IE
2013-03-22 16:25:30 -04:00
julceslauhub
27cff5d736 Merge pull request #1446 from julceslauhub/master
BUG 10953 IMPROVEMENT
2013-03-22 12:21:40 -07:00
Julio Cesar Laura
01462ecade BUG 10953 IMPROVEMENT 2013-03-22 15:20:41 -04:00
Hector Cortez
27b72b2c7f Merge remote branch 'upstream/master' into BUG-10834 2013-03-22 14:04:31 -04:00
julceslauhub
1a9d2e49f0 Merge pull request #1443 from marcoAntonioNina/master
Improvement dynaforms properties adjust grid width
2013-03-22 10:48:18 -07:00
Julio Cesar Laura
cbee554783 BUG 11057 English language - Label Id is set with accents SOLVED
- Incorrect value in label id
- Fix incorrect value in label id
2013-03-22 13:38:44 -04:00
Marco Antonio Nina
d51f9e221f Improvement dynaforms properties adjust grid width 2013-03-22 12:13:35 -04:00
Victor Saisa Lopez
e2d48fb9de BUG 0000 "Problem in the ordering of the column 'current..." SOLVED
- Problem in the ordering of the column "current user" and "task" in casesList
- Solved problem the ordering, has taken into account the settings made in ADMIN>Settings>Environment
* Available from version ProcessMaker-2.0.46
2013-03-21 17:19:54 -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
Julio Cesar Laura
9814347258 BUG 11021: Change the role names from PROCESSMAKER_XXXX to only "XXXX" IMPROVEMENT 2013-03-21 13:38:31 -04:00
Julio Cesar Laura
19b266349a Merge remote branch 'upstream/master' 2013-03-21 13:14:48 -04:00
julceslauhub
b020bb276b Merge pull request #1435 from norahmollo/BUG-11021
BUG 11021: Change the role names from PROCESSMAKER_XXXX to only "XXXX"
2013-03-21 10:13:43 -07:00
Julio Cesar Laura
6ae68823c6 BUG 11052 Notice en Report Table al hacer correr un caso con old version IMPROVEMENT 2013-03-21 13:06:02 -04:00
Julio Cesar Laura
1f4056fbaf BUG 11052 Notice en Report Table al hacer correr un caso con old version SOLVED
- Using foreach statement in a empty string
- Check first if is an array before use foreach statement
2013-03-21 13:00:18 -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
ad77b77762 Improvement add hook before create user 2013-03-20 14:56:08 -04:00
Marco Antonio Nina
e577dac1a2 Add hook before create user 2013-03-20 13:31:32 -04:00
Marco Antonio Nina
e380b8b272 Merge remote branch 'upstream/master' 2013-03-20 11:33:19 -04:00
Marco Antonio Nina
638cdee160 Add hook before create user 2013-03-20 10:58:19 -04:00
Julio Cesar Laura
89e50a43b1 Many fixes and improvements, issues detected on QA servers 2013-03-20 10:45:53 -04:00
Marco Antonio Nina
1fb92234c2 Merge remote branch 'upstream/master' 2013-03-20 09:07:42 -04:00
Marco Antonio Nina
9bba838945 Improvement constant PARTNER_FLAG
- Browser library
- HearBeat.
- tab plugins.
2013-03-20 08:56:35 -04:00
ralph
8bde064996 BUG 10989: "PMFNewCaseImpersonate definition is incomplete"
Error:  There were no parameter to set which starting task to select.
Sol:    Adding a optional paramater to the newCaseImpersonate function.
plus code style changes.
2013-03-19 13:52:49 -04:00
ralph
34c35397dd Removing check of the task steps. 2013-03-19 13:47:16 -04:00
ralph
07c322c210 Adding extra parameter to newCaseImpersonate 2013-03-19 11:36:06 -04:00
Marco Antonio Nina
89ac75ec1e Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-19 11:20:30 -04:00
Marco Antonio Nina
e052548966 Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-19 10:45:29 -04:00
ralph
f5d94ebbf9 Adding optional taskid parameter to newCaseImpersonate function 2013-03-19 10:45:04 -04:00
Marco Antonio Nina
4677b8588b Merge remote branch 'upstream/master' 2013-03-19 10:20:49 -04:00
Marco Antonio Nina
be174d0eed Improvement constant PARTNER_FLAG
- Browser library
- HearBeat
- tab plugins
2013-03-19 10:12:35 -04:00