Commit Graph

108 Commits

Author SHA1 Message Date
julceslauhub
49b45a678f Merge pull request #1129 from julceslauhub/master
BUG 9549 Changes reverted
2012-12-21 11:34:18 -08:00
Julio Cesar Laura
941320bbdf BUG 9549 Changes reverted 2012-12-21 15:33:46 -04:00
julceslauhub
4354825efe Merge pull request #1126 from marcoAntonioNina/BUG-10228
BUG 10228 No permite guardar las propiedades de las grillas tanto... SOLVED
2012-12-21 06:15:49 -08:00
Marco Antonio Nina
52273a9a35 BUG 10228 No permite guardar las propiedades de las grillas tanto... SOLVED
- Validation incorrect.
- Was add validation.
2012-12-21 10:09:00 -04:00
Julio Cesar Laura
cf1a161d09 Many little improvements for the version 2.0.46 2012-12-21 10:00:42 -04:00
Marco Antonio Nina
e56132beab BUG 10200 No se guardan los valores en el campo dropdown... SOLVED
- Not save the data in dropdown when the first row is empty.
- was add validation.
2012-12-19 09:21:18 -04:00
Hector Cortez
95e1a60f31 Merge remote branch 'upstream/master' into BUG-10054 2012-12-11 18:14:39 -04:00
Brayan Osmar Pereyra Suxo
bcef02210a BUG 9549 I added the width the form and dropdown SOLVED
I added the width the form and dropdown
2012-12-05 15:21:05 -04:00
Hector Cortez
9924f254d0 BUG 10054 Feature request: grid to support a suggest field SOLVED
- Add the possibility to insert Suggest fields in a grid.
- New Feature, was added Suggest option to the grid.
2012-12-05 15:19:57 -04:00
Brayan Osmar Pereyra Suxo
8e6ee6388b BUG 9549 I added a confirm to import dynaform SOLVED
I added a confirm to import dynaform
2012-12-05 15:01:53 -04:00
Julio Cesar Laura
5aa3050203 BUG 7900 DynaForm title not changed in designer, on save SOLVED
- The dynaform title was not refreshed after the save action
- Refresh the dynaform title after the save action
2012-12-04 12:09:14 -04:00
Gustavo Cruz
088737da93 merging some changes from the upstream master branch 2012-11-30 11:27:38 -04:00
ralph
2df7ff709a Changing deprecated json->decode json->encode by Bootstrap functions. 2012-11-29 14:25:06 -04:00
Gustavo Cruz
f55ff5bdae Automatic merge with the upstream master branch 2012-11-29 12:18:58 -04:00
Brayan Osmar Pereyra Suxo
21013b00f6 BUG 9549 I added button to import dynaform SOLVED
I added button to import dynaform
2012-11-23 16:05:35 -04:00
Brayan Osmar Pereyra Suxo
9b2c1343e4 BUG 9549 I added button to import dynaform SOLVED
I added button to import dynaform
2012-11-23 15:47:10 -04:00
norahmollo
bd0ababd7b WYSIWYG editor dynaforms and output documents
WYSIWTG editor for dynaforms and output documents
2012-11-14 12:53:49 +00:00
Fernando Ontiveros
a8e8cf0295 SPEEDY adding the autloader feature in class.bootstrap.php 2012-11-13 13:48:16 -04:00
Julio Cesar Laura
2836b56032 BUG 9588 if you save your dynaform and your session has expired you get no warning SOLVED
- Added validation when the session was expired
2012-10-31 14:33:47 -04:00
Hector Cortez
f62edeec83 BUG 9286 Comments are deleted from the XML code for DynaForms SOLVED
- ProcessMaker deletes comments from XML code.
- Adjustment in the standarized Code.
2012-10-25 16:08:31 -04:00
Hector Cortez
8e4229f53e BUG 9286 Comments are deleted from the XML code for DynaForms SOLVED
- ProcessMaker deletes comments from XML code. For example if I have:
- Change in the way of creating XML files in DynaForms.
2012-10-25 15:05:39 -04:00
Ralph Asendeteufrer
d55be436ba CODE Style changes
files modified:   workflow/engine/methods/dynaforms/dynaforms_Editor.php
                  workflow/engine/methods/dynaforms/dynaforms_FlatEditor.php
                  workflow/engine/methods/events/eventList.php
                  workflow/engine/methods/events/eventsAjax.php
                  workflow/engine/methods/events/eventsCompleted.php
                  workflow/engine/methods/events/eventsDelete.php
                  workflow/engine/methods/events/eventsEdit.php
                  workflow/engine/methods/events/eventsEditAction.php
                  workflow/engine/methods/events/eventsPending.php
                  workflow/engine/methods/events/eventsSave.php
                  workflow/engine/methods/events/eventsSetupGraph.php
                  workflow/engine/methods/events/triggersSave.php
2012-10-19 10:43:11 -04:00
Ralph Asendeteufrer
17631d0082 CODE STYLE
files modified:
conditionalShowHide.php
conditionalShowHide_Ajax.php
datemask.php
dynaform_Fields.php
dynaforms_Ajax.php
dynaforms_AssignVariables.php
dynaforms_ChoseType.php
dynaforms_Delete.php
dynaforms_Edit.php
dynaforms_FlatEditor.php
dynaforms_List.php
dynaforms_NewPlugin.php
dynaforms_PagedTableAjax.php
dynaforms_Preview.php
dynaforms_Save.php
dynaforms_SaveProperties.php
dynaforms_Save_as.php
dynaforms_Saveas.php
dynaforms_ToolbarAjax.php
dynaforms_checkDependentFields.php
fieldsGetterAjax.php
fieldsHandler.php
fieldsHandlerAjax.php
fieldsHandlerViewer.php
fields_Ajax.php
fields_Delete.php
fields_Edit.php
fields_List.php
fields_Order.php
test.php
2012-10-18 11:53:05 -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
Julio Cesar Laura
7b2577a9a0 BUG 9285 A PM Table DynaForm field cant' be filled beacuse the ...
- Apply the code standard
2012-07-02 12:12:28 -04:00
Marco Antonio Nina
df7e7b6b92 BUG 9336 Hidden field: Mode Edit/View SOLVED
- This field is not need in the form.
- this field was placed with a defaultvalue of edit.
2012-06-28 18:30:08 -04:00
Marco Antonio Nina
3bef9014de BUG 9337 Hint with .commas. and/or "apostrophes" is not working SOLVED
- We verified that when is intruduced a character strange the string is cut.
- add sentence of escape to validate the string.
2012-06-27 18:49:09 -04:00
Julio Cesar Laura
cf80a5d5b4 BUG 9285 A PM Table DynaForm field cant' be filled beacuse the ... SOLVED
- The array sent to grid don't contains the key "PRO_VARIABLE"
- Added the key "PRO_VARIABLE" to the array sent to grid
2012-06-25 12:35:11 -04:00
Brayan Osmar Pereyra Suxo
341b3a46f6 BUG 8933 The code Javascrit don't mix with PHP SOLVED
The code Javascript don't mix with PHP
2012-06-08 15:35:09 -04:00
Brayan Osmar Pereyra Suxo
bb3d02e032 BUG 8933 The option visible in Fields handler tab no work SOLVED
- The javascript not refresh the property "meta", this property have fields to hide
- The javascript resfresh with code empty
2012-06-05 17:32:36 -04:00
Erik Amaru Ortiz
9b8c13bd69 BUG 8046 Fixing short_open_tag directive dependency 2011-11-24 10:34:59 -04:00
Hector Cortez
fe5937366d BUG 7739 Adjustment at when making encode a javascript code. 2011-10-06 10:37:24 -04:00
Carlos Pacha
186d560226 BUG 7750 Error on opening saved copy of dynaform
This problem was fixed, we find the way to create the correct object
2011-10-03 10:56:23 -04:00
Carlos Pacha
49adad7297 BUG 7612 Cannot create Dynaform using PM table
This problem was fixed, there was a problem with an index of the grid
2011-09-09 12:41:37 -04:00
Erik Amaru Ortiz
be0c90af87 BUG 000 momentarily reverted to rc5 fro pmTables (fix) 2011-09-05 12:47:25 -04:00
Hector Cortez
8b237e3c52 BUG 7145 Change delimiter for validate parser at generate xml file. 2011-06-29 15:29:00 -04:00
Carlos Pacha
9f5b3fe65e BUG 6917 Populating dropdown, creating an array
This issue was fixed, added the dbarray option
2011-05-26 11:47:02 -04:00
Hector Cortez
ead22a80e6 BUG 6829 Adjust in dropdown&listbox for SQL queries with a default value blank 2011-05-09 15:50:03 -04:00
Alexandre Rosenfeld
50bf854bee BUG 6400 Replacing json_encode|json_decode by their G implementations
This fixes the problem of some pages of ProcessMaker not working on
PHP 5.1, since there is no json_encode or json_decode native functions
on PHP 5.1.
2011-04-19 16:26:20 -04:00
Douglas Medrano Chura
c4635bc56a BUG 5004 Change text doesn't exists!
All wrong texts like doesn't exists or not exists by doesn't exist
2011-04-13 18:57:02 -04:00
Hector Cortez
c3a6b54c19 BUG 6233 Adjustment in the saved of Javascript code 2011-04-12 11:23:54 -04:00
hector
cbe4d1b3e4 Change of tableExists function, by instructions deprecated in PHP 5.3 2011-03-25 12:09:25 -04:00
gustavo
9697b28051 Fix to the bug related to sql queries inside form fields with sigle quotes 2011-03-17 17:31:45 -04:00
Hector Cortez
9fbcc602c8 Various settings in the Suggest 2011-03-10 16:24:21 +00:00
Hector Cortez
6ad29ec1e5 Various settings for Javascript code more than one line 2011-02-28 16:40:37 +00:00
Hector Cortez
6dd45989b5 Refresh Adjustments, change in DropDown, save the code to javascript 2011-02-24 15:25:45 +00:00
Fernando Ontiveros
cbf9ee2184 making dynaform form more clean and bug free, and remove the pmtable section, because still having errors with pmtable 2011-02-24 02:02:56 +00:00
safan
033033f169 created sessions for edit dynaform part for redirecting it back to new bpmn ,. added pagination in triggers 2011-02-22 11:09:23 +00:00
Erik Amaru Ortiz
c72d56272f dynaforms grid was improved, menu context added 2011-02-17 00:11:37 +00:00
safan
afac6b7b2a Saving process, adding UID in grid,saving dynaform issue 2011-02-09 15:01:32 +00:00