Commit Graph

4064 Commits

Author SHA1 Message Date
ralph
3d12c70be4 Adding js library to set classes instance abbr and adding maborak.loader.js 2012-11-26 17:42:27 -04:00
julceslauhub
16feb42a49 Merge pull request #992 from ralpheav/master
Adding fix for installation incomplete loading.
2012-11-26 13:36:08 -08:00
ralph
1d9986711e Adding fix for incomplete Installation loading. 2012-11-26 17:17:10 -04:00
julceslauhub
ae7daba540 Merge pull request #990 from brayanpereyra/BUG-9549
BUG 9549 I added button to import dynaform SOLVED
2012-11-25 19:33:55 -08:00
julceslauhub
4a5b6093f4 Merge pull request #985 from victorsl/BUG-6828
BUG 6828 "Request that the address and label of link fields in..." SOLVED
2012-11-25 19:10:27 -08:00
jennylee
1079ae5eee BUG-6855 Error message in 'Database Conections' clicking in Edit or Delete title.
I put an 'IF' validation in file 'gulliver/methods/propelTableAjax.php', to prevent that this columns were sortable.
2012-11-23 17:43:05 -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
ferOnti
d9585d6aa0 Merge pull request #989 from ralpheav/master
Adding classes to the Autoloader
2012-11-23 09:16:13 -08:00
ralph
1e15c5108d Adding ContentPeer & TriggerPeer, only if they are needed. 2012-11-23 13:05:01 -04:00
ferOnti
47526150e3 Merge pull request #986 from victorsl/BUG-9935
BUG 9935 "DEL_INDEX PM Table Value" SOLVED
seems to be ok
2012-11-23 08:20:50 -08:00
ferOnti
55be54d29c Merge pull request #988 from ralpheav/master
removing mylog function
2012-11-23 08:12:40 -08:00
ralph
b162bba543 Removing innecessary function mylog 2012-11-23 12:10:40 -04:00
ferOnti
84ce32d3e6 Merge pull request #987 from ralpheav/master
Adding classes to the Autoloader
2012-11-23 08:09:11 -08:00
ralph
8086424fc9 Adding AppFolder to Autoloader 2012-11-23 11:52:02 -04:00
ralph
298e74ef59 Commenting log lines. 2012-11-23 11:50:28 -04:00
ralph
b4a937b1bc Adding AppFolder to autoloader, missed in Save Cases feature. 2012-11-23 11:49:08 -04:00
Victor Saisa Lopez
ee7ec4f2df BUG 9935 "DEL_INDEX PM Table Value" SOLVED
- Every time I send E-mails with PMFSendMessage() function, it doesn't
  keep a track in DEL_INDEX field from APP_MESSAGE table
- Added parameter $delIndex to the function
* Available from version 2.0.46
2012-11-23 10:46:59 -04:00
julceslauhub
c034edf1ba Merge pull request #984 from ralpheav/master
Adding fix for SendHeader IE9 issue
2012-11-22 15:53:17 -08: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
ferOnti
349717092d Merge pull request #983 from ralpheav/master
Commenting classes that already are been loading in the Autoloader
2012-11-22 12:56:11 -08:00
ralph
7b2a2a8300 Adding fix for Bootstrap::SendHeader at set time for a non file. 2012-11-22 16:55:52 -04:00
ralph
d7962637a8 Commenting DB interface requiere files from processMap class, already in Autoloader. 2012-11-22 16:33:58 -04:00
ferOnti
91da8ba56a Merge pull request #982 from ralpheav/master
Adding classes to the Autoloader
2012-11-22 11:59:03 -08:00
ralph
4da103893b Commenting unnecesary require files. 2012-11-22 15:52:02 -04:00
ralph
2c40b207d1 Adding delete Case classes need to the autoLoad. 2012-11-22 15:45:37 -04:00
ferOnti
27482e8624 Merge pull request #981 from ralpheav/master
Adding changes to unset warnings
2012-11-22 06:34:09 -08:00
ralph
acc8676d87 Adding time for CSS. 2012-11-22 10:32:22 -04:00
ralph
0a6174738b changing autoload function callback parameter from:
spl_autoload_register(array(Bootstrap, 'autoloadClass'));
to
spl_autoload_register(array('Bootstrap', 'autoloadClass'));
cause make appear NOTICE message.
2012-11-22 10:26:50 -04:00
ferOnti
aebc4ccca2 Merge pull request #980 from ralpheav/master
Adding new register classes instances
2012-11-22 06:19:33 -08:00
user
a0029e9432 Adding request PEAR classes temporarily 2012-11-22 10:17:16 -04:00
user
402949318b Merge branch 'master' of github.com:ralpheav/processmaker 2012-11-22 10:13:31 -04:00
user
7fd7265c7f Using new Register classes definition for Tranlation. 2012-11-22 10:02:49 -04:00
ferOnti
64eca9e2bc Merge pull request #979 from ralpheav/master
Enter new sysGeneric.php
2012-11-20 13:57:59 -08:00
user
7685b49e15 saving old sysGeneric.php -> bootstrap.php
enter new bootstrap.php -> sysGeneric.php
2012-11-20 17:48:54 -04:00
julceslauhub
130584923e Merge pull request #978 from ralpheav/speedy
Speedy
2012-11-20 13:32:15 -08:00
user
a95c63c242 Merge remote-tracking branch 'upstream/master' into speedy 2012-11-20 17:00:00 -04:00
julceslauhub
7b90a793a6 Merge pull request #977 from marcoAntonioNina/BUG-10089
BUG 10089 Mejoras en el rendimiento del plugin para KnowledgeTree SOLVED
2012-11-20 12:58:07 -08:00
user
f38c4d368c Removing requiere_once call to gain loading time. 2012-11-20 16:45:09 -04:00
Marco Antonio Nina
fe254a5d17 BUG 10089 Mejoras en el rendimiento del plugin para KnowledgeTree SOLVED
- CURLOPT_VERBOSE option of debug en true.
- was disable option debug writing in error_log.
- was add index for tables APP_DOCUMENT (indexAppDocument) and KT_DOCUMENT (indexKtDocument).
2012-11-20 16:42:26 -04:00
Marco Antonio Nina
03f97b1201 BUG 10089 Mejoras en el rendimiento del plugin para KnowledgeTree SOLVED
- CURLOPT_VERBOSE option of debug en true.
- was disable option debug writing in error_log.
- was add index for tables APP_DOCUMENT (indexAppDocument) and KT_DOCUMENT (indexKtDocument)
2012-11-20 16:37:15 -04:00
user
24cb5bce52 Merge remote-tracking branch 'upstream/master' into speedy 2012-11-20 14:04:40 -04:00
user
f5683b439e Adding fix for print images with parameters make set a wrong Workspace. 2012-11-20 12:43:20 -04:00
julceslauhub
08f8766f5f Merge pull request #976 from Jennydmz/BUG-7802
Bug 7802-In Advanced Search -> Information -> Dynaform, the Submit Button was enabled,   like in edition mode.
2012-11-20 07:12:58 -08:00
jennylee
7c8b33049a BUG-7802 In Advanced Search -> Information -> Dynaform, the Submit Button was enabled, like in edition mode.
I added a javascript code to disable the Submit Button on file 'workflow/engine/methods/cases/casesHistoryDynaformPage_Ajax.php'.
2012-11-20 10:58:11 -04:00
jennylee
7c1902a68e BUG-7802 In Advanced Search -> Information -> Dynaform, the Submit Button was enabled, like in edition mode.
I added a javascript code to disable the Submit Button on file 'workflow/engine/methods/cases/casesHistoryDynaformPage_Ajax.php'.
2012-11-20 09:56:34 -04:00
jennylee
9e341c44e3 Merge remote branch 'upstream/master' into BUG-7802 2012-11-20 09:03:02 -04:00
user
3ef0b0bbc5 Commenting include DB interface files require, to gain time loading. 2012-11-19 17:19:19 -04:00
julceslauhub
8251ac2626 Merge pull request #974 from brayanpereyra/BUG-8281
BUG 8281 I added code to save variable __ERROR__ SOLVED
2012-11-19 12:15:17 -08:00
julceslauhub
7635e0d9f0 Merge pull request #973 from victorsl/BUG-7752
BUG 7752 "No webservice to add notes" SOLVED
2012-11-19 12:13:18 -08:00