Commit Graph

564 Commits

Author SHA1 Message Date
Julio Cesar Laura
626fd1a9ba Add function "generateSelectSQL" to the MSSQL gulliver class 2011-11-08 18:07:43 -04:00
Julio Cesar Laura
883f27f766 Merge branch '2.0-dev' of git.colosa.net:/processmaker into 2.0-dev 2011-11-08 17:38:43 -04:00
Julio Cesar Laura
152ab8be7b Now is possible upgrade the data in the tables, DASHLET is the first 2011-11-08 17:37:47 -04:00
Hector Cortez
cab6281d06 BUG 7798 Fix Bug in the connection to an instance for SQLServer database. 2011-11-08 16:23:23 -04:00
Erik Amaru Ortiz
89b9dbab56 BUG 0000 adding dashboard initial module 2011-10-28 13:03:53 -04:00
Erik Amaru Ortiz
c638c88f53 BUG 7902 "Sudden database error" SOLVED
- it was a bug for gropdown in grid with zero option, it is validated and solved now
2011-10-25 18:54:18 -04:00
Alvaro Campos
c115107677 BUG 7906 solved JavaScript function submitForm() working. 2011-10-25 18:35:35 -04:00
Alvaro Campos
f65f966ef7 BUG 7087 problema del forgotpasswd solucionado para servidores lentos. 2011-10-25 18:10:17 -04:00
Erik Amaru Ortiz
725e45185a BUG 0000 "Fixing the _FNF() & _DF() functions on pmos-common.js" 2011-10-19 18:52:04 -04:00
Alvaro Campos
6f4434421d BUG 7871 fixed issue of required in IE,FF 5,6,7 browsers 2011-10-19 10:16:16 -04:00
Enrique Ponce De Leon
ed661f3a4d BUG 7657 Dependent Fields extends multiple dependency to grids 2011-10-19 09:46:05 -04:00
Alvaro Campos
289b906cbd BUG 7872 problema resuelto con los checks en modo view y readonly. 2011-10-18 17:44:51 -04:00
Alvaro Campos
3f70159c7a BUG 7171 problema solucionado con IE y listBox modo View 2011-10-13 11:46:20 -04:00
Erik Amaru Ortiz
d11eaadc2d BUG 0000 Propel engine FIX for doInsert() & doUpdate()
- those funcions when creating the sql the columns names weren't being qualified quoted
  this cause problems for some reserved words like RANGE and other
  It was fixed using the respective adapter for each db engine $adapter->quoteIdentifier()
  when $adapter is {DBMySQL,DBPostgres,DBMSSQL, etc} it is built in via factory of Propel object
2011-10-12 10:05:16 -04:00
Erik Amaru Ortiz
c747a38caf BUG 7835 "Error con los reportables" Solved! 2011-10-11 17:13:13 -04:00
Erik Amaru Ortiz
2c922ea763 BUG 0000 reverting some debug changes 2011-10-04 10:19:39 -04:00
Erik Amaru Ortiz
98e5f5339d BUG 0000 updating base translations 2011-10-03 18:53:04 -04:00
Alvaro Campos
5176c8a181 BUG 7668 solved issue in dynaform with width 2011-09-29 18:13:54 -04:00
Erik Amaru Ortiz
e5546c29cb BUG 0000 adding Ext.util.Format.capitalize() to pmos-common.js 2011-09-21 12:14:38 -04:00
Erik Amaru Ortiz
e2fc4779f8 BUG 0000 feature for PMExt main Object named PMExt.createInfoPanel() (tweaks)
- creates a new instance of infoPanel object
- PMExt.createInfoPanel(url, params)

Sample
 var sumaryInfPanel = PMExt.createInfoPanel('../sampleProxy/getSummary', {appUid: '43546...', index:1});
2011-09-21 10:35:37 -04:00
Erik Amaru Ortiz
67f88c0396 BUG 0000 New feature for PMExt main Object named PMExt.createInfoPanel()
- creates a new instance of infoPanel object
- PMExt.createInfoPanel(url, params)
Sample
  var sumaryInfPanel = PMExt.createInfoPanel('../sampleProxy/getSummary', {appUid: '43546...', index:1});
2011-09-21 09:59:30 -04:00
Carlos Pacha
640af9f03d BUG 7569 Date Fields are not storing date strings in standard YYYY-MM-DD
improving code
2011-09-20 12:02:28 -04:00
Carlos Pacha
7748db32c9 BUG 7569 Date Fields are not storing date strings in standard YYYY-MM-DD
Setting the date field with iso format into a hidden field
2011-09-20 09:56:04 -04:00
Julio Cesar Laura
2bb8f87afa BUG 000 Change in the hook for the auth. sources plugins 2011-09-19 18:02:37 -04:00
Alvaro Campos
9707ed13a7 BUG 0000 fixed issue datepicker default today in grid 2011-09-19 12:06:15 -04:00
Erik Amaru Ortiz
79820e7e1f BUG 0000 PMtables hardcoded labels created 2011-09-15 13:07:27 -04:00
Alvaro Campos
07d3d61cc7 BUG 0000 simplify code of datepicker 2011-09-15 11:51:57 -04:00
Erik Amaru Ortiz
3a242fe8a5 BUG 0000 Refactoring for propel-generator/Database class to DatabasePropel class
- fixes in data editing
- fixes in pmtables import
2011-09-15 11:30:27 -04:00
Erik Amaru Ortiz
2549d7874c BUG 0000 passig parameter is supported now by gettext js function _()
i.e:
=> ID_MY_LABEL -> 'You have {0} error(s), the "{1}" word is reserved by the system!'

_('ID_MY_LABEL', 1, 'DESC')

getting a result :
-> You have 1 error(s), the "DESC" word is reserved by the system!
2011-09-14 10:28:14 -04:00
Hector Cortez
2142b4b577 BUG 7611 Change in the textArea element to store without adjusting content. 2011-09-08 18:26:39 -04:00
Hector Cortez
38b3aafee4 BUG 7611 Change in the textArea element to store without adjusting content. 2011-09-08 17:28:00 -04:00
Erik Amaru Ortiz
4968521a07 BUG 000 PM tables class generator & table build using phing 2011-09-08 15:00:41 -04:00
Carlos Pacha
1fef88d24e BUG 7566 Attachments to email messages, can not attach files, version PHP 5.3
This issue was fixed. we have replaced the deprecated function
2011-09-08 11:03:00 -04:00
Hector Cortez
f56d333bf7 BUG 7568 Adjustment for displaying the date in preview mode. 2011-09-05 16:13:38 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hugo Loza
e8c36e636a BUG 0000 Feature Alfresco triggers
Added new trigger library for Alfresco DM methods
2011-09-01 09:25:18 -04:00
Enrique Ponce De Leon
5c45e0f834 BUG 7372 Fixed. New grid dropdow is disabled in IE 2011-08-30 11:10:00 -04:00
Erik Amaru Ortiz
656fb9eeab BUG 000 PM tables fixes on data editing & report table data population 2011-08-30 09:35:32 -04:00
Douglas Medrano Chura
311d157207 BUG 7492 Fix loadPage() function in gulliver/js/common/core/common.js
The problem was solved changed the code source
2011-08-29 17:24:11 -04:00
Hector Cortez
fb82e2f3a2 BUG 7515 Adjustment selection in grid with Data connection. 2011-08-25 16:59:42 -04:00
Julio Cesar Laura
78a400d851 BUG 000 Add hook for the SSO plugin 2011-08-24 19:30:03 -04:00
Alvaro Campos
513e485c0e BUG 7480 ahora los campos readOnly son mas oscuros 2011-08-24 17:18:28 -04:00
Carlos Pacha
61ed038e50 BUG 7460 PM 2.0.32 Existe un problema en español no muestra campos en modo vista
I've tried it whit every field that indicates and I could see the check box field was not working in view mode,
now it is working fine.
2011-08-24 12:38:01 -04:00
Erik Amaru Ortiz
14553bd4be BUG 000 Case Notes improvements 2011-08-19 16:47:44 -04:00
Hector Cortez
e1b9029039 BUG 7210 Adjustment Variables cast prefix to consults sql in dynaforms items. 2011-08-19 15:42:32 -04:00
Erik Amaru Ortiz
be548a3e31 BUG 7422 Checkbox value was not saved SOLVED (review fix issues) 2011-08-19 12:23:11 -04:00
Erik Amaru Ortiz
e1ad964491 BUG 7422 Checkbox value was not saved SOLVED (review fix issues) 2011-08-19 12:22:23 -04:00
Enrique Ponce De Leon
3e6162ecc1 BUG 7353 Dependent field initial values fixed 2011-08-19 11:43:18 -04:00
Carlos Pacha
853bd5be48 BUG 3910 Attachments to email messages
added attachment option, at least one or more  attachment file
2011-08-17 10:41:06 -04:00
Carlos Pacha
a9c090efd5 BUG 7375 Add all system variables for the trigger editor
This issue was fixed, we added all system variables.
2011-08-15 16:47:53 -04:00