Commit Graph

5096 Commits

Author SHA1 Message Date
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
Hector Cortez
83b1bbb86b Merge remote branch 'upstream/master' into BUG-10178 2013-03-27 13:39:48 -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
jennylee
0f2f488cde Merge remote branch 'upstream/master' 2013-03-27 10:32:32 -04:00
julceslauhub
b121f83d24 Merge pull request #1466 from luisfernandosl/BUG-0000
BUG 0000 "Problem in Dashboards" SOLVED
2013-03-27 07:29:36 -07: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
Luis Fernando Saisa Lopez
3e03e2c826 BUG 0000 "Problem in Dashboards" SOLVED
- Problem in Dashboards
- Problem in deploying the dashlets, when the column is one
- Solved problem, validation was added  for deploy of columns
- It was added that by default displays two columns
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-03-27 13:42:11 +00:00
ralph
948a5087d7 Enter php-hint 2013-03-26 18:14:02 -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
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
Marco Antonio Nina
8c0d152484 Improvement plunis translation create and merge of translation. 2013-03-26 15:01:53 -04:00
Hector Cortez
6b72c8b63f Merge remote branch 'upstream/master' into BUG-11068 2013-03-26 14:43:59 -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
julceslauhub
a8578c38cc Merge pull request #1461 from julceslauhub/master
BUG 11021 IMPROVEMENT
2013-03-25 14:53:47 -07: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
julceslauhub
e5ccaa7da0 Merge pull request #1459 from julceslauhub/master
BUG 5965 IMPROVEMENT
2013-03-25 14:27:07 -07:00
Julio Cesar Laura
90b44eaa62 BUG 5965 IMPROVEMENT 2013-03-25 17:25:50 -04:00
Vera Osokina
b7081f1497 Merge remote branch 'upstream/master' 2013-03-25 17:11:05 -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
ralph
34df8edd2c BUG10870 - "A better trigger editor is needed"
error: The current trigger editor has no syntax check
Sol: Using CodeMirror as well as XMl editor, will give trigger editor the feature that it needs. + removing auto tabs at code begin.
2013-03-25 12:07:48 -04:00
julceslauhub
3ba95f2d80 Merge pull request #1454 from marcoAntonioNina/BUG-9975
BUG 9975 Add the variables button inside the html editing... IMPROVEMENT
2013-03-25 09:00:11 -07: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
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
julceslauhub
a6becbcc2d Merge pull request #1449 from brayanpereyra/BUG-10701
BUG 10701 I added validation for IE SOLVED
2013-03-22 13:41:06 -07: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
ralph
cbe2fbe871 Adding feature to coloring and check syntaxis on trigger editor. 2013-03-22 15:52:26 -04:00
jennylee
4f4778051b Merge remote branch 'upstream/master' 2013-03-22 15:28:46 -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
jennylee
defe513bde BUG 10953Report Table error with currency fields
When having a process with some currency field (Real Number), and running a case before creating the RT, when you create the RT and saw the data inside it shows the number as integer. But when you run a case after creating the RT it shows the currency in good way (Real number).

It was fixed.
2013-03-22 14:13:27 -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
julceslauhub
3d79ab1be6 Merge pull request #1444 from julceslauhub/master
BUG 11057 English language - Label Id is set with accents SOLVED
2013-03-22 10:42:48 -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
julceslauhub
8714577a9f Merge pull request #1440 from victorsl/BUG-10920
BUG 0000 "Problem in the ordering of the column 'current..." SOLVED
2013-03-22 06:07:51 -07: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
julceslauhub
d3f90b6c48 Merge pull request #1439 from marcoAntonioNina/master
Improvement add Hook before create users
2013-03-21 13:50:17 -07:00