Commit Graph

7171 Commits

Author SHA1 Message Date
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
marcelo
2c5094a8d2 Merge branch 'master' of git@github.com:colosa/processmaker.git 2013-03-28 11:51:17 -04:00
julceslauhub
128ead91bb Merge pull request #1469 from hector-cortez/BUG-10178
BUG 10178 Pause the Case, add Unpause Time SOLVED
2013-03-28 08:47:20 -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
Marco Antonio Nina
e542ab715c Merge remote branch 'upstream/master' 2013-03-28 10:44:50 -04:00
julceslauhub
cd8ec52de5 Merge pull request #1470 from marcoAntonioNina/master
Improvement PARTNER_FLAG hearbeat
2013-03-28 07:34:38 -07:00
Marco Antonio Nina
486e831dd3 Merge remote branch 'upstream/master' 2013-03-28 09:39:00 -04:00
Marco Antonio Nina
1e9a514e2e Improvement PARTNER_FLAG hearbeat 2013-03-27 15:13:23 -04:00
ralph
f33de94783 Adding changes to display the function parameters in hint list 2013-03-27 14:41:57 -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
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
marcelo
1b3d1bbd7a Merge branch 'master' of git@github.com:colosa/processmaker.git 2013-03-27 11:07:48 -04: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
marcelo
72476de9ef Merge branch 'master' of git@github.com:colosa/processmaker.git 2013-03-26 16:51:53 -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
marcelo
436d19a07c Merge branch 'master' of git@github.com:colosa/processmaker.git 2013-03-26 09:07:13 -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