Commit Graph

291 Commits

Author SHA1 Message Date
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
norahmollo
5305fe94d4 WYSIWYG EDITOR validations
WYSIWYG EDITOR validations
2012-11-30 18:21:27 +00:00
Gustavo Cruz
088737da93 merging some changes from the upstream master branch 2012-11-30 11:27:38 -04:00
norahmollo
834f15dfa8 PERMISSIONS CHANGES
PERMISSIONS CHANGES
2012-11-29 21:42:22 +00:00
julceslauhub
3c050e64db Merge pull request #1016 from ralpheav/master
Removing not in use directory ./server from gulliver/js/maborak/core
2012-11-29 11:58:26 -08:00
Marco Antonio Nina
b3d66a84b0 BUG 7384 JavaScript getControlsInTheRow() function does not work... SOLVED
- No loaded the all fields of grid.
- Was add the fields missing.
2012-11-29 15:39:08 -04:00
ralph
5e2db4b348 Removing not in use directory ./server from gulliver/js/maborak/core 2012-11-29 14:30:11 -04:00
Gustavo Cruz
05d6a3181b Fixed the variable picker in the wysiwyg editor now correctly shows the process variables, and also the maborak.js has been rebuild in order to add the tinymce library 2012-11-29 12:46:24 -04:00
Gustavo Cruz
f55ff5bdae Automatic merge with the upstream master branch 2012-11-29 12:18:58 -04:00
user
f84505750c The variable picker in the event section is now the same as the rest of ProcessMaker 2012-11-28 17:43:19 -04:00
norahmollo
dc2c19f288 WYSIWYG EDITOR resize popup Variable Picker
WYSIWYG EDITOR Variable Picker
2012-11-28 21:20:41 +00:00
user
8dd2b641da Changes to the variable picker feature before revision meeting with the CTO 2012-11-27 15:42:28 -04:00
norahmollo
1f00433203 WYSIWYG EDITOR
WYSIWYG EDITOR
2012-11-27 18:13:56 +00:00
julceslauhub
1804224a12 Merge pull request #994 from ralpheav/master
Adding SteepSuperVisorPeer interface class
2012-11-27 05:11:56 -08:00
ralph
c0ec55ee2b Fix for Json message makes Trigger dropdown list fail. 2012-11-26 18:03:59 -04:00
julceslauhub
17453ebc78 Merge pull request #993 from ralpheav/master
Adding fix for Save button at Dynaform Fields properties
2012-11-26 13:59:57 -08:00
ralph
3d12c70be4 Adding js library to set classes instance abbr and adding maborak.loader.js 2012-11-26 17:42:27 -04:00
norahmollo
b50e802391 WYSIWYG EDITOR Variable Picker Layout
WYSIWYG EDITOR Variable Picker Layout
2012-11-23 14:05:44 +00:00
Victor Saisa Lopez
1851b43d5b BUG 6828 "Request that the address and label of link fields in..." SOLVED
- New feature
- Request that the address and label of link fields in DynaForms can be
  set and saved using case variables
- Populate links in a grid via trigger
- Added this new funcionality
- Take into account the following (examples):
    > Triggers
        * Populate a link field
            @@MyLink = "http://www.php.net";
            @@MyLink_label = "Read about PHP";

        * Populate links in a grid
            @=MYGRID = array();
            $i = 1;

            $rs = $stmt->executeQuery("SELECT USR_USERNAME FROM USERS", ResultSet::FETCHMODE_ASSOC);

            while ($rs->next()) {
                $row = $rs->getRow();

                @=MYGRID[$i] = array(
                    "MyField" => $row["USR_USERNAME"],
                    "MyLink" => "http://www.php.net",
                    "MyLink_label" => "Read about PHP, $i"
                );

                $i = $i + 1;
            }
    > JavaScript, populate a link field:
        getField("MyLink").href = "http://www.php.net";
        getField("MyLink").innerHTML = "Read about PHP";
* Available from version 2.0.46
2012-11-22 17:50:52 -04:00
norahmollo
b7ed202119 WYSIWYG EDITOR
WYSIWYG EDITOR Output Documents variable picker
2012-11-20 12:48:42 +00:00
norahmollo
21839bd82a WYSIWYG EDITOR Variable Picker
WYSIWYG EDITOR variable picker for Output Documents
2012-11-19 20:48:57 +00:00
norahmollo
1bad36c61d WYSIWYG EDITOR output Documents
Wysiwyg Editor Output Documents
2012-11-16 20:13:09 +00:00
user
7e589fd4f8 Fixed some isses with the integration with TinyMCE and also Created the plugin pmSimpleUploader for TinyMCE 2012-11-15 13:07:06 -04:00
norahmollo
0558942662 WYSIWYG EDITOR for dynaforms
WYSIWYG EDITOR for dynaforms
2012-11-15 16:06:53 +00:00
user
70c3778425 adding the patches to the tinyMCE editor in order to solve the maborak/leinmud conflicts 2012-11-14 09:39:24 -04:00
user
c11dccc605 Merge branch 'pm_wysiwyg' of github.com:krimson-rayne/pm_wysiwyg into pm_wysiwyg 2012-11-13 09:25:06 -04:00
user
a46f72676e Merge branch 'master' into pm_wysiwyg 2012-11-13 09:23:22 -04:00
Julio Cesar Laura
c67cf39f83 Added validation when a empty value is sent to mb_strlen function 2012-11-12 18:48:15 -04:00
user
5c0c2d1d5f Adding the wysiwyg class to the dynaform fields package 2012-11-12 11:37:09 -04:00
norahmollo
e836fdb6f5 add tinyMCE 2012-11-09 15:46:53 -04:00
Fernando Ontiveros
0408a9bf0a SPEEDY removing some unused js files 2012-11-09 14:51:49 -04:00
Fernando Ontiveros
e10f18a077 SPEEDY GONZALES minify maborak.js and maborak.loader.js 2012-11-09 12:23:55 -04:00
Fernando Ontiveros
8fb7d5609c SPEEDY GONZALES minify maborak and maborak.js 2012-11-09 11:55:46 -04:00
Fernando Ontiveros
ec6413a2ce SPEEDY use Rake and closure-compile to generate maborak.js 2012-11-09 09:15:56 -04:00
Fernando Ontiveros
c98ba685b5 SPEEDY improve sysGeneric to stream files instead build them at runtime-commit2 2012-11-07 18:30:44 -04:00
root
09ccefce87 SPEEDY improve sysGeneric to stream files instead build them at runtime 2012-11-07 17:09:51 -04:00
Julio Cesar Laura
16f8b8f8ff BUG datePicker4() does not work in IE 8 & 9
- The script is not compatible with IE
- Use a auxiliar variable for store the last mask
2012-10-25 18:49:54 -04:00
Julio Cesar Laura
0e8d24622e Delete unnecesary console.log in grid.js 2012-10-16 16:21:59 -04:00
Julio Cesar Laura
56763b7cbb Add validation for the focus in hidden fields in the grid 2012-10-16 15:26:03 -04:00
Julio Cesar Laura
93abda2b92 Fix issues with dorms accesibility (Stanford) 2012-10-16 14:11:05 -04:00
Brayan Osmar Pereyra Suxo
70531e6eac MASTER I add functinality label an addRoww to focus
I add functinality label an addRoww to focus
2012-10-16 11:55:41 -04:00
Brayan Osmar Pereyra Suxo
8ab69180d0 MASTER I add functinality label an addRoww to focus
I add functinality label an addRoww to focus
2012-10-16 11:21:46 -04:00
Brayan Osmar Pereyra Suxo
19dd7e5efb MASTER I add functinality label an addRoww to focus
I add functinality label an addRoww to focus
2012-10-16 11:19:42 -04:00
Brayan Osmar Pereyra Suxo
7e5bbcdb39 BUG 9288 I add validation to negative numbers
I add validation to currency Int
2012-10-10 10:26:41 -04:00
Brayan Osmar Pereyra Suxo
750ce8ad51 BUG 9288 I add key '-' to currency Int
I add validation to currency Int
2012-10-09 10:19:11 -04:00
Brayan Osmar Pereyra Suxo
73a11b4425 BUG 9288 I add key '-' to currency Int
I add validation to currency Int
2012-10-09 10:16:19 -04:00
Ralph Asendeteufrer
6ed37834d6 BUG 9152 addGridRow intermittent in Preview panel
PROBLEM  cannot addrows into a grid after change the preview tab, seemd ther are two different instances of grid.
FIX  grid.js was taking the ancient instange of the grid, since a new one is been displayed th old not. the addGridRow() method not points to the new instance.
2012-10-08 17:14:12 -04:00
Ralph Asendeteufrer
07e50e7a75 BUG 9152 addGridRow intermittent in Preview panel
PROBLEM  cannot addrows into a grid after change the preview tab, seemd ther are two different instances of grid.
FIX  grid.js was taking the ancient instange of the grid, since a new one is been displayed th old not. the addGridRow() method not points to the new instance.
2012-10-08 16:49:07 -04:00
Ralph Asendeteufrer
832e516ec5 Merge remote branch 'upstream/master' 2012-10-08 16:31:04 -04:00
Ralph Asendeteufrer
43939268ce BUG 9152 addGridRow intermittent in Preview panel
PROBLEM  cannot addrows into a grid after change the preview tab, seemd ther are two different instances of grid.
FIX  grid.js was taking the ancient instange of the grid, since a new one is been displayed th old not. the addGridRow() method not points to the new instance.
2012-10-08 16:22:25 -04:00