Commit Graph

569 Commits

Author SHA1 Message Date
Victor Saisa Lopez
254cddd2a7 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000 2013-04-22 09:08:03 -04:00
ralpheav
777366e9a2 Coloring keywords for PHP and PM 2013-04-19 18:03:35 -04:00
Victor Saisa Lopez
164eb79d57 Merge branch 'master' of git://github.com/colosa/processmaker into BUG-0000 2013-04-19 14:09:49 -04:00
julceslauhub
cb2e9ad6d5 Merge pull request #1593 from ralpheav/master
Removing right empty space from trigger editor.
2013-04-19 09:15:52 -07:00
ralpheav
5e3c5a363e Removing right empty space from trigger editor. 2013-04-19 12:01:46 -04:00
Marco Antonio Nina
4187fe6bce Improvement style codemirror 2013-04-19 11:47:25 -04:00
Victor Saisa Lopez
c1bf46c80a BUG 0000 "Safe upgrade for JavaScript files" SOLVED
- New feature
- Safe upgrade for JavaScript files
- Added new feature,
- This new feature is activated when you run one of the following commands:
    $ ./processmaker upgrade
    $ ./processmaker build-js
    $ ./processmaker browser-cache-files-upgrade
- The new feature creates an attribute in the file "processmaker/workflow/engine/config/env.ini"
    Example:
    browser_cache_files_uid = "xxxxxxxxxxyyyyyyyyyyzzzzzzzzzzaa"
- After running the command, the browser should automatically cache the new files
* Available from version ProcessMaker-2.5
2013-04-16 17:11:25 -04:00
Julio Cesar Laura
6a1e4882bb Fix image path from "classicloader_B.gif" to "classic/loader_B.gif" 2013-04-11 14:29:29 -04:00
Julio Cesar Laura
ccf8d3da90 BUG 11082 Los mensajes de error se despliegan con el boton muy pequeñ vacio SOLVED
- Los mensajes de error se despliegan con el boton muy pequeno y vacio.

- Commented test button(yes/no) in confirm by conflicts with other buttons
2013-04-04 20:23:21 -04:00
ralph
f17553487a Changing the form to add functions in php-hint 2013-04-03 16:59:19 -04:00
ralph
68758239b2 Merge remote-tracking branch 'upstream/master' 2013-04-03 13:30:42 -04:00
ralph
fb4d9e10da Removing codemirror 0.93 directories 2013-04-03 13:26:15 -04:00
julceslauhub
74f78756e4 Merge pull request #1495 from ralpheav/master
Adding Codemirror 3.13
2013-04-03 07:08:59 -07:00
ralph
55a3ce15ea cosmetic changes 2013-04-02 14:46:02 -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
ralph
44b4cd860c Adding change to init update in PM 2013-03-28 15:44:44 -04:00
ralph
ee476fd642 Enter CodeMirror New Version 3.13 2013-03-28 15:29:40 -04:00
ralph
f33de94783 Adding changes to display the function parameters in hint list 2013-03-27 14:41:57 -04: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
ralph
948a5087d7 Enter php-hint 2013-03-26 18:14:02 -04: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
ralph
cbe2fbe871 Adding feature to coloring and check syntaxis on trigger editor. 2013-03-22 15:52:26 -04:00
Julio Cesar Laura
89e50a43b1 Many fixes and improvements, issues detected on QA servers 2013-03-20 10:45:53 -04:00
Marcelo Heredia Aguilar
1647170cba docsystem funtion __ fixed 2013-03-15 16:07:18 +00: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
Brayan Osmar Pereyra Suxo
eec210b933 DOC SYSTEM I added functions __ and LoadTranslationPlugin SOLVED 2013-03-11 10:29:33 -04:00
Hector Cortez
2c861f5efc BUG 10963 Double quotes in suggest field SOLVED
- When I type double quotes in suggest field, there is an error with JSON concatenation
- Validation of double quotes in suggest fields.
2013-03-08 17:02:08 -04:00
Marco Antonio Nina
2c0cb2db03 Improvement Text field doesn't permite negative numbers
- Text field doesn't permite negative number.
		- Was add validate in text field and validate Rela and Integert.
2013-02-26 12:51:50 -04:00
julceslauhub
2aee349eed Merge pull request #1345 from marcoAntonioNina/BUG-10850
BUG 10850 Cuando se borra una tarea de un proceso no se borra... SOLVED
2013-02-25 04:59:53 -08:00
Marco Antonio Nina
24c46233d8 BUG 10850 Cuando se borra una tarea de un proceso no se borra... SOLVED
- Derivation no were erased correctly.
- Was add validation in file processmap.
2013-02-22 16:28:16 -04:00
Julio Cesar Laura
ab3036f023 BUG 10875 The saveForm Javascript function runs "Before Assignment" triggers as long as the form passes validation SOLVED
- We reused the file cases_SaveData.php file to save data by ajax
- We created a new file saveForm.php to save data by ajax
2013-02-22 16:25:34 -04:00
Brayan Osmar Pereyra Suxo
1ef7f91469 BUG 10831 I added a validation to change name in folder SOLVED
I added reload in tree while change name in folder
2013-02-18 11:55:15 -04:00
Brayan Osmar Pereyra Suxo
cbe6c36a6d BUG 10831 I added a validation to change name in folder SOLVED
I added reload in tree while change name in folder
2013-02-18 11:47:23 -04:00
Gustavo Cruz
1943b7e613 Fix the appearing of an empty dropdown inside the image popup in IE8 (TinyMCE editor) 2013-02-14 11:29:38 -04:00
Julio Cesar Laura
1c841058de BUG 10696 Es posible desplazar las ventanas modales hacia cualquier lado y no se puede cerrarlas SOLVED
- Missing atributte in popupWindow control
- Add attributeto the function
2013-02-07 04:02:03 -04:00
Julio Cesar Laura
b8c74d14db BUG 9886 Duplicated cases when clicking various times in the submit button IMPROVEMENT 2013-02-01 00:16:58 -04:00
Julio Cesar Laura
a1e527265c BUG 10396 Mensaje de Invalid Response al crear Dynaform SOLVED
- Missing validation when session is expired
- Add validation when session is expired
2013-01-28 20:41:39 -04:00
Victor Saisa Lopez
f871d9fded BUG 0000 "Problem in dependent fields with suggest field in grids" SOLVED
- Problem in dependent fields with suggest field in grids
- Solved problem in dependent fields with suggest field in grids
- The QA team should test with (in grids):
    suggest  -> suggest  -> suggest
    suggest  -> dropdown -> suggest
    dropdown -> suggest  -> suggest
    dropdown -> suggest  -> dropdown
    text     -> suggest  -> suggest
    text     -> suggest  -> text
    * Browsers IE7, IE8, IE9, Firefox and Chrome
* Available from version ProcessMaker-2.0.46
2013-01-18 19:12:32 -04:00
Julio Cesar Laura
9e8c95eed1 BUG 10394 La ventana modal de Database Connections y Case Scheduler es desplazable hacia arriba SOLVED
- Faltaba setear un atributo para contralar los limites donde pueden ser movidos los paneles
- Se agrego el atributo correcto en ambos paneles
2013-01-16 09:46:36 -04:00
Hector Cortez
35b123268d BUG 10253 Error al usar Dependent fields con Suggest field SOLVED
- El proceso adjunto muestra el error.
- Fix bug in suggest fields.
2013-01-15 12:07:01 -04:00
Hector Cortez
2b3be87abe BUG 10253 Error al usar Dependent fields con Suggest field SOLVED
- El proceso adjunto muestra el error.
- Several adjustments in suggest fields.
2013-01-15 11:42:56 -04:00
Gustavo Cruz
34a9480c0c Merge remote-tracking branch 'origin/master' into pm_wysiwyg 2013-01-09 09:50:15 -04:00
Gustavo Cruz
e20f4a91b5 Fix to the image preview bug in tinyMCE advimage plugin 2013-01-09 09:49:03 -04:00
Gustavo Cruz
36a6236b28 Merge branch 'pm_wysiwyg' 2013-01-08 10:43:18 -04:00
Gustavo Cruz
2c6735f947 Fixing the issue regarding the dropdown fonts-family and size 2013-01-08 10:41:01 -04:00
Gustavo Cruz
8d51fc2d80 Merging the pm_wysiwyg branch 2013-01-07 17:34:54 -04:00
Gustavo Cruz
2d93201803 Fixes to the IE9 bugs in the Wysiwyg editor 2013-01-07 17:11:55 -04:00
Hector Cortez
1af67e4a1c BUG 10256 Suggest fields no funcionan correctamente SOLVED
- Al buscar alguna palabra dentro de un suggest field, cuando se escribe la primera letra aparece una lista de la mayoria de las palabras que empiezan con esa letra, pero al ingresar la segunda letra, si esta combinacion no esta en la lista que aparecio al principio no muestra mas sugerencias hasta el momento que se escribe la segunda letra.
- Adjustment in the limit on selected elements.
2013-01-03 16:13:46 -04:00
Victor Saisa Lopez
dd19d7f83c BUG 10232 "con el campo Date po default today o empty no..." SOLVED
- Problem in mask for dates fields
- Solved problem
- The possible values ..for the masks are in "Masks List" this in the
  field properties. The %D in the mask is not a correct value for a mask
* Available from version ProcessMaker-2.0.46
2012-12-21 15:18:03 -04:00
Julio Cesar Laura
d7e61b792b BUG 9939 datePicker4() does not work in IE 8 & 9 IMPROVEMENT 2012-12-21 14:45:30 -04:00