Marco Antonio Nina
47bdb4c61b
BUG 9406 The JavaScript function saveAndRedirectForm() saves the...SOLVED
...
- Not routed correctly.
- was validate the routed to http y https
2012-07-09 10:09:58 -04:00
Hector Cortez
8aa8faede3
BUG 9191 Cuando se importa procesos antiguos con mascara currency ... SOLVED
...
- En la version de PM 2.0.41 testing 3 Cuando se importa procesos antiguos con mascara currency a la nueva version muestra en sus campos ;$, como se adjunta en la imagen correspondiente.
- Adjustment in the validate the simbols _ ; in the Currency fields.
2012-07-06 17:36:41 -04:00
Julio Cesar Laura
3f6da015e6
BUGS 9407 and 9411 fixed for release 2.0.42
...
- Added required validations
2012-07-03 17:35:19 -04:00
Julio Cesar Laura
1355d58bfb
BUG 0000 Grid fields not rendered when values are null
...
- When the grid values don't have a value for a field this field is not rendered
- Add validation to send empty values for grid fields
2012-07-03 01:27:02 -04:00
julceslauhub
bc16ef9bf5
Merge pull request #157 from brayanpereyra/BUG-9334
...
BUG 9334 Change Plain Text to HTML and then try to select again Plain SOLVED
2012-06-29 16:08:32 -07:00
Brayan Osmar Pereyra Suxo
7a0cbcd4ef
BUG 9334 check the code standard and required fields SOLVED
...
- I ammend code
- I add validate some required fields
2012-06-29 18:54:24 -04:00
Brayan Osmar Pereyra Suxo
94f4ffb3ba
BUG 9334 I removed variable in function SOLVED
...
- I removed variable in function
2012-06-29 18:19:06 -04:00
Brayan Osmar Pereyra Suxo
38a29b5e2f
BUG 9334 Change Plain Text to HTML and then try to select again Plain SOLVED
...
- I add validate event change in dropdown
- I resolved the BUG 9335
- I validate the tab notification
2012-06-29 18:04:39 -04:00
julceslauhub
75363a4e91
Merge pull request #149 from brayanpereyra/BUG-9339
...
BUG 9339 No validate FieldName used SOLVED
2012-06-29 07:37:19 -07:00
Brayan Osmar Pereyra Suxo
40f4eadd16
BUG 9339 Exist function G_STRINGS SOLVED
...
- I removed G_STRINGS and I add funcion "_"
2012-06-28 17:37:06 -04:00
Brayan Osmar Pereyra Suxo
51a4223dfa
BUG 9339 No validate FieldName used SOLVED
...
- I removed applyMask the field validate NODENAME
2012-06-28 16:05:19 -04:00
Marco Antonio Nina
42df835fb2
BUG 9296 User Experience - skins SOLVED
...
- We verified that not loaded correctly to the folder shared.
- Was performed changes in the skinEngine and class.g to load the skin's if exists in the folder shared which should modify uxs and simplified.
2012-06-28 12:16:44 -04:00
julceslauhub
3487da5f7f
Merge pull request #135 from victorsl/BUG-9341
...
BUG 9341 "Field with numeric validation does not accept digits..." SOLVED
2012-06-27 13:17:43 -07:00
Victor Saisa Lopez
62aa12d23d
BUG 9341 "Field with numeric validation does not accept digits..." SOLVED
...
- Field no validate numbers the keypad, this is solved with solution of the bug 9268
- Changed range of code ascii of the keypad, this when the field is numeric validation
2012-06-27 15:39:29 -04:00
Victor Saisa Lopez
99926a1b03
BUG 9358 "Problema en las grillas (campo readonly) en IE." SOLVED
...
- Field defined as readonly in grid only defined in the first row, in Internet Explorer
- Solved problem adding attribute readonly in tag input
2012-06-27 11:38:50 -04:00
Victor Saisa Lopez
09e420407e
BUG 9147 "Error en un campo de grilla tipo Currency al..." SOLVED
...
- When pressed repeatedly the decimal character clears the field
- Problem solved by adding the validation of the field
2012-06-26 12:37:55 -04:00
Marco Antonio Nina
ec037e5390
BUG 8899 En Experience User en el deslogueo se direcciona... SOLVED
...
- Not checked with the default skin.
- was modified the class.g to verify skin from the configuration
2012-06-26 10:46:34 -04:00
Julio Cesar Laura
e2a33ba227
BUG 0000 Conflict with "input" class
2012-06-25 10:21:48 -04:00
Brayan Osmar Pereyra Suxo
ae5a9312a8
BUG 9327 The format of this code is not the right way SOLVED
...
- I add comments
- I removed extra spaces
- I amend the validate add function 'typeof'
2012-06-21 09:31:52 -04:00
Brayan Osmar Pereyra Suxo
8d436eb047
BUG 9327 Don't validate required field in grid SOLVED
...
- The object leminud and input disappeared the moment of submit
- I add new instance the object leimund and input
2012-06-20 11:30:16 -04:00
Victor Saisa Lopez
8acd431ab1
BUG 9295 "Single Application - Skins" SOLVED
...
- When running a case in the single user experience, the forms are
being shown with the classic skin even though the skin is setup as "uxs"
- Problem solved changing the condition when is the mask "uxs"
2012-06-14 18:56:42 -04:00
Fernando Ontiveros
0367268c4f
BUG 9226 gulliver propel-build-sql script needs user and pass
...
- the script propel-build-sql was using mysql_real_escape_string, and this function needs to connect to database in order to make a good and real escape
needs
- the function mysql_real_escape string was changed for a simple alternative, and this code does not need to connect to database.
2012-06-14 16:55:30 -04:00
Brayan Osmar Pereyra Suxo
f954e7d626
BUG 9268 The date field no validate numbers the keypad SOLVED
...
- I add validate to date field
- I add validate range of code ascii to keypad
2012-06-14 11:08:22 -04:00
Brayan Osmar Pereyra Suxo
37a7b5e091
BUG 8847 The option mail php is disabled SOLVED
...
- I add option mail php to send mail
2012-06-13 18:14:18 -04:00
Victor Saisa Lopez
a48b84d5ea
BUG 9238 "The Date field format changes when you want to edit" SOLVED
...
- Date fields do not respect the mask defined in the XML when editing
the field manually
- Now when you edit a date field in a dynaForm respected his mask
2012-06-13 11:37:18 -04:00
Victor Saisa Lopez
2954bb0c05
BUG 9106 "Enmascaramiento en grillas no permite decimales." SOLVED
...
- Percentage field defined with an mask does not allow decimal in grids
- comma_separator attribute included in the code
2012-06-08 16:02:27 -04:00
julceslauhub
aa338dea1d
Merge pull request #39 from alvarocs/BUG-8932
...
BUG 8932 Untranslatable strings SOLVED
2012-06-06 13:52:07 -07:00
julceslauhub
7eb21c69a5
Merge pull request #41 from brayanpereyra/3d4a0bc140c368e92def248f3c05e335ec958ea9
...
BUG 8860 The switch no have default to create fields SOLVED
2012-06-06 13:47:48 -07:00
Alvaro Campos
bc121f65cc
BUG 8932 Untranslatable strings SOLVED
...
- There was a issue with the class that creates the string of translations,
was fixed this and too has add it two labels for TRUE and FALSE
2012-06-06 15:30:57 -04:00
Brayan Osmar Pereyra Suxo
3d4a0bc140
BUG 8860 The switch to create fields no have default SOLVED
...
- The switch no have default to create fields 'yesno', 'date'
- I add default to switch with class G_Field
2012-06-06 11:59:40 -04:00
julceslauhub
af2d06e545
Merge pull request #19 from brayanpereyra/BUG-8860
...
Bug 8860 The bug was solved and review with correct code SOLVED
2012-05-31 09:35:03 -07:00
Brayan Osmar Pereyra Suxo
90d8ffbc72
BUG 8860 The bug was solved and review with correct code SOLVED
...
- Use type var == 'undefined' to validate variables
2012-05-31 11:19:04 -04:00
Victor Saisa Lopez
f6e0349a9d
BUG 8914 "Read-Only Checkboxes in Grids are not saved as marked ('On')" SOLVED
...
- When a checkbox read-only is checked in a grid is saved, It is always saved as unmarked
- Checkbox read-only if checked in a grid, now saved
2012-05-30 17:51:16 -04:00
Brayan Osmar Pereyra Suxo
d51ecf1710
BUG 8860 DESCRIPTION The bug the error affected the masks of the fields SOLVED
...
The field with formula not work mask. Add execute event to field.
2012-05-30 17:31:27 -04:00
Marco Antonio Nina
e8c892f818
BUG 7657 Dependent Fields don't work SOLVED
...
- I was found a constant c.
- The constant was changed for the correct variable.
rk SOLVED
- I was found a constant c.
- The constant was changed for the correct variable.
2012-05-29 10:31:00 -04:00
Erik Amaru Ortiz
fcef56fd6f
Update G Unit Test & Fix on G::emailAddress() function
...
- imcomplete comment exist on G Test file
- reoving a G::pr on G::emailAddress() function
2012-05-17 17:31:48 -04:00
Erik Amaru Ortiz
e66ceb6e0a
BUG 0000 "improvements on System::getSystemConfiguration() function"
...
- this is a important improvement, now we can have two configurations levels
1. Global Configuration Level (workflow/engine/config/env.ini)
2. Workspace Configuration Level (.../shared/sites/some_workflow/env.ini)
- improvement to read env's ini files once and store on session,
- if any file has been changed (verify by checksum files) that session value is updated
2012-05-15 17:01:21 -04:00
Alvaro Campos
c670ac7550
BUG 7657 Dependent Fields no funcionan SOLVED
...
- se encontro este problema,pero como nota es valido resaltar que no es permitido tener las mismas variables en el formulario que en la grilla
- se soluciono este problema haciendo los arreglos correspondientes.
2012-05-15 09:19:00 -04:00
Fernando Ontiveros
c06ef79551
BUG 0000 adding the PhpUnit generator for Gulliver classes
2012-05-10 20:50:51 -04:00
Alvaro Campos
f136dbb744
BUG 8908 se resolvio problema de tabs en form y grillas SOLVED
2012-05-09 13:54:22 -04:00
Erik Amaru Ortiz
df18d8c3ff
BUG 8856 "Migrate the Clear cache Interface from master bra.." UPDATED
...
- problem when files aren't found
- fixed problem on G::rm_dir()
2012-05-08 09:42:28 -04:00
Erik Amaru Ortiz
4a025e4382
BUG 8856 "Migrate the Clear cache Interface from master branch" UPDATE 1
...
- problem found on G::rm_dir()
- fixed problem & WIN compatibility fixed too
2012-05-06 18:51:34 -04:00
Erik Amaru Ortiz
4c9f6bdabd
BUG 0000 Fix on G:: update_php_ini() function
2012-05-02 10:15:47 -04:00
Alvaro Campos
e70402393a
BUG 8856 Migrate the Clear cache Interface from master branch SOLVED
...
- en servidores windows no es posible eliminar directorios con el comando rmdir
- se adiciono los comandos DEL DR DELTREE para borrar directorios en servidores windows.
2012-04-27 18:10:29 -04:00
Erik Amaru Ortiz
692cbe3f28
BUG 9029 "Se genera un warning al cambiar de workspaces desde ..." SOLVED
...
- bad url request, trying to get a uxmodern skin login being in classic skin
- validation & the error is controlled now,
2012-04-27 10:45:55 -04:00
Alvaro Campos
503619395e
BUG 0000 se soluciono problema de tab key en firefox SOLVED
2012-04-26 17:18:48 -04:00
Erik Amaru Ortiz
b24c9eb7a1
BUG 8875 "New ExtJS based Login & Main ProcessMaker interface Des.." UPDATED
...
- problems on installer & IE compatibility
- IE compatibility added, some fixes on login & installer
2012-04-26 13:21:41 -04:00
Hector Cortez
93fca85212
BUG 8829 PM 2.0 testing 16 Forgot Password genera un Fatal Error SOLVED.
...
- Cuando se configura el forgot password, no se aplica al hacer login en dicha ventana, es decir no se visualiza el link para enviar el otro password
- Adjustment in the forgot password in send mail, encryption of password, and correction in the visualization of the forgot password link on the classic skin.
2012-04-26 11:41:49 -04:00
Victor Saisa Lopez
9df68b5307
BUG 8973 "Replace all instances of json_encode() and json_decode()..." SOLVED
...
- Problems with functions json_encode and json_decode in PHP 5.2
- Replace json_encode and json_decode with G::json_encode and G::json_decode
2012-04-23 12:34:16 -04:00
Julio Cesar Laura
d2615815b4
BUG 8915 change text "Edit this page for customize the plugin"
...
- Se cambio el texto "Edit this page for customize the plugin" por "Edit this page to customize the plugin"
2012-04-19 10:34:11 -04:00