Commit Graph

311 Commits

Author SHA1 Message Date
Julio Cesar Laura
36b6adcecf BUG 9594 Have no cache for JavaScript IMPROVEMENT
- Add additiona varification for the path sep in the real Path
2012-08-17 10:26:16 -04:00
Julio Cesar Laura
f704f30497 BUG 9594 Have no cache for JavaScript SOLVED
- The js file for the dynaforms always use the same name, then when the browser loads the page use the same js file
- Now the cache js files are generated with different names, according to the modify date of the xmlform
2012-08-16 18:31:10 -04:00
Victor Saisa Lopez
41f9312f7a BUG 9558 "Suggest field functionality is not intuitive..." SOLVED
- New feature, change SUGGEST field behavior for the insertion of
  a new record
- SUGGEST displays a temporary message to be placed in this field
- SUGGEST when you insert a new record to the database, it displays
  a popup message indicating the insertion
- SUGGEST this field allows the insertion of a new record by pressing
  the key Intro
- Is improved SUGGEST field behavior (when there are results, and when
  there are none)
- Problem solved by adding the SUGGEST field in the Dynaform (in the
  editor DynaForms) this in IE, when ckeck the option "Store new entry"
- Problem solved in method "String.prototype.trim" (JavaScript)
2012-08-16 15:37:15 -04:00
Erik Amaru Ortiz
6c61e06d3b PM Rest: adding first action for GET method of application api class 2012-08-13 17:31:38 -04:00
Erik Amaru Ortiz
9b1867a410 FEATURE: First commit for ProcessMaker Rest Support
What is Functional

- Restler thirdparty library added
- Restler integration with gulliver added
- Rest requests are dispatched by sysGeneric
- Restler autodiscover for classes that implements Restler iAuthenticate interface added

What Missing

- ProcessMaker Api implemented yet
- some rest api class are in workflow/engine/services/rest/*.php
2012-08-10 16:54:12 -04:00
Brayan Osmar Pereyra Suxo
7bea19a6e1 BUG 9510 show a notices SOLVED
I add format correct the function defined
2012-08-09 09:06:46 -04:00
Brayan Osmar Pereyra Suxo
1edfcd68cd BUG 9510 Bug has code errors SOLVED
I add code correcty
2012-08-08 12:46:26 -04:00
Brayan Osmar Pereyra Suxo
f973c6ac29 Merge remote branch 'upstream/master' into BUG-9510 2012-08-08 11:15:00 -04:00
Hector Cortez
789f7eaa6f BUG 9433 Suggest box doesn't work with dependent fields SOLVED
- When a suggest box is created populated it with a pm table with some dependent fields, the dependent fields don't work. I've attached the process and added the xml form definition.
- Adjustment dependent fields in suggest element, in the case of other data elements.
2012-08-07 18:35:08 -04:00
Brayan Osmar Pereyra Suxo
79ffba21c3 BUG 9510 Doesn't work format RTL SOLVED
- I add format fot RTL
2012-08-03 18:57:48 -04:00
Hector Cortez
4dfa80ce75 BUG 9443 In Centos 5.4 Is not possible to do the restore a backup file SOLVED
- In Centos 5.4 is not possible to restore a backup file of ProcessMaker. we are using the next command.
- Adjustment in the restore backup, in the erased the hidden files.
2012-08-03 18:01:01 -04:00
Marco Antonio Nina
c7aed2e57d BUG 4869 Download link on dynaform in view mode SOLVED
- Not had the option to download.
- The dynaform in view mode documents can be downloaded if you have permissions.
2012-07-31 09:53:18 -04:00
Marco Antonio Nina
ba600e3758 BUG 4869 Download link on dynaform in view mode SOLVED
- Not had the option to download.
- The dynaform in view mode documents can be downloaded if you have permissions.
2012-07-31 09:17:29 -04:00
Marco Antonio Nina
fe8fcc4ea3 BUG 4869 Download link on dynaform in view mode SOLVED
- Not had the option to download.
- The dynaform in view mode documents can be downloaded if you have permissions.
2012-07-30 18:20:50 -04:00
Marco Antonio Nina
4bc006b161 BUG 4869 Download link on dynaform in view mode SOLVED
- Not had the option to download.
- The dynaform in view mode documents can be downloaded if you have permissions
2012-07-30 11:50:07 -04:00
Marco Antonio Nina
614e6f3f9d BUG 7360 capitalize function mess with exotic characters SOLVED
- The characters were converted UTF8.
- Were modified for use the functions ucfirst() and ucwords().
2012-07-27 10:29:15 -04:00
Hector Cortez
366e03ce11 BUG 9433 Suggest box doesn't work with dependent fields SOLVED
- Adjustment Suggest Clean items in the dropdown dependent.
2012-07-26 12:07:36 -04:00
Julio Cesar Laura
f6d90d7ac6 BUG 9477 Problem notifying the next user
We've detected 2 problems:

1.- The new algorithm to detect if the password is encrypted don't support passwords with a ":" character

2.- When recover the email configuration the system don't decrypt correctly the password of a previous version (without encryption, backwards compatibility)
2012-07-25 18:47:13 -04:00
Hector Cortez
f353ae77c2 BUG 8529 Change "exists" to "exist" in many phrases SOLVED
- Remember these grammar rules
- Changed grammar rules as suggested.
2012-07-25 16:51:16 -04:00
Julio Cesar Laura
21c4ad9676 Improvement in the method "RenderPage" of the class "G" 2012-07-23 19:51:11 -04:00
julceslauhub
67b8a5450c Merge pull request #377 from victorsl/BUG-9200
BUG 9200 "La variable @@APPLICATION vacia" SOLVED
2012-07-23 15:48:42 -07:00
Marco Antonio Nina
7341e7b683 BUG 8943 The Chinese charactors can't be backuped and restored... SOLVED
- The Chinese characters do not display correctly.
- Format was changed UTF-8 to Backup and restore.
2012-07-23 17:35:54 -04:00
Victor Saisa Lopez
731b017965 BUG 9200 "La variable @@APPLICATION vacia" SOLVED
- PMFDerivateCase not set variables of the case to derivate
- In the "derivateCase" method of the class "class.wsBase.php", no set
  variables of the case to derivate
- Problem solved, now set appropriate variables to derivate
2012-07-23 17:09:07 -04:00
Hector Cortez
9bbf93da0c BUG-8753 Short Tags are Still Present as of Version 2.0.38 SOLVED
- Short tags are still present in the code in the form of the short print tag: <?=
- Changing of the short tags for deprecated functions and code.
2012-07-23 10:33:10 -04:00
Hector Cortez
9f0734aef1 BUG 9433 Suggest box doesn't work with dependent fields SOLVED
- When a suggest box is created populated it with a pm table with some dependent fields, the dependent fields don't work. I've attached the process and added the xml form definition.
- Adjustment Suggest element in combination with dropdown dependent fields.
2012-07-20 17:46:50 -04:00
Julio Cesar Laura
6dd48d4b00 BUG 8444 Remove permission PM_REPORTS, since it no longer serves any purpose SOLVED
- The permission PM_REPORTS cannot be removed because many projects already used (plugins made by projects), then the permision has changed to status inactive and in new installations will be hidden in the permision administrator module
2012-07-19 11:08:49 -04:00
Fernando Ontiveros
f4083c95f2 fixing small issue in gulliver/PMException 2012-07-13 11:12:36 -04:00
Fernando Ontiveros
6326cfdf53 changing from private to public in classes with error 2012-07-12 20:39:07 -04:00
Julio Cesar Laura
f8c57f9055 BUG 9405 Correccion idioma espanol
- Habian aun algunas etiquetas hardcoded
- Se cambio a labels todos los lugares con textos hardcoded
2012-07-12 00:46:29 -04:00
Brayan Osmar Pereyra Suxo
9a1c4e6f72 BUG 9438 Don't add ceros the mask in the fields SOLVED
- I add code for add ceros in the fields
2012-07-11 18:53:53 -04:00
Julio Cesar Laura
5cff267423 BUG 000 Add validation in the hierachy modes when mode of the field are blank 2012-07-10 19:03:02 -04:00
Julio Cesar Laura
bb02ac5d9e BUG 9136 Employment Application Process, web entry
- The hierachy of the modes was incorrect
- Fixed the hierachy of modes
2012-07-10 17:58:55 -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
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
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
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
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
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
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
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