Commit Graph

3868 Commits

Author SHA1 Message Date
julceslauhub
2e70cf837a Merge pull request #524 from julceslauhub/master
BUG 4893 Some character set problems in "Region or State" names when filling out user information SOLVED
2012-09-03 11:46:43 -07:00
Julio Cesar Laura
d655236a9b BUG 4893 Some character set problems in "Region or State" names when filling out user information SOLVED
- Incorrect data in many records
- Fix the incorrect data
2012-09-03 14:45:07 -04:00
julceslauhub
3647a0bb39 Merge pull request #523 from victorsl/BUG-9630
BUG 9630 "cron.php script can have several instances running..." SOLVED
2012-09-03 08:50:41 -07:00
Victor Saisa Lopez
331cb04a2c BUG 9630 "cron.php script can have several instances running..." SOLVED
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
  several times
- Variable time added to control execution of cron
* Available from version 2.0.44
2012-09-03 11:32:52 -04:00
Victor Saisa Lopez
a8ec47dd0d Merge remote branch 'upstream/master' into BUG-9630 2012-08-31 11:28:53 -04:00
julceslauhub
ccb8565d87 Merge pull request #520 from marcoAntonioNina/BUG-9530
BUG 9530 HeartBeat IMPROVEMENT
2012-08-31 06:47:31 -07:00
Erik Amaru Ortiz
b1ca2262a2 Merge pull request #522 from eriknyk/master
Restful feature, adding merge of class files to expose  betwwen a workspace and core classes
2012-08-30 15:34:36 -07:00
Victor Saisa Lopez
a8cd9cf1cb Merge remote branch 'upstream/master' into BUG-9630 2012-08-30 18:08:12 -04:00
Erik Amaru Ortiz
3390653b50 Restful feature, adding merge of class files to expose betwwen a workspace and core classes
- Now when a workspace was configured for rest service both classes on workspace and core will be
exposed merging all classes with precedence of workspace classes
2012-08-30 17:35:39 -04:00
Erik Amaru Ortiz
e9d4461177 Merge pull request #521 from eriknyk/master
Restful Feature, improvements on rest-gen cli command and Disptacher
2012-08-30 13:33:32 -07:00
Erik Amaru Ortiz
002ed19fc2 Merge remote-tracking branch 'upstream/master' 2012-08-30 16:32:11 -04:00
Erik Amaru Ortiz
de62be5506 Restful Feature, improvements on rest-gen cli command and Disptacher
On Dispatcher:
- Now it is handling Cross Domain AJAX request, it is accepting requests with method OPTIONS
- Now the behaviour of rest server is modified by confuguration
- The dispatcher can be load configuraion from a processmaker core dir. for all workspaces
and for a determinated workspace

On Cli Command:
- Now it can generate api crud for processmaker root dir and a determinated workspace
- More improvements to handle correctly build request for a plugin or a workspace or core of pmos
2012-08-30 16:26:19 -04:00
Marco Antonio Nina
a5d7008329 BUG 9530 HeartBeat IMPROVEMENT
- HeartBeat not checked.
- HeartBeat works in skin classic and uxmodern.
2012-08-30 16:14:09 -04:00
julceslauhub
9bff534341 Merge pull request #519 from julceslauhub/master
BUG 4596 Filter the user/group list once added to the permission list and separate the user and group dropdown SOLVED
2012-08-30 13:07:38 -07:00
Julio Cesar Laura
c5e130460e BUG 4596 Filter the user/group list once added to the permission list and separate the user and group dropdown SOLVED
- Changed the dropdown by a dropdown with optgroups
2012-08-30 16:02:50 -04:00
Victor Saisa Lopez
dfb10bc7aa BUG 9630 "cron.php script can have several instances running..." SOLVED
- cron.php script can have several instances running at the same time
- Problem solved, added validation in cron.php script to avoid run
  several times
* Available from version 2.0.44
2012-08-30 15:05:39 -04:00
julceslauhub
53bac5cef7 Merge pull request #517 from victorsl/BUG-9005
BUG 9005 "userInfo() returns the state or region for the..." SOLVED
2012-08-30 07:56:36 -07:00
Victor Saisa Lopez
6e14ed1bb9 BUG 9005 "userInfo() returns the state or region for the..." SOLVED
- The ["city"] key is not correct in the function userInfo()
- Problem solved, has improved informarion returned by the
  userInfo() function
- They are more data being retormados by the userInfo() function,
  which are (example):
Array
(   [username] => "admin"
    [firstname] => "admin"
    [lastname] => "admin"
    [mail] => "admin@processmaker.com"
    [address] => ""
    [zipcode] => ""
    [country] => ""
    [state] => ""
    [location] => ""
    [phone] => ""
    [fax] => ""
    [cellular] => ""
    [birthday] => "2012-06-14"
    [position] => ""
    [replacedby] => "2806627024ff5c5e6de3343023039250"
    [duedate] => "2015-04-04"
    [calendar] => "426489683503e8e7541dd80068593828"
    [status] => "ACTIVE"
    [department] => "1624625814fdb4a23a20805048462289"
    [reportsto] => "4413935114fd9ea33a65206046642414"
    [userexperience] => "SWITCHABLE"
    [photo] => "PATH_TO_PHOTO/9552681404fd9e9ecd508b7074823254.gif"
)
* Available from version 2.0.44
2012-08-30 08:58:38 -04:00
julceslauhub
6e98245f3f Merge pull request #516 from julceslauhub/master
BUG 4094 More case information needed from getCaseInfo SOLVED
2012-08-29 14:26:50 -07:00
Julio Cesar Laura
642839431b BUG 4094 More case information needed from getCaseInfo SOLVED
- Added the variable updateDate to the response
2012-08-29 17:08:06 -04:00
ferOnti
82792dc866 Merge pull request #515 from ferOnti/master
fixing small issues with rest
2012-08-29 13:30:54 -07:00
fernando
84b51bf05e fixing small issues with rest 2012-08-29 16:29:02 -04:00
julceslauhub
4a9a9f02c1 Merge pull request #514 from victorsl/BUG-9604
BUG 9604 "En el campo suggestbox aparece una linea horizontal..." SOLVED
2012-08-29 13:19:56 -07:00
Victor Saisa Lopez
d3e523078d BUG 9604 "En el campo suggestbox aparece una linea horizontal..." SOLVED
- In the field SuggestBox, show horizontal lines, only in IE
- Problem solved, now SuggestBox is same for any browser
* Available from version 2.0.44
2012-08-29 16:16:06 -04:00
julceslauhub
d42754d4dd Merge pull request #512 from marcoAntonioNina/BUG-9621
BUG 9621 Persistent XSS and AJAX Vulnerabilities, Multiple SOLVED
2012-08-29 13:09:39 -07:00
Victor Saisa Lopez
58da6dd4d6 BUG 9604 "En el campo suggestbox aparece una linea horizontal..." SOLVED
- In the field SuggestBox, show horizontal lines, only in IE
- Problem solved, now SuggestBox is same for any browser
* Available from version 2.0.44
2012-08-29 16:02:08 -04:00
Marco Antonio Nina
13be93d3c1 BUG 9621 Persistent XSS and AJAX Vulnerabilities, Multiple SOLVED
- It was noticed that no was validated these entry.
- Was validated with htmlentities for both cases.
2012-08-29 15:34:57 -04:00
julceslauhub
c06b31ca6c Merge pull request #511 from julceslauhub/master
Validation added to import files with mail templates, the sizes are not compared correctly
2012-08-29 09:47:42 -07:00
Julio Cesar Laura
fa3f4f57c1 Validation added to import files with mail templates, the sizes are not compared correctly 2012-08-29 12:45:26 -04:00
julceslauhub
fb1c421354 Merge pull request #509 from victorsl/BUG-9681
BUG 9681 "Cuando se quiere configurar el email con una..." SOLVED
2012-08-29 08:51:23 -07:00
julceslauhub
a80041882f Merge pull request #510 from julceslauhub/master
BUG 9065 PM 2.0.40 testing3 Al pasar el cursor por la seccion inferior de Designer los botones se activan visualmente es decir sobresalen SOLVED
2012-08-29 08:50:56 -07:00
Julio Cesar Laura
06b845f694 BUG 9065 PM 2.0.40 testing3 Al pasar el cursor por la seccion inferior de Designer los botones se activan visualmente es decir sobresalen
- Missing class style in the uxmodern css
2012-08-29 11:31:25 -04:00
Victor Saisa Lopez
d6e957ed58 BUG 9681 "Cuando se quiere configurar el email con una..." SOLVED
- Clearing the "Account From" field in ADMIN>Settings>Email not
  cleared the password
- Problem solved by deleting the "Account From" field is automatically
  deleted the password
* Available from version 2.0.44
2012-08-29 11:28:48 -04:00
Julio Cesar Laura
6ac67ab7a7 BUG 9065 PM 2.0.40 testing3 Al pasar el cursor por la seccion inferior de Designer los botones se activan visualmente es decir sobresalen SOLVED
- Missing class style in uxmodern css
- Added the missing class style
2012-08-29 11:27:01 -04:00
Victor Saisa Lopez
44c772391a BUG 9681 "Cuando se quiere configurar el email con una..." SOLVED
- Clearing the "Account From" field in ADMIN>Settings>Email not
  cleared the password
- Problem solved by deleting the "Account From" field is automatically
  deleted the password
* Available from version 2.0.44
2012-08-29 11:22:33 -04:00
julceslauhub
090e5016df Merge pull request #508 from marcoAntonioNina/BUG-9530
BUG 9530 HeartBeat SOLVED
2012-08-28 16:05:39 -07:00
Marco Antonio Nina
37fc5b59f1 BUG 9530 HeartBeat SOLVED
- HeartBeat not checked.
- HeartBeat works in skin classic and uxmodern.
2012-08-28 19:01:35 -04:00
Erik Amaru Ortiz
9b74ddca00 PluginRegistry class fix, Adding missing unregister method 'unregisterRestService()' on disablePlugin() 2012-08-28 12:08:55 -04:00
Erik Amaru Ortiz
3043fc0563 Restful feature, Fix for current class request on dispatcher 2012-08-28 11:58:48 -04:00
julceslauhub
921ec3d246 Merge pull request #506 from victorsl/BUG-9619
BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
2012-08-28 08:25:36 -07:00
Victor Saisa Lopez
184facc427 BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
- When you delete a row of a grid in any order (not in sequential order)
  and then add a new row, dependent fields do not work.
- Problem solved, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
2012-08-28 11:16:21 -04:00
Victor Saisa Lopez
7aeaa719af Merge remote branch 'upstream/master' into BUG-9619 2012-08-28 09:50:48 -04:00
julceslauhub
64d1591168 Merge pull request #505 from julceslauhub/master
BUG 9682 Ajustar el tamano de la pestana Action By Email para que se pueda ver el nombre
2012-08-27 16:52:47 -07:00
Julio Cesar Laura
38603ad4cc BUG 9682 Ajustar el tamano de la pestana Action By Email para que se pueda ver el nombre
- El ancho no era calculado correctamente
- Se cambio la logica para calcular el ancho del tab de acuerdo al texto que se mostrara en el tab
2012-08-27 19:49:01 -04:00
Victor Saisa Lopez
40e2dbbcb8 BUG 9619 "Grillas: Problema en las dependencias al eliminar..." SOLVED
- When you delete a row of a grid in any order (not in sequential order)
  and then add a new row, dependent fields do not work.
- Problem resuelo, dependent fields work correctly when you delete any row.
* Available from version 2.0.44
2012-08-27 18:57:17 -04:00
Erik Amaru Ortiz
81deb1fab4 Restful feature, moving rest-config.ini such as dist. file (adding file) 2012-08-27 17:38:10 -04:00
Erik Amaru Ortiz
5a263ee95d Restful feature, moving rest-config.ini such as dist. file 2012-08-27 11:16:24 -04:00
Erik Amaru Ortiz
22172de0f0 Restful Feature, some paths improvements & command help 2012-08-27 11:05:21 -04:00
Erik Amaru Ortiz
6e5c72d00d Restful Feature,
- made some improvements to read & generate config file
- now the rest-gen bin can be generate rest api for a plugin from a <plugin-name>/config/rest-config.ini
conf file.
- plugins should have a directory services/rest containing all rest classes, like PM structure at CORE_PATH.
2012-08-27 10:48:32 -04:00
julceslauhub
4c39d775b5 Merge pull request #503 from marcoAntonioNina/BUG-9655
BUG cuando se habilita el plugin se va a la ventana home  SOLVED
2012-08-24 15:45:45 -07:00