From 97c1748065c92113456c873da954053875674b40 Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Fri, 2 Jul 2021 17:41:07 -0300 Subject: [PATCH 01/14] Actualiza phpmailer/CKEditor/Laminas-Escaper y evita fatal por tipo incorrecto --- composer.json | 2 +- composer.lock | 333 +++++++++++++++--------------- package.json | 2 +- php/nucleo/lib/toba_escapador.php | 8 +- 4 files changed, 172 insertions(+), 173 deletions(-) diff --git a/composer.json b/composer.json index 7f2e034a3d..69b71a13d1 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "nikic/php-parser": "~4.4", "onelogin/php-saml": "~3.4", "paragonie/random-lib": "~2.0", - "phpmailer/phpmailer": "~6.4.0", + "phpmailer/phpmailer": "~6.5.0", "phpoffice/phpspreadsheet": "^1.0", "psr/log": "~1.1", "rospdf/pdf-php": "~0.12", diff --git a/composer.lock b/composer.lock index 21f4d26702..9888b96972 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "14f5f37d765d3e0e3300c8fd2d90bfa4", + "content-hash": "54e632eaf5a853e716c60b2f042f7ba9", "packages": [ { "name": "container-interop/container-interop", @@ -97,16 +97,16 @@ }, { "name": "doctrine/cache", - "version": "1.11.0", + "version": "1.11.3", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0" + "reference": "3bb5588cec00a0268829cc4a518490df6741af9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/a9c1b59eba5a08ca2770a76eddb88922f504e8e0", - "reference": "a9c1b59eba5a08ca2770a76eddb88922f504e8e0", + "url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d", + "reference": "3bb5588cec00a0268829cc4a518490df6741af9d", "shasum": "" }, "require": { @@ -176,7 +176,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.11.0" + "source": "https://github.com/doctrine/cache/tree/1.11.3" }, "funding": [ { @@ -192,7 +192,7 @@ "type": "tidelift" } ], - "time": "2021-04-13T14:46:17+00:00" + "time": "2021-05-25T09:01:55+00:00" }, { "name": "ezyang/htmlpurifier", @@ -250,16 +250,16 @@ }, { "name": "firebase/php-jwt", - "version": "v5.2.1", + "version": "v5.4.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23" + "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/f42c9110abe98dd6cfe9053c49bc86acc70b2d23", - "reference": "f42c9110abe98dd6cfe9053c49bc86acc70b2d23", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2", + "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2", "shasum": "" }, "require": { @@ -268,6 +268,9 @@ "require-dev": { "phpunit/phpunit": ">=4.8 <=9" }, + "suggest": { + "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" + }, "type": "library", "autoload": { "psr-4": { @@ -298,9 +301,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.2.1" + "source": "https://github.com/firebase/php-jwt/tree/v5.4.0" }, - "time": "2021-02-12T00:02:00+00:00" + "time": "2021-06-23T19:00:23+00:00" }, { "name": "guiguiboy/php-cli-progress-bar", @@ -697,16 +700,16 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.7.0", + "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5" + "reference": "2d6dce99668b413610e9544183fa10392437f542" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5", - "reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/2d6dce99668b413610e9544183fa10392437f542", + "reference": "2d6dce99668b413610e9544183fa10392437f542", "shasum": "" }, "require": { @@ -717,7 +720,7 @@ "zendframework/zend-escaper": "^2.6.1" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", + "laminas/laminas-coding-standard": "~2.3.0", "phpunit/phpunit": "^9.3", "psalm/plugin-phpunit": "^0.12.2", "vimeo/psalm": "^3.16" @@ -756,20 +759,20 @@ "type": "community_bridge" } ], - "time": "2020-11-17T21:26:43+00:00" + "time": "2021-06-26T14:26:08+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.3.1", + "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe" + "reference": "e89c2268c9cad25099f562f7f015c28c5dd383c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe", - "reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e89c2268c9cad25099f562f7f015c28c5dd383c9", + "reference": "e89c2268c9cad25099f562f7f015c28c5dd383c9", "shasum": "" }, "require": { @@ -780,9 +783,11 @@ "zendframework/zend-stdlib": "^3.2.1" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", + "laminas/laminas-coding-standard": "~2.3.0", "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "~9.3.7" + "phpunit/phpunit": "~9.3.7", + "psalm/plugin-phpunit": "^0.16.0", + "vimeo/psalm": "^4.7" }, "type": "library", "autoload": { @@ -814,7 +819,7 @@ "type": "community_bridge" } ], - "time": "2020-11-19T20:18:59+00:00" + "time": "2021-06-28T21:37:31+00:00" }, { "name": "laminas/laminas-uri", @@ -969,16 +974,16 @@ }, { "name": "laminas/laminas-zendframework-bridge", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" + "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", - "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", + "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", "shasum": "" }, "require": { @@ -1027,7 +1032,7 @@ "type": "community_bridge" } ], - "time": "2021-02-25T21:54:58+00:00" + "time": "2021-06-24T12:49:22+00:00" }, { "name": "maennchen/zipstream-php", @@ -1102,16 +1107,16 @@ }, { "name": "markbaker/complex", - "version": "2.0.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPComplex.git", - "reference": "9999f1432fae467bc93c53f357105b4c31bb994c" + "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/9999f1432fae467bc93c53f357105b4c31bb994c", - "reference": "9999f1432fae467bc93c53f357105b4c31bb994c", + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946", + "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946", "shasum": "" }, "require": { @@ -1120,11 +1125,7 @@ "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "phpcompatibility/php-compatibility": "^9.0", - "phpdocumentor/phpdocumentor": "2.*", - "phploc/phploc": "^4.0", - "phpmd/phpmd": "2.*", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3", - "sebastian/phpcpd": "^4.0", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", @@ -1195,22 +1196,22 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", - "source": "https://github.com/MarkBaker/PHPComplex/tree/PHP8" + "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3" }, - "time": "2020-08-26T10:42:07+00:00" + "time": "2021-06-02T09:44:11+00:00" }, { "name": "markbaker/matrix", - "version": "2.1.2", + "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPMatrix.git", - "reference": "361c0f545c3172ee26c3d596a0aa03f0cef65e6a" + "reference": "174395a901b5ba0925f1d790fa91bab531074b61" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/361c0f545c3172ee26c3d596a0aa03f0cef65e6a", - "reference": "361c0f545c3172ee26c3d596a0aa03f0cef65e6a", + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61", + "reference": "174395a901b5ba0925f1d790fa91bab531074b61", "shasum": "" }, "require": { @@ -1269,9 +1270,9 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", - "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.2" + "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3" }, - "time": "2021-01-23T16:37:31+00:00" + "time": "2021-05-25T15:42:17+00:00" }, { "name": "michelf/php-markdown", @@ -1386,16 +1387,16 @@ }, { "name": "myclabs/php-enum", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", - "reference": "46cf3d8498b095bd33727b13fd5707263af99421" + "reference": "55555d31a622b4bc9662664132a0533ae6ef47b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/46cf3d8498b095bd33727b13fd5707263af99421", - "reference": "46cf3d8498b095bd33727b13fd5707263af99421", + "url": "https://api.github.com/repos/myclabs/php-enum/zipball/55555d31a622b4bc9662664132a0533ae6ef47b1", + "reference": "55555d31a622b4bc9662664132a0533ae6ef47b1", "shasum": "" }, "require": { @@ -1405,7 +1406,7 @@ "require-dev": { "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "1.*", - "vimeo/psalm": "^4.5.1" + "vimeo/psalm": "^4.6.2" }, "type": "library", "autoload": { @@ -1430,7 +1431,7 @@ ], "support": { "issues": "https://github.com/myclabs/php-enum/issues", - "source": "https://github.com/myclabs/php-enum/tree/1.8.0" + "source": "https://github.com/myclabs/php-enum/tree/1.8.1" }, "funding": [ { @@ -1442,7 +1443,7 @@ "type": "tidelift" } ], - "time": "2021-02-15T16:11:48+00:00" + "time": "2021-06-29T09:20:05+00:00" }, { "name": "nikic/php-parser", @@ -1676,16 +1677,16 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.15.4", + "version": "v1.16.1", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "8a93bfe047c7f699f819459de8ddda144cd636a4" + "reference": "2e856afe80bfc968b47da1f4a7e1ea8f03d06b38" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/8a93bfe047c7f699f819459de8ddda144cd636a4", - "reference": "8a93bfe047c7f699f819459de8ddda144cd636a4", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/2e856afe80bfc968b47da1f4a7e1ea8f03d06b38", + "reference": "2e856afe80bfc968b47da1f4a7e1ea8f03d06b38", "shasum": "" }, "require": { @@ -1756,9 +1757,9 @@ ], "support": { "issues": "https://github.com/paragonie/sodium_compat/issues", - "source": "https://github.com/paragonie/sodium_compat/tree/v1.15.4" + "source": "https://github.com/paragonie/sodium_compat/tree/v1.16.1" }, - "time": "2021-04-17T09:00:05+00:00" + "time": "2021-05-25T12:58:14+00:00" }, { "name": "pear/math_biginteger", @@ -1874,16 +1875,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.4.1", + "version": "v6.5.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d" + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/9256f12d8fb0cd0500f93b19e18c356906cbed3d", - "reference": "9256f12d8fb0cd0500f93b19e18c356906cbed3d", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c", + "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c", "shasum": "" }, "require": { @@ -1938,7 +1939,7 @@ "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.4.1" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0" }, "funding": [ { @@ -1946,20 +1947,20 @@ "type": "github" } ], - "time": "2021-04-29T12:25:04+00:00" + "time": "2021-06-16T14:33:43+00:00" }, { "name": "phpoffice/phpspreadsheet", - "version": "1.17.1", + "version": "1.18.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "c55269cb06911575a126dc225a05c0e4626e5fb4" + "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c55269cb06911575a126dc225a05c0e4626e5fb4", - "reference": "c55269cb06911575a126dc225a05c0e4626e5fb4", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c", + "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c", "shasum": "" }, "require": { @@ -1978,20 +1979,23 @@ "ext-zlib": "*", "ezyang/htmlpurifier": "^4.13", "maennchen/zipstream-php": "^2.1", - "markbaker/complex": "^1.5||^2.0", - "markbaker/matrix": "^1.2||^2.0", - "php": "^7.2||^8.0", + "markbaker/complex": "^2.0", + "markbaker/matrix": "^2.0", + "php": "^7.2 || ^8.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0" }, "require-dev": { - "dompdf/dompdf": "^0.8.5", + "dealerdirect/phpcodesniffer-composer-installer": "dev-master", + "dompdf/dompdf": "^1.0", "friendsofphp/php-cs-fixer": "^2.18", "jpgraph/jpgraph": "^4.0", "mpdf/mpdf": "^8.0", "phpcompatibility/php-compatibility": "^9.3", - "phpunit/phpunit": "^8.5||^9.3", + "phpstan/phpstan": "^0.12.82", + "phpstan/phpstan-phpunit": "^0.12.18", + "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5", "tecnickcom/tcpdf": "^6.3" }, @@ -2045,9 +2049,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.17.1" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0" }, - "time": "2021-03-02T17:54:11+00:00" + "time": "2021-05-31T18:21:15+00:00" }, { "name": "phpoption/phpoption", @@ -3069,16 +3073,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e" + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e", - "reference": "c6c942b1ac76c82448322025e084cadc56048b4e", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "shasum": "" }, "require": { @@ -3090,7 +3094,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3128,7 +3132,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" }, "funding": [ { @@ -3144,20 +3148,20 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "2d63434d922daf7da8dd863e7907e67ee3031483" + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483", - "reference": "2d63434d922daf7da8dd863e7907e67ee3031483", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", + "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", "shasum": "" }, "require": { @@ -3171,7 +3175,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3215,7 +3219,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" }, "funding": [ { @@ -3231,20 +3235,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248" + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248", - "reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", + "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { @@ -3256,7 +3260,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3299,7 +3303,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" }, "funding": [ { @@ -3315,20 +3319,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1" + "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1", - "reference": "5232de97ee3b75b0360528dae24e73db49566ab1", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", + "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", "shasum": "" }, "require": { @@ -3340,7 +3344,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3379,7 +3383,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" }, "funding": [ { @@ -3395,20 +3399,20 @@ "type": "tidelift" } ], - "time": "2021-01-22T09:19:47+00:00" + "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9" + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", - "reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", + "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { @@ -3417,7 +3421,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -3455,7 +3459,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" }, "funding": [ { @@ -3471,20 +3475,20 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-05-27T09:17:38+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.22", + "version": "v4.4.26", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "1c2fd24147961525eaefb65b11987cab75adab59" + "reference": "e096ef4b4c4c9a2f72c2ac660f54352cd31c60f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/1c2fd24147961525eaefb65b11987cab75adab59", - "reference": "1c2fd24147961525eaefb65b11987cab75adab59", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e096ef4b4c4c9a2f72c2ac660f54352cd31c60f8", + "reference": "e096ef4b4c4c9a2f72c2ac660f54352cd31c60f8", "shasum": "" }, "require": { @@ -3526,7 +3530,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.22" + "source": "https://github.com/symfony/yaml/tree/v4.4.26" }, "funding": [ { @@ -3542,7 +3546,7 @@ "type": "tidelift" } ], - "time": "2021-04-23T12:09:37+00:00" + "time": "2021-06-23T19:06:53+00:00" }, { "name": "vlucas/phpdotenv", @@ -3817,16 +3821,16 @@ }, { "name": "monolog/monolog", - "version": "1.26.0", + "version": "1.26.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33" + "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33", - "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c6b00f05152ae2c9b04a448f99c7590beb6042f5", + "reference": "c6b00f05152ae2c9b04a448f99c7590beb6042f5", "shasum": "" }, "require": { @@ -3887,7 +3891,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/1.26.0" + "source": "https://github.com/Seldaek/monolog/tree/1.26.1" }, "funding": [ { @@ -3899,7 +3903,7 @@ "type": "tidelift" } ], - "time": "2020-12-14T12:56:38+00:00" + "time": "2021-05-28T08:32:12+00:00" }, { "name": "paragonie/constant_time_encoding", @@ -4069,16 +4073,16 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.11.0", + "version": "1.11.1", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "66adc952127dd1314af94ce28f8fc332d38f229b" + "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/66adc952127dd1314af94ce28f8fc332d38f229b", - "reference": "66adc952127dd1314af94ce28f8fc332d38f229b", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/da16e39968f8dd5cfb7d07eef91dc2b731c69880", + "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880", "shasum": "" }, "require": { @@ -4106,11 +4110,6 @@ "ext-SimpleXML": "For Firefox profile creation" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "1.8.x-dev" - } - }, "autoload": { "psr-4": { "Facebook\\WebDriver\\": "lib/" @@ -4134,9 +4133,9 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.11.0" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.11.1" }, - "time": "2021-05-03T10:19:43+00:00" + "time": "2021-05-21T15:12:49+00:00" }, { "name": "pimple/pimple", @@ -4506,16 +4505,16 @@ }, { "name": "symfony/console", - "version": "v4.4.22", + "version": "v4.4.26", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "36bbd079b69b94bcc9c9c9e1e37ca3b1e7971625" + "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/36bbd079b69b94bcc9c9c9e1e37ca3b1e7971625", - "reference": "36bbd079b69b94bcc9c9c9e1e37ca3b1e7971625", + "url": "https://api.github.com/repos/symfony/console/zipball/9aa1eb46c1b12fada74dc0c529e93d1ccef22576", + "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576", "shasum": "" }, "require": { @@ -4575,7 +4574,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.22" + "source": "https://github.com/symfony/console/tree/v4.4.26" }, "funding": [ { @@ -4591,20 +4590,20 @@ "type": "tidelift" } ], - "time": "2021-04-16T17:32:19+00:00" + "time": "2021-06-06T09:12:27+00:00" }, { "name": "symfony/debug", - "version": "v4.4.22", + "version": "v4.4.25", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "45b2136377cca5f10af858968d6079a482bca473" + "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/45b2136377cca5f10af858968d6079a482bca473", - "reference": "45b2136377cca5f10af858968d6079a482bca473", + "url": "https://api.github.com/repos/symfony/debug/zipball/a8d2d5c94438548bff9f998ca874e202bb29d07f", + "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f", "shasum": "" }, "require": { @@ -4644,7 +4643,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.22" + "source": "https://github.com/symfony/debug/tree/v4.4.25" }, "funding": [ { @@ -4660,20 +4659,20 @@ "type": "tidelift" } ], - "time": "2021-04-02T07:50:12+00:00" + "time": "2021-05-26T17:39:37+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2" + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", - "reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", + "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "shasum": "" }, "require": { @@ -4682,7 +4681,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4723,7 +4722,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" }, "funding": [ { @@ -4739,20 +4738,20 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.22.1", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91" + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91", - "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", + "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", "shasum": "" }, "require": { @@ -4761,7 +4760,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.22-dev" + "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", @@ -4806,7 +4805,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" }, "funding": [ { @@ -4822,20 +4821,20 @@ "type": "tidelift" } ], - "time": "2021-01-07T16:49:33+00:00" + "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/process", - "version": "v5.2.7", + "version": "v5.3.2", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e" + "reference": "714b47f9196de61a196d86c4bad5f09201b307df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e", - "reference": "98cb8eeb72e55d4196dd1e36f1f16e7b3a9a088e", + "url": "https://api.github.com/repos/symfony/process/zipball/714b47f9196de61a196d86c4bad5f09201b307df", + "reference": "714b47f9196de61a196d86c4bad5f09201b307df", "shasum": "" }, "require": { @@ -4868,7 +4867,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.3.0-BETA1" + "source": "https://github.com/symfony/process/tree/v5.3.2" }, "funding": [ { @@ -4884,7 +4883,7 @@ "type": "tidelift" } ], - "time": "2021-04-08T10:27:02+00:00" + "time": "2021-06-12T10:15:01+00:00" }, { "name": "symfony/service-contracts", diff --git a/package.json b/package.json index 2355dfe418..5952565a97 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "enfoqueNativo ", "private": false, "dependencies": { - "ckeditor4": "4.16", + "ckeditor4": "4.16.1", "jquery": "3.6", "jquery-migrate": "3.3", "siu-js-app-launcher": "1.0.6" diff --git a/php/nucleo/lib/toba_escapador.php b/php/nucleo/lib/toba_escapador.php index 91acf634d6..a4a4c580a2 100644 --- a/php/nucleo/lib/toba_escapador.php +++ b/php/nucleo/lib/toba_escapador.php @@ -30,7 +30,7 @@ function escapeHtml($input) } } } else { - $resultado = parent::escapeHtml($input); + $resultado = parent::escapeHtml((null !== $input) ? $input: ''); } return $resultado; } @@ -47,19 +47,19 @@ function escapeHtmlAttr($input) } } } else { - $resultado = (isset($this->_es_editor) && ($this->_es_editor === true)) ? $input: parent::escapeHtmlAttr($input); + $resultado = (isset($this->_es_editor) && ($this->_es_editor === true)) ? $input: parent::escapeHtmlAttr((null !== $input) ? $input: ''); } return $resultado; } function escapeCss($texto) { - return (isset($this->_es_editor) && ($this->_es_editor === true)) ? $texto: parent::escapeCss($texto); + return (isset($this->_es_editor) && ($this->_es_editor === true)) ? $texto: parent::escapeCss((null !== $texto) ? $texto: ''); } function escapeJs($texto) { - return (isset($this->_es_editor) && ($this->_es_editor === true)) ? $texto: parent::escapeJs($texto); + return (isset($this->_es_editor) && ($this->_es_editor === true)) ? $texto: parent::escapeJs((null !== $texto) ? $texto: ''); } function quitar_tags($input) From 686736e1d8f1e8cb9d021c7905158af1bd5a354e Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Tue, 6 Jul 2021 12:48:20 -0300 Subject: [PATCH 02/14] Fix problema de desactivacion de efs y obligatoriedad de clave al no querer usar 2FA --- .../toba_ei_formulario/dump_2185.sql | 2 +- .../comp/toba_mc_comp__2185.php | 2 +- .../oper/toba_mc_oper__3432.php | 2 +- .../php/lib/rest_arai_usuarios.php | 1 + .../toba_usuarios/php/usuarios/ci_editor.php | 26 +++++---- .../php/usuarios/ei_form_basica.php | 58 +++++++++++-------- 6 files changed, 54 insertions(+), 37 deletions(-) diff --git a/proyectos/toba_usuarios/metadatos/componentes/toba_ei_formulario/dump_2185.sql b/proyectos/toba_usuarios/metadatos/componentes/toba_ei_formulario/dump_2185.sql index 3861bc89da..1233734b2a 100644 --- a/proyectos/toba_usuarios/metadatos/componentes/toba_ei_formulario/dump_2185.sql +++ b/proyectos/toba_usuarios/metadatos/componentes/toba_ei_formulario/dump_2185.sql @@ -219,7 +219,7 @@ INSERT INTO apex_objeto_ei_formulario_ef (objeto_ei_formulario_fila, objeto_ei_f 'clave', --identificador 'ef_editable_clave', --elemento_formulario 'clave', --columnas - '1', --obligatorio + '0', --obligatorio '0', --oculto_relaja_obligatorio '6', --orden 'Clave', --etiqueta diff --git a/proyectos/toba_usuarios/metadatos_compilados/comp/toba_mc_comp__2185.php b/proyectos/toba_usuarios/metadatos_compilados/comp/toba_mc_comp__2185.php index 3be6732f97..4d16fe9b3a 100644 --- a/proyectos/toba_usuarios/metadatos_compilados/comp/toba_mc_comp__2185.php +++ b/proyectos/toba_usuarios/metadatos_compilados/comp/toba_mc_comp__2185.php @@ -529,7 +529,7 @@ static function get_metadatos() 'identificador' => 'clave', 'elemento_formulario' => 'ef_editable_clave', 'columnas' => 'clave', - 'obligatorio' => 1, + 'obligatorio' => 0, 'oculto_relaja_obligatorio' => 0, 'orden' => '6', 'etiqueta' => 'Clave', diff --git a/proyectos/toba_usuarios/metadatos_compilados/oper/toba_mc_oper__3432.php b/proyectos/toba_usuarios/metadatos_compilados/oper/toba_mc_oper__3432.php index cd5852609a..38b7f1dfbe 100644 --- a/proyectos/toba_usuarios/metadatos_compilados/oper/toba_mc_oper__3432.php +++ b/proyectos/toba_usuarios/metadatos_compilados/oper/toba_mc_oper__3432.php @@ -2490,7 +2490,7 @@ static function get_metadatos() 'identificador' => 'clave', 'elemento_formulario' => 'ef_editable_clave', 'columnas' => 'clave', - 'obligatorio' => 1, + 'obligatorio' => 0, 'oculto_relaja_obligatorio' => 0, 'orden' => '6', 'etiqueta' => 'Clave', diff --git a/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php b/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php index 343ddf3425..747b8d2e75 100644 --- a/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php +++ b/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php @@ -68,6 +68,7 @@ private function manejar_excepcion_request(RequestException $e) if ($e->hasResponse()) { $msg .= Psr7\str($e->getResponse()) . PHP_EOL; } + toba_logger::instancia()->error($msg); throw new toba_error($msg); } diff --git a/proyectos/toba_usuarios/php/usuarios/ci_editor.php b/proyectos/toba_usuarios/php/usuarios/ci_editor.php index ea1f91c0cc..88aa864007 100644 --- a/proyectos/toba_usuarios/php/usuarios/ci_editor.php +++ b/proyectos/toba_usuarios/php/usuarios/ci_editor.php @@ -65,7 +65,9 @@ function evt__basica__modificacion($datos) if ($datos['clave'] == self::clave_falsa ) { unset($datos['clave']); } else { //Chequeamos que la composicion de la clave sea valida - toba_usuario::verificar_composicion_clave($datos['clave'], $largo_clave); + if (! toba::instalacion()->usa_2FA() || ! toba::instalacion()->vincula_arai_usuarios() || $datos['pide_2do_factor'] == 1) { + toba_usuario::verificar_composicion_clave($datos['clave'], $largo_clave); + } } if (! isset($datos['autentificacion'])) { @@ -84,20 +86,22 @@ function conf__basica($form) $largo_clave = toba_parametros::get_largo_pwd(null); //Como aun no se sobre que proyecto trabajo.. el largo es el por defecto, osea 8. $form->ef('clave')->set_expreg(toba_usuario::get_exp_reg_pwd($largo_clave)); $form->ef('clave')->set_descripcion("La clave debe tener al menos $largo_clave caracteres, entre letras mayúsculas, minúsculas, números y símbolos, no pudiendo repetir caracteres adyacentes"); - + $form->ef('clave')->set_obligatorio(true); + // obtengo los datos de arai-usuarios $datos = gestion_arai_usuarios::get_datos($datos); // quito los campos que no se utilizan cuando esta vinculado con arai-usuarios y ademas usa 2FA - if (toba::instalacion()->vincula_arai_usuarios()) { - $efs = array('usuario', 'nombre', 'email', 'clave', 'forzar_cambio_pwd', 'vencimiento', 'pide_2do_factor'); - if (toba::instalacion()->usa_2FA()) { - $efs = array_diff($efs, ['clave', 'pide_2do_factor']); - } - } else { - $efs = array('usuario_arai', 'cuenta', 'pide_2do_factor'); - } - $form->desactivar_efs($efs); + if (toba::instalacion()->vincula_arai_usuarios()) { + $efs = array('usuario', 'nombre', 'email', 'clave', 'forzar_cambio_pwd', 'vencimiento', 'pide_2do_factor'); + if (toba::instalacion()->usa_2FA()) { + $efs = array_diff($efs, ['clave', 'pide_2do_factor']); + $form->ef('clave')->set_obligatorio(false); + } + } else { + $efs = array('usuario_arai', 'cuenta', 'pide_2do_factor'); + } + $form->desactivame_campos($efs); return $datos; } diff --git a/proyectos/toba_usuarios/php/usuarios/ei_form_basica.php b/proyectos/toba_usuarios/php/usuarios/ei_form_basica.php index 6eb75449f3..7af67330f3 100644 --- a/proyectos/toba_usuarios/php/usuarios/ei_form_basica.php +++ b/proyectos/toba_usuarios/php/usuarios/ei_form_basica.php @@ -1,30 +1,42 @@ escapeJs($this->objeto_js); + public function desactivame_campos($campos) + { + $activos = $this->get_efs_activos(); + $desactivables = array_intersect($activos, $campos); + if (! empty($desactivables)) { + $this->desactivar_efs($desactivables); + } + } + + public function extender_objeto_js() + { + $id_js = toba::escaper()->escapeJs($this->objeto_js); + if ($this->existe_ef('usuario')) { echo - "$id_js.evt__usuario__validar = function() - { - if (this.ef('usuario').get_estado().indexOf(' ') != -1) { - this.ef('usuario').set_error('No puede contener espacios.'); - return false; - } - return true; - } + "$id_js.evt__usuario__validar = function() + { + if (this.ef('usuario').get_estado().indexOf(' ') != -1) { + this.ef('usuario').set_error('No puede contener espacios.'); + return false; + } + return true; + }"; + } - //---- Procesamiento de EFs -------------------------------- + if ($this->existe_ef('pide_2do_factor')) { + echo " + //---- Procesamiento de EFs -------------------------------- - $id_js.evt__pide_2do_factor__procesar = function(es_inicial) - { - if (this.ef('pide_2do_factor')) { - var visible = this.ef('pide_2do_factor').chequeado(); - this.ef('clave').mostrar(visible); - } - } - "; - } + $id_js.evt__pide_2do_factor__procesar = function(es_inicial) + { + if (this.ef('pide_2do_factor')) { + var visible = this.ef('pide_2do_factor').chequeado(); + this.ef('clave').mostrar(visible); + } + } + "; + } + } } -?> \ No newline at end of file From c5d5558490727b575da95bd6a4f2ee1165fd9af8 Mon Sep 17 00:00:00 2001 From: enfoqueNativo Date: Thu, 2 Sep 2021 15:34:37 -0300 Subject: [PATCH 03/14] Fix vulnerabilidades reportadas UNLU (#109) * Cambios en mensajes de error * Cambios en componentes y parte del runtime * Mensajes de error en toba_usuarios * Corrige typo * Fix solicitud * Agrega chequeo a servicio de cascadas * Agrega regeneracion de ids * Agrega control sobre carga de Efs * Elimina doble escapado * Cambia msg al usuario * Elimina la sesion vieja al regenerarla --- php/lib/db/toba_db_postgres7.php | 6 +- php/lib/puntos_montaje/toba_punto_montaje.php | 11 +-- .../toba_punto_montaje_autoload.php | 6 +- .../toba_punto_montaje_factory.php | 3 +- php/lib/toba_cache_db.php | 3 +- php/lib/toba_ini.php | 12 ++- php/lib/toba_manejador_archivos.php | 20 ++-- php/lib/toba_svn.php | 3 +- php/lib/toba_varios.php | 9 +- .../toba_aplicacion_comando_base.php | 3 +- php/modelo/asistentes/toba_asistente.php | 6 +- php/modelo/asistentes/toba_asistente_abms.php | 3 +- php/modelo/info/componentes/toba_ci_info.php | 6 +- .../componentes/toba_ci_pantalla_info.php | 6 +- .../info/componentes/toba_componente_info.php | 3 +- .../componentes/toba_datos_relacion_info.php | 3 +- .../componentes/toba_datos_tabla_info.php | 3 +- php/modelo/info/toba_info_editores.php | 6 +- php/modelo/lib/toba_testing_selenium.php | 3 +- php/modelo/lib/toba_version.php | 15 ++- php/modelo/toba_modelo_instalacion.php | 38 +++++--- php/modelo/toba_modelo_instancia.php | 25 +++-- php/modelo/toba_modelo_nucleo.php | 15 ++- php/modelo/toba_modelo_pms.php | 6 +- php/modelo/toba_modelo_proyecto.php | 45 +++++---- php/modelo/toba_modelo_servicio_web.php | 9 +- .../interface/botones/toba_boton.php | 3 +- .../interface/botones/toba_evento_usuario.php | 3 +- .../interface/efs/toba_carga_opciones_ef.php | 42 +++++--- .../componentes/interface/efs/toba_ef.php | 4 +- .../interface/efs/toba_ef_combo.php | 14 ++- .../interface/efs/toba_ef_multi_seleccion.php | 12 ++- .../filtro_columnas/toba_filtro_columna.php | 21 ++-- .../toba_filtro_columna_compuesta.php | 3 +- php/nucleo/componentes/interface/toba_ci.php | 15 ++- php/nucleo/componentes/interface/toba_ei.php | 14 +-- .../componentes/interface/toba_ei_arbol.php | 3 +- .../interface/toba_ei_archivos.php | 5 +- .../componentes/interface/toba_ei_cuadro.php | 26 +++-- .../componentes/interface/toba_ei_filtro.php | 50 ++++++---- .../interface/toba_ei_formulario.php | 95 ++++++++++++------- .../interface/toba_ei_formulario_ml.php | 11 ++- .../componentes/interface/toba_ei_mapa.php | 11 ++- .../interface/toba_ei_pantalla.php | 29 +++--- .../persistencia/toba_ap_relacion_db.php | 9 +- .../persistencia/toba_ap_tabla_db.php | 22 +++-- .../persistencia/toba_ap_tabla_db_mt.php | 3 +- .../persistencia/toba_datos_busqueda.php | 3 +- .../persistencia/toba_datos_relacion.php | 12 ++- .../persistencia/toba_datos_tabla.php | 70 ++++++++------ .../toba_relacion_entre_tablas.php | 17 ++-- php/nucleo/componentes/toba_constructor.php | 13 ++- .../toba_ei_grafico/toba_ei_grafico_conf.php | 4 +- .../toba_ei_grafico_conf_barras.php | 2 +- .../toba_ei_grafico_conf_especifico.php | 10 +- .../lib/rest/toba_usuarios_rest_jwt.php | 3 +- .../lib/salidas/toba_vista_araireportes.php | 2 +- .../lib/salidas/toba_vista_jasperreports.php | 4 +- php/nucleo/lib/salidas/toba_vista_xslfo.php | 5 +- php/nucleo/lib/toba_dba.php | 15 ++- php/nucleo/lib/toba_derechos.php | 6 +- php/nucleo/lib/toba_editor.php | 2 +- php/nucleo/lib/toba_factory_service.php | 2 +- php/nucleo/lib/toba_firma_digital.php | 14 +-- php/nucleo/lib/toba_fuente_datos.php | 3 +- .../lib/toba_info_relacion_entre_tablas.php | 3 +- php/nucleo/lib/toba_instalacion.php | 9 +- php/nucleo/lib/toba_instancia.php | 13 ++- php/nucleo/lib/toba_mail.php | 3 +- php/nucleo/lib/toba_manejador_sesiones.php | 36 ++++--- php/nucleo/lib/toba_mensajes.php | 65 +++++++------ php/nucleo/lib/toba_perfil_datos.php | 2 +- php/nucleo/lib/toba_planificador_tareas.php | 11 ++- php/nucleo/lib/toba_pms.php | 6 +- php/nucleo/lib/toba_proyecto.php | 24 +++-- php/nucleo/lib/toba_puntos_control.php | 32 ++++--- php/nucleo/lib/toba_recurso.php | 3 +- .../lib/toba_servicio_web_cliente_soap.php | 9 +- php/nucleo/lib/toba_servicio_web_mensaje.php | 3 +- php/nucleo/lib/toba_usuario_basico.php | 3 +- php/nucleo/toba.php | 5 +- php/nucleo/toba_nucleo.php | 21 ++-- php/nucleo/toba_solicitud_accion.php | 2 +- php/nucleo/toba_solicitud_servicio_web.php | 6 +- php/nucleo/toba_solicitud_web.php | 39 +++++--- .../php/auditoria/log_datos/ci_auditoria.php | 2 +- .../php/lib/consultas_instancia.php | 3 +- .../php/lib/rest_arai_usuarios.php | 15 +-- .../php/menu/arbol_perfiles_funcionales.php | 3 +- .../ci_navegacion_perfiles.php | 3 +- 90 files changed, 724 insertions(+), 447 deletions(-) diff --git a/php/lib/db/toba_db_postgres7.php b/php/lib/db/toba_db_postgres7.php index 40e093da2e..d455ea2779 100644 --- a/php/lib/db/toba_db_postgres7.php +++ b/php/lib/db/toba_db_postgres7.php @@ -1043,7 +1043,8 @@ function get_definicion_columnas($tabla, $esquema=null) $columnas = $this->consultar($sql); if(!$columnas){ - throw new toba_error("La tabla '$tabla' no existe"); + $this->log("La tabla '$tabla' no existe", 'error'); + throw new toba_error('Alguna tabla no existe'); } //2) Normalizo VALORES $columnas_booleanas = array('uk','pk','not_null','tiene_predeterminado'); @@ -1202,7 +1203,8 @@ function pgdump_get_tabla($bd, $schema, $tabla, $host, $usuario, $pass = null) exec($comando, $tabla, $exito); if ($exito > 0) { - throw new toba_error("Error ejecutando pg_dump. Comando ejecutado: $comando"); + $this->log("Error ejecutando pg_dump. Comando ejecutado: $comando", 'error'); + throw new toba_error('No se pudo generar el dump'); } $tabla = $this->pgdump_limpiar($tabla); diff --git a/php/lib/puntos_montaje/toba_punto_montaje.php b/php/lib/puntos_montaje/toba_punto_montaje.php index 194982f781..34663f25c6 100644 --- a/php/lib/puntos_montaje/toba_punto_montaje.php +++ b/php/lib/puntos_montaje/toba_punto_montaje.php @@ -168,12 +168,11 @@ function get_path() $datos = toba::config()->get_subseccion('instancia', $this->get_proyecto()); $nombre = toba_modelo_pms::prefijo_ini.$this->get_etiqueta(); if (!isset($datos[$nombre])) { - throw new toba_error("Punto de montaje: el punto de montaje - '{$this->get_etiqueta()}' no existe en $path_instancia_ini. - Debe agregar en instancia.ini la entrada - 'pm_{$this->get_etiqueta()} = path' donde path es la ubicación - absoluta en el sistema de archivos. Esta entrada debe ir en - la sección [{$this->get_proyecto()}]"); + toba_logger::instancia()->error("Punto de montaje: el punto de montaje '{$this->get_etiqueta()}' no existe en $path_instancia_ini. + Debe agregar en instancia.ini la entrada 'pm_{$this->get_etiqueta()} = path' donde path es la ubicación + absoluta en el sistema de archivos. Esta entrada debe ir en la sección [{$this->get_proyecto()}]"); + + throw new toba_error('Punto de montaje: el punto de montaje no existe en la configuracion. Revise el log'); } $this->path = $datos[$nombre]; } diff --git a/php/lib/puntos_montaje/toba_punto_montaje_autoload.php b/php/lib/puntos_montaje/toba_punto_montaje_autoload.php index 4a5341e539..da9c02204f 100644 --- a/php/lib/puntos_montaje/toba_punto_montaje_autoload.php +++ b/php/lib/puntos_montaje/toba_punto_montaje_autoload.php @@ -25,10 +25,12 @@ function registrar_autoload() spl_autoload_register(array($nombre_clase, $nombre_metodo)); toba::logger()->debug("PUNTO DE MONTAJE: se cargó exitosamente el autoload del punto de montaje {$this->get_etiqueta()}"); } else { - throw new toba_error("PUNTO DE MONTAJE PROYECTO: el método $nombre_clase::$nombre_metodo de autoload no existe"); + toba_logger::instancia()->error("PUNTO DE MONTAJE PROYECTO: el método $nombre_clase::$nombre_metodo de autoload no existe"); + throw new toba_error('PUNTO DE MONTAJE PROYECTO: el método de autoload esperado no existe, revise el log'); } } else { - throw new toba_error("PUNTO DE MONTAJE PROYECTO: no se encuentra el archivo de autoload, verifique su existencia. Path: $path_autoload"); + toba_logger::instancia()->error("PUNTO DE MONTAJE PROYECTO: no se encuentra el archivo de autoload, verifique su existencia. Path: $path_autoload"); + throw new toba_error('PUNTO DE MONTAJE PROYECTO: no se encuentra el archivo de autoload, revise el log.'); // La existencia del archivo, no la de uno mismo porque es demasiado pedir al usuario (ni siquiera podemos requerir php 5.3 :p) } } diff --git a/php/lib/puntos_montaje/toba_punto_montaje_factory.php b/php/lib/puntos_montaje/toba_punto_montaje_factory.php index e122ed97de..b95200803b 100644 --- a/php/lib/puntos_montaje/toba_punto_montaje_factory.php +++ b/php/lib/puntos_montaje/toba_punto_montaje_factory.php @@ -23,7 +23,8 @@ static function construir($registro) case toba_punto_montaje::tipo_pers: return self::construir_pers($registro); default: - throw new toba_error("PUNTOS DE MONTAJE: El tipo $tipo es inválido"); + toba_logger::instancia()->error("PUNTOS DE MONTAJE: El tipo $tipo es inválido"); + throw new toba_error('PUNTOS DE MONTAJE: Tipo inválido'); } } diff --git a/php/lib/toba_cache_db.php b/php/lib/toba_cache_db.php index 9b412affce..4acd808307 100644 --- a/php/lib/toba_cache_db.php +++ b/php/lib/toba_cache_db.php @@ -32,7 +32,8 @@ function get_datos_tabla( $tabla, $clave ) //throw new toba_error("CACHE: La clave '$clave' de la tabla '$tabla' no existe"); } } else { - throw new toba_error("CACHE: La tabla '$tabla' no existe"); + toba_logger::instancia()->error("CACHE: La tabla '$tabla' no existe"); + throw new toba_error("CACHE: El id solicitado no existe"); } } diff --git a/php/lib/toba_ini.php b/php/lib/toba_ini.php index 6257d6f469..aa3d31610f 100644 --- a/php/lib/toba_ini.php +++ b/php/lib/toba_ini.php @@ -88,7 +88,8 @@ function eliminar_entrada( $nombre ) if ( isset( $this->entradas[ $nombre ] ) ) { unset( $this->entradas[ $nombre ] ); } else { - throw new toba_error("La entrada '$nombre' no existe"); + toba_logger::instancia()->error("La entrada '$nombre' no existe"); + throw new toba_error('La entrada solicitada no existe o no se cargo, revise el log'); } } @@ -103,7 +104,8 @@ function get_datos_entrada( $nombre ) if ( isset( $this->entradas[ $nombre ] ) ) { return $this->entradas[ $nombre ]; } else { - throw new toba_error("La entrada '$nombre' no existe en '{$this->path}'"); + toba_logger::instancia()->error("La entrada '$nombre' no existe en '{$this->path}'"); + throw new toba_error('La entrada solicitada no existe o no pudo ser cargada, revise el log'); } } @@ -125,7 +127,8 @@ function get($seccion, $clave=null, $defecto=null, $obligatorio=true) return $this->entradas[$seccion]; } if ($obligatorio) { - throw new toba_error("No se encuentra definido el parámetro '$seccion' $clave en {$this->path}"); + toba_logger::instancia()->error("No se encuentra definido el parámetro '$seccion' $clave en {$this->path}"); + throw new toba_error('No se encuentra definido el parámetro solicitado, revise el log'); } else { return $defecto; } @@ -142,7 +145,8 @@ function set_datos_entrada( $nombre, $datos ) if ( isset( $this->entradas[ $nombre ] ) ) { $this->entradas[ $nombre ] = $datos; } else { - throw new toba_error("La entrada '$nombre' no existe"); + toba_logger::instancia()->error("La entrada '$nombre' no existe"); + throw new toba_error('La entrada solicitada no existe o no se cargo, revise el log'); } } diff --git a/php/lib/toba_manejador_archivos.php b/php/lib/toba_manejador_archivos.php index e62cfcaa99..89e8dde26e 100644 --- a/php/lib/toba_manejador_archivos.php +++ b/php/lib/toba_manejador_archivos.php @@ -21,7 +21,8 @@ static function crear_arbol_directorios($path, $modo=0777) } if (!file_exists($path)) { if (!mkdir($path, $modo, true)) { - throw new toba_error("No es posible crear el directorio $path, verifique que el usuario de Apache posea privilegios de escritura sobre este directorio"); + toba_logger::instancia()->error("No es posible crear el directorio $path, verifique que el usuario de Apache posea privilegios de escritura sobre este directorio"); + throw new toba_error('No es posible crear el directorio solicitado, verifique que el usuario de Apache posea privilegios de escritura sobre este directorio'); } } } @@ -144,7 +145,8 @@ static function get_archivos_directorio( $directorio, $patron = null, $recursivo { $archivos_ok = array(); if( ! is_dir( $directorio ) ) { - throw new toba_error("BUSCAR ARCHIVOS: El directorio '$directorio' es INVALIDO"); + toba_logger::instancia()->error("BUSCAR ARCHIVOS: El directorio '$directorio' es INVALIDO"); + throw new toba_error('BUSCAR ARCHIVOS: El directorio solicitado no es valido o no tiene permisos'); } if (in_array($directorio, $exclude_dirs)) { @@ -187,7 +189,8 @@ static function get_archivos_directorio( $directorio, $patron = null, $recursivo static function buscar_archivos_directorio_recursivo( $directorio, &$exclude_dirs = array() ) { if( ! is_dir( $directorio ) ) { - throw new toba_error("BUSCAR ARCHIVOS: El directorio '$directorio' es INVALIDO"); + toba_logger::instancia()->error("BUSCAR ARCHIVOS: El directorio '$directorio' es INVALIDO"); + throw new toba_error('BUSCAR ARCHIVOS: El directorio solicitado no es valido o no tiene permisos'); } $archivos = array(); $d = dir( $directorio ); @@ -220,7 +223,8 @@ static function get_subdirectorios( $directorio ) { $dirs = array(); if( ! is_dir( $directorio ) ) { - throw new toba_error("BUSCAR SUBDIRECTORIOS: El directorio '$directorio' es INVALIDO"); + toba_logger::instancia()->error("BUSCAR SUBDIRECTORIOS: El directorio '$directorio' es INVALIDO"); + throw new toba_error('BUSCAR SUBDIRECTORIOS: El directorio solicitado no es valido o no tiene permisos'); } $dir = opendir($directorio); if ($dir !== false) { @@ -251,7 +255,8 @@ static function get_subdirectorios( $directorio ) static function copiar_directorio( $origen, $destino, $excepciones=array(), $manejador_interface = null, $copiar_ocultos=true ) { if( ! is_dir( $origen ) ) { - throw new toba_error("COPIAR DIRECTORIO: El directorio de origen '$origen' es INVALIDO"); + toba_logger::instancia()->error("COPIAR DIRECTORIO: El directorio de origen '$origen' es INVALIDO"); + throw new toba_error('COPIAR DIRECTORIO: El directorio de origen no es valido o no tiene permisos'); } $ok = true; if( ! is_dir( $destino ) ) { @@ -296,7 +301,8 @@ static function copiar_directorio( $origen, $destino, $excepciones=array(), $man static function eliminar_directorio( $directorio ) { if( ! is_dir( $directorio ) ) { - throw new toba_error("ELIMINAR DIRECTORIO: El directorio '$directorio' es INVALIDO"); + toba_logger::instancia()->error("ELIMINAR DIRECTORIO: El directorio '$directorio' es INVALIDO"); + throw new toba_error('ELIMINAR DIRECTORIO: El directorio solicitado no es valido o no tiene permisos'); } $ok = true; $dir = opendir( $directorio ); @@ -472,7 +478,7 @@ static function get_checksum_directorio($directorio) if (! $sin_error) { //Si se produce error en el calculo aborto hash_final($hsh_handler); toba::logger()->error("\nError calculando checksum con el archivo '$archivo' "); - throw new toba_error("\nError calculando checksum con el archivo '$archivo' "); + throw new toba_error(PHP_EOL. 'Error calculando checksum de archivo, revise el log '); } } $checksum = hash_final($hsh_handler); diff --git a/php/lib/toba_svn.php b/php/lib/toba_svn.php index c08f8b436a..d821f67f84 100644 --- a/php/lib/toba_svn.php +++ b/php/lib/toba_svn.php @@ -67,7 +67,8 @@ protected function ejecutar($cmd, $no_interactivo=true, $critico=true, $loguear= toba::logger()->error($this->error); } if ($critico && $this->error != '') { - throw new toba_error($this->error); + toba_logger::instancia()->error($this->error); + throw new toba_error('Error critico durante el proceso, revise el log'); } return $this->progreso; } diff --git a/php/lib/toba_varios.php b/php/lib/toba_varios.php index 48b3fd47a8..c111a57846 100644 --- a/php/lib/toba_varios.php +++ b/php/lib/toba_varios.php @@ -410,12 +410,14 @@ function rs_convertir_asociativo($datos_recordset, $claves=array(0), $valor=1) if (isset($fila[$clave])) { $valores_clave[] = $fila[$clave]; } else { - throw new toba_error_def("La fila del recordset no contiene la clave '$clave'. ".var_export($fila, true)); + toba_logger::instancia()->error("La fila del recordset no contiene la clave '$clave'. ".var_export($fila, true)); + throw new toba_error_def('La fila del recordset no contiene la columna indicada, revise el log '); } } if (! isset($fila[$valor])){ - throw new toba_error_def("La fila del recordset no contiene la columna '$valor'. ".var_export($fila, true)); + toba_logger::instancia()->error("La fila del recordset no contiene la clave '$clave'. ".var_export($fila, true)); + throw new toba_error_def('La fila del recordset no contiene la columna indicada, revise el log '); }else{ $valores[implode(apex_qs_separador, $valores_clave)] = $fila[$valor]; } @@ -740,7 +742,8 @@ function comparar($valor1, $operador, $valor2) case '~': return preg_match($valor2, $valor1); //$valor2 es el pattern default: - throw new toba_error("El operador $operador no está soportado"); + toba_logger::instancia()->error("El operador $operador no está soportado"); + throw new toba_error('Operador no soportado'); } } diff --git a/php/modelo/aplicacion/toba_aplicacion_comando_base.php b/php/modelo/aplicacion/toba_aplicacion_comando_base.php index 8583403edc..3684aea11e 100644 --- a/php/modelo/aplicacion/toba_aplicacion_comando_base.php +++ b/php/modelo/aplicacion/toba_aplicacion_comando_base.php @@ -142,7 +142,8 @@ function opcion__exportar_usuarios_arai($parametros) toba_manejador_archivos::crear_arbol_directorios($pathMigration); } catch(toba_error $e) { toba_logger::instancia()->error($e->getMessage()); - throw new toba_error("No se pudo crear la carpeta $pathMigration. ¿Problemas de permisos?"); + toba_logger::instancia()->error("No se pudo crear la carpeta $pathMigration. ¿Problemas de permisos?"); + throw new toba_error('No se pudo crear la carpeta indicada. ¿Problemas de permisos?'); } $tokens = (isset($parametros['--mascara'])) ? $this->recuperar_tokens_indicativos($parametros['--mascara']) : array(); $excluir_bloqueados = isset($parametros['--excluir-bloqueados']); diff --git a/php/modelo/asistentes/toba_asistente.php b/php/modelo/asistentes/toba_asistente.php index 2051573094..55fe189cf0 100644 --- a/php/modelo/asistentes/toba_asistente.php +++ b/php/modelo/asistentes/toba_asistente.php @@ -233,7 +233,8 @@ function consultar_opcion_generacion($opcion) if (isset($this->retorno_opciones_generacion[$opcion])) { return $this->retorno_opciones_generacion[$opcion]; } else { - throw new toba_error_asistentes("ASISTENTE: La opcion de generacion '$opcion' no existe!"); + toba_logger::instancia()->error("ASISTENTE: La opcion de generacion '$opcion' no existe!"); + throw new toba_error_asistentes('ASISTENTE: La opcion indicada no existe!'); } } @@ -315,7 +316,8 @@ function generar_efs($form, $filas, $es_filtro=false) break; default: - throw new toba_error('No esta definida la acción para el método de carga '.$fila['ef_carga_origen']); + toba_logger::instancia()->error('No esta definida la acción para el método de carga '.$fila['ef_carga_origen']); + throw new toba_error('No esta definida la acción para el método de carga, revise el log '); } } //Procesar en JAVASCRIPT? diff --git a/php/modelo/asistentes/toba_asistente_abms.php b/php/modelo/asistentes/toba_asistente_abms.php index 0618d5b331..a410f5a193 100644 --- a/php/modelo/asistentes/toba_asistente_abms.php +++ b/php/modelo/asistentes/toba_asistente_abms.php @@ -321,7 +321,8 @@ protected function generar_cuadro($cuadro) $filtro ); } } else { - throw new toba_error_asistentes('El tipo de origen de datos no fue definido correctamente [' . $this->molde_abms['cuadro_carga_php_clase'] . ']'); + toba_logger::instancia()->error('El tipo de origen de datos no fue definido correctamente [' . $this->molde_abms['cuadro_carga_php_clase'] . ']'); + throw new toba_error_asistentes('El tipo de origen de carga no fue definido correctamente, revise el log '); } //-- SI la operacion tiene FILTRO.... if ($this->molde_abms['gen_usa_filtro']) { diff --git a/php/modelo/info/componentes/toba_ci_info.php b/php/modelo/info/componentes/toba_ci_info.php index 77e12dbf3d..d042340ef5 100644 --- a/php/modelo/info/componentes/toba_ci_info.php +++ b/php/modelo/info/componentes/toba_ci_info.php @@ -22,7 +22,8 @@ function get_metaclase_subcomponente($subcomponente) return new toba_ci_pantalla_info($this->datos['_info_ci_me_pantalla'][$i],array(), $this->proyecto, $this->id, $this->datos['_info_obj_pantalla']); } } - throw new toba_error("No se encuentra la pantalla '$id'"); + toba_logger::instancia()->error("No se encuentra la pantalla '$subcomponente'"); + throw new toba_error('No se encuentra la pantalla solicitada, revise el log'); } /** @@ -60,7 +61,8 @@ function get_pantalla($id) $this->subelementos, $this->proyecto, $this->id, $this->datos['_info_obj_pantalla']); } } - throw new toba_error("No se encuentra la pantalla $id"); + toba_logger::instancia()->error("No se encuentra la pantalla $id"); + throw new toba_error('No se encuentra la pantalla solicitada, revise el log'); } function get_cant_pantallas() diff --git a/php/modelo/info/componentes/toba_ci_pantalla_info.php b/php/modelo/info/componentes/toba_ci_pantalla_info.php index 403ecb3e5b..a853f1a044 100644 --- a/php/modelo/info/componentes/toba_ci_pantalla_info.php +++ b/php/modelo/info/componentes/toba_ci_pantalla_info.php @@ -55,7 +55,8 @@ function clonar_subclase($dr, $dir_subclases, $proyecto_dest) if (isset($this->datos['subclase_archivo'])) { $filas = $dr->tabla('pantallas')->get_id_fila_condicion(array('pantalla' => $this->datos['pantalla']), false); if (count($filas) != 1) { - throw new toba_error_modelo("Imposible clonar subclase de pantalla {$this->datos['pantalla']}"); + toba_logger::instancia()->error("Imposible clonar subclase de pantalla {$this->datos['pantalla']}"); + throw new toba_error_modelo('Imposible clonar subclase de pantalla, revise el log'); } $fila = current($filas); $archivo = $this->datos['subclase_archivo']; @@ -73,7 +74,8 @@ function clonar_subclase($dr, $dir_subclases, $proyecto_dest) toba_manejador_archivos::crear_arbol_directorios($path_destino.$dir_subclases); } if (! copy($path_origen.$archivo, $path_destino.$nuevo_archivo)) { - throw new toba_error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + toba_logger::instancia()->error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + throw new toba_error('No es posible copiar el archivo, revise el log'); } $dr->tabla('pantallas')->set_fila_columna_valor($fila, 'subclase_archivo', $nuevo_archivo); } diff --git a/php/modelo/info/componentes/toba_componente_info.php b/php/modelo/info/componentes/toba_componente_info.php index 31f34a8a26..3a689b6b48 100644 --- a/php/modelo/info/componentes/toba_componente_info.php +++ b/php/modelo/info/componentes/toba_componente_info.php @@ -213,7 +213,8 @@ protected function clonar_subclase($dr, $dir_subclases, $proyecto_dest) toba_manejador_archivos::crear_arbol_directorios($path_destino.$dir_subclases); } if (! copy($path_origen.$archivo, $path_destino.$nuevo_archivo)) { - throw new toba_error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + toba_logger::instancia()->error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + throw new toba_error('No es posible copiar el archivo, revise el log'); } } } diff --git a/php/modelo/info/componentes/toba_datos_relacion_info.php b/php/modelo/info/componentes/toba_datos_relacion_info.php index 6e972be66c..4b7b483656 100644 --- a/php/modelo/info/componentes/toba_datos_relacion_info.php +++ b/php/modelo/info/componentes/toba_datos_relacion_info.php @@ -99,7 +99,8 @@ protected function clonar_subclase($dr, $dir_subclases, $proyecto_dest) toba_manejador_archivos::crear_arbol_directorios($path_destino.$dir_subclases); } if (! copy($path_origen.$archivo, $path_destino.$nuevo_archivo)) { - throw new toba_error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + toba_logger::instancia()->error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + throw new toba_error('No es posible copiar el archivo, revise el log'); } } } diff --git a/php/modelo/info/componentes/toba_datos_tabla_info.php b/php/modelo/info/componentes/toba_datos_tabla_info.php index 88b6eb59c2..30ebd12eea 100644 --- a/php/modelo/info/componentes/toba_datos_tabla_info.php +++ b/php/modelo/info/componentes/toba_datos_tabla_info.php @@ -117,7 +117,8 @@ protected function clonar_subclase($dr, $dir_subclases, $proyecto_dest) toba_manejador_archivos::crear_arbol_directorios($path_destino.$dir_subclases); } if (! copy($path_origen.$archivo, $path_destino.$nuevo_archivo)) { - throw new toba_error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + toba_logger::instancia()->error('No es posible copiar el archivo desde '.$path_origen.$archivo.' hacia '.$path_destino.$nuevo_archivo); + throw new toba_error('No es posible copiar el archivo, revise el log'); } } } diff --git a/php/modelo/info/toba_info_editores.php b/php/modelo/info/toba_info_editores.php index c9bbc36c24..e3ed6f712d 100644 --- a/php/modelo/info/toba_info_editores.php +++ b/php/modelo/info/toba_info_editores.php @@ -193,7 +193,8 @@ static function get_dr_de_clase($clase) WHERE clase = $clase;"; $datos = toba_contexto_info::get_db()->consultar($sql); if( ! $datos ) { - throw new toba_error("No hay definido un datos_relacion para la clase $clase"); + toba_logger::instancia()->error("No hay definido un datos_relacion para la clase $clase"); + throw new toba_error('No hay definido un datos_relacion para la clase indicada, revise el log'); } else { return array( $datos[0]['objeto_dr_proyecto'], $datos[0]['objeto_dr'] ); } @@ -1085,7 +1086,8 @@ static function get_info_fuente_datos($id_fuente, $proyecto=null) AND proyecto = $proyecto"; $rs = toba_contexto_info::get_db()->consultar($sql); if (empty($rs)) { - throw new toba_error("No se puede encontrar la fuente $id_fuente en el proyecto $proyecto"); + toba_logger::instancia()->error("No se puede encontrar la fuente $id_fuente en el proyecto $proyecto"); + throw new toba_error('No se puede encontrar la fuente en el proyecto, revise el log'); } return $rs[0]; } diff --git a/php/modelo/lib/toba_testing_selenium.php b/php/modelo/lib/toba_testing_selenium.php index a628836681..57b39c30d2 100644 --- a/php/modelo/lib/toba_testing_selenium.php +++ b/php/modelo/lib/toba_testing_selenium.php @@ -38,7 +38,8 @@ function guardar($path) } $ok = file_put_contents($path, $this->salida); if ($ok === false) { - throw new toba_error("Imposible guardar archivo '$path'"); + toba_logger::instancia()->error("Imposible guardar archivo '$path'"); + throw new toba_error('Imposible guardar el archivo, revise el log'); } } diff --git a/php/modelo/lib/toba_version.php b/php/modelo/lib/toba_version.php index ed3a11d702..3e99972f18 100644 --- a/php/modelo/lib/toba_version.php +++ b/php/modelo/lib/toba_version.php @@ -24,12 +24,14 @@ function __construct($numero) $this->partes = explode('.', $numero); //Validando el numero if (count($this->partes) < 3) { - throw new toba_error("El número de versión $numero es incorrecto. Se requiere al menos 3 partes. ".$formato); + toba_logger::instancia()->error("El número de versión $numero es incorrecto. Se requiere al menos 3 partes. $formato"); + throw new toba_error('El número de versión es incorrecto. Revise el log'); } if (!is_numeric($this->partes[2])) { $digito = intval($this->partes[2]); if (! is_numeric($digito)) { - throw new toba_error("El número de versión $numero es incorrecto. Las partes deben ser numéricas. ".$formato); + toba_logger::instancia()->error("El número de versión $numero es incorrecto. Las partes deben ser numéricas. $formato"); + throw new toba_error('El número de versión es incorrecto. Revise el log'); } $extra = trim(str_replace(array('(', ')', '-'), '', substr($this->partes[2], strlen($digito)))); $this->partes[2] = $digito; @@ -41,20 +43,23 @@ function __construct($numero) } if (isset($inestable)) { if (! in_array($inestable, $this->inestables)) { - throw new toba_error("El número de versión $numero es incorrecto. El codigo de inestable '$inestable' no es válido. ".$formato); + toba_logger::instancia()->error("El número de versión $numero es incorrecto. El codigo de inestable '$inestable' no es válido. $formato"); + throw new toba_error('El número de versión es incorrecto. Revise el log'); } $this->inestable = $inestable; } if ($build != '') { $this->build = $build; if (! is_numeric($build)) { - throw new toba_error("El número de versión $numero es incorrecto. El codigo de build '$build' no es válido. ".$formato); + toba_logger::instancia()->error("El número de versión $numero es incorrecto. El codigo de build '$build' no es válido. $formato"); + throw new toba_error('El número de versión es incorrecto. Revise el log'); } } } foreach ($this->partes as $parte) { if (!is_numeric($parte) || !is_int(intval($parte))) { - throw new toba_error("El número de versión $numero es incorrecto. Las partes deben ser numéricas ".$formato); + toba_logger::instancia()->error("El número de versión $numero es incorrecto. Las partes deben ser numéricas $formato"); + throw new toba_error('El número de versión es incorrecto. Revise el log'); } } diff --git a/php/modelo/toba_modelo_instalacion.php b/php/modelo/toba_modelo_instalacion.php index 9d149c6b4f..216829e166 100644 --- a/php/modelo/toba_modelo_instalacion.php +++ b/php/modelo/toba_modelo_instalacion.php @@ -30,7 +30,8 @@ function cargar_info_ini($forzar_recarga=false) //--- Levanto la CONFIGURACION de bases $archivo_ini_bases = $this->dir . '/' . self::info_bases; if ( ! is_file( $archivo_ini_bases ) ) { - throw new toba_error("INSTALACION: La instalacion '".toba_dir()."' es invalida. (El archivo de configuracion '$archivo_ini_bases' no existe)"); + toba_logger::instancia()->error("INSTALACION: La instalacion '".toba_dir()."' es invalida. (El archivo de configuracion '$archivo_ini_bases' no existe)"); + throw new toba_error('INSTALACION: La instalacion es invalida. (El archivo de configuracion no existe) Revise el log'); } else { // BASE $pendientes = array(); @@ -53,7 +54,8 @@ function cargar_info_ini($forzar_recarga=false) //--- Levanto la CONFIGURACION de bases $archivo_ini_instalacion = $this->dir . '/' . self::info_basica; if ( ! is_file( $archivo_ini_instalacion ) ) { - throw new toba_error("INSTALACION: La instalacion '".toba_dir()."' es invalida. (El archivo de configuracion '$archivo_ini_instalacion' no existe)"); + toba_logger::instancia()->error("INSTALACION: La instalacion '".toba_dir()."' es invalida. (El archivo de configuracion '$archivo_ini_instalacion' no existe)"); + throw new toba_error('INSTALACION: La instalacion es invalida. (El archivo de configuracion no existe) Revise el log'); } $this->ini_cargado = true; } @@ -210,7 +212,8 @@ function get_parametros_base( $id_base ) if ( isset( $this->ini_bases[$id_base] ) ) { return $this->ini_bases[$id_base]; } else { - throw new toba_error("INSTALACION: La base '$id_base' no existe en el archivo bases.ini"); + toba_logger::instancia()->error("INSTALACION: La base '$id_base' no existe en el archivo bases.ini"); + throw new toba_error('INSTALACION: La base solicitada no existe en el archivo bases.ini'); } } @@ -325,7 +328,7 @@ function crear_base_datos($nombre, $con_encoding = false, $cant_intentos = 3) $db->destruir(); toba_logger::instancia()->debug("Creada base '$base_a_crear'"); } else { - throw new toba_error("INSTALACION: El metodo no esta definido para el motor especificado"); + throw new toba_error('INSTALACION: El metodo no esta definido para el motor especificado'); } } @@ -347,7 +350,7 @@ function borrar_base_datos( $nombre ) $db->ejecutar($sql); $db->destruir(); }else{ - throw new toba_error("INSTALACION: El metodo no esta definido para el motor especificado"); + throw new toba_error('INSTALACION: El metodo no esta definido para el motor especificado'); } } @@ -719,7 +722,8 @@ static function crear_info_bases( $lista_bases = array() ) isset( $base['base'] ) ) { $ini->agregar_entrada( $id, $base ); } else { - throw new toba_error("La definicion de la BASE '$id' es INCORRECTA."); + toba_logger::instancia()->error("La definicion de la BASE '$id' es INCORRECTA."); + throw new toba_error("La definicion especificada para una BASE es INCORRECTA. Revise el log"); } } $ini->guardar( self::archivo_info_bases() ); @@ -729,19 +733,20 @@ static function crear_info_bases( $lista_bases = array() ) static private function validar_parametros_db($parametros) { if ( ! is_array( $parametros ) ) { - throw new toba_error("INSTALACION: Los parametros definidos son incorrectos"); + throw new toba_error('INSTALACION: Los parametros definidos son incorrectos'); } else { // Estan todos los parametros if ( !isset( $parametros['motor'] ) || !isset( $parametros['profile'] ) || !isset( $parametros['usuario'] ) || !isset( $parametros['base'] ) ) { - throw new toba_error("INSTALACION: Los parametros definidos son incorrectos"); + throw new toba_error('INSTALACION: Los parametros definidos son incorrectos'); } // El motor es reconocido $motores = array('postgres7', 'informix', 'mysql', 'odbc', 'sqlserver'); if( ! in_array( $parametros['motor'], $motores ) ) { - throw new toba_error("INSTALACION: El motor tiene que pertenecer a la siguente lista: " . implode(', ',$motores) ); + toba_logger::instancia()->error("INSTALACION: El motor tiene que pertenecer a la siguente lista: " . implode(', ',$motores)); + throw new toba_error('INSTALACION: El motor especificado no se encuentra entre los reconocidos, revise el log'); } } } @@ -884,7 +889,8 @@ function importar_migrar_proyecto($id_instancia, $id_proyecto, $dir_toba_viejo, $this->manejador_interface->titulo("1.- Haciendo backup directorio instalacion del nuevo toba"); if (file_exists($dir_original)) { if (! toba_manejador_archivos::copiar_directorio($dir_original, $dir_backup)) { - throw new toba_error("No es posible hacer una copia de seguridad de la carpeta '$dir_original'. Verifique los permisos de escritura del usuario actual"); + toba_logger::instancia()->error("No es posible hacer una copia de seguridad de la carpeta '$dir_original'. Verifique los permisos de escritura del usuario actual"); + throw new toba_error('No es posible hacer una copia de seguridad de la carpeta original. Revise el log'); } } @@ -893,11 +899,13 @@ function importar_migrar_proyecto($id_instancia, $id_proyecto, $dir_toba_viejo, $archivo_ini_bases = $dir_toba_viejo.'/instalacion/bases.ini'; if (! file_exists($archivo_ini_bases)) { - throw new toba_error("No se encuentra el archivo $archivo_ini_bases"); + toba_logger::instancia()->error("No se encuentra el archivo $archivo_ini_bases"); + throw new toba_error('No se encuentra el archivo de configuracion, revise el log'); } $archivo_instancia = $dir_toba_viejo."/instalacion/i__$id_instancia/instancia.ini"; if (! file_exists($archivo_instancia)) { - throw new toba_error("No se encuentra el archivo $archivo_instancia"); + toba_logger::instancia()->error("No se encuentra el archivo $archivo_instancia"); + throw new toba_error('No se encuentra el archivo de configuracion, revise el log'); } $conf_instancia = parse_ini_file($archivo_instancia, true); $id_base_instancia = $instancia->get_ini_base(); @@ -906,7 +914,8 @@ function importar_migrar_proyecto($id_instancia, $id_proyecto, $dir_toba_viejo, } $bases_viejas = parse_ini_file($archivo_ini_bases, true); if (! isset($bases_viejas[$id_base_instancia])) { - throw new toba_error("No se encuentra la definición de la instancia $id_base_instancia en el archivo $archivo_ini_bases"); + toba_logger::instancia()->error("No se encuentra la definición de la instancia $id_base_instancia en el archivo $archivo_ini_bases"); + throw new toba_error('No se encuentra la definición de la instancia solicitada en el archivo de configuración, revise el log'); } //--- Incluir solo el proyecto a importar en la instancia @@ -962,7 +971,8 @@ function importar_migrar_proyecto($id_instancia, $id_proyecto, $dir_toba_viejo, $this->manejador_interface->titulo("Restaurando backup directorio instalacion del nuevo toba"); if (file_exists($dir_original)) { if (! toba_manejador_archivos::eliminar_directorio($dir_original)) { - throw new toba_error("Imposible restaurar backup desde '$dir_backup' hacia '$dir_original', deberá hacerlo manualmente."); + toba_logger::instancia()->error("Imposible restaurar backup desde '$dir_backup' hacia '$dir_original', deberá hacerlo manualmente."); + throw new toba_error('Imposible restaurar backup al directorio original, revise el log.. deberá hacerlo manualmente.'); } } rename($dir_backup, $dir_original); diff --git a/php/modelo/toba_modelo_instancia.php b/php/modelo/toba_modelo_instancia.php index 4b8acee629..375bf224f5 100644 --- a/php/modelo/toba_modelo_instancia.php +++ b/php/modelo/toba_modelo_instancia.php @@ -37,7 +37,8 @@ function __construct( toba_modelo_instalacion $instalacion, $identificador ) $this->instalacion = $instalacion; $this->dir = $this->instalacion->get_dir() . '/' . self::dir_prefijo . $this->identificador; if( ! is_dir( $this->dir ) ) { - throw new toba_error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (la carpeta '{$this->dir}' no existe)"); + toba_logger::instancia()->error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (la carpeta '{$this->dir}' no existe)"); + throw new toba_error('INSTANCIA: La instancia es invalida. (la carpeta correspondiente no existe) revise el log'); } //Solo se sincronizan los SQLs $this->cargar_info_ini(); @@ -66,7 +67,8 @@ function cargar_info_ini() { $archivo_ini = $this->dir . '/' . self::toba_instancia; if ( ! is_file( $archivo_ini ) ) { - throw new toba_error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no existe)"); + toba_logger::instancia()->error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no existe)"); + throw new toba_error('INSTANCIA: La instancia es invalida. (El archivo de configuracion no existe) revise el log'); } else { //--- Levanto la CONFIGURACION de la instancia // BASE @@ -75,19 +77,22 @@ function cargar_info_ini() $this->datos_ini = toba::config()->get_seccion('instancia'); toba_logger::instancia()->debug("Parametros instancia {$this->identificador}: ".var_export($this->datos_ini, true)); if ( ! isset( $this->datos_ini['base'] ) ) { - throw new toba_error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no posee una entrada 'base')"); + toba_logger::instancia()->error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no posee una entrada 'base')"); + throw new toba_error('INSTANCIA: La instancia es invalida. (El archivo de configuracion no posee una entrada para la base) revise el log'); } $this->ini_base = $this->datos_ini['base']; // PROYECTOS if ( ! isset( $this->datos_ini['proyectos'] ) ) { - throw new toba_error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no posee una entrada 'proyectos')"); + toba_logger::instancia()->error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no posee una entrada 'proyectos')"); + throw new toba_error('INSTANCIA: La instancia es invalida. (El archivo de configuracion no posee una entrada para el proyecto) revise el log'); } $lista_proyectos = array(); if (trim($this->datos_ini['proyectos']) != '') { $lista_proyectos = explode(',', $this->datos_ini['proyectos'] ); $lista_proyectos = array_map('trim',$lista_proyectos); if ( count( $lista_proyectos ) == 0 ) { - throw new toba_error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no posee proyectos asociados. La entrada 'proyectos' debe estar constituida por una lista de proyectos separados por comas)"); + toba_logger::instancia()->error("INSTANCIA: La instancia '{$this->identificador}' es invalida. (El archivo de configuracion '$archivo_ini' no posee proyectos asociados. La entrada 'proyectos' debe estar constituida por una lista de proyectos separados por comas)"); + throw new toba_error('INSTANCIA: La instancia es invalida. (El archivo de configuracion no posee proyectos asociados) revise el log'); } } sort($lista_proyectos); @@ -379,7 +384,8 @@ function vincular_proyecto($proyecto, $path=null, $url=null) $this->generar_ini_rest($proyecto); } else { - throw new toba_error("El proyecto '$proyecto' no existe."); + toba_logger::instancia()->error("El proyecto '$proyecto' no existe."); + throw new toba_error('El proyecto solicitado no existe o no tiene acceso.'); } } @@ -734,7 +740,7 @@ function cargar( $forzar_carga = false, $forzar_crear_db = false ) } $this->get_db()->renombrar_schema($this->get_schema_db(), $schema_backup); } else { - throw new toba_error_modelo_preexiste("INSTANCIA: Ya existe un modelo cargado en la base de datos."); + throw new toba_error_modelo_preexiste('INSTANCIA: Ya existe un modelo cargado en la base de datos.'); } } $this->crear_schema(); @@ -776,7 +782,7 @@ function cargar_tablas_minimas($forzar_carga = false) if ( $forzar_carga ) { $this->eliminar_tablas_minimas(); } else { - throw new toba_error_modelo_preexiste("INSTANCIA: Ya existe un modelo cargado en la base de datos."); + throw new toba_error_modelo_preexiste('INSTANCIA: Ya existe un modelo cargado en la base de datos.'); } } try { @@ -1059,7 +1065,8 @@ function importar_informacion_instancia($instancia_origen, $path_origen, $reempl try { $path = $path_origen.'/instalacion/'.self::dir_prefijo.$instancia_origen; if (! file_exists($path)) { - throw new toba_error("No existe la carpeta $path"); + toba_logger::instancia()->error("No existe la carpeta $path"); + throw new toba_error('No existe la carpeta en la instalacion origen, revise el log'); } $subdirs = toba_manejador_archivos::get_subdirectorios($path); $proyectos = $this->get_lista_proyectos_vinculados(); diff --git a/php/modelo/toba_modelo_nucleo.php b/php/modelo/toba_modelo_nucleo.php index e5cebe6c83..26f306f38a 100644 --- a/php/modelo/toba_modelo_nucleo.php +++ b/php/modelo/toba_modelo_nucleo.php @@ -100,7 +100,8 @@ private function parsear_archivos() //Intento abrir el archivo $fd = @fopen ($archivo, "r"); if(!is_resource($fd)){ - throw new toba_error("ERROR: '$archivo' no es un archivo valido\n"); + toba_logger::instancia()->error("ERROR: '$archivo' no es un archivo valido\n"); + throw new toba_error('ERROR: El archivo procesado no es un archivo valido\n'); } //Recorro el archivo $table = null; //Referencia a una tabla. @@ -134,7 +135,8 @@ private function parsear_archivos() { $temp = preg_split("/(\s*):(\s*)/",$buffer); if(!isset($temp[1])||!isset($temp[2])){ - throw new toba_error("Error parseando la linea: $temp\n (archivo: $archivo)"); + toba_logger::instancia()->error("Error parseando la linea: $temp\n (archivo: $archivo)"); + throw new toba_error('Error parseando archivo, revise el log'); } $tabla[trim($temp[1])]=addslashes(trim($temp[2])); } @@ -174,13 +176,16 @@ private function analizar_tablas() //-- Controles de integridad de la DEFINICION del plan -- if ( $dump_componente && ( $es_instancia || $es_log ) ) { - throw new toba_error("La tabla '$id' posee un error en el plan de dumpeo: componente + (historica || instancia)."); + toba_logger::instancia()->error("La tabla '$id' posee un error en el plan de dumpeo: componente + (historica || instancia)."); + throw new toba_error('Una tabla posee un error en el plan de dumpeo, revise el log.'); } if( $es_instancia && $es_log ) { - throw new toba_error("La tabla '$id' posee un error en el plan de dumpeo: historica + instancia."); + toba_logger::instancia()->error("La tabla '$id' posee un error en el plan de dumpeo: historica + instancia."); + throw new toba_error('Una tabla posee un error en el plan de dumpeo, revise el log'); } if( !( $dump_componente || $dump_proyecto || $dump_nucleo || $dump_permisos || $sin_dump) ) { - throw new toba_error("La tabla '$id' no posee una modalidad de dumpeo definida."); + toba_logger::instancia()->error("La tabla '$id' no posee una modalidad de dumpeo definida."); + throw new toba_error('Una tabla no posee una modalidad de dumpeo definida, revise el log'); } //-- Armo el PLAN -- if ( $es_instancia ) { diff --git a/php/modelo/toba_modelo_pms.php b/php/modelo/toba_modelo_pms.php index 5b32d81c8e..f59a07192a 100644 --- a/php/modelo/toba_modelo_pms.php +++ b/php/modelo/toba_modelo_pms.php @@ -79,7 +79,8 @@ function get($etiqueta) $sql = "SELECT * FROM apex_puntos_montaje WHERE etiqueta=$etiqueta AND proyecto=$proyecto"; $registro = $this->db->consultar_fila($sql); if (empty($registro)) { - throw new toba_error("PUNTOS MONTAJE: El punto de montaje con etiqueta $etiqueta no existe"); + toba_logger::instancia()->error("PUNTOS MONTAJE: El punto de montaje con etiqueta $etiqueta no existe"); + throw new toba_error('PUNTOS MONTAJE: El punto de montaje requerido no existe, revise el log'); } else { return toba_punto_montaje_factory::construir($registro); } @@ -239,7 +240,8 @@ static function get_pm($id, $proyecto) $sql = "SELECT * FROM apex_puntos_montaje WHERE id=$id AND proyecto = $proyecto"; $registro = toba::db()->consultar_fila($sql); if (empty($registro)) { - throw new toba_error("PUNTOS MONTAJE: El punto de montaje con id $id no existe"); + toba_logger::instancia()->error("PUNTOS MONTAJE: El punto de montaje con id $id no existe"); + throw new toba_error('PUNTOS MONTAJE: El punto de montaje requerido no existe, revise el log'); } else { return toba_punto_montaje_factory::construir($registro); } diff --git a/php/modelo/toba_modelo_proyecto.php b/php/modelo/toba_modelo_proyecto.php index 9103e580a9..d6e5f2a0a8 100644 --- a/php/modelo/toba_modelo_proyecto.php +++ b/php/modelo/toba_modelo_proyecto.php @@ -48,7 +48,8 @@ function __construct( toba_modelo_instancia $instancia, $identificador ) $this->identificador = $identificador; $this->dir = $instancia->get_path_proyecto($identificador); if( ! is_dir( $this->dir ) ) { - throw new toba_error("PROYECTO: El proyecto '{$this->identificador}' es invalido. (la carpeta '{$this->dir}' no existe)"); + toba_logger::instancia()->error("PROYECTO: El proyecto '{$this->identificador}' es invalido. (la carpeta '{$this->dir}' no existe)"); + throw new toba_error('PROYECTO: El proyecto solicitado es invalido. (la carpeta no existe o no tiene acceso) revise el log'); } $this->db = $this->instancia->get_db(); toba_contexto_info::set_db($this->get_db()); @@ -362,7 +363,8 @@ function get_parametro($seccion, $parametro=null, $obligatorio=true) if (toba::config()->existe_valor('proyecto', $seccion, $parametro)) { return toba::config()->get_parametro('proyecto', $seccion, $parametro); } elseif ($obligatorio) { - throw new toba_error("INFO_PROYECTO: El parametro '$parametro' no se encuentra definido."); + toba_logger::instancia()->error("INFO_PROYECTO: El parametro '$parametro' no se encuentra definido."); + throw new toba_error('INFO_PROYECTO: El parametro solicitado no se encuentra definido. Revise el log'); } return null; } @@ -397,7 +399,8 @@ function exportar() $existe_vinculo = $this->instancia->existe_proyecto_vinculado( $this->identificador ); $existen_metadatos = $this->instancia->existen_metadatos_proyecto( $this->identificador ); if( !( $existen_metadatos || $existe_vinculo ) ) { - throw new toba_error("PROYECTO: El proyecto '{$this->identificador}' no esta asociado a la instancia actual"); + toba_logger::instancia()->error("PROYECTO: El proyecto '{$this->identificador}' no esta asociado a la instancia actual"); + throw new toba_error('PROYECTO: El proyecto no esta asociado a la instancia actual, revise el log'); } //Verifico que no hubo actualizacion precoz, //no recalculo version aca ya que hasta que no hace commit no cambia. @@ -411,8 +414,8 @@ function exportar() $this->sincronizar_archivos(); $this->generar_checksum(); //Regenero el checksum } catch ( toba_error $e ) { - throw new toba_error( "Proyecto {$this->identificador}: Ha ocurrido un error durante la exportacion:\n". - $e->getMessage() ); + toba_logger::instancia()->error("Proyecto {$this->identificador}: Ha ocurrido un error durante la exportacion:\n". $e->getMessage()); + throw new toba_error('Proyecto: Ha ocurrido un error durante la exportacion, revise el log:'. PHP_EOL); } } @@ -543,7 +546,8 @@ private function & get_contenido_componente( $tipo, $id ) } elseif (isset($metadatos['apex_item'][0]['nombre'])) { $nombre_componente = $metadatos['apex_item'][0]['nombre']; } else { - throw new toba_error("Los metadatos para el componente con id {$id['componente']} no existen"); + toba_logger::instancia()->error("Los metadatos para el componente con id {$id['componente']} no existen"); + throw new toba_error('Los metadatos para el componente no se encuentran o no existen, revise el log'); } //Genero el CONTENIDO $contenido = "------------------------------------------------------------\n"; @@ -618,7 +622,8 @@ function exportar_item($item) $existe_vinculo = $this->instancia->existe_proyecto_vinculado( $this->get_id()); $existen_metadatos = $this->instancia->existen_metadatos_proyecto( $this->get_id() ); if( !( $existen_metadatos || $existe_vinculo ) ) { - throw new toba_error("PROYECTO: El proyecto '{$this->get_id()}' no esta asociado a la instancia actual"); + toba_logger::instancia()->error("PROYECTO: El proyecto '{$this->get_id()}' no esta asociado a la instancia actual"); + throw new toba_error('PROYECTO: El proyecto no esta asociado a la instancia actual, revise el log'); } //Verifico que no hubo actualizacion precoz, //no recalculo version aca ya que hasta que no hace commit no cambia. @@ -630,8 +635,8 @@ function exportar_item($item) $this->get_sincronizador()->sincronizar_agregados(); //Sincronizo los archivos $this->generar_checksum(); //Regenero el checksum } catch ( toba_error $e ) { - throw new toba_error( "Proyecto {$this->identificador}: Ha ocurrido un error durante la exportacion del item $item:\n". - $e->getMessage() ); + toba_logger::instancia()->error("Proyecto {$this->identificador}: Ha ocurrido un error durante la exportacion del item $item:\n". $e->getMessage()); + throw new toba_error('Proyecto: Ha ocurrido un error durante la exportacion del item, revise el log:'. PHP_EOL); } $this->manejador_interface->titulo( "Recuerde que esta operación actualmente no exporta los permisos ni los perfiles para el item." ); @@ -649,7 +654,8 @@ function exportar_componentes_item($item) } $this->manejador_interface->progreso_fin(); } else { - throw new toba_error_def( "No existe el item $item \n"); + toba_logger::instancia()->error("No existe el item $item"); + throw new toba_error_def('El item solicitado no existe o no se encuentra, revise el log'); } } //-- PERFILES ------------------------------------------------------------- @@ -1149,7 +1155,7 @@ function crear_script_generacion_roles_db($dir = '', $perfiles_eliminados=array( foreach ($fuentes as $fuente) { $nombre_archivo = $dir . $prefijo_archivo . '_' . $fuente. '.sql'; if (! empty ($sentencias[$fuente])) { - if (! file_put_contents($nombre_archivo, $sentencias[$fuente])) { + if (! file_put_contents($nombre_archivo, $sentencias[$fuente])) { throw new toba_error('PROYECTO: Se produjo un error en la generación del script, verifique los logs', 'Se produjo un error al guardar los datos para la fuente '. $fuente); } } @@ -1249,7 +1255,8 @@ function cargar() { toba_logger::instancia()->debug("Cargando proyecto '{$this->identificador}'"); if( ! ( $this->instancia->existe_proyecto_vinculado( $this->identificador ) ) ) { - throw new toba_error("PROYECTO: El proyecto '{$this->identificador}' no esta asociado a la instancia actual"); + toba_logger::instancia()->error("PROYECTO: El proyecto '{$this->identificador}' no esta asociado a la instancia actual"); + throw new toba_error('PROYECTO: El proyecto no esta asociado a la instancia actual, revise el log'); } $this->cargar_tablas(); $this->cargar_componentes(); @@ -2490,10 +2497,10 @@ function actualizar_login($pisar_anterior = false, $pm_destino=null) $sql = "SELECT fuente_datos, COALESCE($pm_safe, pm_contexto) as pm_contexto FROM apex_proyecto WHERE proyecto = ".quote($this->identificador); $defecto = toba::db()->consultar_fila($sql); if (empty($defecto['fuente_datos'])) { - throw new toba_error("El proyecto no tiene definida una fuente de datos."); + throw new toba_error('El proyecto no tiene definida una fuente de datos.'); } if (empty($defecto['pm_contexto'])) { - throw new toba_error("El proyecto no tiene definida un punto de montaje para el contexto."); + throw new toba_error('El proyecto no tiene definida un punto de montaje para el contexto.'); } //--- Clonando @@ -2803,7 +2810,8 @@ static function crear( toba_modelo_instancia $instancia, $nombre, $usuarios_a_vi throw new toba_error("INSTALACION: No es posible crear un proyecto con el nombre 'toba'"); } if ( self::existe( $nombre ) ) { - throw new toba_error("INSTALACION: Ya existe una carpeta con el nombre '$nombre' en la carpeta 'proyectos'"); + toba_logger::instancia()->error("INSTALACION: Ya existe una carpeta con el nombre '$nombre' en la carpeta 'proyectos'"); + throw new toba_error("INSTALACION: Ya existe una carpeta con el nombre especificado en la carpeta 'proyectos'"); } try { @@ -2854,7 +2862,8 @@ static function crear( toba_modelo_instancia $instancia, $nombre, $usuarios_a_vi $db->cerrar_transaccion(); } catch ( toba_error $e ) { $db->abortar_transaccion(); - $txt = 'PROYECTO : Ha ocurrido un error durante la carga de METADATOS del PROYECTO. DETALLE: ' . $e->getMessage(); + $txt = 'PROYECTO : Ha ocurrido un error durante la carga de METADATOS del PROYECTO. DETALLE: '; + toba_logger::instancia()->error($txt . $e->getMessage()); throw new toba_error( $txt ); } } catch ( toba_error $e ) { @@ -2952,9 +2961,9 @@ function chequear_actualizacion_prematura() " * Regeneración de proyecto (toba proyecto regenerar)\n\n". "Si en cambio quiere descartar los posibles cambios locales simplemente regenere el proyecto (toba proyecto regenerar)\n\n". "Este mensaje tiene como objetivo prevenir que se edite el proyecto sin antes haber sincronizado el trabajo del resto del equipo."; - throw new toba_error_def($msg); - $this->manejador_interface->progreso_avanzar(); + throw new toba_error_def($msg); } + $this->manejador_interface->progreso_avanzar(); } $this->manejador_interface->progreso_fin(); } diff --git a/php/modelo/toba_modelo_servicio_web.php b/php/modelo/toba_modelo_servicio_web.php index e61702ead2..f3fcc9c7b3 100644 --- a/php/modelo/toba_modelo_servicio_web.php +++ b/php/modelo/toba_modelo_servicio_web.php @@ -181,7 +181,8 @@ static function generar_certificados(toba_modelo_proyecto $proyecto, $directorio //Busco en el directorio de la instalacion de Toba el archivo de configuracion para openssl $dir_inst = $proyecto->get_instalacion()->get_dir(); if (! file_exists($dir_inst.'/openssl.ini')) { - throw new toba_error_usuario("No existe el archivo '$dir_inst/openssl.ini'. Necesita copiarlo de la carpeta toba/php/modelo/var"); + toba_logger::instancia()->error("No existe el archivo '$dir_inst/openssl.ini'. Necesita copiarlo de la carpeta toba/php/modelo/var"); + throw new toba_error_usuario('No existe el archivo de configuración para openssl. Revise el log'); } $modelo = 'toba_modelo_soap'; //($rest) ? 'toba_modelo_rest' : cuando se defina cual es el path de las claves por ahora solo soap @@ -192,13 +193,15 @@ static function generar_certificados(toba_modelo_proyecto $proyecto, $directorio $cmd = "openssl req -x509 -nodes -days 2000 -newkey rsa:2048 -keyout $dir_sign -config $dir_inst/openssl.ini -out $out_cert"; $exito = toba_manejador_procesos::ejecutar($cmd, $stdout, $stderr); if ($exito != '0') { - throw new toba_error_usuario($stderr. "\n Asegurese tener instalados los binarios de OpenSSL y disponibles en el path. Para comprobar ejecute 'openssl version'"); + toba_logger::instancia()->error($stderr. "\n Asegurese tener instalados los binarios de OpenSSL y disponibles en el path. Para comprobar ejecute 'openssl version'"); + throw new toba_error_usuario('Asegurese tener instalados los binarios de OpenSSL y disponibles en el path. Revise el log para mas info'); } $cmd = "openssl rsa -in $dir_sign -out $out_key"; $exito = toba_manejador_procesos::ejecutar($cmd, $stdout, $stderr); if ($exito != '0') { - throw new toba_error_usuario($stderr); + toba_logger::instancia()->error($stderr); + throw new toba_error_usuario('Error ejecutando OpenSSL, revise el log'); } unlink("$dir_sign"); } diff --git a/php/nucleo/componentes/interface/botones/toba_boton.php b/php/nucleo/componentes/interface/botones/toba_boton.php index 18b1a99e94..3ef70223f7 100644 --- a/php/nucleo/componentes/interface/botones/toba_boton.php +++ b/php/nucleo/componentes/interface/botones/toba_boton.php @@ -173,7 +173,8 @@ function set_msg_ayuda($texto) function set_imagen($url_relativa, $origen='apex') { if ($origen != 'apex' && $origen != 'proyecto' ) { - throw new toba_error_def("EVENTO: El origen de la imagen debe ser 'apex' o 'proyecto'. Valor recibido: $origen"); + toba_logger::instancia()->error("EVENTO: El origen de la imagen debe ser 'apex' o 'proyecto'. Valor recibido: $origen"); + throw new toba_error_def('EVENTO: El origen de la imagen no es valido, revise el log'); } $this->datos['imagen_recurso_origen'] = $origen; $this->datos['imagen'] = $url_relativa; diff --git a/php/nucleo/componentes/interface/botones/toba_evento_usuario.php b/php/nucleo/componentes/interface/botones/toba_evento_usuario.php index 3788304a53..c7cdf16369 100644 --- a/php/nucleo/componentes/interface/botones/toba_evento_usuario.php +++ b/php/nucleo/componentes/interface/botones/toba_evento_usuario.php @@ -50,7 +50,8 @@ function vinculo($forzar_instancia=false) } return $this->vinculo; } else { - throw new toba_error_def('El evento "' . $this->get_id() . '" no posee un VINCULO ASOCIADO.'); + toba_logger::instancia()->error('El evento "' . $this->get_id() . '" no posee un VINCULO ASOCIADO.'); + throw new toba_error_def('El evento solicitado no posee un VINCULO ASOCIADO. Revise el log'); } } diff --git a/php/nucleo/componentes/interface/efs/toba_carga_opciones_ef.php b/php/nucleo/componentes/interface/efs/toba_carga_opciones_ef.php index 1f093b9e82..866279be6a 100644 --- a/php/nucleo/componentes/interface/efs/toba_carga_opciones_ef.php +++ b/php/nucleo/componentes/interface/efs/toba_carga_opciones_ef.php @@ -41,7 +41,8 @@ function registrar_cascadas() $this->_cascadas_maestros[$esclavo] = $this->_efs[$esclavo]->get_maestros(); foreach ($this->_cascadas_maestros[$esclavo] as $maestro) { if (! isset($this->_efs[$maestro])) { - throw new toba_error_def("Cascadas: El ef '$maestro' no esta definido"); + toba_logger::instancia()->error("Cascadas: El ef '$maestro' no esta definido"); + throw new toba_error_def('Cascadas: Ef maestro no definido, revise el log'); } $this->_cascadas_esclavos[$maestro][] = $esclavo; @@ -68,6 +69,9 @@ function get_cascadas_maestros() */ function ef_tiene_maestros_seteados($id_ef) { + if (!array_key_exists($id_ef, $this->_efs) || !isset($this->_cascadas_maestros[$id_ef])) { + return false; + } foreach ($this->_cascadas_maestros[$id_ef] as $maestro) { if (! $this->_efs[$maestro]->tiene_estado()) { return false; @@ -132,18 +136,22 @@ function cargar() */ protected function ef_requiere_carga($id_ef) { - return - isset($this->_parametros_carga_efs[$id_ef]['carga_metodo']) + return array_key_exists($id_ef, $this->_efs) + && (isset($this->_parametros_carga_efs[$id_ef]['carga_metodo']) || isset($this->_parametros_carga_efs[$id_ef]['carga_lista']) || isset($this->_parametros_carga_efs[$id_ef]['carga_sql']) - || isset($this->_parametros_carga_efs[$id_ef]['popup_carga_desc_metodo']); + || isset($this->_parametros_carga_efs[$id_ef]['popup_carga_desc_metodo'])); } /** * @ignore */ function ejecutar_metodo_carga_ef($id_ef, $maestros = array()) - { + { + if (!array_key_exists($id_ef, $this->_efs) || !isset($this->_parametros_carga_efs[$id_ef]) || !isset($this->_efs[$id_ef])) { + toba_logger::instancia()->error('Se intenta cargar la cascada de un ef inexistente: '. $id_ef); + throw new toba_error_def('No está definido un método de carga. Revise el log'); + } $parametros = $this->_parametros_carga_efs[$id_ef]; $seleccionable = $this->_efs[$id_ef]->es_seleccionable(); @@ -185,7 +193,8 @@ function ejecutar_metodo_carga_ef($id_ef, $maestros = array()) return $nuevos; } } else { - throw new toba_error_def('No está definido un método de carga. Parámetros: '.var_export($parametros, true)); + toba_logger::instancia()->error('No está definido un método de carga. Parámetros: '.var_export($parametros, true)); + throw new toba_error_def('No está definido un método de carga. Revise el log'); } if (! $this->_efs[$id_ef]->permite_seleccion_multiple()) { $salida = $this->ajustar_descripciones($id_ef, $salida); @@ -227,6 +236,9 @@ function ajustar_descripciones($id_ef, $datos) */ function ejecutar_metodo_carga_descripcion_ef($id_ef, $maestros = array()) { + if (!array_key_exists($id_ef, $this->_efs)) { + return ''; + } $parametros = $this->_parametros_carga_efs[$id_ef]; $parametros['carga_metodo'] = $parametros['popup_carga_desc_metodo']; $parametros['carga_clase'] = $parametros['popup_carga_desc_clase']; @@ -249,7 +261,8 @@ protected function ef_metodo_carga_lista($id_ef, $parametros, $maestros) } elseif (count($campos) == 2) { $valores[trim($campos[0])] = trim($campos[1]); } else { - throw new toba_error_def("La lista de opciones del ef '$id_ef' es incorrecta."); + toba_logger::instancia()->error("La lista de opciones del ef '$id_ef' es incorrecta."); + throw new toba_error_def('La lista de opciones del ef es incorrecta o esta incompleta. Revise el log'); } } return $valores; @@ -305,7 +318,8 @@ protected function ef_metodo_carga_php($id_ef, $parametros, $maestros) $clase = $parametros['carga_clase']; } if (! method_exists($clase, $parametros['carga_metodo'])) { - throw new toba_error_def("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' de la clase '{$parametros['carga_clase']}'"); + toba_logger::instancia()->error("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' de la clase '{$parametros['carga_clase']}'"); + throw new toba_error_def('ERROR en la carga del ef . No existe el método solicitado en la clase indicada. Revise el log'); } $metodo = array($clase, $parametros['carga_metodo']); return call_user_func_array($metodo, $maestros); @@ -313,7 +327,8 @@ protected function ef_metodo_carga_php($id_ef, $parametros, $maestros) //--- Es un metodo del CI contenedor if (! method_exists($this->_controlador->controlador(), $parametros['carga_metodo'])) { $clase = get_class($this->_controlador->controlador()); - throw new toba_error_def("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' en la clase '$clase'"); + toba_logger::instancia()->error("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' en la clase '$clase'"); + throw new toba_error_def('ERROR en la carga del ef . No existe el método solicitado en la clase indicada. Revise el log'); } $dato = call_user_func_array(array($this->_controlador->controlador(), $parametros['carga_metodo']), $maestros); return $dato; @@ -329,7 +344,8 @@ protected function ef_metodo_carga_consulta_php($id_ef, $parametros, $maestros) $objeto = toba::consulta_php($parametros['carga_consulta_php_clase']); $metodo = $parametros['carga_metodo']; if (! method_exists($objeto, $metodo)) { - throw new toba_error_def("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' de la consulta php '{$parametros['carga_consulta_php_clase']}'"); + toba_logger::instancia()->error("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' de la consulta php '{$parametros['carga_consulta_php_clase']}'"); + throw new toba_error_def('ERROR en la carga del ef . No existe el método solicitado en la clase indicada. Revise el log'); } return call_user_func_array(array($objeto, $metodo), $maestros); } @@ -345,7 +361,8 @@ protected function ef_metodo_carga_dt($id_ef, $parametros, $maestros) $dt = toba_constructor::get_runtime(array('proyecto' => $id[0],'componente' => $parametros['carga_dt']), 'toba_datos_tabla'); if (! method_exists($dt, $parametros['carga_metodo'])) { $clase = get_class($dt); - throw new toba_error_def("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' de la clase '$clase'"); + toba_logger::instancia()->error("ERROR en la carga del ef $id_ef. No existe el método '{$parametros['carga_metodo']}' de la clase '$clase'"); + throw new toba_error_def('ERROR en la carga del ef . No existe el método solicitado en la clase indicada. Revise el log'); } return call_user_func_array(array($dt, $parametros['carga_metodo']), $maestros); } @@ -356,6 +373,9 @@ protected function ef_metodo_carga_dt($id_ef, $parametros, $maestros) */ function quitar_ef($ef) { + if (! array_key_exists($ef, $this->_efs)) { + return; + } $esclavos = (isset($this->_cascadas_esclavos[$ef])) ? $this->_cascadas_esclavos[$ef]: array(); foreach($esclavos as $ef_esclavo){ if (isset($this->_efs[$ef_esclavo])){ diff --git a/php/nucleo/componentes/interface/efs/toba_ef.php b/php/nucleo/componentes/interface/efs/toba_ef.php index c5ac36724b..37f38ca9a4 100644 --- a/php/nucleo/componentes/interface/efs/toba_ef.php +++ b/php/nucleo/componentes/interface/efs/toba_ef.php @@ -118,8 +118,8 @@ function __construct($padre,$nombre_formulario,$id,$etiqueta,$descripcion,$dato, if ($cant_claves > 1 || is_array($this->dato)) { $cant_datos = count($this->dato); if (!is_array($this->dato) || count($this->campos_clave) != $cant_datos) { - throw new toba_error_def("EF: {$this->etiqueta}. La cantidad de claves ($cant_claves) - tiene que corresponderse con la cantidad de datos manejados por el EF ($cant_datos)"); + toba_logger::instancia()->error("EF: {$this->etiqueta}. La cantidad de claves ($cant_claves) tiene que corresponderse con la cantidad de datos manejados por el EF ($cant_datos)"); + throw new toba_error_def('EF: La cantidad de datos y claves no coincide, revise el log'); } foreach ($this->dato as $dato){ $this->estado_nulo[$dato] = null; diff --git a/php/nucleo/componentes/interface/efs/toba_ef_combo.php b/php/nucleo/componentes/interface/efs/toba_ef_combo.php index 6825257ea1..76ab42e36a 100644 --- a/php/nucleo/componentes/interface/efs/toba_ef_combo.php +++ b/php/nucleo/componentes/interface/efs/toba_ef_combo.php @@ -158,9 +158,11 @@ function set_estado($estado) //Maneja multiples datos //El estado tiene el formato adecuado? $cant_datos = count($this->dato); - if (count($estado) <> $cant_datos) { - throw new toba_error_def("Ha intentado cargar el combo '{$this->id}' con un array que posee un formato inadecuado " . - " se esperaban {$cant_datos} claves, pero se utilizaron: ". count($estado) . "."); + $cant_estado = count($estado); + if ($cant_estado <> $cant_datos) { + toba_logger::instancia()->error("Ha intentado cargar el combo '{$this->id}' con un array que posee un formato inadecuado " . + " se esperaban {$cant_datos} claves, pero se utilizaron: {$cant_estado}."); + throw new toba_error_def('Ha intentado cargar el ef con un array que posee un formato inadecuado, revise el log '); } } if ($this->es_estado_nulo($estado)) { @@ -189,7 +191,8 @@ function cargar_estado_post() $disponibles = toba::memoria()->get_dato_operacion($this->clave_memoria(true)); if (!isset($disponibles) || ! in_array($seleccion, $disponibles)) { //toba::logger()->info("Fallback a fila modelo Cotejando $seleccion en ".$this->clave_memoria(true)." contra ".var_export($disponibles, true)); - throw new toba_error_seguridad("El ef '{$this->id}' no posee a la opción '$seleccion' entre las enviadas"); + toba_logger::instancia()->error("El ef '{$this->id}' no posee a la opción '$seleccion' entre las enviadas"); + throw new toba_error_seguridad('El ef solicitado no posee a la opción indicada entre las enviadas, revise el log'); } } } @@ -201,8 +204,9 @@ function cargar_estado_post() $cant_datos = count($this->dato); $valores = explode(apex_qs_separador, $seleccion); if (count($valores) <> $cant_datos) { - throw new toba_error_def("Ha intentado cargar el combo '{$this->id}' con un array que posee un formato inadecuado " . + toba_logger::instancia()->error("Ha intentado cargar el combo '{$this->id}' con un array que posee un formato inadecuado " . " se esperaban {$cant_datos} claves, pero se utilizaron: ". count($valores) . "."); + throw new toba_error_def('Ha intentado cargar el combo con un array que posee un formato inadecuado, revise el log '); } $this->estado = array(); for ($i=0; $i < count($this->dato); $i++) { diff --git a/php/nucleo/componentes/interface/efs/toba_ef_multi_seleccion.php b/php/nucleo/componentes/interface/efs/toba_ef_multi_seleccion.php index 588efcb250..c928a0ca01 100644 --- a/php/nucleo/componentes/interface/efs/toba_ef_multi_seleccion.php +++ b/php/nucleo/componentes/interface/efs/toba_ef_multi_seleccion.php @@ -143,8 +143,9 @@ protected function validar_estado_particular($estado) //El estado tiene el formato adecuado? $cant_datos = count($this->dato); if (count($estado) <> $cant_datos) { - throw new toba_error_def("Ha intentado cargar el ef '{$this->id}' con un array que posee un formato inadecuado " . + toba_logger::instancia()->error("Ha intentado cargar el ef '{$this->id}' con un array que posee un formato inadecuado " . " se esperaban {$cant_datos} claves, pero se utilizaron: ". count($estado) . "."); + throw new toba_error_def('Ha intentado cargar el ef con un array que posee un formato inadecuado, revise el log '); } } } @@ -173,7 +174,8 @@ function cargar_estado_post() } $estado = $_POST[$this->id_form]; if (! is_array($estado)) { - throw new toba_error_seguridad("Se esperaba un arreglo, se recibio ".var_export($estado, true)); + toba_logger::instancia()->error("Se esperaba un arreglo, se recibio ".var_export($estado, true)); + throw new toba_error_seguridad('Ha intentado cargar el ef con un formato inadecuado, revise el log '); } //-- Chequeo de seguridad que lo que viene es parte de lo que se ofrecio @@ -185,7 +187,8 @@ function cargar_estado_post() //Busca los valores disponibles en la fila actual if (!isset($por_fila) || ! in_array($valor, $por_fila)) { //toba::logger()->info("Fallback Cotejando $valor en ".$this->clave_memoria(true)." contra ".var_export($por_fila, true)); - throw new toba_error_seguridad("El ef '{$this->id}' no posee a la opción '$valor' entre las enviadas"); + toba_logger::instancia()->error("El ef '{$this->id}' no posee a la opción '$valor' entre las enviadas"); + throw new toba_error_seguridad('El ef no posee la opción indicada entre las enviadas, revise el log '); } } } @@ -198,8 +201,9 @@ function cargar_estado_post() foreach ($estado as $seleccion) { $valores = explode(apex_qs_separador, $seleccion); if (count($valores) <> $cant_datos) { - throw new toba_error_def("Ha intentado cargar el ef '{$this->id}' con un array que posee un formato inadecuado " . + toba_logger::instancia()->error("Ha intentado cargar el ef '{$this->id}' con un array que posee un formato inadecuado " . " se esperaban {$cant_datos} claves, pero se utilizaron: ". count($valores) . "."); + throw new toba_error_def('Ha intentado cargar el ef con un formato inadecuado, revise el log '); } $nuevo = array(); for ($i=0; $i < count($this->dato); $i++) { diff --git a/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna.php b/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna.php index 4dc89f0396..a01ec1081c 100644 --- a/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna.php +++ b/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna.php @@ -50,7 +50,8 @@ function set_estado($estado) if (isset($estado['condicion']) && isset($this->_estado) &&($this->_estado['condicion'] != $estado['condicion'])){ //Si la condicion no viene seteada retorna al default $msg = "Existe una condicion fija para la columna '".$this->get_nombre(). "' la misma no se puede cambiar seteando el estado."; - throw new toba_error_def($msg); + toba_logger::instancia()->error($msg); + throw new toba_error_def('Existe una condicion fija para la columna, la misma no se puede cambiar seteando el estado. Revise el log'); } } @@ -96,7 +97,8 @@ function cargar_estado_post() if (isset($_POST[$this->_id_form_cond])) { $condicion = $_POST[$this->_id_form_cond]; if (! isset($this->_condiciones[$condicion])) { - throw new toba_error_seguridad("La condicion '$condicion' no es una condicion válida"); + toba_logger::instancia()->error("La condicion '$condicion' no es una condicion válida"); + throw new toba_error_seguridad("La condicion indicada no es válida"); } $this->_estado['condicion'] = $condicion; } else { @@ -317,11 +319,13 @@ function hay_condicion_fija() function set_condicion_fija($nombre, $estado = true) { if (!isset($this->_condiciones[$nombre])){ - throw new toba_error_def("No existe la condicion '$nombre' para la columna '". $this->get_nombre()."'"); + toba_logger::instancia()->error("No existe la condicion '$nombre' para la columna '". $this->get_nombre()."'"); + throw new toba_error_def('No existe la condicion señalada para la columna indicada, revise el log'); } if ($this->hay_condicion_fija()){ - throw new toba_error_def("Ya existe una condicion fija para la columna '".$this->get_nombre()."'"); + toba_logger::instancia()->error("Ya existe una condicion fija para la columna '".$this->get_nombre()."'"); + throw new toba_error_def('Ya existe una condicion fija para la columna indicada, revise el log'); } $this->_condicion_default = ($estado) ? $nombre : null; //Si el estado es false se limpia el default @@ -336,7 +340,8 @@ function set_condicion_fija($nombre, $estado = true) function set_condicion_default($nombre) { if (!isset($this->_condiciones[$nombre])){ - throw new toba_error_def("No existe la condicion '$nombre' para la columna '". $this->get_nombre()."'"); + toba_logger::instancia()->error("No existe la condicion '$nombre' para la columna '". $this->get_nombre()."'"); + throw new toba_error_def('No existe la condicion señalada para la columna indicada, revise el log'); } $this->_condicion_default = $nombre; } @@ -368,7 +373,8 @@ function condicion($nombre = null) if (isset($this->_estado)) { return $this->_condiciones[$this->_estado['condicion']]; } else { - throw new toba_error_def("No hay una condicion actualmente seleccionada para la columna '".$this->get_nombre()."'"); + toba_logger::instancia()->error("No hay una condicion actualmente seleccionada para la columna '".$this->get_nombre()."'"); + throw new toba_error_def('No hay una condicion actualmente seleccionada para la columna indicada, revise el log'); } } else { return $this->_condiciones[$nombre]; @@ -387,7 +393,8 @@ function set_condicion(toba_filtro_condicion $condicion, $nombre=null) if (isset($this->_estado)) { $this->_condiciones[$this->_estado['condicion']] = $condicion; } else { - throw new toba_error_def("No hay una condicion actualmente seleccionada para la columna '".$this->get_nombre()."'"); + toba_logger::instancia()->error("No hay una condicion actualmente seleccionada para la columna '".$this->get_nombre()."'"); + throw new toba_error_def('No hay una condicion actualmente seleccionada para la columna indicada, revise el log'); } } else { $this->_condiciones[$nombre] = $condicion; diff --git a/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna_compuesta.php b/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna_compuesta.php index 181b215341..691879d669 100644 --- a/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna_compuesta.php +++ b/php/nucleo/componentes/interface/filtro_columnas/toba_filtro_columna_compuesta.php @@ -29,7 +29,8 @@ function cargar_estado_post() if (isset($_POST[$this->_id_form_cond])) { $condicion = $_POST[$this->_id_form_cond]; if (! isset($this->_condiciones[$condicion])) { - throw new toba_error_seguridad("La condicion '$condicion' no es una condicion válida"); + toba_logger::instancia()->error("La condicion '$condicion' no es una condicion válida"); + throw new toba_error_seguridad("La condicion indicada no es válida"); } //Cargo el estado del ef original $this->_ef->cargar_estado_post(); diff --git a/php/nucleo/componentes/interface/toba_ci.php b/php/nucleo/componentes/interface/toba_ci.php index 7b9560fdc5..fc6a4f66c2 100644 --- a/php/nucleo/componentes/interface/toba_ci.php +++ b/php/nucleo/componentes/interface/toba_ci.php @@ -625,7 +625,8 @@ function pre_configurar() protected function configurar_dep($dep) { if ($this->dependencia_esta_configurada($dep)) { - throw new toba_error_def("La dependencia '$dep' ya ha sido configurada anteriormente"); + toba_logger::instancia()->error("La dependencia '$dep' ya ha sido configurada anteriormente"); + throw new toba_error_def("La dependencia solicitada ya ha sido configurada anteriormente"); } $this->_dependencias_configuradas[] = $dep; //--- Config. por defecto @@ -800,7 +801,8 @@ function set_pantalla($id) if (!$ok && $info_pantalla['identificador'] == $id) { if (in_array($info_pantalla['pantalla'], $no_visibles)) { //-- Restricción funcional pantalla no-visible ------ - throw new toba_error_def($this->get_txt()."No es posible navegar hacia la pantalla '". $id ."' ya que se encuentra oculta por una restricción funcional"); + toba_logger::instancia()->error($this->get_txt()."No es posible navegar hacia la pantalla '". $id ."' ya que se encuentra oculta por una restricción funcional"); + throw new toba_error_def('No es posible navegar hacia la pantalla solicitada, que se encuentra limitada por una restricción funcional'); //-------------- } else { $ok = true; @@ -809,11 +811,13 @@ function set_pantalla($id) } if (! $ok) { - throw new toba_error_def($this->get_txt()."El identificador de pantalla '". $id ."' no está definido en el ci."); + toba_logger::instancia()->error($this->get_txt()."El identificador de pantalla '". $id ."' no está definido en el ci."); + throw new toba_error_def('El identificador de pantalla no está definido en el ci. Revise el log'); } if (isset($this->_pantalla_servicio)) { - throw new toba_error_def($this->get_txt()."No es posible cambiar la pantalla a mostrar porque ya ha sido utilizada."); + toba_logger::instancia()->error($this->get_txt()."No es posible cambiar la pantalla a mostrar porque ya ha sido utilizada."); + throw new toba_error_def('No es posible cambiar la pantalla porque ya ha sido utilizada. Revise el log'); } $this->_pantalla_id_servicio = $id; } @@ -870,7 +874,8 @@ function servicio__ajax() $metodo = 'ajax__'.trim(toba::memoria()->get_parametro('ajax-metodo')); $metodo = substr($metodo,0,80); if (!isset($this->_metodos_ajax) || !in_array($metodo, $this->_metodos_ajax)) { - throw new toba_error_seguridad("Invocación AJAX incorrecta, el metodo $metodo no existe"); + toba_logger::instancia()->error("Invocación AJAX incorrecta, el metodo $metodo no existe"); + throw new toba_error_seguridad('Invocación AJAX incorrecta, revise el log'); } $parametros = trim(toba::memoria()->get_parametro('ajax-param')); $modo = trim(toba::memoria()->get_parametro('ajax-modo')); diff --git a/php/nucleo/componentes/interface/toba_ei.php b/php/nucleo/componentes/interface/toba_ei.php index 969d31c467..d5aa8505b2 100644 --- a/php/nucleo/componentes/interface/toba_ei.php +++ b/php/nucleo/componentes/interface/toba_ei.php @@ -155,9 +155,11 @@ function evento($id) return $this->_eventos_usuario_utilizados[$id]; } else { if(isset($this->_eventos_usuario[$id])){ - throw new toba_error_def($this->get_txt(). " El EVENTO '$id' no esta asociado actualmente al componente."); + toba_logger::instancia()->error($this->get_txt(). " El EVENTO '$id' no esta asociado actualmente al componente."); + throw new toba_error_def(' El EVENTO no esta definido o asociado al componente. Revise el log'); } else { - throw new toba_error_def($this->get_txt(). " El EVENTO '$id' no está definido."); + toba_logger::instancia()->error($this->get_txt(). " El EVENTO '$id' no está definido."); + throw new toba_error_def(' El EVENTO no esta definido o asociado al componente. Revise el log'); } } } @@ -171,8 +173,8 @@ function agregar_evento($id) if(isset($this->_eventos_usuario[ $id ])){ $this->_eventos_usuario_utilizados[ $id ] = $this->_eventos_usuario[ $id ]; } else { - throw new toba_error_def($this->get_txt(). - " Se quiere agregar el EVENTO '$id', pero no está definido."); + toba_logger::instancia()->error($this->get_txt()." Se quiere agregar el EVENTO '$id', pero no está definido."); + throw new toba_error_def(' Se quiere agregar un EVENTO no definido. Revise el log'); } } @@ -208,8 +210,8 @@ function eliminar_evento($id) toba::logger()->debug("Se elimino el evento: $id", 'toba'); } } else { - throw new toba_error_def($this->get_txt(). - " Se quiere eliminar el EVENTO '$id', pero no está definido."); + toba_logger::instancia()->error($this->get_txt(). " Se quiere eliminar el EVENTO '$id', pero no está definido."); + throw new toba_error_def(' Se quiere eliminar un EVENTO no definido. Revise el log'); } } diff --git a/php/nucleo/componentes/interface/toba_ei_arbol.php b/php/nucleo/componentes/interface/toba_ei_arbol.php index 391d6cd80c..2af977d726 100644 --- a/php/nucleo/componentes/interface/toba_ei_arbol.php +++ b/php/nucleo/componentes/interface/toba_ei_arbol.php @@ -456,7 +456,8 @@ public function recorrer_recursivo($nodo, $es_raiz = false, $nivel = 0, $solo_co if (isset($this->ids[$id_nodo])) { $clase = get_class($nodo); $clase_vieja = $this->ids[$id_nodo]; - throw new toba_error("Error al procesar el nodo '$id_nodo' de clase '$clase'. Ya existe el mismo id de clase '$clase_vieja'"); + toba_logger::instancia()->error("Error al procesar el nodo '$id_nodo' de clase '$clase'. Ya existe el mismo id de clase '$clase_vieja'"); + throw new toba_error('Error al procesar el nodo. Revise el log'); } $this->ids[$id_nodo] = get_class($nodo); } diff --git a/php/nucleo/componentes/interface/toba_ei_archivos.php b/php/nucleo/componentes/interface/toba_ei_archivos.php index ae4bf8675a..fb17bbe36c 100644 --- a/php/nucleo/componentes/interface/toba_ei_archivos.php +++ b/php/nucleo/componentes/interface/toba_ei_archivos.php @@ -69,7 +69,7 @@ function disparar_eventos() //--- Chequeo de seguridad if (isset($this->_path_absoluto)) { if (strpos(realpath($seleccion), realpath($this->_path_absoluto)) !== 0) { - throw new toba_error_seguridad("El path es invalido"); + throw new toba_error_seguridad('El path es invalido'); } } $this->_dir_actual = toba_manejador_archivos::path_a_unix(realpath($seleccion)); @@ -133,7 +133,8 @@ protected function validacion_basica_nombre($nombre) if ( strpos($nombre,$char) !== false ) { $invs = array_map('addslashes',$this->_caracteres_invalidos_nombres); $invs = implode(', ', $invs); - throw new toba_error_validacion("El nombre $nombre posee caracteres invalidos ($invs)"); + toba_logger::instancia()->error("El nombre $nombre posee caracteres invalidos ($invs)"); + throw new toba_error_validacion('El nombre no es válido, revise el log'); } } } diff --git a/php/nucleo/componentes/interface/toba_ei_cuadro.php b/php/nucleo/componentes/interface/toba_ei_cuadro.php index f7d0123c80..e5921de698 100644 --- a/php/nucleo/componentes/interface/toba_ei_cuadro.php +++ b/php/nucleo/componentes/interface/toba_ei_cuadro.php @@ -377,7 +377,8 @@ function set_grupo_columnas($nombre_grupo, $columnas) $this->_agrupacion_columnas[$nombre_grupo] = $columnas; foreach ($columnas as $columna) { if (! isset($this->_columnas[$columna])) { - throw new toba_error_def("No es posible agrupar las columnas, la columna '$columna' no existe"); + toba_logger::instancia()->error("No es posible agrupar las columnas, la columna '$columna' no existe"); + throw new toba_error_def('No es posible agrupar las columnas, revise el log'); } $this->_columnas[$columna]['grupo'] = $nombre_grupo; } @@ -435,7 +436,8 @@ protected function inspeccionar_sumarizaciones_usuario() if(! is_null($id)) { if(isset($this->_sum_usuario[$id])){ - throw new toba_error_def("Las funciones de sumarizacion deben tener IDs unicos. El id '$id' ya existe"); + toba_logger::instancia()->error("Las funciones de sumarizacion deben tener IDs unicos. El id '$id' ya existe"); + throw new toba_error_def('La funcion de sumarizacion no es correcta, revise el log'); } // Agrego la sumarizacion en la pila de sumarizaciones. $this->_sum_usuario[$id]['metodo'] = $metodo->getName(); @@ -590,9 +592,10 @@ protected function validar_estructura_datos() } } if(count($error)>0){ - throw new toba_error_def( $this->get_txt() . + toba_logger::instancia()->error( $this->get_txt() . " El array provisto para cargar el cuadro posee un formato incorrecto\n" . " Las columnas: '". implode("', '",$error) ."' NO EXISTEN"); + throw new toba_error_def(' El array provisto para cargar el cuadro posee un formato incorrecto'. PHP_EOL); } } @@ -790,7 +793,8 @@ protected function cargar_eventos_multiples() private function validar_y_separar_clave(&$klave) { if (! isset($this->_memoria['claves_enviadas']) || ! in_array($klave, $this->_memoria['claves_enviadas'])) { - throw new toba_error_seguridad($this->get_txt()." La clave '$klave' del cuadro no estaba entre las enviadas"); + toba_logger::instancia()->error($this->get_txt()." La clave '$klave' del cuadro no estaba entre las enviadas"); + throw new toba_error_seguridad(' La clave seleccionada no es valida'); } if ($this->_modo_clave_segura) { $aux = (isset($this->_mapeo_clave_segura[$klave])) ? $this->_mapeo_clave_segura[$klave] : array(); @@ -1025,7 +1029,7 @@ function eliminar_corte_control($corte) function deshabilitar_corte_control($corte) { if (! isset($this->_cortes_indice[$corte])) { - toba::logger()->error("Se quiere eliminar el corte '$corte' y no existe"); + toba::logger()->error("Se quiere deshabilitar el corte '$corte' y no existe"); throw new toba_error_def(' Se desea eliminar un corte de control inexistente.'); } //Esto solo debe hacer que el corte no se grafique @@ -1035,7 +1039,7 @@ function deshabilitar_corte_control($corte) function habilitar_corte_control($corte) { if (! isset($this->_cortes_indice[$corte])) { - toba::logger()->error("Se quiere eliminar el corte '$corte' y no existe"); + toba::logger()->error("Se quiere habilitar el corte '$corte' y no existe"); throw new toba_error_def(' Se desea eliminar un corte de control inexistente.'); } //Esto restaura el corte para su grafico. @@ -1742,7 +1746,8 @@ private function get_sentido_ordenamiento($valor = 'asc') }elseif ($valor == 'des') { $sentido = SORT_DESC; }else{ - throw new toba_error_def('Sentido de ordenamiento inválido: '. $valor); + toba_logger::instancia()->error('Sentido de ordenamiento inválido: '. $valor); + throw new toba_error_def('Sentido de ordenamiento inválido'); } return $sentido; } @@ -1963,9 +1968,11 @@ function set_datos($datos) { $this->datos = $datos; if (!is_array($this->datos)) { - throw new toba_error_def( $this->get_txt() . + toba_logger::instancia()->error( $this->get_txt() . " El parametro para cargar el cuadro posee un formato incorrecto:" . "Se esperaba un arreglo de dos dimensiones con formato recordset."); + + throw new toba_error_def(' El parametro para cargar el cuadro posee un formato incorrecto, revise el log'); } if (count($this->datos) > 0 ) { $this->validar_estructura_datos(); @@ -2082,7 +2089,8 @@ function generar_html() protected function generar_salida($tipo, $objeto_toba_salida = null) { if($tipo!="html" && $tipo!="impresion_html" && $tipo!="pdf" && $tipo!='excel' && $tipo!='xml'){ - throw new toba_error_seguridad("El tipo de salida '$tipo' es invalida"); + toba_logger::instancia()->error("El tipo de salida '$tipo' es invalida"); + throw new toba_error_seguridad("El tipo de salida indicado es invalido, revise el log"); } $this->_tipo_salida = $tipo; $this->instanciar_manejador_tipo_salida($tipo); diff --git a/php/nucleo/componentes/interface/toba_ei_filtro.php b/php/nucleo/componentes/interface/toba_ei_filtro.php index 3ddd5fddd7..3c56837882 100644 --- a/php/nucleo/componentes/interface/toba_ei_filtro.php +++ b/php/nucleo/componentes/interface/toba_ei_filtro.php @@ -188,12 +188,14 @@ protected function cargar_post() $validacion = $this->_columnas[$id]->validar_estado(); if ($validacion !== true) { $etiqueta = $this->_columnas[$id]->get_etiqueta(); - throw new toba_error_validacion($etiqueta.': '.$validacion, $this->_columnas[$id]); + toba_logger::instancia()->error($etiqueta.': '.$validacion, $this->_columnas[$id]); + throw new toba_error_validacion('Se produjo un error en la validación de la columna, revise el log'); } $this->_columnas_datos[$id] = $this->_columnas[$id]; } else { if ($columna->es_obligatorio()) { - throw new toba_error_validacion("La columna $id es obligatoria"); + toba_logger::instancia()->info("La columna $id es obligatoria"); + throw new toba_error_validacion("La columna es obligatoria"); } } } @@ -467,27 +469,30 @@ protected function analizar_visualizacion_columna($columna) function servicio__cascadas_columnas() { if (! isset($_GET['cascadas-col']) || ! isset($_GET['cascadas-maestros'])) { - throw new toba_error_seguridad("Cascadas: Invocación incorrecta"); + throw new toba_error_seguridad('Cascadas: Invocación incorrecta'); } toba::memoria()->desactivar_reciclado(); $id_columna = trim(toba::memoria()->get_parametro('cascadas-col')); if (! $this->existe_columna($id_columna)) { - throw new toba_error_seguridad($this->get_txt()." No existe la columna '$id_columna'"); + toba_logger::instancia()->error($this->get_txt()." No existe la columna '$id_columna'"); + throw new toba_error_seguridad(' No existe la columna indicada'); } $maestros = array(); $cascadas_maestros = $this->_carga_opciones_ef->get_cascadas_maestros(); - $ids_maestros = $cascadas_maestros[$id_columna]; + $ids_maestros = (!isset($cascadas_maestros[$id_columna]) || !is_array($cascadas_maestros[$id_columna])) ? [] : $cascadas_maestros[$id_columna]; foreach (explode('-|-', toba::memoria()->get_parametro('cascadas-maestros')) as $par) { if (trim($par) != '') { $param = explode("-;-", trim($par)); if (count($param) != 2) { - throw new toba_error_seguridad("Cascadas: Cantidad incorrecta de parametros ($par)."); + toba_logger::instancia()->error("Cascadas: Cantidad incorrecta de parametros ($par)."); + throw new toba_error_seguridad('Cascadas: parametros incorrectos.'); } $id_col_maestro = $param[0]; //--- Verifique que este entre los maestros y lo elimina de la lista if (!in_array($id_col_maestro, $ids_maestros)) { - throw new toba_error_seguridad("Cascadas: El ef '$id_col_maestro' no esta entre los maestros de '$id_columna'"); + toba_logger::instancia()->error("Cascadas: El ef '$id_col_maestro' no esta entre los maestros de '$id_columna'"); + throw new toba_error_seguridad('Cascadas: El ef no esta entre los maestros de la columna indicada, revise el log'); } array_borrar_valor($ids_maestros, $id_col_maestro); @@ -498,7 +503,8 @@ function servicio__cascadas_columnas() } else { //--- Manejo de claves múltiples if (count($valores) != count($campos)) { - throw new toba_error("Cascadas: El ef $id_col_maestro maneja distinta cantidad de datos que los campos pasados"); + toba_logger::instancia()->error("Cascadas: El ef $id_col_maestro maneja distinta cantidad de datos que los campos pasados"); + throw new toba_error('Cascadas: parametros incorrectos.'); } $valores_clave = array(); for ($i=0; $i < count($campos) ; $i++) { @@ -511,7 +517,8 @@ function servicio__cascadas_columnas() //--- Recorro la lista de maestros para ver si falta alguno. Permite tener ocultos como maestros foreach ($ids_maestros as $id_col_maestro) { if (is_null($this->columna($id_col_maestro)->get_estado())) { - throw new toba_error_seguridad("Cascadas: El ef maestro '$id_col_maestro' no tiene estado cargado"); + toba_logger::instancia()->error("Cascadas: El ef maestro '$id_col_maestro' no tiene estado cargado"); + throw new toba_error_seguridad('Cascadas: Ef maestro no cargado'); } $maestros[$id_col_maestro] = $this->columna($id_col_maestro)->get_estado(); } @@ -549,28 +556,30 @@ function servicio__cascadas_columnas() function servicio__filtrado_ef_ce() { if (! isset($_GET['filtrado-ce-ef']) || ! isset($_GET['filtrado-ce-valor'])) { - throw new toba_error_seguridad("Filtrado de combo editable: Invocación incorrecta"); + throw new toba_error_seguridad('Filtrado de combo editable: Invocación incorrecta'); } toba::memoria()->desactivar_reciclado(); - $id_ef = trim(toba::memoria()->get_parametro('filtrado-ce-ef')); + $id_ef = trim(toba::memoria()->get_parametro('filtrado-ce-ef')); $filtro = trim(toba::memoria()->get_parametro('filtrado-ce-valor')); - $fila_actual = trim(toba::memoria()->get_parametro('filtrado-ce-fila')); + //$fila_actual = trim(toba::memoria()->get_parametro('filtrado-ce-fila')); //--- Resuelve la cascada $maestros = array($id_ef => $filtro); $cascadas_maestros = $this->_carga_opciones_ef->get_cascadas_maestros(); - $ids_maestros = $cascadas_maestros[$id_ef]; + $ids_maestros = (!isset($cascadas_maestros[$id_ef]) || !is_array($cascadas_maestros[$id_ef])) ? [] : $cascadas_maestros[$id_ef]; foreach (explode('-|-', toba::memoria()->get_parametro('cascadas-maestros')) as $par) { if (trim($par) != '') { $param = explode("-;-", trim($par)); if (count($param) != 2) { - throw new toba_error_seguridad("Filtrado de combo editable: Cantidad incorrecta de parametros ($par)."); + toba_logger::instancia()->error("Filtrado de combo editable: Cantidad incorrecta de parametros ($par)."); + throw new toba_error_seguridad('Filtrado de combo editable: parametros incorrectos.'); } $id_ef_maestro = $param[0]; //--- Verifique que este entre los maestros y lo elimina de la lista if (!in_array($id_ef_maestro, $ids_maestros)) { - throw new toba_error_seguridad("Filtrado de combo editable: El ef '$id_ef_maestro' no esta entre los maestros de '$id_ef'"); + toba_logger::instancia()->error("Filtrado de combo editable: El ef '$id_ef_maestro' no esta entre los maestros de '$id_ef'"); + throw new toba_error_seguridad('Filtrado de combo editable: El ef no esta entre los maestros de la columna indicada, revise el log'); } array_borrar_valor($ids_maestros, $id_ef_maestro); @@ -581,7 +590,8 @@ function servicio__filtrado_ef_ce() } else { //--- Manejo de claves múltiples if (count($valores) != count($campos)) { - throw new toba_error_def("Filtrado de combo editable: El ef $id_ef_maestro maneja distinta cantidad de datos que los campos pasados"); + toba_logger::instancia()->error("Filtrado de combo editable: El ef $id_ef_maestro maneja distinta cantidad de datos que los campos pasados"); + throw new toba_error_def('Filtrado de combo editable: parametros incorrectos.'); } $valores_clave = array(); for ($i=0; $i < count($campos) ; $i++) { @@ -595,7 +605,8 @@ function servicio__filtrado_ef_ce() foreach ($ids_maestros as $id_ef_maestro) { $this->columna($id_ef_maestro)->cargar_estado_post(); if (! $this->columna($id_ef_maestro)->tiene_estado()) { - throw new toba_error_seguridad("Filtrado de combo editable: El ef maestro '$id_ef_maestro' no tiene estado cargado"); + toba_logger::instancia()->error("Filtrado de combo editable: El ef maestro '$id_ef_maestro' no tiene estado cargado"); + throw new toba_error_seguridad('Filtrado de combo editable: Ef maestro no cargado'); } $maestros[$id_ef_maestro] = $this->columna($id_ef_maestro)->get_estado(); } @@ -624,14 +635,15 @@ function servicio__filtrado_ef_ce() function servicio__filtrado_ef_ce_validar() { if (! isset($_GET['filtrado-ce-ef']) || ! isset($_GET['filtrado-ce-valor'])) { - throw new toba_error_seguridad("Validación de combo editable: Invocación incorrecta"); + throw new toba_error_seguridad('Validación de combo editable: Invocación incorrecta'); } $id_ef = trim(toba::memoria()->get_parametro('filtrado-ce-ef')); $valor = trim(toba::memoria()->get_parametro('filtrado-ce-valor')); //$fila_actual = trim(toba::memoria()->get_parametro('filtrado-ce-fila')); + $escaper = toba::escaper(); $descripcion = $this->_carga_opciones_ef->ejecutar_metodo_carga_descripcion_ef($id_ef, $valor); - $estado = array($valor => $descripcion); + $estado = array($escaper->escapeJs($valor) => $escaper->escapeJs($descripcion)); //--- Se arma la respuesta en formato JSON $json = new Services_JSON(); diff --git a/php/nucleo/componentes/interface/toba_ei_formulario.php b/php/nucleo/componentes/interface/toba_ei_formulario.php index 1f523822a2..0696c7b401 100644 --- a/php/nucleo/componentes/interface/toba_ei_formulario.php +++ b/php/nucleo/componentes/interface/toba_ei_formulario.php @@ -406,7 +406,8 @@ function validar_estado() if ($validacion !== true) { $this->_efs_invalidos[$ef] = str_replace("'", '"', $validacion); $etiqueta = $this->_elemento_formulario[$ef]->get_etiqueta(); - throw new toba_error_validacion($etiqueta.': '.$validacion, $this->ef($ef)); + toba_logger::instancia()->error($etiqueta.': '.$validacion, $this->ef($ef)); + throw new toba_error_validacion('Se produjo un error en la validacion del ef, revise el log'); } } } @@ -516,7 +517,8 @@ function set_solo_lectura($efs=null, $readonly=true) if(isset($this->_elemento_formulario[$ef])){ $this->_elemento_formulario[$ef]->set_solo_lectura($readonly); }else{ - throw new toba_error_def("El ef '$ef' no existe"); + toba_logger::instancia()->error("El ef '$ef' no existe"); + throw new toba_error_def('El ef solicitado no existe'); } } } @@ -540,7 +542,8 @@ function set_efs_obligatorios($efs=null, $obligatorios=true) { $this->_elemento_formulario[$ef]->set_obligatorio($obligatorios); $this->_memoria['efs'][$ef]['obligatorio'] = $obligatorios; } else { - throw new toba_error_def("El ef '$ef' no existe"); + toba_logger::instancia()->error("El ef '$ef' no existe"); + throw new toba_error_def('El ef solicitado no existe'); } } } @@ -556,7 +559,8 @@ function desactivar_validacion_ef($ef) $this->_elemento_formulario[$ef]->desactivar_validacion(true); $this->_memoria['efs'][$ef]['desactivar_validacion'] = 1; } else { - throw new toba_error_def("El ef '$ef' no existe"); + toba_logger::instancia()->error("El ef '$ef' no existe"); + throw new toba_error_def('El ef solicitado no existe'); } } @@ -580,7 +584,8 @@ function desactivar_efs($efs=null) array_splice($this->_lista_ef_post, $pos, 1); $this->_carga_opciones_ef->quitar_ef($ef); } else { - throw new toba_error_def("No se puede desactivar el ef '$ef' ya que no se encuentra en la lista de efs activos"); + toba_logger::instancia()->error("No se puede desactivar el ef '$ef' ya que no se encuentra en la lista de efs activos"); + throw new toba_error_def('No se puede desactivar el ef solicitado, no se encuentra en la lista de efs activos, revise el log'); } } $this->_carga_opciones_ef->registrar_cascadas(); @@ -614,9 +619,9 @@ function get_datos() if (is_array($dato)){ //El EF maneja DATO COMPUESTO if ($this->_elemento_formulario[$ef]->es_estado_unico()) { if ((count($dato))!=(count($estado))) {//Error de consistencia interna del EF - throw new toba_error_def("Error de consistencia interna en el EF etiquetado: ". - $this->_elemento_formulario[$ef]->get_etiqueta(). - "\nRecibido: ".var_export($estado, true)); + toba_logger::instancia()->error("Error de consistencia interna en el EF etiquetado: ". + $this->_elemento_formulario[$ef]->get_etiqueta()."\nRecibido: ".var_export($estado, true)); + throw new toba_error_def('Error de consistencia interna en el EF, revise el log'); } for($x=0;$x_elemento_formulario[$ef]->get_etiqueta(). - "\nRecibido: ".var_export($sub_estado, true)); + toba_logger::instancia()->error("Error de consistencia interna en el EF etiquetado: ". + $this->_elemento_formulario[$ef]->get_etiqueta()."\nRecibido: ".var_export($sub_estado, true)); + throw new toba_error_def('Error de consistencia interna en el EF, revise el log'); } for ($x=0;$xget_parametro('cascadas-ef')); if (! $this->existe_ef($id_ef)) { - throw new toba_error_seguridad($this->get_txt()." No existe ef '$id_ef'"); + toba_logger::instancia()->error($this->get_txt()." No existe ef '$id_ef'"); + throw new toba_error_seguridad(' No existe el ef indicado'); } $fila_actual = trim(toba::memoria()->get_parametro('cascadas-fila')); $maestros = array(); $cascadas_maestros = $this->_carga_opciones_ef->get_cascadas_maestros(); - $ids_maestros = $cascadas_maestros[$id_ef]; + $ids_maestros = (!isset($cascadas_maestros[$id_ef]) || !is_array($cascadas_maestros[$id_ef])) ? [] : $cascadas_maestros[$id_ef]; foreach (explode('-|-', toba::memoria()->get_parametro('cascadas-maestros')) as $par) { if (trim($par) != '') { $param = explode("-;-", trim($par)); if (count($param) != 2) { - throw new toba_error_seguridad("Cascadas: Cantidad incorrecta de parametros ($par)."); + toba_logger::instancia()->error("Cascadas: Cantidad incorrecta de parametros ($par)."); + throw new toba_error_seguridad('Cascadas: parametros incorrectos.'); } $id_ef_maestro = $param[0]; //--- Verifique que este entre los maestros y lo elimina de la lista if (!in_array($id_ef_maestro, $ids_maestros)) { - throw new toba_error_seguridad("Cascadas: El ef '$id_ef_maestro' no esta entre los maestros de '$id_ef'"); + toba_logger::instancia()->error("Cascadas: El ef '$id_ef_maestro' no esta entre los maestros de '$id_ef'"); + throw new toba_error_seguridad('Cascadas: El ef no esta entre los maestros requeridos, revise el log'); } array_borrar_valor($ids_maestros, $id_ef_maestro); @@ -804,7 +812,8 @@ function servicio__cascadas_efs() } else { //--- Manejo de claves múltiples if (count($valores) != count($campos)) { - throw new toba_error("Cascadas: El ef $id_ef_maestro maneja distinta cantidad de datos que los campos pasados"); + toba_logger::instancia()->error("Cascadas: El ef $id_ef_maestro maneja distinta cantidad de datos que los campos pasados"); + throw new toba_error('Cascadas: parametros incorrectos.'); } $valores_clave = array(); for ($i=0; $i < count($campos) ; $i++) { @@ -822,7 +831,8 @@ function servicio__cascadas_efs() $this->ef($id_ef_maestro)->cargar_estado_post(); } if (! $this->ef($id_ef_maestro)->tiene_estado()) { - throw new toba_error_seguridad("Cascadas: El ef maestro '$id_ef_maestro' no tiene estado cargado"); + toba_logger::instancia()->error("Cascadas: El ef maestro '$id_ef_maestro' no tiene estado cargado"); + throw new toba_error_seguridad('Cascadas: Ef maestro no cargado'); } $maestros[$id_ef_maestro] = $this->ef($id_ef_maestro)->get_estado(); } @@ -863,28 +873,33 @@ function servicio__cascadas_efs() function servicio__filtrado_ef_ce() { if (! isset($_GET['filtrado-ce-ef']) || ! isset($_GET['filtrado-ce-valor'])) { - throw new toba_error_seguridad("Filtrado de combo editable: Invocación incorrecta"); + throw new toba_error_seguridad('Filtrado de combo editable: Invocación incorrecta'); } toba::memoria()->desactivar_reciclado(); - $id_ef = trim(toba::memoria()->get_parametro('filtrado-ce-ef')); + $id_ef = trim(toba::memoria()->get_parametro('filtrado-ce-ef')); + if (! $this->existe_ef($id_ef)) { + toba_logger::instancia()->error($this->get_txt()." No existe ef '$id_ef'"); + throw new toba_error_seguridad(' No existe el ef indicado'); + } + $filtro = trim(toba::memoria()->get_parametro('filtrado-ce-valor')); $fila_actual = trim(toba::memoria()->get_parametro('filtrado-ce-fila')); - - //--- Resuelve la cascada - $maestros = array($id_ef => $filtro); + $maestros = array($id_ef => $filtro); $cascadas_maestros = $this->_carga_opciones_ef->get_cascadas_maestros(); - $ids_maestros = $cascadas_maestros[$id_ef]; + $ids_maestros = (!isset($cascadas_maestros[$id_ef]) || !is_array($cascadas_maestros[$id_ef])) ? [] : $cascadas_maestros[$id_ef]; foreach (explode('-|-', toba::memoria()->get_parametro('cascadas-maestros')) as $par) { if (trim($par) != '') { $param = explode("-;-", trim($par)); if (count($param) != 2) { - throw new toba_error_seguridad("Filtrado de combo editable: Cantidad incorrecta de parametros ($par)."); + toba_logger::instancia()->error("Filtrado de combo editable: Cantidad incorrecta de parametros ($par)."); + throw new toba_error_seguridad('Filtrado de combo editable: parametros incorrectos.'); } $id_ef_maestro = $param[0]; //--- Verifique que este entre los maestros y lo elimina de la lista if (!in_array($id_ef_maestro, $ids_maestros)) { - throw new toba_error_seguridad("Filtrado de combo editable: El ef '$id_ef_maestro' no esta entre los maestros de '$id_ef'"); + toba_logger::instancia()->error("Filtrado de combo editable: El ef '$id_ef_maestro' no esta entre los maestros de '$id_ef'"); + throw new toba_error_seguridad('Filtrado de combo editable: El ef no esta entre los maestros del ef indicado, revise el log'); } array_borrar_valor($ids_maestros, $id_ef_maestro); @@ -895,7 +910,8 @@ function servicio__filtrado_ef_ce() } else { //--- Manejo de claves múltiples if (count($valores) != count($campos)) { - throw new excepction_toba("Filtrado de combo editable: El ef $id_ef_maestro maneja distinta cantidad de datos que los campos pasados"); + toba_logger::instancia()->error("Filtrado de combo editable: El ef $id_ef_maestro maneja distinta cantidad de datos que los campos pasados"); + throw new toba_error_def('Filtrado de combo editable: parametros incorrectos.'); } $valores_clave = array(); for ($i=0; $i < count($campos) ; $i++) { @@ -913,7 +929,8 @@ function servicio__filtrado_ef_ce() $this->ef($id_ef_maestro)->cargar_estado_post(); } if (! $this->ef($id_ef_maestro)->tiene_estado()) { - throw new toba_error_seguridad("Filtrado de combo editable: El ef maestro '$id_ef_maestro' no tiene estado cargado"); + toba_logger::instancia()->error("Filtrado de combo editable: El ef maestro '$id_ef_maestro' no tiene estado cargado"); + throw new toba_error_seguridad('Filtrado de combo editable: Ef maestro no cargado'); } $maestros[$id_ef_maestro] = $this->ef($id_ef_maestro)->get_estado(); } @@ -944,17 +961,18 @@ function servicio__filtrado_ef_ce() function servicio__filtrado_ef_ce_validar() { if (! isset($_GET['filtrado-ce-ef']) || ! isset($_GET['filtrado-ce-valor'])) { - throw new toba_error_seguridad("Validación de combo editable: Invocación incorrecta"); + throw new toba_error_seguridad('Validación de combo editable: Invocación incorrecta'); } $id_ef = trim(toba::memoria()->get_parametro('filtrado-ce-ef')); $valor = trim(toba::memoria()->get_parametro('filtrado-ce-valor')); //$fila_actual = trim(toba::memoria()->get_parametro('filtrado-ce-fila')); + $escaper = toba::escaper(); $descripcion = $this->_carga_opciones_ef->ejecutar_metodo_carga_descripcion_ef($id_ef, $valor); - $estado = array($valor => $descripcion); + $estado = array($escaper->escapeJs($valor) => $escaper->escapeJs($descripcion)); //--- Se arma la respuesta en formato JSON - $json = new Services_JSON(); + $json = new Services_JSON(); echo $json->encode($estado); } @@ -1043,7 +1061,8 @@ protected function generar_layout_template() $atributos[$partes[0]] = $partes[1]; } if (! isset($atributos['id'])) { - throw new toba_error_def($this->get_txt()."Tag [ef] incorrecto, falta atributo id"); + toba_logger::instancia()->error($this->get_txt()."Tag [ef] incorrecto, falta atributo id"); + throw new toba_error_def("Tag [ef] incorrecto falta atributo, revise el log"); } $etiqueta_mostrar = true; if (isset($atributos['etiqueta_mostrar']) && $atributos['etiqueta_mostrar'] == 0) { @@ -1058,7 +1077,8 @@ protected function generar_layout_template() } echo $salida; } else { - throw new toba_error_def($this->get_txt()."Template incorrecto"); + toba_logger::instancia()->error($this->get_txt().'Template incorrecto no cumple con la ER'); + throw new toba_error_def('Template incorrecto'); } } @@ -1107,7 +1127,8 @@ protected function generar_layout_template_impresion() $atributos[$partes[0]] = $partes[1]; } if (! isset($atributos['id'])) { - throw new toba_error_def($this->get_txt()."Tag [ef] incorrecto, falta atributo id"); + toba_logger::instancia()->error($this->get_txt()."Tag [ef] incorrecto, falta atributo id"); + throw new toba_error_def("Tag [ef] incorrecto falta atributo, revise el log"); } $etiqueta_mostrar = true; if (isset($atributos['etiqueta_mostrar']) && $atributos['etiqueta_mostrar'] == 0) { @@ -1122,7 +1143,8 @@ protected function generar_layout_template_impresion() } echo $salida; } else { - throw new toba_error_def($this->get_txt()."Template impresión incorrecto"); + toba_logger::instancia()->error($this->get_txt()."Template impresión incorrecto"); + throw new toba_error_def('Template incorrecto'); } } @@ -1290,7 +1312,8 @@ protected function crear_objeto_js() } foreach ($this->_lista_ef_post as $ef) { if (! in_array($ef, $this->_efs_generados)) { - throw new toba_error_def($this->get_txt()." Error en la redefinición del layout: Falta salida ef '$ef'"); + toba_logger::instancia()->error($this->get_txt()." Error en la redefinición del layout: Falta salida ef '$ef'"); + throw new toba_error_def('Template incorrecto'); } echo $identado."{$this->objeto_js}.agregar_ef({$this->_elemento_formulario[$ef]->crear_objeto_js()}, '$ef');\n"; } diff --git a/php/nucleo/componentes/interface/toba_ei_formulario_ml.php b/php/nucleo/componentes/interface/toba_ei_formulario_ml.php index c3e9a07986..f8b022c0f2 100644 --- a/php/nucleo/componentes/interface/toba_ei_formulario_ml.php +++ b/php/nucleo/componentes/interface/toba_ei_formulario_ml.php @@ -357,8 +357,9 @@ function validar_estado() $validacion = $this->_elemento_formulario[$ef]->validar_estado(); if ($validacion !== true) { $this->_efs_invalidos[$id_fila][$ef] = $validacion; - $etiqueta = $this->_elemento_formulario[$ef]->get_etiqueta(); - throw new toba_error_validacion($etiqueta.': '.$validacion, $this->ef($ef)); + $etiqueta = $this->_elemento_formulario[$ef]->get_etiqueta(); + toba_logger::instancia()->error($etiqueta.': '.$validacion, $this->ef($ef)); + throw new toba_error_validacion('Se produjo un error en la validacion del ef, revise el log'); } } } @@ -495,9 +496,9 @@ function pre_configurar() function set_datos($datos, $set_cargado=true) { if (!is_array($datos)) { - throw new toba_error_def( $this->get_txt() . - " El parametro para cargar el ML posee un formato incorrecto:" . - "Se esperaba un arreglo de dos dimensiones con formato recordset."); + toba_logger::instancia()->error( $this->get_txt() . ' El parametro para cargar el ML posee un formato incorrecto:' . + 'Se esperaba un arreglo de dos dimensiones con formato recordset.' . var_export($datos, true)); + throw new toba_error_def(' El parametro para cargar el ML posee un formato incorrecto, revise el log'); } $this->_filas_recibidas = array(); diff --git a/php/nucleo/componentes/interface/toba_ei_mapa.php b/php/nucleo/componentes/interface/toba_ei_mapa.php index 0af05dd7a6..2a4139fbdc 100644 --- a/php/nucleo/componentes/interface/toba_ei_mapa.php +++ b/php/nucleo/componentes/interface/toba_ei_mapa.php @@ -177,7 +177,8 @@ function post_eventos() function set_viewport($ancho, $alto) { if (!is_numeric($ancho) || !is_numeric($alto)) { - throw new toba_error_usuario('El tamaño del viewport no es válido', "Se eligio ('$ancho', '$alto') como tamaño para el viewport y no es válido"); + toba_logger::instancia()->error('El tamaño del viewport no es válido', "Se eligio ('$ancho', '$alto') como tamaño para el viewport y no es válido"); + throw new toba_error_usuario('El tamaño del viewport no es válido'); } $this->_ancho_viewport = $ancho; $this->_alto_viewport = $alto; @@ -270,7 +271,7 @@ protected function verificar_layers_validos($layers) foreach($layers as $layer) { if (! in_array($layer, $layers_referencia)) { toba::logger()->error("El layer $layer no es valido para el mapa {$this->_info_mapa['mapfile_path']}"); - throw new toba_error_validacion("El layer $layer no es válido"); + throw new toba_error_validacion('El layer solicitado no es válido'); } } return true; @@ -388,7 +389,8 @@ protected function get_selector_layer($id_ef, $nombre_layer) $actual = $nombre_layer; $layer_obj = $this->_mapa->getLayerByName($actual); if (is_null($layer_obj)) { - throw new toba_error('El mapa no contiene la capa '. $actual); + toba_logger::instancia()->error('El mapa no contiene la capa '. $actual); + throw new toba_error('El mapa no contiene la capa '); } $status = $layer_obj ->getMetadata('status'); if ($status === MS_OFF) { //Si el layer no esta activo en el mapfile @@ -487,7 +489,8 @@ function mapa_setear_estado_layers () foreach($layers_disp as $layer) { $lay_obj = $this->_mapa->getLayerByName($layer); if (is_null($lay_obj)) { - throw new toba_error('En el mapa no se encuentra cargada la capa ' .$layer); + toba_logger::instancia()->error('En el mapa no se encuentra cargada la capa ' .$layer); + throw new toba_error('El mapa no contiene la capa '); } //De acuerdo a si esta o no seleccionado, muestro u oculto el layer. if (in_array($layer, $this->_layers_activos)) { diff --git a/php/nucleo/componentes/interface/toba_ei_pantalla.php b/php/nucleo/componentes/interface/toba_ei_pantalla.php index f293c46d4f..ef7ca18702 100644 --- a/php/nucleo/componentes/interface/toba_ei_pantalla.php +++ b/php/nucleo/componentes/interface/toba_ei_pantalla.php @@ -195,8 +195,8 @@ function eliminar_dep($id) if (in_array($id, $this->_lista_dependencias)) { array_borrar_valor($this->_lista_dependencias, $id); } else { - throw new toba_error_def($this->get_txt(). - " Se quiere eliminar la dependencia '$id', pero esta no está en la pantalla actual"); + toba_logger::instancia()->error($this->get_txt(). " Se quiere eliminar la dependencia '$id', pero esta no está en la pantalla actual"); + throw new toba_error_def(' Se quiere eliminar una dependencia pero esta no está en la pantalla actual, revise el log'); } //--- Por si ya estamos en la etapa de servicios if (isset($this->_dependencias[$id])) { @@ -253,7 +253,8 @@ function tab($id) if(isset($this->_lista_tabs[$id])){ return $this->_lista_tabs[$id]; } else { - throw new toba_error_def($this->get_txt(). " El tab '$id' no existe."); + toba_logger::instancia()->error($this->get_txt(). " El tab '$id' no existe."); + throw new toba_error_def('El tab solicitado no existe'); } } @@ -274,8 +275,8 @@ function eliminar_tab($id) if (isset($this->_lista_tabs[$id])) { unset($this->_lista_tabs[$id]); } else { - throw new toba_error_def($this->get_txt(). - " Se quiere eliminar el tab '$id', pero esta no está en la pantalla actual"); + toba_logger::instancia()->error($this->get_txt(). " Se quiere eliminar el tab '$id', pero esta no está en la pantalla actual"); + throw new toba_error_def('El tab solicitado no existe'); } } @@ -581,9 +582,9 @@ protected function generar_layout_template() if (preg_match_all($pattern, $this->_info_pantalla['template'], $resultado)) { $salida = $this->_info_pantalla['template']; if (count($resultado[0]) > count($restantes)) { //Para cuando se hizo un pantalla->eliminar_dep(); - toba::logger()->debug(' Dependencias Template:'); - toba::logger()->var_dump($resultado[0]); - throw new toba_error_def($this->get_txt(). " Template incompleto, faltan dependencias en la pantalla:"); + toba::logger()->debug($this->get_txt().' Dependencias Template: '); + toba::logger()->var_dump($resultado[0]); + throw new toba_error_def(' Template incompleto, faltan dependencias en la pantalla'); } for ($i=0; $i < count($resultado[0]); $i++) { $original = $resultado[0][$i]; @@ -593,7 +594,8 @@ protected function generar_layout_template() $atributos[$partes[0]] = $partes[1]; } if (! isset($atributos['id'])) { - throw new toba_error_def($this->get_txt()."Tag [dep] incorrecto, falta atributo id"); + toba_logger::instancia()->error($this->get_txt().'Tag [dep] incorrecto, falta atributo id'); + throw new toba_error_def('Tag [dep] incorrecto falta atributo necesario, revise el log'); } if (isset($this->_dependencias[$atributos['id']])) { ob_start(); @@ -609,7 +611,8 @@ protected function generar_layout_template() } if (! empty($restantes)) { $faltan = implode(', ', $restantes); - throw new toba_error_def($this->get_txt(). " Template incompleto, falta incluir las siguientes dependencias: $faltan"); + toba_logger::instancia()->error($this->get_txt(). " Template incompleto, falta incluir las siguientes dependencias: $faltan"); + throw new toba_error_def(' Template incompleto falta incluir dependencias, revise el log'); } } @@ -800,7 +803,8 @@ function generar_layout_template_impresion(toba_impresion $obj_salida) $atributos[$partes[0]] = $partes[1]; } if (! isset($atributos['id'])) { - throw new toba_error_def($this->get_txt()."Tag [dep] incorrecto, falta atributo id"); + toba_logger::instancia()->error($this->get_txt().'Tag [dep] incorrecto, falta atributo id'); + throw new toba_error_def('Tag [dep] incorrecto falta atributo necesario, revise el log'); } if (isset($this->_dependencias[$atributos['id']])) { ob_start(); @@ -816,7 +820,8 @@ function generar_layout_template_impresion(toba_impresion $obj_salida) } if (! empty($restantes)) { $faltan = implode(', ', $restantes); - throw new toba_error_def($this->get_txt(). " Template de impresión incompleto, falta incluir las siguientes dependencias: $faltan"); + toba_logger::instancia()->error($this->get_txt(). " Template de impresión incompleto, falta incluir las siguientes dependencias: $faltan"); + throw new toba_error_def(' Template incompleto falta incluir dependencias, revise el log'); } } diff --git a/php/nucleo/componentes/persistencia/toba_ap_relacion_db.php b/php/nucleo/componentes/persistencia/toba_ap_relacion_db.php index e2cbfa889a..985a9c710a 100644 --- a/php/nucleo/componentes/persistencia/toba_ap_relacion_db.php +++ b/php/nucleo/componentes/persistencia/toba_ap_relacion_db.php @@ -235,7 +235,8 @@ protected function proceso_sincronizacion($usar_cursores=false, $filas_tablas=nu } elseif ($sincro_por_filas) { if(isset($filas_tablas[$tabla])) { if (!is_array($filas_tablas[$tabla])) { - throw new toba_error("Sincronizacion por filas: error en la definicion de las filas de la tabla: $tabla. El parametro debe ser un array"); + toba_logger::instancia()->error("Sincronizacion por filas: error en la definicion de las filas de la tabla: $tabla. El parametro debe ser un array"); + throw new toba_error('Sincronizacion por filas: error en la definicion de las filas. Revise el log'); } $tabla->persistidor()->sincronizar_eliminados($filas_tablas[$tabla]); } @@ -256,7 +257,8 @@ protected function proceso_sincronizacion($usar_cursores=false, $filas_tablas=nu } elseif ($sincro_por_filas) { if(isset($filas_tablas[$tabla])) { if (!is_array($filas_tablas[$tabla])) { - throw new toba_error("Sincronizacion por filas: error en la definicion de las filas de la tabla: $tabla. El parametro debe ser un array"); + toba_logger::instancia()->error("Sincronizacion por filas: error en la definicion de las filas de la tabla: $tabla. El parametro debe ser un array"); + throw new toba_error('Sincronizacion por filas: error en la definicion de las filas. Revise el log'); } $tabla->persistidor()->sincronizar_insertados($filas_tablas[$tabla]); $tabla->notificar_hijos_sincronizacion($filas_tablas[$tabla]); @@ -278,7 +280,8 @@ protected function proceso_sincronizacion($usar_cursores=false, $filas_tablas=nu } elseif ($sincro_por_filas) { if(isset($filas_tablas[$tabla])) { if (!is_array($filas_tablas[$tabla])) { - throw new toba_error("Sincronizacion por filas: error en la definicion de las filas de la tabla: $tabla. El parametro debe ser un array"); + toba_logger::instancia()->error("Sincronizacion por filas: error en la definicion de las filas de la tabla: $tabla. El parametro debe ser un array"); + throw new toba_error('Sincronizacion por filas: error en la definicion de las filas. Revise el log'); } $tabla->persistidor()->sincronizar_actualizados($filas_tablas[$tabla]); $tabla->notificar_hijos_sincronizacion($filas_tablas[$tabla]); diff --git a/php/nucleo/componentes/persistencia/toba_ap_tabla_db.php b/php/nucleo/componentes/persistencia/toba_ap_tabla_db.php index 742d8cce09..c7c258d24d 100644 --- a/php/nucleo/componentes/persistencia/toba_ap_tabla_db.php +++ b/php/nucleo/componentes/persistencia/toba_ap_tabla_db.php @@ -576,7 +576,7 @@ protected function insertar_registro_db($id_registro) $fila_base = toba::db($this->_fuente)->consultar_fila($sql); if ($fila_base === false) { - throw new toba_error("Se esperaba encontrar un registro", $sql); + throw new toba_error('Se esperaba encontrar un registro', $sql); } foreach ($this->_insert_campos_default as $campo) { $this->registrar_recuperacion_valor_db($id_registro, $campo, $fila_base[$campo]); @@ -1256,7 +1256,8 @@ protected function usar_metodo_sql_fila($fila, $parametros) $es_obligatoria = ($parametros['dato_estricto'] == '1'); if (!$datos && $es_obligatoria) { $this->log(" no se recuperaron datos " . $sql, 'toba'); - throw new toba_error_def("AP_TABLA: [{$this->_tabla}]:\n ERROR en la carga de una columna externa."); + $this->log("AP_TABLA: [{$this->_tabla}]:\n ERROR en la carga de la columna externa.", 'error'); + throw new toba_error_def('AP_TABLA: ERROR en la carga de una columna externa. Revise el log'); } return $datos; } @@ -1279,8 +1280,8 @@ protected function usar_metodo_dao($param_dao, $parametros, $es_carga_inicial = if (method_exists($this, $nombre_metodo)) { $datos = call_user_func_array(array($this,$nombre_metodo), $param_dao); }else { - $this->log(' ERROR en la carga de una columna externa. El metodo: '. $nombre_metodo .' no esta definido'); - throw new toba_error_def('AP_TABLA_DB: ERROR en la carga de una columna externa. El metodo: '. $nombre_metodo .' no esta definido'); + $this->log(' ERROR en la carga de una columna externa. El metodo: '. $nombre_metodo .' no esta definido', 'error'); + throw new toba_error_def('AP_TABLA_DB: ERROR en la carga de una columna externa. Metodo no definido, revise el log'); } } return $datos; @@ -1299,8 +1300,8 @@ protected function usar_metodo_dt($param_dt, $parametros, $es_carga_inicial = fa $dt = toba_constructor::get_runtime($id, 'toba_datos_tabla'); if (! method_exists($dt, $nombre_metodo)) { $clase = get_class($dt); - $this->log("ERROR en la carga de una columna externa. No existe el método '$nombre_metodo' de la clase '$clase'"); - throw new toba_error_def("AP_TABLA_DB: ERROR en la carga de una columna externa. No existe el método '$nombre_metodo' de la clase '$clase'"); + $this->log("ERROR en la carga de una columna externa. No existe el método '$nombre_metodo' de la clase '$clase'", 'error'); + throw new toba_error_def('AP_TABLA_DB: ERROR en la carga de una columna externa. Metodo no definido, revise el log'); } $datos = call_user_func_array(array($dt, $nombre_metodo), $param_dt); return $datos; @@ -1319,8 +1320,8 @@ protected function usar_clase_consulta_php($param_clase, $parametros, $es_carga_ if (method_exists($obj, $nombre_metodo)) { $datos = call_user_func_array(array($obj,$nombre_metodo), $param_clase); }else { - $this->log(' ERROR en la carga de una columna externa. El metodo: '. $nombre_metodo .' no esta definido en la clase de consulta '. $parametros['clase']); - throw new toba_error_def('AP_TABLA_DB: ERROR en la carga de una columna externa. El metodo: '. $nombre_metodo .' no esta definido'); + $this->log(' ERROR en la carga de una columna externa. El metodo: '. $nombre_metodo .' no esta definido en la clase de consulta '. $parametros['clase'], 'error'); + throw new toba_error_def('AP_TABLA_DB: ERROR en la carga de una columna externa. Metodo no definido, revise el log'); } return $datos; } @@ -1351,7 +1352,7 @@ protected function adjuntar_campos_externos_masivo($datos, $externos, $parametro } } if (empty($campos_externos) && $es_obligatoria) { - $this->log('El método de carga masiva no devuelve los campos clave, no se puede adjuntar los datos externos'); + $this->log('El método de carga masiva no devuelve los campos clave, no se puede adjuntar los datos externos', 'error'); throw new toba_error_def('AP_TABLA_DB: ERROR El método de carga no devuelve los campos clave, no se puede adjuntar los datos externos'); } $claves = array_keys($datos); @@ -1406,7 +1407,8 @@ protected function verificar_existencia_valores($fila, $parametros, $evento = nu $estan_todos = true; foreach( $parametros['col_parametro'] as $col_llave ) { if (isset($evento) && isset($this->_secuencias[$col_llave])) { - throw new toba_error_def("AP_TABLA: [{$this->_tabla}]:\n No puede actualizarse en linea un valor que dependende de una secuencia"); + toba_logger::instancia()->error("AP_TABLA: [{$this->_tabla}]:\n No puede actualizarse en linea un valor que dependende de una secuencia ($col_llave)"); + throw new toba_error_def('AP_TABLA_DB: No puede actualizarse en linea un valor secuencia, revise el log'); } if (!isset($fila[$col_llave])) { $estan_todos = false; diff --git a/php/nucleo/componentes/persistencia/toba_ap_tabla_db_mt.php b/php/nucleo/componentes/persistencia/toba_ap_tabla_db_mt.php index 2d91be9a7f..2edbd59c7e 100644 --- a/php/nucleo/componentes/persistencia/toba_ap_tabla_db_mt.php +++ b/php/nucleo/componentes/persistencia/toba_ap_tabla_db_mt.php @@ -305,7 +305,8 @@ protected function get_tabla($col) } elseif (isset($this->_cols_por_tabla[$this->_tabla_ext][$col])) { return $this->_tabla_ext; } else { - throw new toba_error("TOBA AP MT: No existe la columna $col"); + toba_logger::instancia()->error("TOBA AP MT: No existe la columna $col"); + throw new toba_error("TOBA AP MT: No existe la columna solicitada"); } } diff --git a/php/nucleo/componentes/persistencia/toba_datos_busqueda.php b/php/nucleo/componentes/persistencia/toba_datos_busqueda.php index ba805516b5..2fbf837b5c 100644 --- a/php/nucleo/componentes/persistencia/toba_datos_busqueda.php +++ b/php/nucleo/componentes/persistencia/toba_datos_busqueda.php @@ -116,7 +116,8 @@ function set_columnas_orden($cols = array()) $cols_existentes = array_keys($this->tabla->get_columnas()); foreach($cols as $columna => $sentido) { if (! in_array($columna, $cols_existentes)) { - throw new toba_error_def('La columna por la que intenta ordenar no existe: '. $columna); + toba_logger::instancia()->error('La columna por la que intenta ordenar no existe: '. $columna); + throw new toba_error_def('Parametro de ordenamiento incorrecto, revise el log'); } } $this->_info_orden_col = $cols; diff --git a/php/nucleo/componentes/persistencia/toba_datos_relacion.php b/php/nucleo/componentes/persistencia/toba_datos_relacion.php index 46ce44fbf8..26594d410f 100644 --- a/php/nucleo/componentes/persistencia/toba_datos_relacion.php +++ b/php/nucleo/componentes/persistencia/toba_datos_relacion.php @@ -352,7 +352,8 @@ function tabla($tabla) if($this->existe_tabla($tabla)){ return $this->_dependencias[$tabla]; }else{ - throw new toba_error_def("El datos_tabla '$tabla' solicitado no existe."); + toba_logger::instancia()->error("El datos_tabla '$tabla' solicitado no existe."); + throw new toba_error_def('El datos_tabla solicitado no existe o no esta asignado.'); } } @@ -690,7 +691,7 @@ function get_xml($xml){ // Controla que haya una única tabla raiz if(count($this->_tablas_raiz) != 1) - throw new toba_error_def("El datos_relacion no posee una única tabla raiz."); + throw new toba_error_def('El datos_relacion no posee una única tabla raiz.'); // Recupera los registros de la tabla raiz para armar cada unidad del XML. $datos_raiz = $this->_dependencias[$this->_tablas_raiz[0]]->get_filas(); @@ -757,9 +758,10 @@ protected function get_tablas_hijas($tabla) } // Controlo que se haya encontrado la tabla - if(!$id_objeto_padre) - throw new toba_error_def("No se puede obtener el conjunto de tablas hija de la tabla $tabla que no pertenece a la relación."); - + if(!$id_objeto_padre){ + toba_logger::instancia()->error("No se puede obtener el conjunto de tablas hija de la tabla $tabla, que no pertenece a la relación."); + throw new toba_error_def('La tabla no pertenece a la relación, revise el log'); + } // Busco todos los id de objeto de las tablas hijas $objetos_hijos = array(); foreach($this->_info_columnas_asoc_rel as $relacion){ diff --git a/php/nucleo/componentes/persistencia/toba_datos_tabla.php b/php/nucleo/componentes/persistencia/toba_datos_tabla.php index 4a848293ca..05cadc2a73 100644 --- a/php/nucleo/componentes/persistencia/toba_datos_tabla.php +++ b/php/nucleo/componentes/persistencia/toba_datos_tabla.php @@ -476,7 +476,8 @@ function set_cursor($id) $this->_cursor = $id; $this->log("Nuevo cursor '{$this->_cursor}' en reemplazo del anterior '{$this->_cursor_original}'"); }else{ - throw new toba_error_def($this->get_txt() . "La fila '$id' no es valida"); + toba_logger::instancia()->error($this->get_txt() . "La fila '$id' no es valida"); + throw new toba_error_def('La fila solicitada no es valida'); } } @@ -620,7 +621,8 @@ function get_id_fila_padre($tabla_padre, $id_fila) { $id_fila = $this->normalizar_id($id_fila); if(!isset($this->_relaciones_con_padres[$tabla_padre])) { - throw new toba_error_def("La tabla padre '$tabla_padre' no existe"); + toba_logger::instancia()->error("La tabla padre '$tabla_padre' no existe"); + throw new toba_error_def('La tabla solicitada no existe, revise el log'); } return $this->_relaciones_con_padres[$tabla_padre]->get_id_padre($id_fila); } @@ -661,7 +663,8 @@ function get_id_fila_condicion($condiciones=null, $usar_cursores=true) $valor = $condiciones[$campo]; } if( !isset($this->_columnas[$columna]) ){ - throw new toba_error_def("El campo '$columna' no existe. No es posible filtrar por dicho campo"); + toba_logger::instancia()->error("El campo '$columna' no existe. No es posible filtrar por dicho campo"); + throw new toba_error_def('Parametro de filtrado incorrecto, revise el log'); } if(!isset($this->_datos[$id_fila][$columna])) { // Es posible que una fila no posea una columa. Ej: una nueva fila no tiene la clave si esta es una secuencia. @@ -742,7 +745,7 @@ function get_columna($columna) } elseif ($this->hay_cursor()) { return $this->get_fila_columna($this->get_cursor(), $columna); } else { - throw new toba_error_def("No hay posicionado un cursor en la tabla, no es posible determinar la fila actual"); + throw new toba_error_def('No hay posicionado un cursor en la tabla, no es posible determinar la fila actual'); } } @@ -801,7 +804,8 @@ protected function normalizar_id($id) return $id[apex_datos_clave_fila]; } } - throw new toba_error_def($this->get_txt() . ' La clave tiene un formato incorrecto.'); + toba_logger::instancia()->error($this->get_txt() . ' La clave tiene un formato incorrecto: '. var_export($id, true)); + throw new toba_error_def(' La clave tiene un formato incorrecto. Revise el log'); } //------------------------------------------------------------------------------- @@ -868,8 +872,8 @@ function modificar_fila($id, $fila, $nuevos_padres=null) { $id = $this->normalizar_id($id); if (!$this->existe_fila($id)){ - $mensaje = $this->get_txt() . " MODIFICAR. No existe un registro con el INDICE indicado ($id)"; - toba::logger()->error($mensaje); + $mensaje = ' MODIFICAR. No existe un registro con el INDICE indicado '; + toba::logger()->error($this->get_txt(). $mensaje . "($id)"); throw new toba_error_def($mensaje); } //Saco el campo que indica la posicion del registro @@ -924,14 +928,15 @@ function cambiar_padre_fila($id_fila, $nuevos_padres) { $id = $this->normalizar_id($id_fila); if (!$this->existe_fila($id)){ - $mensaje = $this->get_txt() . " CAMBIAR PADRE. No existe un registro con el INDICE indicado ($id)"; - toba::logger()->error($mensaje); + $mensaje = ' CAMBIAR PADRE. No existe un registro con el INDICE indicado'; + toba::logger()->error($this->get_txt(). $mensaje . " ($id)"); throw new toba_error_def($mensaje); } $cambio_padre = false; foreach ($nuevos_padres as $tabla_padre => $id_padre) { if (!isset($this->_relaciones_con_padres[$tabla_padre])) { - $mensaje = $this->get_txt() . " CAMBIAR PADRE. No existe una relación padre $tabla_padre."; + $mensaje = ' CAMBIAR PADRE. No existe una relación padre'; + toba_logger::instancia()->error( $this->get_txt(). $mensaje . "$tabla_padre"); throw new toba_error_def($mensaje); } if ($this->_relaciones_con_padres[$tabla_padre]->set_padre($id_fila, $id_padre)) { @@ -956,8 +961,8 @@ function eliminar_fila($id) { $id = $this->normalizar_id($id); if (!$this->existe_fila($id)) { - $mensaje = $this->get_txt() . " ELIMINAR. No existe un registro con el INDICE indicado ($id)"; - toba::logger()->error($mensaje); + $mensaje = ' ELIMINAR. No existe un registro con el INDICE indicado'; + toba::logger()->error($this->get_txt() . $mensaje . " ($id)"); throw new toba_error_def($mensaje); } if ( $this->get_cursor() == $id ) { @@ -1006,10 +1011,12 @@ function set_fila_columna_valor($id, $columna, $valor) if( isset($this->_columnas[$columna]) ){ $this->modificar_fila($id, array($columna => $valor)); }else{ - throw new toba_error_def("La columna '$columna' no es valida"); + toba_logger::instancia()->error("La columna '$columna' no es valida"); + throw new toba_error_def('Columna no valida, revise el log'); } }else{ - throw new toba_error_def("La fila '$id' no es valida"); + toba_logger::instancia()->error("La fila '$id' no es valida"); + throw new toba_error_def('La fila no es valida, revise el log'); } } @@ -1023,7 +1030,8 @@ function set_fila_columna_valor($id, $columna, $valor) function set_columna_valor($columna, $valor, $con_cursores=false) { if(! isset($this->_columnas[$columna]) ) { - throw new toba_error_def("La columna '$columna' no es valida"); + toba_logger::instancia()->error("La columna '$columna' no es valida"); + throw new toba_error_def('La columna no es valida, revise el log'); } foreach($this->get_id_filas($con_cursores) as $fila) { $this->modificar_fila($fila, array($columna => $valor)); @@ -1049,9 +1057,9 @@ function procesar_filas($filas, $ids_padres=null) //--- Controlo estructura foreach(array_keys($filas) as $id){ if(!isset($filas[$id][apex_ei_analisis_fila])){ - throw new toba_error_def("Para procesar un conjunto de registros es necesario indicar el estado ". - "de cada uno utilizando una columna referenciada con la constante 'apex_ei_analisis_fila'. - Si los datos provienen de un ML, active la opción de analizar filas."); + toba_logger::instancia()->error('Se intenta procesar datos que no poseen la columna apex_ei_analisis_fila '. var_export($filas[$id], true)); + throw new toba_error_def('Para procesar un conjunto de registros es necesario indicar el estado '. + 'Si los datos provienen de un ML, active la opción de analizar filas.'); } } //--- Se asume que el id de la fila es la key del registro o la columna apex_datos_clave_fila. @@ -1119,7 +1127,7 @@ function get() } elseif ($this->hay_cursor()) { return $this->get_fila($this->get_cursor()); } else { - throw new toba_error_def("No hay posicionado un cursor en la tabla, no es posible determinar la fila actual"); + throw new toba_error_def('No hay posicionado un cursor en la tabla, no es posible determinar la fila actual'); } } @@ -1143,7 +1151,7 @@ function set_blob($columna, $blob, $id_fila=null) if ($this->hay_cursor()){ $id_fila = $this->get_cursor(); } else { - throw new toba_error_def("No hay posicionado un cursor en la tabla, no es posible determinar la fila actual"); + throw new toba_error_def('No hay posicionado un cursor en la tabla, no es posible determinar la fila actual'); } } //Borra algïñun cache previo @@ -1175,7 +1183,7 @@ function get_blob($columna, $id_fila=null) } elseif ($this->hay_cursor()) { $id_fila = $this->get_cursor(); } else { - throw new toba_error_def("No hay posicionado un cursor en la tabla, no es posible determinar la fila actual"); + throw new toba_error_def('No hay posicionado un cursor en la tabla, no es posible determinar la fila actual'); } } if (!isset($this->_blobs[$id_fila][$columna])) { @@ -1214,7 +1222,8 @@ function _get_blob_transaccion($id_registro, $col) if ($path != '') { $fp = fopen($path, 'rb'); if (! is_resource($fp)) { - throw new toba_error_def("No fue posible recuperar el campo '$col' de la fila '$id_registro' desde archivo temporal '$fp'"); + toba_logger::instancia()->error("No fue posible recuperar el campo '$col' de la fila '$id_registro' desde archivo temporal '$fp'"); + throw new toba_error_def('No fue posible recuperar el campo solicitado, revise el log'); } } else { // Quiere decir que explicitamente se lo hizo nulo @@ -1238,7 +1247,8 @@ function _get_blob_transaccion($id_registro, $col) private function validar_fila($fila, $id=null) { if(!is_array($fila)){ - throw new toba_error_def($this->get_txt() . ' La fila debe ser una array'); + toba_logger::instancia()->error($this->get_txt() . ' La fila debe ser una array'); + throw new toba_error_def(' La fila no es valida, revise el log'); } $this->evt__validar_ingreso($fila, $id); $this->control_estructura_fila($fila); @@ -1305,7 +1315,8 @@ protected function validar_columnas_en_fila($columnas, $fila, $id) } } if ($combinacion_existente) { - throw new toba_error_validacion($this->get_txt().": Error de valores repetidos en columna '$columna'"); + toba_logger::instancia()->error($this->get_txt().": Error de valores repetidos en columna '$columna'"); + throw new toba_error_validacion('Error de valores repetidos'); } } } @@ -1375,8 +1386,8 @@ private function control_nulos($fila) protected function control_tope_minimo_filas() { if ($this->_tope_min_filas != 0 && $this->get_cantidad_filas() < $this->_tope_min_filas) { - throw new toba_error_validacion("La tabla {$this->_id_en_controlador} requiere ingresar al menos {$this->_tope_min_filas} registro/s (se encontraron - sólo {$this->get_cantidad_filas()})."); + toba_logger::instancia()->error("La tabla {$this->_id_en_controlador} requiere ingresar al menos {$this->_tope_min_filas} registro/s (se encontraron sólo {$this->get_cantidad_filas()})."); + throw new toba_error_validacion('El numero de filas enviadas no es adecuado'); } } @@ -1386,8 +1397,8 @@ protected function control_tope_minimo_filas() protected function control_tope_maximo_filas($cantidad) { if (($this->_tope_max_filas != 0) && ($cantidad > $this->_tope_max_filas)) { - throw new toba_error_validacion("No está permitido ingresar más de {$this->_tope_max_filas} registros - en la tabla {$this->_id_en_controlador} (se encontraron $cantidad)."); + toba_logger::instancia()->error("No está permitido ingresar más de {$this->_tope_max_filas} registros en la tabla {$this->_id_en_controlador} (se encontraron $cantidad)."); + throw new toba_error_validacion('El numero de filas enviadas no es adecuado'); } } @@ -1407,7 +1418,8 @@ function persistidor() $clase = $this->_info_estructura['ap_sub_clase']; $include = $this->_info_estructura['ap_sub_clase_archivo']; if( (trim($clase) == '' ) ){ - throw new toba_error_def( $this->get_txt() . "Error en la definicion, falta definir la subclase"); + toba_logger::instancia()->error($this->get_txt() . 'Error en la definicion, falta definir la subclase'); + throw new toba_error_def('Error de definicion del persistidor, revise el log'); } }else{ $clase = 'toba_'.$this->_info_estructura['ap_clase']; diff --git a/php/nucleo/componentes/persistencia/toba_relacion_entre_tablas.php b/php/nucleo/componentes/persistencia/toba_relacion_entre_tablas.php index e440fdcc0c..6600b14416 100644 --- a/php/nucleo/componentes/persistencia/toba_relacion_entre_tablas.php +++ b/php/nucleo/componentes/persistencia/toba_relacion_entre_tablas.php @@ -162,7 +162,7 @@ function evt__carga_hijo($reg_hijos=null) $claves = $this->mapear_fila_a_formato_padre($fila_hijo); $padre = $this->tabla_padre->get_id_fila_condicion($claves, false); if (count($padre)!=1) { - throw new toba_error("RELACION entre TABLAS: MAPEO de hijos a padres: se encontro mas de un padre para un hijo."); + throw new toba_error('RELACION entre TABLAS: MAPEO de hijos a padres: se encontro mas de un padre para un hijo.'); } $id_padre = $padre[0]; $this->mapeo_filas[$id_padre][] = $id_fila_hijo; @@ -209,7 +209,7 @@ function evt__eliminacion_fila_padre($id) //¿Hay filas hijos? if (isset($this->mapeo_filas[$id]) && !empty($this->mapeo_filas[$id])) { if (!$this->borrado_en_cascada) { - throw new toba_error_def($this->get_txt_error_base("No está permitido el borrado en cascada")); + throw new toba_error_def($this->get_txt_error_base('No está permitido el borrado en cascada')); } //Borra las filas en cascada foreach ($this->mapeo_filas[$id] as $hijo) { @@ -291,7 +291,7 @@ function get_id_filas_hijas($incluir_hijos_eliminados=false) if ($this->hay_cursor_en_padre()) { return $this->get_id_filas_hijas_de($this->tabla_padre->get_cursor(), $incluir_hijos_eliminados); } else { - throw new toba_error_def($this->get_txt_error_base("La tabla padre no tiene definido un cursor")); + throw new toba_error_def($this->get_txt_error_base('La tabla padre no tiene definido un cursor')); } } @@ -321,9 +321,11 @@ protected function buscar_id_padre_fila($fila_hijo) } else { $desc_hijo = var_export($fila_hijo, true); if (empty($id_padre)) { - throw new toba_error_def($this->get_txt_error_base("No se encuentra una fila padre. Fila hija: $desc_hijo")); + toba_logger::instancia()->error("No se encuentra una fila padre. Fila hija: $desc_hijo"); + throw new toba_error_def($this->get_txt_error_base('No se encuentra una fila padre.')); } else { - throw new toba_error_def($this->get_txt_error_base("Estructura corrupta. Se encuentra más de una fila padre. Fila hija: $desc_hijo")); + toba_logger::instancia()->error("Estructura corrupta. Se encuentra más de una fila padre. Fila hija: $desc_hijo"); + throw new toba_error_def($this->get_txt_error_base('Estructura corrupta. Se encuentra más de una fila padre.')); } } } @@ -434,7 +436,8 @@ protected function cambiar_padre($id_fila_hijo, $id_nuevo_padre) { $pos = $this->buscar_padre_de($id_fila_hijo); if ($pos === false) { - throw new toba_error_def($this->get_txt_error_base("No fue posible encontrar el padre actual de la fila $id_fila_hijo")); + toba_logger::instancia()->error("No fue posible encontrar el padre actual de la fila $id_fila_hijo"); + throw new toba_error_def($this->get_txt_error_base('No fue posible encontrar el padre actual')); } //Se borra la asociación actual con el padre unset($this->mapeo_filas[$pos[0]][$pos[1]]); @@ -458,7 +461,7 @@ function asociar_fila_con_padre($id_hijo, $id_padre=null) //Si no se paso el padre, hay que encontrarlo... if (!isset($id_padre)) { if (! $this->tabla_padre->hay_cursor() && $this->es_relacion_de_inclusion) { - throw new toba_error_def($this->get_txt_error_base("Se intenta crear o actualizar una fila y su fila padre aún no existe")); + throw new toba_error_def($this->get_txt_error_base('Se intenta crear o actualizar una fila y su fila padre aún no existe')); } $id_padre = $this->tabla_padre->get_cursor(); } diff --git a/php/nucleo/componentes/toba_constructor.php b/php/nucleo/componentes/toba_constructor.php index af6743cedc..fddde9f7e2 100644 --- a/php/nucleo/componentes/toba_constructor.php +++ b/php/nucleo/componentes/toba_constructor.php @@ -62,7 +62,8 @@ static function get_runtime_clase_y_datos( $id, $tipo=null, $usar_cache = false } elseif (is_null($datos['basica']['carpeta']) || $datos['basica']['carpeta'] != '1') { //**** Creacion de ITEMS $clase = "toba_solicitud_".$datos['basica']['item_solic_tipo']; } else { - throw new toba_error_seguridad('La operación invocada no existe: ' . var_export($id, true)); + toba_logger::instancia()->error('La operación invocada no existe: ' . var_export($id, true)); + throw new toba_error_seguridad('La operación invocada no existe o no se encontro, revise el log '); } return array($tipo, $clase, $datos); } @@ -81,7 +82,9 @@ static function get_runtime_objeto($id, $tipo, $clase, $datos) $clase_actual = get_class($objeto); $clase_requerida = $datos['_info']['clase']; $componente = $datos['_info']['objeto']; - throw new toba_error_def("La sublcase '$clase_actual' del componente '$componente' debe heredar de la clase '$clase_requerida'"); + + toba_logger::instancia()->error("La sublcase '$clase_actual' del componente '$componente' debe heredar de la clase '$clase_requerida'"); + throw new toba_error_def('La sublcase no hereda de la clase requerida, revise el log'); } self::$objetos_runtime_instanciados[ $id['componente'] ][] = $objeto; if (isset($datos['_const_instancia_numero'])) { @@ -144,7 +147,8 @@ static function buscar_runtime($id, $numero_instancia=0) if ( isset(self::$objetos_runtime_instanciados[$id['componente']]) && ! empty(self::$objetos_runtime_instanciados[$id['componente']])) { return self::$objetos_runtime_instanciados[$id['componente']][$numero_instancia]; } else { - throw new toba_error_def("El objeto '{$id['componente']}' no fue instanciado"); + toba_logger::instancia()->error("El objeto '{$id['componente']}' no fue instanciado"); + throw new toba_error_def('El objeto no existe o no fue instanciado, revise el log'); } } @@ -174,7 +178,8 @@ static function control_clave_valida( $clave_componente ) if(! is_array($clave_componente) || !isset($clave_componente['componente']) || !isset($clave_componente['proyecto']) ) { - throw new toba_error_def("La clave utilizada para invocar el componente no es valida: ".var_export($clave_componente, true)); + toba_logger::instancia()->error('La clave utilizada para invocar el componente no es valida: '.var_export($clave_componente, true)); + throw new toba_error_def('La clave utilizada para el componente no es valida o no se encontro, revise el log'); } } diff --git a/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf.php b/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf.php index 060fc6564f..60e25ad71e 100644 --- a/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf.php +++ b/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf.php @@ -25,7 +25,7 @@ function canvas__set($canvas) function canvas() { if (!isset($this->canvas)) { - throw new toba_error("No hay ningún canvas seteado"); + throw new toba_error('No hay ningún canvas seteado'); } return $this->canvas; @@ -38,7 +38,7 @@ function canvas() function imagen__generar($path) { if (!isset($this->canvas)) { - throw new toba_error("Generación de imágen: No hay ningún canvas seteado"); + throw new toba_error('Generación de imágen: No hay ningún canvas seteado'); } // escribimos la imagen a un archivo $this->canvas->Stroke($path); diff --git a/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_barras.php b/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_barras.php index 09862fb7d0..0e6708a4a1 100644 --- a/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_barras.php +++ b/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_barras.php @@ -29,7 +29,7 @@ protected function get_plot($datos) function serie__agregar($id, $datos) { if (count($this->series) > 0) { - throw new toba_error("Los gráficos de barras soportan sólo una serie"); + throw new toba_error('Los gráficos de barras soportan sólo una serie'); } parent::serie__agregar($id, $datos); diff --git a/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_especifico.php b/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_especifico.php index 9c52a32473..54d3d0b871 100644 --- a/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_especifico.php +++ b/php/nucleo/lib/interface/toba_ei_grafico/toba_ei_grafico_conf_especifico.php @@ -86,7 +86,8 @@ function canvas__set_titulo($titulo) function serie__set_activa($id_serie) { if (!isset($this->series[$id_serie])) { - throw new toba_error("La serie con id $id_serie no existe."); + toba_logger::instancia()->error("La serie con id $id_serie no existe."); + throw new toba_error('La serie indicada no se encuentra o no existe.'); } $this->serie_actual = $id_serie; @@ -113,8 +114,8 @@ function serie__agregar($id, $datos) function serie__get_activa() { if (!isset($this->serie_actual)) { - throw new toba_error("Antes de comenzar a configurar el " - ."objeto debe invocar al método agregar_serie"); + throw new toba_error('Antes de comenzar a configurar el ' + .'objeto debe invocar al método agregar_serie'); } return $this->serie($this->serie_actual); @@ -127,7 +128,8 @@ function serie__get_activa() function serie($id_serie) { if (!isset($this->series[$id_serie])) { - throw new toba_error("No existe la serie $id_serie"); + toba_logger::instancia()->error("No existe la serie $id_serie"); + throw new toba_error('Identificador de serie no encontrado o no valido'); } return $this->series[$id_serie]; diff --git a/php/nucleo/lib/rest/toba_usuarios_rest_jwt.php b/php/nucleo/lib/rest/toba_usuarios_rest_jwt.php index a3d9f11de3..47cdf98df3 100644 --- a/php/nucleo/lib/rest/toba_usuarios_rest_jwt.php +++ b/php/nucleo/lib/rest/toba_usuarios_rest_jwt.php @@ -50,7 +50,8 @@ public function get_usuario_jwt($data) $uid = $this->usuario_id; if (!isset($data->$uid)){ - throw new toba_error("El identificador de usuario '$uid' no existe en los datos del token JWT."); + toba_logger::instancia()->error("El identificador de usuario '$uid' no existe en los datos del token JWT."); + throw new toba_error('El identificador solicitado no existe en los datos del token JWT.'); } return $data->$uid; diff --git a/php/nucleo/lib/salidas/toba_vista_araireportes.php b/php/nucleo/lib/salidas/toba_vista_araireportes.php index 7906c26da2..ee5b6e700e 100644 --- a/php/nucleo/lib/salidas/toba_vista_araireportes.php +++ b/php/nucleo/lib/salidas/toba_vista_araireportes.php @@ -64,7 +64,7 @@ public function set_parametro($nombre='', $tipo='E', $valor=0) { $tipos_parametros = array('D', 'E', 'S', 'F', 'B', 'L'); if (! in_array($tipo, $tipos_parametros)) { - throw new toba_error("Tipo incorrecto de parametro"); + throw new toba_error('Tipo incorrecto de parametro'); } //Seteo el parametro diff --git a/php/nucleo/lib/salidas/toba_vista_jasperreports.php b/php/nucleo/lib/salidas/toba_vista_jasperreports.php index cf9094862c..2d39e4bfe1 100644 --- a/php/nucleo/lib/salidas/toba_vista_jasperreports.php +++ b/php/nucleo/lib/salidas/toba_vista_jasperreports.php @@ -99,7 +99,7 @@ function set_parametro($nombre='', $tipo='E', $valor=0) { $tipos_parametros = array('D', 'E', 'S', 'F', 'B', 'L'); if (! in_array($tipo, $tipos_parametros)) { - throw new toba_error("Tipo incorrecto de parametro"); + throw new toba_error('Tipo incorrecto de parametro'); } switch ($tipo) { @@ -308,7 +308,7 @@ protected function crear_pdf() function completar_con_datos() { if (! isset($this->path_reporte)) { //Lo chequeo aca adentro por si la funcion se llama mas de una vez - throw new toba_error_def("Falta definir el .jasper con set_path_reporte"); + throw new toba_error_def('Falta definir el .jasper con set_path_reporte'); } if ($this->modo_archivo) { //Si el conjunto de datos viene de un archivo comun diff --git a/php/nucleo/lib/salidas/toba_vista_xslfo.php b/php/nucleo/lib/salidas/toba_vista_xslfo.php index 2d6ba93a0a..ea2fc728ad 100644 --- a/php/nucleo/lib/salidas/toba_vista_xslfo.php +++ b/php/nucleo/lib/salidas/toba_vista_xslfo.php @@ -184,7 +184,7 @@ protected function crear_pdf($xml) //Escribo el xml $fxml = $this->get_nombre_archivo_xml(); if (file_put_contents($fxml, $xml) === false) { - throw new toba_error("Error al guardar archivo xml", "No es posible escribir en ".$fxml); + throw new toba_error('Error al guardar archivo xml', 'No es posible escribir en '.$fxml); } //Si existe el archivo pdf, lo borro. @@ -202,7 +202,8 @@ protected function crear_pdf($xml) } if (!file_exists($archivo_pdf)) { - throw new toba_error_usuario("Error al ejecutar el comando '".$comando."'"); + toba_logger::instancia()->error("Error al ejecutar el comando '".$comando."'"); + throw new toba_error_usuario('Error al ejecutar, revise el log'); } if (file_exists($fxml)) { unlink($fxml); diff --git a/php/nucleo/lib/toba_dba.php b/php/nucleo/lib/toba_dba.php index d8025cf675..60c6a0076f 100644 --- a/php/nucleo/lib/toba_dba.php +++ b/php/nucleo/lib/toba_dba.php @@ -63,7 +63,8 @@ static function get_parametros_base( $id_base ) if ( isset( self::$bases_definidas[ $id_base ] ) ) { return self::$bases_definidas[ $id_base ]; } else { - throw new toba_error("DBA: La BASE [$id_base] no esta definida en el archivo de definicion de BASES: '" . self::get_path_archivo_bases() . "'" ); + toba_logger::instancia()->error("DBA: La BASE [$id_base] no esta definida en el archivo de definicion de BASES: '" . self::get_path_archivo_bases() . "'"); + throw new toba_error('DBA: La BASE solicitada no esta definida en el archivo de definicion de BASES, revise el log'); } } @@ -170,7 +171,8 @@ private static function conectar_db($id_base) if( !( isset($parametros['motor']) && isset($parametros['profile']) && isset($parametros['usuario']) && isset($parametros['clave']) && isset($parametros['base']) ) ) { - throw new toba_error("DBA: La BASE '$id_base' no esta definida correctamente." ); + toba_logger::instancia()->error("DBA: La BASE '$id_base' no esta definida correctamente." ); + throw new toba_error('DBA: La BASE no definida correctamente. Revise el log'); } $puerto = isset($parametros['puerto']) ? $parametros['puerto'] : ''; $server = isset($parametros['server']) ? $parametros['server'] : ''; @@ -223,15 +225,18 @@ private static function get_usuario_db($id_base, $parametros) } $archivo = toba::nucleo()->toba_instalacion_dir().'/'.$parametros['conexiones_perfiles']; if (! file_exists($archivo) || is_dir($archivo)) { - throw new toba_error_def("La base '$id_base' posee una referencia a un archivo de conexiones de perfiles inexistente: '$archivo'"); + toba_logger::instancia()->error("La base '$id_base' posee una referencia a un archivo de conexiones de perfiles inexistente: '$archivo'"); + throw new toba_error_def('La base posee una referencia a un archivo de conexiones inexistente'); } $usuarios = parse_ini_file($archivo, true ); if (isset($usuarios[$seccion])) { if (! isset($usuarios[$seccion]['usuario'])) { - throw new toba_error_def("La definición '$seccion' del archivo '$archivo' no posee el valor 'usuario'"); + toba_logger::instancia()->error("La definición '$seccion' del archivo '$archivo' no posee el valor 'usuario'"); + throw new toba_error_def("La definición del archivo de conexiones no posee el valor 'usuario'"); } if (! isset($usuarios[$seccion]['clave'])) { - throw new toba_error_def("La definición '$seccion' del archivo '$archivo' no posee el valor 'clave'"); + toba_logger::instancia()->error("La definición '$seccion' del archivo '$archivo' no posee el valor 'clave'"); + throw new toba_error_def("La definición del archivo de conexiones no posee el valor 'clave'"); } return array($usuarios[$seccion]['usuario'], $usuarios[$seccion]['clave']); } diff --git a/php/nucleo/lib/toba_derechos.php b/php/nucleo/lib/toba_derechos.php index 21b2813e4d..c230244350 100644 --- a/php/nucleo/lib/toba_derechos.php +++ b/php/nucleo/lib/toba_derechos.php @@ -54,7 +54,8 @@ function validar($derecho, $lanzar_excepcion=true) //No tiene el permiso, tratar de ver si el permiso existe y cuales son sus datos $rs = toba::proyecto()->get_descripcion_permiso($derecho); if (empty($rs)) { - throw new toba_error_def("El permiso '$derecho' no se encuentra definido en el sistema."); + toba_logger::instancia()->error("El permiso '$derecho' no se encuentra definido en el sistema."); + throw new toba_error_def('Error recuperando el permiso del sistema.'); } if (! $lanzar_excepcion) { return false; @@ -64,7 +65,8 @@ function validar($derecho, $lanzar_excepcion=true) } else { $usuario = toba::usuario()->get_id(); $descripcion = isset($rs['descripcion']) ? $rs['descripcion'] : $derecho; - throw new toba_error_permisos("El usuario $usuario no posee el derecho '$descripcion'"); + toba_logger::instancia()->error("El usuario $usuario no posee el derecho '$descripcion'"); + throw new toba_error_permisos('El usuario no existe o no posee el derecho solicitado'); } } } diff --git a/php/nucleo/lib/toba_editor.php b/php/nucleo/lib/toba_editor.php index 4b6e70556b..c203e6e2c8 100644 --- a/php/nucleo/lib/toba_editor.php +++ b/php/nucleo/lib/toba_editor.php @@ -300,7 +300,7 @@ static function get_perfiles_funcionales_previsualizacion() $grupos = array_map('trim', $grupos); return $grupos; } else { - throw new toba_error("No estan definidos los perfiles de acceso a la previsualización. Desde toba_editor se pueden definir en la opción de Configuración > Previsualización"); + throw new toba_error('No estan definidos los perfiles de acceso a la previsualización. Desde toba_editor se pueden definir en la opción de Configuración > Previsualización'); } } diff --git a/php/nucleo/lib/toba_factory_service.php b/php/nucleo/lib/toba_factory_service.php index 76dfa7a96a..62fb52b138 100644 --- a/php/nucleo/lib/toba_factory_service.php +++ b/php/nucleo/lib/toba_factory_service.php @@ -67,7 +67,7 @@ function setProvider($provider) function registrarServicio(IFactory $fabrica) { if( ! $fabrica instanceof IFactory) { - throw new toba_error("El servicio a registrar debe ser una implementación de IFactory"); + throw new toba_error('El servicio a registrar debe ser una implementación de IFactory'); } /* @todo Agregar validacion de nombre */ diff --git a/php/nucleo/lib/toba_firma_digital.php b/php/nucleo/lib/toba_firma_digital.php index b743cfc280..a68d3c036b 100644 --- a/php/nucleo/lib/toba_firma_digital.php +++ b/php/nucleo/lib/toba_firma_digital.php @@ -22,7 +22,7 @@ static function certificado_decodificar($certificado) $output = str_replace('-----END CERTIFICATE-----', '', $output); return base64_decode($output); } else { - throw new toba_error("El certificado no es un certificado valido", "Detalles: $certificado"); + throw new toba_error('El certificado no es un certificado valido', "Detalles: $certificado"); } } @@ -40,11 +40,11 @@ static function certificado_get_serial_number($certificado) static function certificado_validar_revocacion($certificado, $crl) { if (! file_exists($crl)) { - throw new toba_error("La base de certificados revocados no existe o no es accesible.", "Archivo '$crl'"); + throw new toba_error('La base de certificados revocados no existe o no es accesible.', "Archivo '$crl'"); } $comando = "openssl crl -inform DER -text -noout -in $crl"; if (toba_manejador_procesos::ejecutar($comando, $stdout, $stderr) !== 0) { - throw new toba_error("No es posible acceder al detalle de certificados revocados", "Error al ejecutar comando '$comando': $stdout\n".$stderr); + throw new toba_error('No es posible acceder al detalle de certificados revocados', "Error al ejecutar comando '$comando': $stdout\n".$stderr); } $serial = self::certificado_get_serial_number($certificado); if (strpos($stdout, $serial) !== false) { @@ -60,7 +60,7 @@ static function certificado_validar_revocacion($certificado, $crl) static function certificado_validar_CA($certificado, $pem_ca) { if (! file_exists($pem_ca)) { - throw new toba_error("El certificado raiz no existe o no es accesible.", "Archivo '$pem_ca'"); + throw new toba_error('El certificado raiz no existe o no es accesible.', "Archivo '$pem_ca'"); } $archivo_temp = toba::proyecto()->get_path_temp().'/'.md5(uniqid(time())); file_put_contents($archivo_temp, $certificado); @@ -68,7 +68,7 @@ static function certificado_validar_CA($certificado, $pem_ca) $output = toba_manejador_procesos::ejecutar($comando, $stdout, $stderr); unlink($archivo_temp); if ($output == 0) { - throw new toba_error_firma_digital("El certificado no es válido", "Salida del comando '$comando': $stdout\n".$stderr); + throw new toba_error_firma_digital('El certificado no es válido', "Salida del comando '$comando': $stdout\n".$stderr); } } @@ -76,10 +76,10 @@ static function certificado_validar_expiracion($certificado) { $data = openssl_x509_parse($certificado); if (self::compare_openssl_date($data['validFrom']) > 0) { - throw new toba_error_firma_digital("El certificado no es válido tiene una fecha de inicio superior al día de hoy", "Certificado: $certificado"); + throw new toba_error_firma_digital('El certificado no es válido tiene una fecha de inicio superior al día de hoy', "Certificado: $certificado"); } if (self::compare_openssl_date($data['validTo']) < 0) { - throw new toba_error_firma_digital("El certificado no es válido, tiene una fecha de finalización inferior al día de hoy", "Certificado: $certificado"); + throw new toba_error_firma_digital('El certificado no es válido, tiene una fecha de finalización inferior al día de hoy', "Certificado: $certificado"); } } diff --git a/php/nucleo/lib/toba_fuente_datos.php b/php/nucleo/lib/toba_fuente_datos.php index 1a888f6fc2..6bf099bac2 100644 --- a/php/nucleo/lib/toba_fuente_datos.php +++ b/php/nucleo/lib/toba_fuente_datos.php @@ -68,7 +68,8 @@ function get_id_datos_tabla($tabla) if (isset($this->definicion['mapeo_tablas_dt'][$tabla])) { return $this->definicion['mapeo_tablas_dt'][$tabla]; } else { - throw new toba_error("No se encuentra el datos_tabla asociado a la tabla $tabla en la fuente {$this->definicion['fuente_datos']}"); + toba_logger::instancia()->error("No se encuentra el datos_tabla asociado a la tabla $tabla en la fuente {$this->definicion['fuente_datos']}"); + throw new toba_error('No se encuentra el datos_tabla asociado a la tabla solicitada en la fuente de datos, revise el log'); } } diff --git a/php/nucleo/lib/toba_info_relacion_entre_tablas.php b/php/nucleo/lib/toba_info_relacion_entre_tablas.php index add296a2f4..5c9d434a8f 100644 --- a/php/nucleo/lib/toba_info_relacion_entre_tablas.php +++ b/php/nucleo/lib/toba_info_relacion_entre_tablas.php @@ -32,7 +32,8 @@ static function get_relacion($tabla_1, $tabla_2, $fuente_datos=null, $proyecto=n $respuesta[$tabla_1]=self::$relaciones[$fuente_datos][$tabla_2][$tabla_1]['cols_2']; $respuesta[$tabla_2]=self::$relaciones[$fuente_datos][$tabla_2][$tabla_1]['cols_1']; } else { - throw new toba_error('Informacion del modelo de datos de la fuente: '. $fuente_datos . ". No existe la relacion: $tabla_1 - $tabla_2" ); + toba_logger::instancia()->error('Informacion del modelo de datos de la fuente: '. $fuente_datos . ". No existe la relacion: $tabla_1 - $tabla_2" ); + throw new toba_error('Informacion del modelo de datos de la fuente: No existe relacion entre las tablas planteadas, revise el log'); } } return $respuesta; diff --git a/php/nucleo/lib/toba_instalacion.php b/php/nucleo/lib/toba_instalacion.php index 8dc82d614b..4480863636 100644 --- a/php/nucleo/lib/toba_instalacion.php +++ b/php/nucleo/lib/toba_instalacion.php @@ -33,7 +33,8 @@ private function __construct($recargar) if(!$this->memoria || $recargar) { $archivo = toba::nucleo()->toba_instalacion_dir() . '/instalacion.ini'; if (! file_exists($archivo)) { - throw new toba_error('No fue posible encontrar la instalacion', "El archivo instalacion.ini no se encuentra en la ruta : $archivo" ); + toba_logger::instancia()->error("No se encontro la instalacion. El archivo instalacion.ini no se encuentra en la ruta : $archivo"); + throw new toba_error('No fue posible encontrar la instalacion', 'El archivo instalacion.ini no se encuentra en la ruta'); } $this->memoria = toba::config()->get_seccion('instalacion'); } @@ -217,11 +218,13 @@ function get_datos_smtp($nombre_config = null) } $path_ini_smtp = toba::nucleo()->toba_instalacion_dir().'/smtp.ini'; if (! file_exists($path_ini_smtp)) { //Ver si se puede reemplazar por algun checkeo sobre secciones o algo. - throw new toba_error("No existe el archivo '$path_ini_smtp'"); + toba_logger::instancia()->error("No existe el archivo '$path_ini_smtp'"); + throw new toba_error('No existe el archivo smtp.ini en la ruta esperada'); } $conf = (is_null($nombre_config)) ? $this->memoria['smtp']: $nombre_config; if (! toba::config()->existe_valor('smtp', null, $conf)) { - throw new toba_error("No existe la entrada '$conf' el archivo '$path_ini_smtp'"); + toba_logger::instancia()->error("No existe la entrada '$conf' el archivo '$path_ini_smtp'"); + throw new toba_error('No existe la entrada para la config solicitada en el archivo stmp.ini'); } return toba::config()->get_subseccion('smtp', $conf); } diff --git a/php/nucleo/lib/toba_instancia.php b/php/nucleo/lib/toba_instancia.php index 01fab5b8ca..fc3e1088c5 100644 --- a/php/nucleo/lib/toba_instancia.php +++ b/php/nucleo/lib/toba_instancia.php @@ -46,7 +46,8 @@ static function get_datos_instancia($id_instancia) toba::config()->add_config_file('instancia', $archivo); toba::config()->load(); if (! is_file( $archivo ) ) { - throw new toba_error("INFO_INSTANCIA: No se encuentra definido el archivo de inicializacion de la INSTANCIA: '".self::get_id()."' ('$archivo')"); + toba_logger::instancia()->error("INFO_INSTANCIA: No se encuentra definido el archivo de inicializacion de la INSTANCIA: '".self::get_id()."' ('$archivo')"); + throw new toba_error('INFO_INSTANCIA: No se encuentra definido el archivo de inicializacion de la INSTANCIA'); } return toba::config()->get_seccion('instancia'); } @@ -78,7 +79,8 @@ function get_db() if ( isset( $this->memoria['base'] ) ) { return toba_dba::get_db($this->memoria['base']); } else { - throw new toba_error("INFO_INSTANCIA: El archivo de inicializacion de la INSTANCIA: '".self::$id."' no posee una BASE DEFINIDA"); + toba_logger::error("INFO_INSTANCIA: El archivo de inicializacion de la INSTANCIA: '".self::$id."' no posee una BASE DEFINIDA"); + throw new toba_error('INFO_INSTANCIA: El archivo de inicializacion de la INSTANCIA no posee una BASE DEFINIDA'); } } @@ -384,7 +386,8 @@ function get_info_usuario($usuario) $rs = array(); if (trim($usuario) != '') {$rs = $this->get_info_usuarios(array($usuario));} if(empty($rs)){ - throw new toba_error("El usuario $usuario no existe."); + toba_logger::instancia()->error("El usuario $usuario no existe."); + throw new toba_error('Usuario incorrecto o inexistente'); } return $rs[0]; } @@ -564,7 +567,7 @@ function registrar_error_login($usuario, $ip, $texto) $id = $this->get_db()->sentencia_preparar($sql); $this->get_db()->sentencia_ejecutar($id, array('usuario'=>$usuario,'ip'=>$ip,'texto'=>$texto)); } catch ( toba_error_db $e) { - throw new toba_error('Error'); + throw new toba_error('Error!'); } } @@ -647,7 +650,7 @@ function get_id_sesion() $sql = "SELECT nextval('{$this->get_schema_logs_toba()}.apex_sesion_browser_seq'::text) as id;"; $rs = $this->get_db()->consultar($sql); if(empty($rs)){ - throw new toba_error("No es posible recuperar el ID de la sesion."); + throw new toba_error('No es posible recuperar el ID de la sesion.'); } return $rs[0]['id']; } diff --git a/php/nucleo/lib/toba_mail.php b/php/nucleo/lib/toba_mail.php index 1e2ed710b6..61ef4e5624 100644 --- a/php/nucleo/lib/toba_mail.php +++ b/php/nucleo/lib/toba_mail.php @@ -160,7 +160,8 @@ function enviar() unlink($temp); } if (!$exito) { - throw new toba_error("Imposible enviar mail. Mensaje de error: {$mail->ErrorInfo}"); + toba_logger::instancia()->error("Imposible enviar mail. Mensaje de error: {$mail->ErrorInfo}"); + throw new toba_error('Imposible enviar mail, revise el log.'); } } diff --git a/php/nucleo/lib/toba_manejador_sesiones.php b/php/nucleo/lib/toba_manejador_sesiones.php index dfe029a120..9cda33a999 100644 --- a/php/nucleo/lib/toba_manejador_sesiones.php +++ b/php/nucleo/lib/toba_manejador_sesiones.php @@ -64,7 +64,7 @@ private function iniciar_session_php() $handler->configure_settings(); if (session_id() != '') { - throw new toba_error("Ya existe una sesión abierta, probablemente tenga activado session.auto_start = 1 en el php.ini"); + throw new toba_error('Ya existe una sesión abierta, probablemente tenga activado session.auto_start = 1 en el php.ini'); } if (! toba_nucleo::instancia()->es_acceso_rest()) { session_name(toba::instalacion()->get_session_name()); @@ -108,6 +108,9 @@ function login($id_usuario, $clave=null, $datos_iniciales=null) // Se recarga el nucleo, esta vez sobre una sesion activa. if (toba::nucleo()->solicitud_en_proceso()) { + if (PHP_SAPI != 'cli') { + session_regenerate_id(true); + } throw new toba_reset_nucleo('INICIAR SESION... recargando el nucleo.'); } } @@ -172,7 +175,7 @@ function cambio_usuario($actual, $nuevo, $datos_iniciales=null) throw new toba_error_seguridad('Es intentando acceder a un usuario no valido' ); } //Si todo va bien. - $this->procesar_salida_proyecto("Logout por cambio de usuario"); //Redirije a la pantalla de login, quizas hay que hacer algo distinto por ejemplo, no borrar la sesion + $this->procesar_salida_proyecto('Logout por cambio de usuario'); //Redirije a la pantalla de login, quizas hay que hacer algo distinto por ejemplo, no borrar la sesion $this->procesar_acceso_instancia($mapeo, $datos_iniciales); } @@ -187,6 +190,9 @@ function iniciar_sesion_proyecto($datos_iniciales) } $this->procesar_acceso_proyecto($datos_iniciales); if (toba::nucleo()->solicitud_en_proceso()) { + if (PHP_SAPI != 'cli') { + session_regenerate_id(true); + } throw new toba_reset_nucleo('INICIAR SESION PROYECTO... recargando el nucleo.'); } } @@ -381,7 +387,8 @@ function set_perfiles_funcionales_activos($activos) //Validacion foreach ($activos as $perfil) { if (! in_array($perfil, $perfiles)) { - throw new toba_error_seguridad("Se esta intentando activar el perfil '$perfil' y el mismo no pertenece al usuario actual"); + toba_logger::instancia()->error("Se esta intentando activar el perfil '$perfil' y el mismo no pertenece al usuario actual"); + throw new toba_error_seguridad('Se esta intentando activar un perfil que no pertenece al usuario actual'); } $finales[] = $perfil; $membresias = toba::proyecto()->get_perfiles_funcionales_asociados($perfil); @@ -742,11 +749,12 @@ private function control_finalizacion_sesion() $ultimo_acceso = $_SESSION[TOBA_DIR]['instancias'][$this->instancia]['proyectos'][$this->proyecto]['info_sesion']['ultimo_acceso']; $tiempo_desconectado = ((time()-$ultimo_acceso)/60);//Tiempo desde el ultimo REQUEST if ( $tiempo_desconectado >= $ventana) { - toba::notificacion("Usted ha permanecido mas de $ventana minutos sin interactuar + toba::notificacion('Usted ha permanecido varios minutos sin interactuar con el servidor. Por razones de seguridad su sesion ha sido eliminada. Por favor vuelva a registrarse si desea continuar utilizando el sistema. - Disculpe las molestias ocasionadas."); - throw new toba_error_autorizacion("Se exedio la ventana temporal ($ventana m.)"); + Disculpe las molestias ocasionadas.'); + toba_logger::error("Se exedio la ventana temporal ($ventana m.)"); + throw new toba_error_autorizacion('Se exedio la ventana temporal'); } } // Controlo el tiempo maximo de sesion @@ -755,10 +763,11 @@ private function control_finalizacion_sesion() $inicio_sesion = $_SESSION[TOBA_DIR]['instancias'][$this->instancia]['proyectos'][$this->proyecto]['info_sesion']['inicio']; $tiempo_total = ((time()-$inicio_sesion)/60);//Tiempo desde que se inicio la sesion if ( $tiempo_total >= $maximo) { - toba::notificacion("Se ha superado el tiempo de sesion permitido ($maximo minutos) + toba::notificacion('Se ha superado el tiempo de sesion permitido Por favor vuelva a registrarse si desea continuar utilizando el sistema. - Disculpe las molestias ocasionadas."); - throw new toba_error_autorizacion("Se exedio el tiempo maximo de sesion ($maximo m.)"); + Disculpe las molestias ocasionadas.'); + toba_logger::instancia()->error("Se exedio el tiempo maximo de sesion ($maximo m.)"); + throw new toba_error_autorizacion('Se exedio el tiempo maximo de sesion'); } } @@ -1004,12 +1013,15 @@ private function autenticar($id_usuario, $clave=null, $datos_iniciales=null) if ( $supero_tope_intentos_en_ventana ) { if ($bloquear_usuario) { $this->invocar_metodo_usuario('bloquear_usuario',array($id_usuario)); - throw new toba_error_autenticacion("$error. Ha superado el límite de inicios de sesion. El usuario ha sido bloqueado."); + toba_logger::instancia()->error("$error. Ha superado el límite de inicios de sesion. El usuario ha sido bloqueado."); + throw new toba_error_autenticacion("$error. Ha superado el límite de inicios de sesion."); }elseif ($lanzar_excepcion) { - throw new toba_error_autenticacion_intentos("$error. Ha superado el límite de inicios de sesion.|$intentos"); + toba_logger::instancia()->error("$error. Ha superado el límite de inicios de sesion.|$intentos"); + throw new toba_error_autenticacion_intentos("$error. Ha superado el límite de inicios de sesion."); } else { $this->invocar_metodo_usuario('bloquear_ip',array($ip)); - throw new toba_error_autenticacion("$error. La IP ha sido bloqueada."); + toba_logger::instancia()->error("$error. La IP ha sido bloqueada."); + throw new toba_error_autenticacion("$error. Ha superado el límite de inicios de sesion."); } } } diff --git a/php/nucleo/lib/toba_mensajes.php b/php/nucleo/lib/toba_mensajes.php index 3ddca63fb1..c94c2b7491 100644 --- a/php/nucleo/lib/toba_mensajes.php +++ b/php/nucleo/lib/toba_mensajes.php @@ -6,20 +6,21 @@ * @package Fuentes */ class toba_mensajes -{ - protected $mensajes; - - /** - * Los mensajes al usuario saldrán del archivo .ini indicado - * @param string $path Path absoluto al archivo - */ - function set_fuente_ini($path) - { - if (! file_exists($path)) { - throw new toba_error_def("No existe el archivo de mensajes $path"); - } - $this->mensajes = parse_ini_file($path, true); - } +{ + protected $mensajes; + + /** + * Los mensajes al usuario saldrán del archivo .ini indicado + * @param string $path Path absoluto al archivo + */ + function set_fuente_ini($path) + { + if (! file_exists($path)) { + toba_logger::instancia()->error("No existe el archivo de mensajes $path"); + throw new toba_error_def('No existe el archivo de mensajes, revise el log'); + } + $this->mensajes = parse_ini_file($path, true); + } /** * Obtiene un mensaje global del proyecto, si no lo encuentra escala buscando el mensaje en el mismo framework @@ -43,10 +44,12 @@ function get_toba($indice, $parametros=null) { $datos = toba::proyecto()->get_mensaje_toba($indice); if(!is_array($datos)){ - throw new toba_error_def("El mensaje $indice no EXISTE."); + toba_logger::instancia()->error("El mensaje $indice no EXISTE."); + throw new toba_error_def('El mensaje no se puede mostrar, no existe o está vacío.'); }else{ if(trim($datos['m'])==""){ - throw new toba_error_def("El mensaje $indice, existe pero está vacío."); + toba_logger::instancia()->error("El mensaje $indice, existe pero está vacío."); + throw new toba_error_def('El mensaje no se puede mostrar, no existe o está vacío.'); }else{ $mensaje = self::parsear_parametros($datos['m'], $parametros); } @@ -91,21 +94,21 @@ function get_componente($objeto, $indice, $parametros=null) } } return $mensaje; - } - - /** - * Retorna el mensaje de ayuda de la operación actual - */ - function get_operacion_actual() - { - $info = toba::solicitud()->get_datos_item(); - if (isset($this->mensajes['operaciones'][$info['item']])) { - $mensaje = $this->mensajes['operaciones'][$info['item']]; - return $mensaje; - } - if (trim($info['item_descripcion']) != '') { - return $info['item_descripcion']; - } + } + + /** + * Retorna el mensaje de ayuda de la operación actual + */ + function get_operacion_actual() + { + $info = toba::solicitud()->get_datos_item(); + if (isset($this->mensajes['operaciones'][$info['item']])) { + $mensaje = $this->mensajes['operaciones'][$info['item']]; + return $mensaje; + } + if (trim($info['item_descripcion']) != '') { + return $info['item_descripcion']; + } } /** diff --git a/php/nucleo/lib/toba_perfil_datos.php b/php/nucleo/lib/toba_perfil_datos.php index f1931cfb52..083bd78fd6 100644 --- a/php/nucleo/lib/toba_perfil_datos.php +++ b/php/nucleo/lib/toba_perfil_datos.php @@ -267,7 +267,7 @@ static function get_restricciones_usuario($usuario, $proyecto) return $restricciones; } else { toba::logger()->error("El usuario $usuario no posee perfil de datos en el proyecto $proyecto"); - throw new toba_error_def("El usuario no posee perfil de datos en el proyecto"); + throw new toba_error_def('El usuario no posee perfil de datos en el proyecto'); } } diff --git a/php/nucleo/lib/toba_planificador_tareas.php b/php/nucleo/lib/toba_planificador_tareas.php index 0449687152..50de8038cb 100644 --- a/php/nucleo/lib/toba_planificador_tareas.php +++ b/php/nucleo/lib/toba_planificador_tareas.php @@ -65,7 +65,7 @@ function desprogramar($id_tarea, $manejador_interface=null) $mensaje_debug = "[Programador de Tareas] Tarea $id_tarea desprogramada"; toba::logger()->debug($mensaje_debug); if (isset($manejador_interface)) { - $manejador_interface->mensaje($mensaje_debug); + $manejador_interface->mensaje('[Programador de Tareas] Tarea solicitada desprogramada'); } } @@ -128,7 +128,8 @@ function ejecutar_tarea($id, $manejador_interface=null) "; $datos = $db->consultar_fila($sql); if ($datos === false) { - throw new toba_error("[Programador de Tareas] No existe una tarea programada con id '{$datos['tarea']}' en el proyecto '{$this->proyecto}'"); + toba_logger::instancia()->error("[Programador de Tareas] No existe una tarea programada con id '{$datos['tarea']}' en el proyecto '{$this->proyecto}'"); + throw new toba_error('[Programador de Tareas] No existe una tarea programada en el proyecto actual, revise el log'); } //-- Ejecuta el objeto tarea @@ -137,7 +138,7 @@ function ejecutar_tarea($id, $manejador_interface=null) $mensaje_debug = "[Programador de Tareas] Error al deserializar tarea '{$datos['tarea']}' con clase '{$datos['clase']}' en el proyecto '{$this->proyecto}'"; toba::logger()->error($mensaje_debug); if (isset($manejador_interface)) { - $manejador_interface->error($mensaje_debug); + $manejador_interface->error('[Programador de Tareas] Error al deserializar tarea en el proyecto actual, revise el log'); } } else { $tarea->ejecutar(); @@ -164,7 +165,7 @@ protected function registrar_ejecucion($datos, $manejador_interface=null) $mensaje_debug = "[Programador de Tareas] Ejecutada tarea $id:{$datos['nombre']} de clase '{$datos['tarea_clase']}' en el proyecto '{$this->proyecto}'"; toba::logger()->debug($mensaje_debug); if (isset($manejador_interface)) { - $manejador_interface->mensaje($mensaje_debug); + $manejador_interface->mensaje('[Programador de Tareas] Ejecutada tarea en el proyecto actual, para mas información revise el log'); } $sql = "INSERT INTO $schema_log.apex_log_tarea (proyecto, tarea, nombre, tarea_clase, tarea_objeto, ejecucion) @@ -212,7 +213,7 @@ protected function reprogramar($datos, $manejador_interface=null) $mensaje = "[Programador de Tareas] Tarea $tarea reprogamada al {$rs['proxima']}"; toba::logger()->debug($mensaje); if (isset($manejador_interface)) { - $manejador_interface->mensaje($mensaje); + $manejador_interface->mensaje("[Programador de Tareas] Tarea reprogamada al {$rs['proxima']}, revise el log"); } } diff --git a/php/nucleo/lib/toba_pms.php b/php/nucleo/lib/toba_pms.php index 6a22f16022..a56610063b 100644 --- a/php/nucleo/lib/toba_pms.php +++ b/php/nucleo/lib/toba_pms.php @@ -87,7 +87,8 @@ function get($etiqueta) } $proyecto = toba::proyecto()->get_id(); - throw new toba_error("PUNTOS DE MONTAJE: El punto de montaje con etiqueta '$etiqueta' no existe en el proyecto '$proyecto'"); + toba_logger::instancia()->error("PUNTOS DE MONTAJE: El punto de montaje con etiqueta '$etiqueta' no existe en el proyecto '$proyecto'"); + throw new toba_error('PUNTOS DE MONTAJE: El punto de montaje con etiqueta pedida no existe en el proyecto'); } /** @@ -103,7 +104,8 @@ function get_por_id($id) } } $proyecto = toba::proyecto()->get_id(); - throw new toba_error("PUNTOS DE MONTAJE: El punto de montaje con id '$id' no existe en el proyecto '$proyecto'"); + toba_logger::instancia()->error("PUNTOS DE MONTAJE: El punto de montaje con id '$id' no existe en el proyecto '$proyecto'"); + throw new toba_error('PUNTOS DE MONTAJE: El punto de montaje no existe en el proyecto'); } function get_instancia_pm_proyecto($proyecto, $id) diff --git a/php/nucleo/lib/toba_proyecto.php b/php/nucleo/lib/toba_proyecto.php index 34e1bfd574..8c264e5d60 100644 --- a/php/nucleo/lib/toba_proyecto.php +++ b/php/nucleo/lib/toba_proyecto.php @@ -70,7 +70,8 @@ private function __construct($proyecto) { if (! in_array($proyecto, toba::instancia()->get_id_proyectos())) { //El proyecto no existe o no esta cargado en la instancia if (! toba::instalacion()->es_produccion()) { - throw new toba_error("El proyecto '".$proyecto."' no se encuentra cargado en la instancia"); + toba_logger::instancia()->error("El proyecto '".$proyecto."' no se encuentra cargado en la instancia"); + throw new toba_error('El proyecto no se encuentra cargado en la instancia'); } else { die; //En produccion no se loguea nada, se mata inmediatamente el proceso } @@ -112,7 +113,8 @@ function get_parametro($seccion, $parametro=null, $obligatorio=true) return null; }else{ if ($obligatorio) { - throw new toba_error("INFO_PROYECTO: El parametro '$id' no se encuentra definido."); + toba_logger::instancia()->error("INFO_PROYECTO: El parametro '$id' no se encuentra definido."); + throw new toba_error('INFO_PROYECTO: El parametro solicitado no se encuentra definido, revise el log.'); } else { return null; } @@ -158,7 +160,8 @@ function cargar_info_basica($proyecto=null) $rs = toba_proyecto_db::cargar_info_basica($proyecto); } if (!$rs) { - throw new toba_error("El proyecto '".$proyecto."' no se encuentra cargado en la instancia ".toba_instancia::get_id()); + toba_logger::instancia()->error("El proyecto '".$proyecto."' no se encuentra cargado en la instancia ".toba_instancia::get_id()); + throw new toba_error('El proyecto no se encuentra o no esta cargado en la instancia'); } return $rs; } @@ -319,7 +322,8 @@ function get_id_componente_por_indice($identificador, $proyecto=null) } } if( ! isset($this->mapeo_componentes[$identificador]) ) { - throw new toba_error("Error buscando el componente '$identificador'. El INDICE no existe"); + toba_logger::instancia()->error("Error buscando el componente '$identificador'. El INDICE no existe"); + throw new toba_error("Error buscando el componente. El INDICE solicitado no existe"); } return $this->mapeo_componentes[$identificador]; } @@ -373,7 +377,8 @@ function get_info_fuente_datos($id_fuente, $proyecto=null) //-- No se carga aqui la relacion entre tabla y dt por un tema de eficiencia, se hace con un lazyload en toba_fuente_datos } if (empty($rs)) { - throw new toba_error("No se puede encontrar la fuente '$id_fuente' en el proyecto '$proyecto'"); + toba_logger::instancia()->error("No se puede encontrar la fuente '$id_fuente' en el proyecto '$proyecto'"); + throw new toba_error('No se puede encontrar la fuente solicitada en el proyecto'); } return $rs; } @@ -589,7 +594,8 @@ function get_info_consulta_php($clase, $proyecto=null) $rs = toba_proyecto_db::get_consulta_php($proyecto, $clase); } if (empty($rs)) { - throw new toba_error("No se puede encontrar la consulta PHP '$clase' en el proyecto '$proyecto'"); + toba_logger::instancia()->error("No se puede encontrar la consulta PHP '$clase' en el proyecto '$proyecto'"); + throw new toba_error('No se puede encontrar la clase de consulta PHP en el proyecto'); } return $rs; } @@ -605,7 +611,8 @@ function get_info_servicios_web_acc($id, $proyecto=null) $rs = toba_proyecto_db::get_info_servicio_web($proyecto, $id); } if (empty($rs)) { - throw new toba_error("No se puede encontrar la definición del Servicio Web '$id' en el proyecto '$proyecto'"); + toba_logger::instancia()->error("No se puede encontrar la definición del Servicio Web '$id' en el proyecto '$proyecto'"); + throw new toba_error('No se puede encontrar la definición del Servicio Web en el proyecto '); } return $rs; } @@ -621,7 +628,8 @@ function get_info_pms($proyecto = null) $rs = toba_proyecto_db::get_pms($proyecto); } if (empty($rs)) { - throw new toba_error("No se pueden encontrar puntos de montaje en el proyecto '$proyecto'"); + toba_logger::instancia()->error("No se pueden encontrar puntos de montaje en el proyecto '$proyecto'"); + throw new toba_error('No se pueden encontrar puntos de montaje en el proyecto'); } return $rs; diff --git a/php/nucleo/lib/toba_puntos_control.php b/php/nucleo/lib/toba_puntos_control.php index bb2390eb7d..ab8b486402 100644 --- a/php/nucleo/lib/toba_puntos_control.php +++ b/php/nucleo/lib/toba_puntos_control.php @@ -87,11 +87,13 @@ private function set_valor($punto_control, $parametro, $valor) $data =& $this->get_bloque(); if (! \array_key_exists($punto_control, $data)) { - throw new toba_error("El punto de control '$punto_control' no está definido."); + toba::logger()->error("El punto de control '$punto_control' no está definido."); + throw new toba_error('El punto de control no está definido, revise el log.'); } if (! \array_key_exists($parametro, $data[$punto_control]['parametros'])) { - throw new toba_error("El parametro '$parametro' del punto de control '$punto_control' no está definido."); + toba::logger()->error("El parametro '$parametro' del punto de control '$punto_control' no está definido."); + throw new toba_error('El parametro indicado para el punto de control no está definido, revise el log.'); } $data[$punto_control]['parametros'][$parametro] = $valor; } @@ -156,7 +158,8 @@ private function &get_controles($punto_control) { $data =& $this->get_bloque(); if (! \array_key_exists($punto_control, $data)) { - throw new toba_error("El punto de control '$punto_control' no está definido."); + toba::logger()->error("El punto de control '$punto_control' no está definido."); + throw new toba_error('El punto de control no está definido, revise el log.'); } return $data[$punto_control]['controles']; } @@ -187,10 +190,12 @@ private function set_resultado_control($punto_control, $control) { $data =& $this->get_bloque(); if (! \array_key_exists($punto_control, $data)) { - throw new toba_error("El punto de control '$punto_control' no está definido."); + toba::logger()->error("El punto de control '$punto_control' no está definido."); + throw new toba_error('El punto de control no está definido, revise el log.'); } if (! \array_key_exists(get_class($control), $data[$punto_control]['controles'])) { - throw new toba_error("El control '$control' no está definido en el punto de control '$punto_control' ."); + toba::logger()->error("El control '$control' no está definido en el punto de control '$punto_control' ."); + throw new toba_error("El control indicado no pertenece o no está definido en el punto de control."); } $data[$punto_control]['controles'][get_class($control)]['resultado'] = $control->get_resultado(); $this->set_resultado($control); @@ -269,10 +274,12 @@ public function get_valores_punto($punto_control) // Recupero bloque de datos $data =& $this->get_bloque(); if (! \array_key_exists($punto_control, $data)) { - throw new toba_error("El punto de control '$punto_control' no está definido."); + toba::logger()->error("El punto de control '$punto_control' no está definido."); + throw new toba_error('El punto de control no está definido, revise el log.'); } if (!is_array($data[$punto_control]['parametros'])) { - throw new toba_error("Los parametros de '$punto_control' no están definidos."); + toba::logger()->error("Los parametros de '$punto_control' no están definidos."); + throw new toba_error("Los parametros del punto de control no están definidos."); } return $data[$punto_control]['parametros']; } @@ -304,10 +311,12 @@ public function get_actua_como_control($punto_control, $control) // Recupero bloque de datos $data =& $this->get_bloque(); if (! \array_key_exists($punto_control, $data)) { - throw new toba_error("El punto de control '$punto_control' no está definido."); + toba::logger()->error("El punto de control '$punto_control' no está definido."); + throw new toba_error('El punto de control no está definido, revise el log.'); } if (! \array_key_exists($control, $data[$punto_control]['controles'])) { - throw new toba_error("El control '$control' no está definido en el punto de control '$punto_control' ."); + toba::logger()->error("El control '$control' no está definido en el punto de control '$punto_control' ."); + throw new toba_error('El control solicitado no está definido en el punto de control.'); } return $data[$punto_control]['controles'][$control]['actua_como']; } @@ -367,9 +376,10 @@ public function ejecutar_puntos_control($componente, $evento, &$parametros) if (! $this->get_resultado()) { if ($this->get_actua_como() == 'E') { - throw new toba_error("ERROR: " . $this->get_mensaje() . ""); + toba::logger()->error('ERROR: ' . $this->get_mensaje() . ''); + throw new toba_error('ERROR: Se produjo un error al ejecutar el punto de control, revise el log '); } else { - toba::notificacion()->agregar("MENSAJE: " . $this->get_mensaje() . ""); + toba::notificacion()->agregar('MENSAJE: ' . toba::escaper()->escapeHtml($this->get_mensaje()) . ''); } } } diff --git a/php/nucleo/lib/toba_recurso.php b/php/nucleo/lib/toba_recurso.php index f00ddd1c48..8c70cc326e 100644 --- a/php/nucleo/lib/toba_recurso.php +++ b/php/nucleo/lib/toba_recurso.php @@ -84,7 +84,8 @@ static function imagen_de_origen($nombre, $origen) } elseif ($origen == 'skin') { return self::imagen_skin($nombre); } else { - throw new toba_error("No existe el origen de recurso $origen"); + toba::logger()->error("No existe el origen de recurso $origen"); + throw new toba_error('No existe el origen solicidato para el recurso, revise el log'); } } diff --git a/php/nucleo/lib/toba_servicio_web_cliente_soap.php b/php/nucleo/lib/toba_servicio_web_cliente_soap.php index 1aa225a670..eac755ef49 100644 --- a/php/nucleo/lib/toba_servicio_web_cliente_soap.php +++ b/php/nucleo/lib/toba_servicio_web_cliente_soap.php @@ -86,17 +86,20 @@ static function get_ws_token($proyecto, $servicio) //Cargo las claves y armo el objeto WSF if (! file_exists($config['clave_cliente'])) { - throw new toba_error("El archivo ".$config['clave_cliente']." no existe"); + toba::logger()->error("El archivo ".$config['clave_cliente']." no existe"); + throw new toba_error('El archivo con clave/certificado no existe'); } $clave_cliente = ws_get_key_from_file($config['clave_cliente']); if (! file_exists($config['cert_cliente'])) { - throw new toba_error("El archivo ".$config['cert_cliente']." no existe"); + toba::logger()->error("El archivo ".$config['cert_cliente']." no existe"); + throw new toba_error('El archivo con clave/certificado no existe'); } $cert_cliente = ws_get_cert_from_file($config['cert_cliente']); if (! file_exists($config['cert_servidor'])) { - throw new toba_error("El archivo ".$config['cert_servidor']." no existe"); + toba::logger()->error("El archivo ".$config['cert_servidor']." no existe"); + throw new toba_error('El archivo con clave/certificado no existe'); } $cert_server = ws_get_cert_from_file($config['cert_servidor']); diff --git a/php/nucleo/lib/toba_servicio_web_mensaje.php b/php/nucleo/lib/toba_servicio_web_mensaje.php index 4d96332a67..3e6f923d24 100644 --- a/php/nucleo/lib/toba_servicio_web_mensaje.php +++ b/php/nucleo/lib/toba_servicio_web_mensaje.php @@ -102,7 +102,8 @@ static function array_a_payload($array, $nivel=0, $clave_padre = '') foreach ($array as $clave => $valor) { $empieza_con_numero = strlen($clave) > 0 && ctype_digit(substr($clave, 0, 1)); if ($empieza_con_numero && is_string($clave)) { - throw new toba_error_def("El arreglo contiene una clave asociativa ($clave) que comienza con un número, XML no acepta tags que comienzen con numeros"); + toba::logger()->error("El arreglo contiene una clave asociativa ($clave) que comienza con un número, XML no acepta tags que comiencen con numeros"); + throw new toba_error_def('El arreglo contiene una clave que comienza con un número, XML no acepta esto, revise el log'); } if ($empieza_con_numero) { $clave = self::id_fila_generica.$clave_padre; //El xml no puede tener claves numericas, se define una clave unica para los posicionales diff --git a/php/nucleo/lib/toba_usuario_basico.php b/php/nucleo/lib/toba_usuario_basico.php index 54b069ef9a..3f95a63c7f 100644 --- a/php/nucleo/lib/toba_usuario_basico.php +++ b/php/nucleo/lib/toba_usuario_basico.php @@ -195,7 +195,8 @@ function get_parametro($parametro) { $parametro = strtolower(trim($parametro)); if ( !($parametro=='a'||$parametro=='b'||$parametro=='c') ) { - throw new toba_error("Consulta de parametro de usuario: El parametro '$parametro' es invalido."); + toba::logger()->error("Consulta de parametro de usuario: El parametro '$parametro' es invalido."); + throw new toba_error('Consulta de parametro de usuario: El parametro no se encuentra o es invalido, revise el log.'); } //Las opciones correctas son 'a','b' o 'c' $nombre_parametro = 'parametro_'. $parametro; diff --git a/php/nucleo/toba.php b/php/nucleo/toba.php index 68553ac1d4..141278bffc 100644 --- a/php/nucleo/toba.php +++ b/php/nucleo/toba.php @@ -331,7 +331,8 @@ static function cn($indice) { $cn = self::componente($indice); if(! $cn instanceof toba_cn ) { - throw new toba_error_def("Error cargando CN por INDICE. El componente identificado con la etiqueta '$indice' no es un CN."); + toba::logger()->error("Error cargando CN por INDICE. El componente identificado con la etiqueta '$indice' no es un CN."); + throw new toba_error_def('Error cargando CN por INDICE. La etiqueta solicitada se encuentra o no es un CN. Revise el log'); } return $cn; } @@ -394,7 +395,7 @@ static function consulta_php($clase) } self::$consultas_php[$clase] = new $clase_php(); } else { - throw new toba_error("La consulta_php solicitada no posee un archivo asociado"); + throw new toba_error('La consulta_php solicitada no posee un archivo asociado'); } } return self::$consultas_php[$clase]; diff --git a/php/nucleo/toba_nucleo.php b/php/nucleo/toba_nucleo.php index 5f77ecefbc..9976acc4c2 100644 --- a/php/nucleo/toba_nucleo.php +++ b/php/nucleo/toba_nucleo.php @@ -113,10 +113,10 @@ function acceso_web() $this->finalizar_contexto_ejecucion(); } catch (Error $e) { toba::logger()->crit($e, 'toba'); - echo $e->getMessage() . "\n\n"; + echo toba::escaper()->escapeHtml($e->getMessage()) . "\n\n"; } catch (Exception $e) { toba::logger()->crit($e, 'toba'); - echo $e->getMessage() . "\n\n"; + echo toba::escaper()->escapeHtml($e->getMessage()) . "\n\n"; } //toba::logger()->debug('Tiempo utilizado: ' . toba::cronometro()->tiempo_acumulado() . ' seg.'); toba::logger()->guardar(); @@ -147,7 +147,8 @@ function acceso_servicio() $this->iniciar_contexto_solicitud($item); $this->solicitud = toba_constructor::get_runtime(array('proyecto'=>$item[0],'componente'=>$item[1]), 'toba_item'); if(! $this->solicitud instanceof toba_solicitud_servicio_web) { - throw new toba_error_seguridad("El item {$item[1]} no es un item de servicio web"); + toba::logger_ws()->error("El item {$item[1]} no es un item de servicio web"); + throw new toba_error_seguridad('El item solicitado no parece un servicio web, revise el log'); } if (!toba::instalacion()->es_produccion()) { if ($xml = file_get_contents('php://input')) { @@ -162,10 +163,10 @@ function acceso_servicio() $this->finalizar_contexto_ejecucion(); } catch (Error $e) { toba::logger()->crit($e, 'toba'); - echo $e->getMessage() . "\n\n"; + echo toba::escaper()->escapeJs($e->getMessage()) . "\n\n"; } catch (Exception $e) { toba::logger()->crit($e, 'toba'); - echo $e->getMessage() . "\n\n"; + echo toba::escaper()->escapeJs($e->getMessage()) . "\n\n"; } toba::logger()->guardar(); } @@ -185,12 +186,12 @@ function acceso_rest() $this->solicitud->registrar(); $this->finalizar_contexto_rest(); } catch (Error $e) { - toba::logger()->crit($e, 'toba'); - echo $e->getMessage() . "\n\n"; + toba::logger()->crit($e, 'toba'); + echo toba::escaper()->escapeJs($e->getMessage()) . "\n\n"; toba::logger()->guardar(); } catch (Exception $e) { toba::logger()->crit($e, 'toba'); - echo $e->getMessage() . "\n\n"; + echo toba::escaper()->escapeJs($e->getMessage()) . "\n\n"; toba::logger()->guardar(); } if (! is_null($app)) { @@ -405,9 +406,7 @@ function finalizar_contexto_rest() function controlar_requisitos_basicos() { - if (php_sapi_name() !== 'cli' && get_magic_quotes_gpc()) { - throw new toba_error_def("Necesita desactivar las 'magic_quotes' en el servidor (ver http://www.php.net/manual/es/security.magicquotes.disabling.php)"); - } + //Removido el contenido que chequeaba magic_quotes } function es_acceso_rest() diff --git a/php/nucleo/toba_solicitud_accion.php b/php/nucleo/toba_solicitud_accion.php index 47b8fb94f5..be6aacbf64 100644 --- a/php/nucleo/toba_solicitud_accion.php +++ b/php/nucleo/toba_solicitud_accion.php @@ -21,7 +21,7 @@ function procesar() if (trim($accion) != '') { toba_cargador::cargar_clase_archivo($this->info['basica']['punto_montaje'], $this->info['basica']['item_act_accion_script'], $this->info['basica']['item_proyecto']); } else { - throw new toba_error_def("La solicitud_accion requiere la definición de un archivo php plano para ejecutar"); + throw new toba_error_def('La solicitud_accion requiere la definición de un archivo php plano para ejecutar'); } } } diff --git a/php/nucleo/toba_solicitud_servicio_web.php b/php/nucleo/toba_solicitud_servicio_web.php index 83bfc91ee9..7db38a99c0 100644 --- a/php/nucleo/toba_solicitud_servicio_web.php +++ b/php/nucleo/toba_solicitud_servicio_web.php @@ -39,14 +39,14 @@ protected function validar_componente() //$i = 0; foreach ($this->info['objetos'] as $objeto) { if ($objeto['clase'] != 'toba_servicio_web') { - throw new toba_error_def("Necesita asociar a la operación un componente de clase toba_servicio_web"); + throw new toba_error_def('Necesita asociar a la operación un componente de clase toba_servicio_web'); } } } else { if (count($this->info['objetos']) == 0) { - throw new toba_error_def("Necesita asociar a la operación un componente toba_servicio_web"); + throw new toba_error_def('Necesita asociar a la operación un componente toba_servicio_web'); } else { - throw new toba_error_def("Debe asociar a la operación un único componente toba_servicio_web"); + throw new toba_error_def('Debe asociar a la operación un único componente toba_servicio_web'); } } } diff --git a/php/nucleo/toba_solicitud_web.php b/php/nucleo/toba_solicitud_web.php index 37b0e16874..b6c12bc718 100644 --- a/php/nucleo/toba_solicitud_web.php +++ b/php/nucleo/toba_solicitud_web.php @@ -61,9 +61,10 @@ function procesar() }catch(toba_error $e) { toba::logger()->error($e, 'toba'); $mensaje_debug = null; + //La notificacion se escapa... hacerlo previamente seria doble escapado if (toba::logger()->modo_debug()) { $mensaje_debug = $e->get_mensaje_log(); - } + } toba::notificacion()->error($e->get_mensaje(), $mensaje_debug); toba::notificacion()->mostrar(); } @@ -136,11 +137,12 @@ protected function procesar_eventos() } catch (toba_error $e) { toba::logger()->error($e, 'toba'); $mensaje_debug = null; + $escaper = toba::escaper(); if (toba::logger()->modo_debug()) { - $mensaje_debug = $e->get_mensaje_log(); + $mensaje_debug = $escaper->escapeHtml($e->get_mensaje_log()); } - toba::notificacion()->error($e->get_mensaje(), $mensaje_debug); - toba::notificacion()->set_titulo($e->get_titulo_ventana()); + toba::notificacion()->error($escaper->escapeHtml($e->get_mensaje()), $mensaje_debug); + toba::notificacion()->set_titulo($escaper->escapeHtml($e->get_titulo_ventana())); } } } @@ -264,10 +266,11 @@ protected function servicio__generar_html($objetos) } catch (toba_error $e) { toba::logger()->error($e, 'toba'); $mensaje_debug = null; + $escaper = toba::escaper(); if (toba::logger()->modo_debug()) { - $mensaje_debug = $e->get_mensaje_log(); + $mensaje_debug = $escaper->escapeHtml($e->get_mensaje_log()); } - toba::notificacion()->error($e->get_mensaje(), $mensaje_debug); + toba::notificacion()->error($escaper->escapeHtml($e->get_mensaje()), $mensaje_debug); } echo toba_js::cerrar(); @@ -396,10 +399,11 @@ protected function servicio__html_parcial($objetos) } catch(toba_error $e) { $ok = false; toba::logger()->error($e, 'toba'); - $mensaje = $e->get_mensaje(); + $escaper = toba::escaper(); + $mensaje = $escaper->escapeHtml($e->get_mensaje()); $mensaje_debug = null; if (toba::logger()->modo_debug()) { - $mensaje_debug = $e->get_mensaje_log(); + $mensaje_debug = $escaper->escapeHtml($e->get_mensaje_log()); } toba::notificacion()->error($mensaje, $mensaje_debug); } @@ -439,10 +443,11 @@ protected function servicio__html_parcial($objetos) } catch (toba_error $e) { toba::logger()->error($e, 'toba'); $mensaje_debug = null; + $escaper = toba::escaper(); if (toba::logger()->modo_debug()) { - $mensaje_debug = $e->get_mensaje_log(); + $mensaje_debug = $escaper->escapeHtml($e->get_mensaje_log()); } - toba::notificacion()->error($e->get_mensaje(), $mensaje_debug); + toba::notificacion()->error($escaper->escapeHtml($e->get_mensaje()), $mensaje_debug); } } toba::notificacion()->mostrar(false); @@ -459,16 +464,18 @@ protected function servicio__cascadas_efs($objetos) try { if (count($objetos) != 1) { $actual = count($objetos); - throw new toba_error_def("Las cascadas sólo admiten un objeto destino (actualmente: $actual)"); + toba::logger()->error("Las cascadas sólo admiten un objeto destino (actualmente: $actual)"); + throw new toba_error_def('Las cascadas sólo admiten un objeto destino, revise el log'); } $objetos[0]->servicio__cascadas_efs(); } catch(toba_error $e) { toba::logger()->error($e, 'toba'); $mensaje_debug = null; + $escaper = toba::escaper(); if (toba::logger()->modo_debug()) { - $mensaje_debug = $e->get_mensaje_log(); + $mensaje_debug = $escaper->escapeHtml($e->get_mensaje_log()); } - toba::notificacion()->error($e->get_mensaje(), $mensaje_debug); + toba::notificacion()->error($escaper->escapeHtml($e->get_mensaje()), $mensaje_debug); } } @@ -489,12 +496,14 @@ protected function servicio__ajax($objetos) try { if (count($objetos) != 1) { $actual = count($objetos); - throw new toba_error_def("La invocacion AJAX sólo admite un objeto destino (actualmente: $actual)"); + toba::logger()->error("La invocacion AJAX sólo admite un objeto destino (actualmente: $actual)"); + throw new toba_error_def('La invocacion AJAX sólo admite un objeto destino, revise el log'); } $objetos[0]->servicio__ajax(); } catch(toba_error $e) { toba::logger()->error($e, 'toba'); - $mensaje_debug = (toba::logger()->modo_debug()) ? $e->get_mensaje_log() : $e->get_mensaje(); + $escaper = toba::escaper(); + $mensaje_debug = (toba::logger()->modo_debug()) ? $escaper->escapeHtml($e->get_mensaje_log()) : $escaper->escapeHtml($e->get_mensaje()); echo $mensaje_debug; } } diff --git a/proyectos/toba_usuarios/php/auditoria/log_datos/ci_auditoria.php b/proyectos/toba_usuarios/php/auditoria/log_datos/ci_auditoria.php index a2e4ec6f2a..1e4f949c4d 100644 --- a/proyectos/toba_usuarios/php/auditoria/log_datos/ci_auditoria.php +++ b/proyectos/toba_usuarios/php/auditoria/log_datos/ci_auditoria.php @@ -113,7 +113,7 @@ function conf__pant_inicial() $db = $this->get_db(); $auditoria = $db->get_manejador_auditoria(); if (is_null($auditoria)) { - throw toba_error_db('No existe manejador de auditoria para este motor de bd'); + throw new toba_error_db('No existe manejador de auditoria para este motor de bd'); } $clase = get_class($auditoria); $campos_propios = call_user_func(array($clase, 'get_campos_propios')); diff --git a/proyectos/toba_usuarios/php/lib/consultas_instancia.php b/proyectos/toba_usuarios/php/lib/consultas_instancia.php index 377ae4ab8f..d7d678bb29 100644 --- a/proyectos/toba_usuarios/php/lib/consultas_instancia.php +++ b/proyectos/toba_usuarios/php/lib/consultas_instancia.php @@ -112,7 +112,8 @@ static function get_id_sesion($id_solicitud) if (isset($fila['id'])) { return $fila['id']; } else { - throw new toba_error("No se encontro la sesión de la solicitud $id_solicitud"); + toba_logger::instancia()->error("No se encontro la sesión de la solicitud $id_solicitud"); + throw new toba_error('No se encontro la sesión de la solicitud indicada'); } } diff --git a/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php b/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php index 747b8d2e75..79047282cd 100644 --- a/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php +++ b/proyectos/toba_usuarios/php/lib/rest_arai_usuarios.php @@ -58,7 +58,8 @@ protected function get_cliente_rest() $cliente = toba::servicio_web_rest('rest_arai_usuarios', $opciones); return $cliente->guzzle(); } catch (toba_error $e) { - throw new toba_error_usuario("Hay un problema de configuracion del cliente REST. Por favor asegurese de configurarlo correctamente en el archivo cliente.ini.\n

Mensaje: " . $e->get_mensaje()); + toba_logger::instancia()->error("Hay un problema de configuracion del cliente REST.\n Mensaje: " . $e->get_mensaje()); + throw new toba_error_usuario('Hay un problema de configuracion del cliente REST. Por favor asegurese de configurarlo correctamente en el archivo cliente.ini del servicio usado.'); } } @@ -69,7 +70,7 @@ private function manejar_excepcion_request(RequestException $e) $msg .= Psr7\str($e->getResponse()) . PHP_EOL; } toba_logger::instancia()->error($msg); - throw new toba_error($msg); + throw new toba_error(toba::escaper()->escapeJs($msg)); } public function get_usuarios($filtro=array(), $excluir_aplicacion = null) @@ -96,7 +97,7 @@ public function get_usuarios($filtro=array(), $excluir_aplicacion = null) } catch (RequestException $e) { $this->manejar_excepcion_request($e); } catch (Exception $e) { - throw new toba_error($e); + throw new toba_error(toba::escaper()->escapeJs($e)); } return $datos; } @@ -114,7 +115,7 @@ public function get_usuario($identificador) } catch (RequestException $e) { $this->manejar_excepcion_request($e); } catch (Exception $e) { - throw new toba_error($e); + throw new toba_error(toba::escaper()->escapeJs($e)); } return $datos; } @@ -131,7 +132,7 @@ public function get_cuenta($identificador_aplicacion, $cuenta) if ($e->getCode() == 404) { return array(); } $this->manejar_excepcion_request($e); } catch (Exception $e) { - throw new toba_error($e); + throw new toba_error(toba::escaper()->escapeJs($e)); } return $datos; } @@ -147,7 +148,7 @@ public function agregar_cuenta($identificador_aplicacion, $datos_cuenta) } catch (RequestException $e) { $this->manejar_excepcion_request($e); } catch (Exception $e) { - throw new toba_error($e); + throw new toba_error(toba::escaper()->escapeJs($e)); } return $datos; } @@ -162,7 +163,7 @@ public function eliminar_cuenta($identificador_aplicacion, $cuenta) } catch (RequestException $e) { $this->manejar_excepcion_request($e); } catch (Exception $e) { - throw new toba_error($e); + throw new toba_error(toba::escaper()->escapeJs($e)); } } diff --git a/proyectos/toba_usuarios/php/menu/arbol_perfiles_funcionales.php b/proyectos/toba_usuarios/php/menu/arbol_perfiles_funcionales.php index 1445f7a368..34da46b829 100644 --- a/proyectos/toba_usuarios/php/menu/arbol_perfiles_funcionales.php +++ b/proyectos/toba_usuarios/php/menu/arbol_perfiles_funcionales.php @@ -57,7 +57,8 @@ function recorrer_recursivo($nodo, $es_raiz=false, $nivel=0, $solo_contenido=fal if (isset($this->ids[$id_nodo])) { $clase = get_class($nodo); $clase_vieja = $this->ids[$id_nodo]; - throw new toba_error("Error al procesar el nodo '$id_nodo' de clase '$clase'. Ya existe el mismo id de clase '$clase_vieja'"); + toba_logger::instancia()->error("Error al procesar el nodo '$id_nodo' de clase '$clase'. Ya existe el mismo id de clase '$clase_vieja'"); + throw new toba_error('Error al procesar el nodo. Ya existe el mismo id, revise el log'); } $this->ids[$id_nodo] = get_class($nodo); } diff --git a/proyectos/toba_usuarios/php/perfiles/perfil_funcional/ci_navegacion_perfiles.php b/proyectos/toba_usuarios/php/perfiles/perfil_funcional/ci_navegacion_perfiles.php index 46c982a13f..d3e0d09c5f 100644 --- a/proyectos/toba_usuarios/php/perfiles/perfil_funcional/ci_navegacion_perfiles.php +++ b/proyectos/toba_usuarios/php/perfiles/perfil_funcional/ci_navegacion_perfiles.php @@ -274,7 +274,8 @@ function validar_ciclos() } } $perfiles = implode(', ', $ciclo); - throw new toba_error_usuario("Existe un ciclo en la asignación de las membresías entre los perfiles: $perfiles.

Por favor quite alguna membresía."); + toba_logger::instancia()->error("Existe un ciclo en la asignación de las membresías entre los perfiles: $perfiles"); + throw new toba_error_usuario('Existe un ciclo en la asignación de las membresías entre los perfiles.

Por favor quite alguna membresia'); } } From ef8a5a31155120fe29f1db6da754d06fdf3838a1 Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Fri, 17 Sep 2021 20:24:22 -0300 Subject: [PATCH 04/14] Archivo lock actualizado --- composer.lock | 266 +++++++++++++++++++++++++------------------------- 1 file changed, 132 insertions(+), 134 deletions(-) diff --git a/composer.lock b/composer.lock index 9888b96972..5990075877 100644 --- a/composer.lock +++ b/composer.lock @@ -97,24 +97,23 @@ }, { "name": "doctrine/cache", - "version": "1.11.3", + "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "3bb5588cec00a0268829cc4a518490df6741af9d" + "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d", - "reference": "3bb5588cec00a0268829cc4a518490df6741af9d", + "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8", + "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { - "doctrine/common": ">2.2,<2.4", - "psr/cache": ">=3" + "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", @@ -123,8 +122,9 @@ "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "predis/predis": "~1.0", - "psr/cache": "^1.0 || ^2.0", - "symfony/cache": "^4.4 || ^5.2" + "psr/cache": "^1.0 || ^2.0 || ^3.0", + "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", + "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" @@ -176,7 +176,7 @@ ], "support": { "issues": "https://github.com/doctrine/cache/issues", - "source": "https://github.com/doctrine/cache/tree/1.11.3" + "source": "https://github.com/doctrine/cache/tree/1.12.1" }, "funding": [ { @@ -192,7 +192,7 @@ "type": "tidelift" } ], - "time": "2021-05-25T09:01:55+00:00" + "time": "2021-07-17T14:39:21+00:00" }, { "name": "ezyang/htmlpurifier", @@ -700,24 +700,23 @@ }, { "name": "laminas/laminas-escaper", - "version": "2.8.0", + "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "2d6dce99668b413610e9544183fa10392437f542" + "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/2d6dce99668b413610e9544183fa10392437f542", - "reference": "2d6dce99668b413610e9544183fa10392437f542", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f", + "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, - "replace": { - "zendframework/zend-escaper": "^2.6.1" + "conflict": { + "zendframework/zend-escaper": "*" }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", @@ -759,28 +758,27 @@ "type": "community_bridge" } ], - "time": "2021-06-26T14:26:08+00:00" + "time": "2021-09-02T17:10:53+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.4.0", + "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "e89c2268c9cad25099f562f7f015c28c5dd383c9" + "reference": "c53d8537f108fac3fae652677a19735db730ba46" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e89c2268c9cad25099f562f7f015c28c5dd383c9", - "reference": "e89c2268c9cad25099f562f7f015c28c5dd383c9", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/c53d8537f108fac3fae652677a19735db730ba46", + "reference": "c53d8537f108fac3fae652677a19735db730ba46", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ^8.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, - "replace": { - "zendframework/zend-stdlib": "^3.2.1" + "conflict": { + "zendframework/zend-stdlib": "*" }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", @@ -819,7 +817,7 @@ "type": "community_bridge" } ], - "time": "2021-06-28T21:37:31+00:00" + "time": "2021-09-02T16:11:32+00:00" }, { "name": "laminas/laminas-uri", @@ -882,31 +880,29 @@ }, { "name": "laminas/laminas-validator", - "version": "2.14.4", + "version": "2.15.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-validator.git", - "reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776" + "reference": "270380e87904f5a1a1fba3059989d4ca157e16a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/e370c4695db1c81e6dfad38d8c4dbdb37b23d776", - "reference": "e370c4695db1c81e6dfad38d8c4dbdb37b23d776", + "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/270380e87904f5a1a1fba3059989d4ca157e16a9", + "reference": "270380e87904f5a1a1fba3059989d4ca157e16a9", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", - "laminas/laminas-stdlib": "^3.3", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^7.3 || ~8.0.0" + "laminas/laminas-stdlib": "^3.6", + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, - "replace": { - "zendframework/zend-validator": "^2.13.0" + "conflict": { + "zendframework/zend-validator": "*" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-config": "^2.6", + "laminas/laminas-coding-standard": "~2.2.1", "laminas/laminas-db": "^2.7", "laminas/laminas-filter": "^2.6", "laminas/laminas-http": "^2.14.2", @@ -916,7 +912,7 @@ "laminas/laminas-session": "^2.8", "laminas/laminas-uri": "^2.7", "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^9.5.5", "psalm/plugin-phpunit": "^0.15.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", @@ -970,27 +966,27 @@ "type": "community_bridge" } ], - "time": "2021-01-24T20:45:49+00:00" + "time": "2021-09-08T23:16:56+00:00" }, { "name": "laminas/laminas-zendframework-bridge", - "version": "1.3.0", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e" + "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", - "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", + "reference": "bf180a382393e7db5c1e8d0f2ec0c4af9c724baf", "shasum": "" }, "require": { - "php": "^7.3 || ^8.0" + "php": "^7.3 || ~8.0.0 || ~8.1.0" }, "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", + "phpunit/phpunit": "^9.3", "psalm/plugin-phpunit": "^0.15.1", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.6" @@ -1032,7 +1028,7 @@ "type": "community_bridge" } ], - "time": "2021-06-24T12:49:22+00:00" + "time": "2021-09-03T17:53:30+00:00" }, { "name": "maennchen/zipstream-php", @@ -1387,16 +1383,16 @@ }, { "name": "myclabs/php-enum", - "version": "1.8.1", + "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", - "reference": "55555d31a622b4bc9662664132a0533ae6ef47b1" + "reference": "b942d263c641ddb5190929ff840c68f78713e937" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/php-enum/zipball/55555d31a622b4bc9662664132a0533ae6ef47b1", - "reference": "55555d31a622b4bc9662664132a0533ae6ef47b1", + "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937", + "reference": "b942d263c641ddb5190929ff840c68f78713e937", "shasum": "" }, "require": { @@ -1431,7 +1427,7 @@ ], "support": { "issues": "https://github.com/myclabs/php-enum/issues", - "source": "https://github.com/myclabs/php-enum/tree/1.8.1" + "source": "https://github.com/myclabs/php-enum/tree/1.8.3" }, "funding": [ { @@ -1443,20 +1439,20 @@ "type": "tidelift" } ], - "time": "2021-06-29T09:20:05+00:00" + "time": "2021-07-05T08:18:36+00:00" }, { "name": "nikic/php-parser", - "version": "v4.10.5", + "version": "v4.12.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f" + "reference": "6608f01670c3cc5079e18c1dab1104e002579143" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4432ba399e47c66624bc73c8c0f811e5c109576f", - "reference": "4432ba399e47c66624bc73c8c0f811e5c109576f", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143", + "reference": "6608f01670c3cc5079e18c1dab1104e002579143", "shasum": "" }, "require": { @@ -1497,9 +1493,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.10.5" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0" }, - "time": "2021-05-03T19:11:20+00:00" + "time": "2021-07-21T10:44:31+00:00" }, { "name": "onelogin/php-saml", @@ -1677,16 +1673,16 @@ }, { "name": "paragonie/sodium_compat", - "version": "v1.16.1", + "version": "v1.17.0", "source": { "type": "git", "url": "https://github.com/paragonie/sodium_compat.git", - "reference": "2e856afe80bfc968b47da1f4a7e1ea8f03d06b38" + "reference": "c59cac21abbcc0df06a3dd18076450ea4797b321" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/2e856afe80bfc968b47da1f4a7e1ea8f03d06b38", - "reference": "2e856afe80bfc968b47da1f4a7e1ea8f03d06b38", + "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/c59cac21abbcc0df06a3dd18076450ea4797b321", + "reference": "c59cac21abbcc0df06a3dd18076450ea4797b321", "shasum": "" }, "require": { @@ -1757,9 +1753,9 @@ ], "support": { "issues": "https://github.com/paragonie/sodium_compat/issues", - "source": "https://github.com/paragonie/sodium_compat/tree/v1.16.1" + "source": "https://github.com/paragonie/sodium_compat/tree/v1.17.0" }, - "time": "2021-05-25T12:58:14+00:00" + "time": "2021-08-10T02:43:50+00:00" }, { "name": "pear/math_biginteger", @@ -1875,16 +1871,16 @@ }, { "name": "phpmailer/phpmailer", - "version": "v6.5.0", + "version": "v6.5.1", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c" + "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a5b5c43e50b7fba655f793ad27303cd74c57363c", - "reference": "a5b5c43e50b7fba655f793ad27303cd74c57363c", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/dd803df5ad7492e1b40637f7ebd258fee5ca7355", + "reference": "dd803df5ad7492e1b40637f7ebd258fee5ca7355", "shasum": "" }, "require": { @@ -1896,10 +1892,12 @@ "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.2", + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.3", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", - "squizlabs/php_codesniffer": "^3.5.6", - "yoast/phpunit-polyfills": "^0.2.0" + "squizlabs/php_codesniffer": "^3.6.0", + "yoast/phpunit-polyfills": "^1.0.0" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", @@ -1939,7 +1937,7 @@ "description": "PHPMailer is a full-featured email creation and transfer class for PHP", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", - "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.0" + "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.5.1" }, "funding": [ { @@ -1947,7 +1945,7 @@ "type": "github" } ], - "time": "2021-06-16T14:33:43+00:00" + "time": "2021-08-18T09:14:16+00:00" }, { "name": "phpoffice/phpspreadsheet", @@ -2055,29 +2053,29 @@ }, { "name": "phpoption/phpoption", - "version": "1.7.5", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", - "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525" + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525", - "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0" + "php": "^7.0 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", - "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.8-dev" } }, "autoload": { @@ -2096,7 +2094,7 @@ }, { "name": "Graham Campbell", - "email": "graham@alt-three.com" + "email": "hello@gjcampbell.co.uk" } ], "description": "Option Type for PHP", @@ -2108,7 +2106,7 @@ ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", - "source": "https://github.com/schmittjoh/php-option/tree/1.7.5" + "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" }, "funding": [ { @@ -2120,7 +2118,7 @@ "type": "tidelift" } ], - "time": "2020-07-20T17:29:33+00:00" + "time": "2021-08-28T21:27:29+00:00" }, { "name": "psr/container", @@ -2802,11 +2800,11 @@ }, { "name": "siu-toba/services_json", - "version": "1.0.3.3", + "version": "1.0.3.4", "source": { "type": "git", "url": "https://github.com/SIU-Toba/Services_JSON.git", - "reference": "ca327689748aa3d429294160f035c5846dff5bf0" + "reference": "46b34cd0104b8d28f02fd7d88ba8dbdeec1ec079" }, "require": { "pear/pear_exception": "*" @@ -2840,7 +2838,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Services_JSON", "source": "https://github.com/pear/Services_JSON" }, - "time": "2017-08-15T20:24:18+00:00" + "time": "2021-09-17T17:24:13+00:00" }, { "name": "siu-toba/ssl-cert-utils", @@ -3323,16 +3321,16 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.0", + "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1" + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1", - "reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", + "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", "shasum": "" }, "require": { @@ -3383,7 +3381,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" }, "funding": [ { @@ -3399,7 +3397,7 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2021-05-27T12:26:48+00:00" }, { "name": "symfony/polyfill-php72", @@ -3479,16 +3477,16 @@ }, { "name": "symfony/yaml", - "version": "v4.4.26", + "version": "v4.4.29", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "e096ef4b4c4c9a2f72c2ac660f54352cd31c60f8" + "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e096ef4b4c4c9a2f72c2ac660f54352cd31c60f8", - "reference": "e096ef4b4c4c9a2f72c2ac660f54352cd31c60f8", + "url": "https://api.github.com/repos/symfony/yaml/zipball/3abcc4db06d4e776825eaa3ed8ad924d5bc7432a", + "reference": "3abcc4db06d4e776825eaa3ed8ad924d5bc7432a", "shasum": "" }, "require": { @@ -3530,7 +3528,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.26" + "source": "https://github.com/symfony/yaml/tree/v4.4.29" }, "funding": [ { @@ -3546,7 +3544,7 @@ "type": "tidelift" } ], - "time": "2021-06-23T19:06:53+00:00" + "time": "2021-07-27T16:19:30+00:00" }, { "name": "vlucas/phpdotenv", @@ -4025,16 +4023,16 @@ }, { "name": "pear/pear-core-minimal", - "version": "v1.10.10", + "version": "v1.10.11", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "625a3c429d9b2c1546438679074cac1b089116a7" + "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", - "reference": "625a3c429d9b2c1546438679074cac1b089116a7", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", "shasum": "" }, "require": { @@ -4069,7 +4067,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", "source": "https://github.com/pear/pear-core-minimal" }, - "time": "2019-11-19T19:00:24+00:00" + "time": "2021-08-10T22:31:03+00:00" }, { "name": "php-webdriver/webdriver", @@ -4505,36 +4503,37 @@ }, { "name": "symfony/console", - "version": "v4.4.26", + "version": "v4.4.30", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576" + "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/9aa1eb46c1b12fada74dc0c529e93d1ccef22576", - "reference": "9aa1eb46c1b12fada74dc0c529e93d1ccef22576", + "url": "https://api.github.com/repos/symfony/console/zipball/a3f7189a0665ee33b50e9e228c46f50f5acbed22", + "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.15", + "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "conflict": { + "psr/log": ">=3", "symfony/dependency-injection": "<3.4", "symfony/event-dispatcher": "<4.3|>=5", "symfony/lock": "<4.4", "symfony/process": "<3.3" }, "provide": { - "psr/log-implementation": "1.0" + "psr/log-implementation": "1.0|2.0" }, "require-dev": { - "psr/log": "~1.0", + "psr/log": "^1|^2", "symfony/config": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/event-dispatcher": "^4.3", @@ -4574,7 +4573,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.26" + "source": "https://github.com/symfony/console/tree/v4.4.30" }, "funding": [ { @@ -4590,26 +4589,25 @@ "type": "tidelift" } ], - "time": "2021-06-06T09:12:27+00:00" + "time": "2021-08-25T19:27:26+00:00" }, { "name": "symfony/debug", - "version": "v4.4.25", + "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f" + "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/a8d2d5c94438548bff9f998ca874e202bb29d07f", - "reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f", + "url": "https://api.github.com/repos/symfony/debug/zipball/2f9160e92eb64c95da7368c867b663a8e34e980c", + "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c", "shasum": "" }, "require": { "php": ">=7.1.3", - "psr/log": "~1.0", - "symfony/polyfill-php80": "^1.15" + "psr/log": "^1|^2|^3" }, "conflict": { "symfony/http-kernel": "<3.4" @@ -4643,7 +4641,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.25" + "source": "https://github.com/symfony/debug/tree/v4.4.27" }, "funding": [ { @@ -4659,7 +4657,7 @@ "type": "tidelift" } ], - "time": "2021-05-26T17:39:37+00:00" + "time": "2021-07-22T07:21:39+00:00" }, { "name": "symfony/polyfill-php73", @@ -4742,16 +4740,16 @@ }, { "name": "symfony/polyfill-php80", - "version": "v1.23.0", + "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0" + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0", - "reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", + "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", "shasum": "" }, "require": { @@ -4805,7 +4803,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" }, "funding": [ { @@ -4821,25 +4819,25 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-07-28T13:41:28+00:00" }, { "name": "symfony/process", - "version": "v5.3.2", + "version": "v5.3.7", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "714b47f9196de61a196d86c4bad5f09201b307df" + "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/714b47f9196de61a196d86c4bad5f09201b307df", - "reference": "714b47f9196de61a196d86c4bad5f09201b307df", + "url": "https://api.github.com/repos/symfony/process/zipball/38f26c7d6ed535217ea393e05634cb0b244a1967", + "reference": "38f26c7d6ed535217ea393e05634cb0b244a1967", "shasum": "" }, "require": { "php": ">=7.2.5", - "symfony/polyfill-php80": "^1.15" + "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { @@ -4867,7 +4865,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v5.3.2" + "source": "https://github.com/symfony/process/tree/v5.3.7" }, "funding": [ { @@ -4883,7 +4881,7 @@ "type": "tidelift" } ], - "time": "2021-06-12T10:15:01+00:00" + "time": "2021-08-04T21:20:46+00:00" }, { "name": "symfony/service-contracts", From f7d8205c403d42101e854f2286716c577902241c Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Thu, 23 Sep 2021 18:43:48 -0300 Subject: [PATCH 05/14] Restaura sort por migraciones desde versiones viejas con membresias --- php/modelo/toba_modelo_proyecto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/modelo/toba_modelo_proyecto.php b/php/modelo/toba_modelo_proyecto.php index d6e5f2a0a8..70270f3d7b 100644 --- a/php/modelo/toba_modelo_proyecto.php +++ b/php/modelo/toba_modelo_proyecto.php @@ -1400,7 +1400,7 @@ private function cargar_perfiles_produccion() //-- Agrego los perfiles en orden alfabetico para respetar las membresias $lista_perfiles = toba_manejador_archivos::get_archivos_directorio($dir_base, '|perfil_.*\.xml$|' ); if (! empty($lista_perfiles)) { - //sort($lista_perfiles, SORT_LOCALE_STRING); + sort($lista_perfiles, SORT_LOCALE_STRING); $archivos = array_merge($lista_perfiles, $archivos); } From 0c6d3042c4919d859d6b8ff00bfe7a3c913745a5 Mon Sep 17 00:00:00 2001 From: enfoqueNativo Date: Fri, 22 Oct 2021 10:16:43 -0300 Subject: [PATCH 06/14] ef_html suma opciones de configuracion Agrega metodos estaticos y modifica config default (#110) --- .../interface/efs/toba_ef_varios.php | 39 ++++++++++++++----- www/js/ckeditor_cfg/config.js | 3 +- 2 files changed, 31 insertions(+), 11 deletions(-) diff --git a/php/nucleo/componentes/interface/efs/toba_ef_varios.php b/php/nucleo/componentes/interface/efs/toba_ef_varios.php index 4ba14e7fec..d92251a86f 100644 --- a/php/nucleo/componentes/interface/efs/toba_ef_varios.php +++ b/php/nucleo/componentes/interface/efs/toba_ef_varios.php @@ -261,6 +261,9 @@ class toba_ef_html extends toba_ef protected $fckeditor; protected $colapsada = false; protected $js_config; + + static protected $config_global; + static protected $skin; static function get_lista_parametros() { @@ -297,16 +300,22 @@ function get_editor($valor) $name = $this->id_form; $attr = ''; $out = "\n"; - if (! isset($this->config_file)) { - $url_archivo = toba_recurso::js('ckeditor_cfg/config.js'); - } else { - $url_archivo = toba_recurso::url_proyecto() . '/js' . $this->config_file; - } - - $opciones = array( 'width' => $this->ancho, - 'height' => $this->alto, - 'toolbar' => $this->botonera, - 'skin' => 'kama'); + if (isset(self::$config_global)) { + $url_archivo = toba_recurso::url_proyecto() . '/js' . self::$config_global; + } elseif (isset($this->config_file)) { + $url_archivo = toba_recurso::url_proyecto() . '/js' . $this->config_file; + } else { + $url_archivo = toba_recurso::js('ckeditor_cfg/config.js'); + } + + $opciones = [ + 'width' => $this->ancho, + 'height' => $this->alto, + 'toolbar' => $this->botonera ]; + + if (isset(self::$skin)) { + $opciones['skin'] = self::$skin; + } $opciones['customConfig'] = $url_archivo; $opciones['readOnly'] = $this->es_solo_lectura(); $opciones = array_map('utf8_e_seguro', $opciones); @@ -358,6 +367,16 @@ function set_config_file($path) $this->config_file = $path; } + static function set_global_cfg_file($path) + { + self::$config_global = $path; + } + + static function set_skin($eskin) + { + self::$skin = $eskin; + } + function get_input() { if(isset($this->estado)){ diff --git a/www/js/ckeditor_cfg/config.js b/www/js/ckeditor_cfg/config.js index 626f41661c..f7cf1299f5 100644 --- a/www/js/ckeditor_cfg/config.js +++ b/www/js/ckeditor_cfg/config.js @@ -49,7 +49,8 @@ CKEDITOR.editorConfig = function( config ) { config.scayt_sLang = 'es_ES'; config.extraPlugins= 'templates,font,justify,colorbutton'; config.allowedContent = true; - + config.skin = 'kama'; + config.sharedSpaces = { top : 'toolbar_Toba' From 6e34d693d0d4856b5c6536db7955cf9a64abe461 Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Tue, 26 Oct 2021 10:15:55 -0300 Subject: [PATCH 07/14] Fix deprecateds en CodeSniffer --- php/3ros/PHP_CodeSniffer/CodeSniffer.php | 6 +++--- php/3ros/PHP_CodeSniffer/CodeSniffer/File.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/php/3ros/PHP_CodeSniffer/CodeSniffer.php b/php/3ros/PHP_CodeSniffer/CodeSniffer.php index 7d9961f1c0..8cedf872e6 100644 --- a/php/3ros/PHP_CodeSniffer/CodeSniffer.php +++ b/php/3ros/PHP_CodeSniffer/CodeSniffer.php @@ -1329,12 +1329,12 @@ public static function isCamelCaps($string, $classFormat=false, $public=true, $s $lastCharWasCaps = $classFormat; for ($i = 1; $i < $length; $i++) { - $ascii = ord($string{$i}); + $ascii = ord($string[$i]); if ($ascii >= 48 && $ascii <= 57) { // The character is a number, so it cant be a captial. $isCaps = false; } else { - if (strtoupper($string{$i}) === $string{$i}) { + if (strtoupper($string[$i]) === $string[$i]) { $isCaps = true; } else { $isCaps = false; @@ -1376,7 +1376,7 @@ public static function isUnderscoreName($string) $validName = false; } else { foreach ($nameBits as $bit) { - if ($bit{0} !== strtoupper($bit{0})) { + if ($bit[0] !== strtoupper($bit[0])) { $validName = false; break; } diff --git a/php/3ros/PHP_CodeSniffer/CodeSniffer/File.php b/php/3ros/PHP_CodeSniffer/CodeSniffer/File.php index 8b561b4754..570f8edea1 100644 --- a/php/3ros/PHP_CodeSniffer/CodeSniffer/File.php +++ b/php/3ros/PHP_CodeSniffer/CodeSniffer/File.php @@ -1498,7 +1498,7 @@ public function getMethodParameters($stackPtr) // If it's null, then there must be no parameters for this // method. if ($currVar === null) { - continue; + continue 2; } $vars[$paramCount] = array(); From eb8c3b48e105c8164c8882766d48bd2e752e7550 Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Tue, 26 Oct 2021 10:30:06 -0300 Subject: [PATCH 08/14] Update CKEditor@4.16.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5952565a97..c2f3d7abcd 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "enfoqueNativo ", "private": false, "dependencies": { - "ckeditor4": "4.16.1", + "ckeditor4": "~4.16", "jquery": "3.6", "jquery-migrate": "3.3", "siu-js-app-launcher": "1.0.6" From a6bd1b61d887f98c5fd3b8999c7680194620c75a Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Mon, 1 Nov 2021 15:24:45 -0300 Subject: [PATCH 09/14] Se agrega campo para Active Directory a la lista de atributos del token SAML --- php/nucleo/lib/toba_autenticacion.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php/nucleo/lib/toba_autenticacion.php b/php/nucleo/lib/toba_autenticacion.php index b8f843f217..88bb883f09 100644 --- a/php/nucleo/lib/toba_autenticacion.php +++ b/php/nucleo/lib/toba_autenticacion.php @@ -12,7 +12,10 @@ class toba_autenticacion 'uid', 'uniqueIdentifier', 'appLauncherData', 'userAccounts', 'defaultUserAccount', - 'employeeNumber']; + 'employeeNumber', + //Active Directory Fields + 'sAMAccountName', + ]; protected $parametros_url; protected $atributos_usuario; From 6c21533f85889ceb1929711bb437f243e16d7e58 Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Thu, 11 Nov 2021 14:58:01 -0300 Subject: [PATCH 10/14] Elimina sugerencia del paquete SIU-Toba/Jasper --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 69b71a13d1..dc9879119c 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,6 @@ }, "suggest": { "simplesamlphp/simplesamlphp": "Permite conectarse a un IDP centralizado (see onelogin)", - "siu-toba/jasper": "Permite imprimir reportes via Jasper desde SIU-Toba", "siu/arai-cli": "Librería cliente de los componentes ARAI", "siu/arai-reportes": "Permite imprimir reportes via un servidor Jasper desde SIU-Toba", "siu/manejador-salida-bootstrap": "Permite generar un marcado HTML responsive", From d32989a28ce0c5e811994473eaa9e3e85422fe4f Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Thu, 18 Nov 2021 10:47:33 -0300 Subject: [PATCH 11/14] Actualiza CKEditor @4.17.1 --- composer.json | 2 +- composer.lock | 341 +++++++++++++++++++++++++------------------------- package.json | 2 +- 3 files changed, 173 insertions(+), 172 deletions(-) diff --git a/composer.json b/composer.json index dc9879119c..c1c4460f72 100644 --- a/composer.json +++ b/composer.json @@ -74,7 +74,7 @@ ], "scripts": { "post-install-cmd": [ - "yarn add ckeditor4@4.16 jquery@3.6 jquery-migrate@3.3 siu-js-app-launcher@1.0.6 --modules-folder www/js/packages/", + "yarn add ckeditor4@4.17 jquery@3.6 jquery-migrate@3.3 siu-js-app-launcher@1.0.6 --modules-folder www/js/packages/", "yarn ", "php bin/instalar_assets.php" ], diff --git a/composer.lock b/composer.lock index 5990075877..add180cac4 100644 --- a/composer.lock +++ b/composer.lock @@ -93,6 +93,7 @@ "issues": "https://github.com/dapphp/securimage/issues", "source": "https://github.com/dapphp/securimage/tree/3.6.8" }, + "abandoned": true, "time": "2020-05-30T09:43:22+00:00" }, { @@ -250,16 +251,16 @@ }, { "name": "firebase/php-jwt", - "version": "v5.4.0", + "version": "v5.5.1", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2" + "reference": "83b609028194aa042ea33b5af2d41a7427de80e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/firebase/php-jwt/zipball/d2113d9b2e0e349796e72d2a63cf9319100382d2", - "reference": "d2113d9b2e0e349796e72d2a63cf9319100382d2", + "url": "https://api.github.com/repos/firebase/php-jwt/zipball/83b609028194aa042ea33b5af2d41a7427de80e6", + "reference": "83b609028194aa042ea33b5af2d41a7427de80e6", "shasum": "" }, "require": { @@ -301,9 +302,9 @@ ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", - "source": "https://github.com/firebase/php-jwt/tree/v5.4.0" + "source": "https://github.com/firebase/php-jwt/tree/v5.5.1" }, - "time": "2021-06-23T19:00:23+00:00" + "time": "2021-11-08T20:18:51+00:00" }, { "name": "guiguiboy/php-cli-progress-bar", @@ -427,16 +428,16 @@ }, { "name": "guzzlehttp/promises", - "version": "1.4.1", + "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d" + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", - "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { @@ -448,7 +449,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -464,10 +465,25 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", @@ -476,22 +492,36 @@ ], "support": { "issues": "https://github.com/guzzle/promises/issues", - "source": "https://github.com/guzzle/promises/tree/1.4.1" + "source": "https://github.com/guzzle/promises/tree/1.5.1" }, - "time": "2021-03-07T09:25:29+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.2", + "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91" + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", - "reference": "dc960a912984efb74d0a90222870c72c87f10c91", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", "shasum": "" }, "require": { @@ -528,13 +558,34 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, { "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], @@ -551,9 +602,23 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.2" + "source": "https://github.com/guzzle/psr7/tree/1.8.3" }, - "time": "2021-04-26T09:17:50+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2021-10-05T13:56:00+00:00" }, { "name": "ioncube/php-openssl-cryptor", @@ -566,6 +631,7 @@ "require": { "ext-openssl": "*" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -762,16 +828,16 @@ }, { "name": "laminas/laminas-stdlib", - "version": "3.6.0", + "version": "3.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "c53d8537f108fac3fae652677a19735db730ba46" + "reference": "db581851a092246ad99e12d4fddf105184924c71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/c53d8537f108fac3fae652677a19735db730ba46", - "reference": "c53d8537f108fac3fae652677a19735db730ba46", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/db581851a092246ad99e12d4fddf105184924c71", + "reference": "db581851a092246ad99e12d4fddf105184924c71", "shasum": "" }, "require": { @@ -817,7 +883,7 @@ "type": "community_bridge" } ], - "time": "2021-09-02T16:11:32+00:00" + "time": "2021-11-10T11:33:52+00:00" }, { "name": "laminas/laminas-uri", @@ -1103,16 +1169,16 @@ }, { "name": "markbaker/complex", - "version": "2.0.3", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPComplex.git", - "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946" + "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946", - "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946", + "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/ab8bc271e404909db09ff2d5ffa1e538085c0f22", + "reference": "ab8bc271e404909db09ff2d5ffa1e538085c0f22", "shasum": "" }, "require": { @@ -1128,51 +1194,7 @@ "autoload": { "psr-4": { "Complex\\": "classes/src/" - }, - "files": [ - "classes/src/functions/abs.php", - "classes/src/functions/acos.php", - "classes/src/functions/acosh.php", - "classes/src/functions/acot.php", - "classes/src/functions/acoth.php", - "classes/src/functions/acsc.php", - "classes/src/functions/acsch.php", - "classes/src/functions/argument.php", - "classes/src/functions/asec.php", - "classes/src/functions/asech.php", - "classes/src/functions/asin.php", - "classes/src/functions/asinh.php", - "classes/src/functions/atan.php", - "classes/src/functions/atanh.php", - "classes/src/functions/conjugate.php", - "classes/src/functions/cos.php", - "classes/src/functions/cosh.php", - "classes/src/functions/cot.php", - "classes/src/functions/coth.php", - "classes/src/functions/csc.php", - "classes/src/functions/csch.php", - "classes/src/functions/exp.php", - "classes/src/functions/inverse.php", - "classes/src/functions/ln.php", - "classes/src/functions/log2.php", - "classes/src/functions/log10.php", - "classes/src/functions/negative.php", - "classes/src/functions/pow.php", - "classes/src/functions/rho.php", - "classes/src/functions/sec.php", - "classes/src/functions/sech.php", - "classes/src/functions/sin.php", - "classes/src/functions/sinh.php", - "classes/src/functions/sqrt.php", - "classes/src/functions/tan.php", - "classes/src/functions/tanh.php", - "classes/src/functions/theta.php", - "classes/src/operations/add.php", - "classes/src/operations/subtract.php", - "classes/src/operations/multiply.php", - "classes/src/operations/divideby.php", - "classes/src/operations/divideinto.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1192,22 +1214,22 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", - "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3" + "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.1" }, - "time": "2021-06-02T09:44:11+00:00" + "time": "2021-06-29T15:32:53+00:00" }, { "name": "markbaker/matrix", - "version": "2.1.3", + "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPMatrix.git", - "reference": "174395a901b5ba0925f1d790fa91bab531074b61" + "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61", - "reference": "174395a901b5ba0925f1d790fa91bab531074b61", + "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/c66aefcafb4f6c269510e9ac46b82619a904c576", + "reference": "c66aefcafb4f6c269510e9ac46b82619a904c576", "shasum": "" }, "require": { @@ -1227,25 +1249,7 @@ "autoload": { "psr-4": { "Matrix\\": "classes/src/" - }, - "files": [ - "classes/src/Functions/adjoint.php", - "classes/src/Functions/antidiagonal.php", - "classes/src/Functions/cofactors.php", - "classes/src/Functions/determinant.php", - "classes/src/Functions/diagonal.php", - "classes/src/Functions/identity.php", - "classes/src/Functions/inverse.php", - "classes/src/Functions/minors.php", - "classes/src/Functions/trace.php", - "classes/src/Functions/transpose.php", - "classes/src/Operations/add.php", - "classes/src/Operations/directsum.php", - "classes/src/Operations/subtract.php", - "classes/src/Operations/multiply.php", - "classes/src/Operations/divideby.php", - "classes/src/Operations/divideinto.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -1266,9 +1270,9 @@ ], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", - "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3" + "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.0" }, - "time": "2021-05-25T15:42:17+00:00" + "time": "2021-07-01T19:01:15+00:00" }, { "name": "michelf/php-markdown", @@ -1443,16 +1447,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.12.0", + "version": "v4.13.1", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "6608f01670c3cc5079e18c1dab1104e002579143" + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/6608f01670c3cc5079e18c1dab1104e002579143", - "reference": "6608f01670c3cc5079e18c1dab1104e002579143", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd", + "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd", "shasum": "" }, "require": { @@ -1493,9 +1497,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.12.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1" }, - "time": "2021-07-21T10:44:31+00:00" + "time": "2021-11-03T20:52:16+00:00" }, { "name": "onelogin/php-saml", @@ -1949,16 +1953,16 @@ }, { "name": "phpoffice/phpspreadsheet", - "version": "1.18.0", + "version": "1.19.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c" + "reference": "a9ab55bfae02eecffb3df669a2e19ba0e2f04bbf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c", - "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/a9ab55bfae02eecffb3df669a2e19ba0e2f04bbf", + "reference": "a9ab55bfae02eecffb3df669a2e19ba0e2f04bbf", "shasum": "" }, "require": { @@ -1977,8 +1981,8 @@ "ext-zlib": "*", "ezyang/htmlpurifier": "^4.13", "maennchen/zipstream-php": "^2.1", - "markbaker/complex": "^2.0", - "markbaker/matrix": "^2.0", + "markbaker/complex": "^3.0", + "markbaker/matrix": "^3.0", "php": "^7.2 || ^8.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", @@ -2047,9 +2051,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.19.0" }, - "time": "2021-05-31T18:21:15+00:00" + "time": "2021-10-31T15:09:20+00:00" }, { "name": "phpoption/phpoption", @@ -2122,20 +2126,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -2164,9 +2168,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-client", @@ -2917,7 +2921,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu-arai/arai-json-migrator.git", - "reference": "b1a6f2f3cd926ecf840c7c80cd451657193440a8" + "reference": "cae65466083dfbea3ed3ecc89a2a829549ba437b" }, "require": { "php": ">=5.3.0", @@ -2944,7 +2948,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu/interfaces-manejador-salida-toba.git", - "reference": "3b69e66ae364e6a32caf57da26fc70b9006f59e2" + "reference": "b332538c73ffac6879845265b58e8bef6d038693" }, "type": "library", "autoload": { @@ -2967,7 +2971,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu-arai/json-util.git", - "reference": "d3ad9a78e514c915c3a8217e1f80d41d23ddd91f" + "reference": "d858335979f9165df1b54405594ec3e140b09db3" }, "require": { "justinrainbow/json-schema": "~1.4", @@ -2995,7 +2999,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu/manejador-salida-toba.git", - "reference": "0ea42279ecfa8b7ccf764459e216928b832560a8" + "reference": "79d4e5549ca03c469b99569203f9486a63621bf7" }, "require": { "siu/interfaces-manejador-salida-toba": "^1.2" @@ -3548,16 +3552,16 @@ }, { "name": "vlucas/phpdotenv", - "version": "v3.6.8", + "version": "v3.6.9", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", - "reference": "5e679f7616db829358341e2d5cccbd18773bdab8" + "reference": "a1bf4c9853d90ade427b4efe35355fc41b3d6988" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5e679f7616db829358341e2d5cccbd18773bdab8", - "reference": "5e679f7616db829358341e2d5cccbd18773bdab8", + "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/a1bf4c9853d90ade427b4efe35355fc41b3d6988", + "reference": "a1bf4c9853d90ade427b4efe35355fc41b3d6988", "shasum": "" }, "require": { @@ -3568,7 +3572,7 @@ "require-dev": { "ext-filter": "*", "ext-pcre": "*", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20" + "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21" }, "suggest": { "ext-filter": "Required to use the boolean validator.", @@ -3592,13 +3596,11 @@ "authors": [ { "name": "Graham Campbell", - "email": "graham@alt-three.com", - "homepage": "https://gjcampbell.co.uk/" + "email": "hello@gjcampbell.co.uk" }, { "name": "Vance Lucas", - "email": "vance@vancelucas.com", - "homepage": "https://vancelucas.com/" + "email": "vance@vancelucas.com" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", @@ -3609,7 +3611,7 @@ ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", - "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.8" + "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.9" }, "funding": [ { @@ -3621,7 +3623,7 @@ "type": "tidelift" } ], - "time": "2021-01-20T14:39:46+00:00" + "time": "2021-10-02T19:07:56+00:00" } ], "packages-dev": [ @@ -4071,16 +4073,16 @@ }, { "name": "php-webdriver/webdriver", - "version": "1.11.1", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/php-webdriver/php-webdriver.git", - "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880" + "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/da16e39968f8dd5cfb7d07eef91dc2b731c69880", - "reference": "da16e39968f8dd5cfb7d07eef91dc2b731c69880", + "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", + "reference": "99d4856ed7dffcdf6a52eccd6551e83d8d557ceb", "shasum": "" }, "require": { @@ -4089,20 +4091,19 @@ "ext-zip": "*", "php": "^5.6 || ~7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.12", - "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0" + "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0" }, "replace": { "facebook/webdriver": "*" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.0", "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", "php-coveralls/php-coveralls": "^2.4", "php-mock/php-mock-phpunit": "^1.1 || ^2.0", "php-parallel-lint/php-parallel-lint": "^1.2", "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0" + "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0" }, "suggest": { "ext-SimpleXML": "For Firefox profile creation" @@ -4131,30 +4132,30 @@ ], "support": { "issues": "https://github.com/php-webdriver/php-webdriver/issues", - "source": "https://github.com/php-webdriver/php-webdriver/tree/1.11.1" + "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.0" }, - "time": "2021-05-21T15:12:49+00:00" + "time": "2021-10-14T09:30:02+00:00" }, { "name": "pimple/pimple", - "version": "v3.4.0", + "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", - "reference": "86406047271859ffc13424a048541f4531f53601" + "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/silexphp/Pimple/zipball/86406047271859ffc13424a048541f4531f53601", - "reference": "86406047271859ffc13424a048541f4531f53601", + "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", + "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "shasum": "" }, "require": { "php": ">=7.2.5", - "psr/container": "^1.1" + "psr/container": "^1.1 || ^2.0" }, "require-dev": { - "symfony/phpunit-bridge": "^5.0" + "symfony/phpunit-bridge": "^5.4@dev" }, "type": "library", "extra": { @@ -4184,9 +4185,9 @@ "dependency injection" ], "support": { - "source": "https://github.com/silexphp/Pimple/tree/v3.4.0" + "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" }, - "time": "2021-03-06T08:28:00+00:00" + "time": "2021-10-28T11:13:42+00:00" }, { "name": "seld/cli-prompt", @@ -4371,7 +4372,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu-arai/arai-cli.git", - "reference": "98192e6049109a42d443cd08c011a5aaf78bca67" + "reference": "e26342659ad87667875b5dfd9ecc30dca87db005" }, "require": { "egulias/email-validator": "~1.2", @@ -4414,7 +4415,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu-arai/arai-crypto", - "reference": "b9d1de2551b6310218923daf8eaef26374a6f7a2" + "reference": "3af05ab326bba1abe51d69bf0f088d1b9c4c557e" }, "require": { "php": ">=7.3" @@ -4446,7 +4447,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu-arai/arai-json-parser.git", - "reference": "43385a8be088429a8100eb75aa6ee296ad060818" + "reference": "045c50ed1a9631de2067eb01b185ab9c4bc900e6" }, "require": { "php": ">=5.3.0", @@ -4473,7 +4474,7 @@ "source": { "type": "git", "url": "https://gitlab.siu.edu.ar/siu/manejador-salida-bootstrap.git", - "reference": "079fd6efaed1aef33007a17a859090d0cbdc88ba" + "reference": "5e126cef93c7bcd9647252ddc630a77d9e44057a" }, "require": { "siu/interfaces-manejador-salida-toba": "^1.2" @@ -4503,16 +4504,16 @@ }, { "name": "symfony/console", - "version": "v4.4.30", + "version": "v4.4.33", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22" + "reference": "8dbd23ef7a8884051482183ddee8d9061b5feed0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/a3f7189a0665ee33b50e9e228c46f50f5acbed22", - "reference": "a3f7189a0665ee33b50e9e228c46f50f5acbed22", + "url": "https://api.github.com/repos/symfony/console/zipball/8dbd23ef7a8884051482183ddee8d9061b5feed0", + "reference": "8dbd23ef7a8884051482183ddee8d9061b5feed0", "shasum": "" }, "require": { @@ -4573,7 +4574,7 @@ "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/console/tree/v4.4.30" + "source": "https://github.com/symfony/console/tree/v4.4.33" }, "funding": [ { @@ -4589,20 +4590,20 @@ "type": "tidelift" } ], - "time": "2021-08-25T19:27:26+00:00" + "time": "2021-10-25T16:36:08+00:00" }, { "name": "symfony/debug", - "version": "v4.4.27", + "version": "v4.4.31", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c" + "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/2f9160e92eb64c95da7368c867b663a8e34e980c", - "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c", + "url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0", + "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0", "shasum": "" }, "require": { @@ -4641,7 +4642,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.27" + "source": "https://github.com/symfony/debug/tree/v4.4.31" }, "funding": [ { @@ -4657,7 +4658,7 @@ "type": "tidelift" } ], - "time": "2021-07-22T07:21:39+00:00" + "time": "2021-09-24T13:30:14+00:00" }, { "name": "symfony/polyfill-php73", @@ -4977,5 +4978,5 @@ "ext-curl": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" } diff --git a/package.json b/package.json index c2f3d7abcd..1f5e16a484 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "author": "enfoqueNativo ", "private": false, "dependencies": { - "ckeditor4": "~4.16", + "ckeditor4": "~4.17", "jquery": "3.6", "jquery-migrate": "3.3", "siu-js-app-launcher": "1.0.6" From 546a86963307ae1675f098529039b5cb44488112 Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Fri, 24 Sep 2021 10:20:52 -0300 Subject: [PATCH 12/14] Actualiza compilados toba_editor --- .../comp/toba_mc_comp__1000001.php | 26 +- .../comp/toba_mc_comp__10000021.php | 40 +- .../comp/toba_mc_comp__1000128.php | 16 +- .../comp/toba_mc_comp__1000158.php | 24 +- .../comp/toba_mc_comp__1000162.php | 16 +- .../comp/toba_mc_comp__1000189.php | 44 +- .../comp/toba_mc_comp__1000288.php | 52 +- .../comp/toba_mc_comp__1000292.php | 24 +- .../comp/toba_mc_comp__1000294.php | 16 +- .../comp/toba_mc_comp__1000587.php | 40 +- .../comp/toba_mc_comp__1000613.php | 16 +- .../comp/toba_mc_comp__1000623.php | 36 +- .../comp/toba_mc_comp__1000629.php | 30 +- .../comp/toba_mc_comp__1000633.php | 28 +- .../comp/toba_mc_comp__1000646.php | 44 +- .../comp/toba_mc_comp__12000102.php | 44 +- .../comp/toba_mc_comp__1354.php | 8 +- .../comp/toba_mc_comp__1363.php | 16 +- .../comp/toba_mc_comp__1381.php | 28 +- .../comp/toba_mc_comp__1385.php | 28 +- .../comp/toba_mc_comp__1386.php | 30 +- .../comp/toba_mc_comp__1394.php | 28 +- .../comp/toba_mc_comp__1395.php | 56 +- .../comp/toba_mc_comp__1399.php | 16 +- .../comp/toba_mc_comp__1404.php | 16 +- .../comp/toba_mc_comp__1449.php | 24 +- .../comp/toba_mc_comp__1512.php | 28 +- .../comp/toba_mc_comp__1517.php | 8 +- .../comp/toba_mc_comp__1550.php | 20 +- .../comp/toba_mc_comp__1608.php | 28 +- .../comp/toba_mc_comp__1609.php | 28 +- .../comp/toba_mc_comp__1617.php | 40 +- .../comp/toba_mc_comp__1707.php | 64 +-- .../comp/toba_mc_comp__1720.php | 24 +- .../comp/toba_mc_comp__1747.php | 28 +- .../comp/toba_mc_comp__1748.php | 28 +- .../comp/toba_mc_comp__1751.php | 28 +- .../comp/toba_mc_comp__1802.php | 36 +- .../comp/toba_mc_comp__1827.php | 28 +- .../comp/toba_mc_comp__1832.php | 16 +- .../comp/toba_mc_comp__1835.php | 20 +- .../comp/toba_mc_comp__1839.php | 20 +- .../comp/toba_mc_comp__1843.php | 44 +- .../comp/toba_mc_comp__1975.php | 36 +- .../comp/toba_mc_comp__1976.php | 16 +- .../comp/toba_mc_comp__1981.php | 28 +- .../comp/toba_mc_comp__1988.php | 4 +- .../comp/toba_mc_comp__2169.php | 60 +-- .../comp/toba_mc_comp__2206.php | 52 +- .../comp/toba_mc_comp__2235.php | 44 +- .../comp/toba_mc_comp__2275.php | 36 +- .../comp/toba_mc_comp__2286.php | 42 +- .../comp/toba_mc_comp__2296.php | 16 +- .../comp/toba_mc_comp__30000114.php | 24 +- .../comp/toba_mc_comp__30000166.php | 24 +- .../comp/toba_mc_comp__33000017.php | 28 +- .../comp/toba_mc_comp__33000026.php | 8 +- .../comp/toba_mc_comp__33000063.php | 28 +- .../comp/toba_mc_comp__33000139.php | 44 +- .../oper/toba_mc_oper__10000019.php | 40 +- .../oper/toba_mc_oper__1000003.php | 26 +- .../oper/toba_mc_oper__1000020.php | 16 +- .../oper/toba_mc_oper__1000042.php | 16 +- .../oper/toba_mc_oper__1000109.php | 52 +- .../oper/toba_mc_oper__1000110.php | 24 +- .../oper/toba_mc_oper__1000233.php | 44 +- .../oper/toba_mc_oper__1000235.php | 20 +- .../oper/toba_mc_oper__1000236.php | 20 +- .../oper/toba_mc_oper__1000237.php | 16 +- .../oper/toba_mc_oper__1000238.php | 24 +- .../oper/toba_mc_oper__1000239.php | 28 +- .../oper/toba_mc_oper__1000240.php | 8 +- .../oper/toba_mc_oper__1000244.php | 44 +- .../oper/toba_mc_oper__1000247.php | 28 +- .../oper/toba_mc_oper__1000249.php | 8 +- .../oper/toba_mc_oper__1000250.php | 16 +- .../oper/toba_mc_oper__1000251.php | 36 +- .../oper/toba_mc_oper__1000252.php | 24 +- .../oper/toba_mc_oper__1000253.php | 510 +++++++++--------- .../oper/toba_mc_oper__1000254.php | 124 ++--- .../oper/toba_mc_oper__1000255.php | 56 +- .../oper/toba_mc_oper__1000256.php | 58 +- .../oper/toba_mc_oper__1000259.php | 28 +- .../oper/toba_mc_oper__1000272.php | 58 +- .../oper/toba_mc_oper__1000273.php | 28 +- .../oper/toba_mc_oper__1000278.php | 72 +-- .../oper/toba_mc_oper__12000088.php | 44 +- .../oper/toba_mc_oper__1240.php | 28 +- .../oper/toba_mc_oper__1241.php | 56 +- .../oper/toba_mc_oper__1242.php | 40 +- .../oper/toba_mc_oper__2045.php | 64 +-- .../oper/toba_mc_oper__2447.php | 24 +- .../oper/toba_mc_oper__2865.php | 56 +- .../oper/toba_mc_oper__30000014.php | 16 +- .../oper/toba_mc_oper__30000047.php | 24 +- .../oper/toba_mc_oper__30000065.php | 24 +- .../oper/toba_mc_oper__3276.php | 36 +- .../oper/toba_mc_oper__33000011.php | 8 +- .../oper/toba_mc_oper__33000040.php | 44 +- .../oper/toba_mc_oper__3391.php | 52 +- .../oper/toba_mc_oper__3394.php | 28 +- .../oper/toba_mc_oper__3419.php | 60 +-- .../oper/toba_mc_oper__3441.php | 52 +- .../oper/toba_mc_oper__3442.php | 44 +- .../oper/toba_mc_oper__3461.php | 36 +- .../oper/toba_mc_oper__3463.php | 58 +- 106 files changed, 1971 insertions(+), 1971 deletions(-) diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php index a6ed19a3ae..39fe0fe993 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php @@ -351,19 +351,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'pedidos', - 'proyecto' => 'toba_editor', - 'objeto' => 1000003, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'filtro', 'proyecto' => 'toba_editor', @@ -376,6 +363,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'pedidos', + 'proyecto' => 'toba_editor', + 'objeto' => 1000003, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php index fa3e9c3755..edc1e721f8 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 10000008, + 'pantalla' => 10000009, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000032, + 'dep_id' => 10000033, 'orden' => 1, - 'identificador_pantalla' => 'pant_listado', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'detalle', ), 1 => array ( - 'pantalla' => 10000009, + 'pantalla' => 10000008, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000033, + 'dep_id' => 10000032, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'detalle', + 'identificador_pantalla' => 'pant_listado', + 'identificador_dep' => 'cuadro', ), 2 => array ( @@ -315,13 +315,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relacion', + 'identificador' => 'controles', 'proyecto' => 'toba_editor', - 'objeto' => 10000024, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 10000034, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'eiform_controles', + 'subclase_archivo' => 'objetos_toba/eiform_controles.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -367,13 +367,13 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'controles', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 10000034, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'eiform_controles', - 'subclase_archivo' => 'objetos_toba/eiform_controles.php', + 'objeto' => 10000024, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php index 46b6f91d41..4fcec3408e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php @@ -295,11 +295,11 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relacion', + 'identificador' => 'form_base', 'proyecto' => 'toba_editor', - 'objeto' => 1000130, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1000132, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -321,11 +321,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_base', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 1000132, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000130, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php index 77a09ea427..0447b27014 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php @@ -248,26 +248,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'permisos', 'proyecto' => 'toba_editor', - 'objeto' => 1000159, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_prop_basicas', - 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', + 'objeto' => 1520, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'permisos', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1520, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000159, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_prop_basicas', + 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php index ae40da824e..b97df2f07c 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php @@ -131,13 +131,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1000030, + 'pantalla' => 33000085, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 1000046, + 'dep_id' => 33000166, 'orden' => 0, - 'identificador_pantalla' => 'login', - 'identificador_dep' => 'datos', + 'identificador_pantalla' => '2do_factor', + 'identificador_dep' => 'form_2do_factor', ), 1 => array ( @@ -151,13 +151,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 33000085, + 'pantalla' => 1000030, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 33000166, + 'dep_id' => 1000046, 'orden' => 0, - 'identificador_pantalla' => '2do_factor', - 'identificador_dep' => 'form_2do_factor', + 'identificador_pantalla' => 'login', + 'identificador_dep' => 'datos', ), 3 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php index ae8492337d..f2cf447904 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php @@ -143,23 +143,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1000046, + 'pantalla' => 33000007, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 33000021, + 'dep_id' => 1000072, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 1 => array ( - 'pantalla' => 33000007, + 'pantalla' => 1000046, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 1000072, + 'dep_id' => 33000021, 'orden' => 0, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'filtro', ), 2 => array ( @@ -188,24 +188,24 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1000191, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1000194, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'filtro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 33000019, - 'clase' => 'toba_ei_filtro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', + 'objeto' => 1000191, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -214,14 +214,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1000194, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 33000019, + 'clase' => 'toba_ei_filtro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php index 8628bdf878..24b809a576 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php @@ -315,54 +315,54 @@ static function get_metadatos() 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000324, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'editar_basicos', ), 1 => array ( 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000324, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'procesar', ), 2 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000325, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'generar', ), 3 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000325, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'generar', + 'identificador_evento' => 'editar_basicos', ), 4 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000335, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'borrar', ), 5 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000335, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'borrar', + 'identificador_evento' => 'editar_basicos', ), 6 => array ( @@ -390,19 +390,6 @@ static function get_metadatos() 'parametros_b' => NULL, ), 1 => - array ( - 'identificador' => 'form_molde', - 'proyecto' => 'toba_editor', - 'objeto' => 1000299, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_molde', - 'subclase_archivo' => 'asistentes/form_molde.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 2 => array ( 'identificador' => 'form_borrar', 'proyecto' => 'toba_editor', @@ -415,7 +402,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', @@ -428,6 +415,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'form_molde', + 'proyecto' => 'toba_editor', + 'objeto' => 1000299, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_molde', + 'subclase_archivo' => 'asistentes/form_molde.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php index 963486a064..02eedb77f0 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php @@ -391,26 +391,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_tipo_operacion', + 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000289, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tipo_operacion', - 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', + 'objeto' => 1994, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_generaciones', + 'identificador' => 'form_tipo_operacion', 'proyecto' => 'toba_editor', - 'objeto' => 1994, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000289, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tipo_operacion', + 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php index 0d3f13b95f..8a13133854 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php @@ -113,29 +113,29 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'molde', + 'identificador' => 'filas', 'proyecto' => 'toba_editor', - 'objeto' => 1000298, + 'objeto' => 1000296, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '1', - 'parametros_b' => '1', + 'parametros_a' => '', + 'parametros_b' => '', ), 2 => array ( - 'identificador' => 'filas', + 'identificador' => 'molde', 'proyecto' => 'toba_editor', - 'objeto' => 1000296, + 'objeto' => 1000298, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '', - 'parametros_b' => '', + 'parametros_a' => '1', + 'parametros_b' => '1', ), ), '_info_columnas_asoc_rel' => diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php index be894c8989..a4cf2efd92 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php @@ -179,52 +179,52 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'param_varios', + 'identificador' => 'efs', 'proyecto' => 'toba_editor', - 'objeto' => 1000154, + 'objeto' => 1000586, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_varios', - 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'param_carga', + 'identificador' => 'efs_lista', 'proyecto' => 'toba_editor', - 'objeto' => 1000145, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_carga', - 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', + 'objeto' => 1000585, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'ml_cols', + 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'efs', + 'identificador' => 'param_carga', 'proyecto' => 'toba_editor', - 'objeto' => 1000586, + 'objeto' => 1000145, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_carga', + 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'efs_lista', + 'identificador' => 'param_varios', 'proyecto' => 'toba_editor', - 'objeto' => 1000585, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'ml_cols', - 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', + 'objeto' => 1000154, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_varios', + 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php index 109fd52073..0512c418f6 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php @@ -134,26 +134,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_molde', + 'identificador' => 'form_base', 'proyecto' => 'toba_editor', - 'objeto' => 1000615, + 'objeto' => 1000616, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_molde', - 'subclase_archivo' => 'asistentes/form_molde.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_base', + 'identificador' => 'form_molde', 'proyecto' => 'toba_editor', - 'objeto' => 1000616, + 'objeto' => 1000615, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_molde', + 'subclase_archivo' => 'asistentes/form_molde.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php index a6928ddd6d..95c3c06d53 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php @@ -305,14 +305,14 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'restricciones', + 'identificador' => 'arbol', 'proyecto' => 'toba_editor', - 'objeto' => 1000622, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'objeto' => 1000618, + 'clase' => 'toba_ei_arbol', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_arbol.php', + 'subclase' => 'arbol_restricciones_funcionales', + 'subclase_archivo' => 'configuracion/restricciones_funcionales/arbol_restricciones_funcionales.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -331,24 +331,24 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'arbol', + 'identificador' => 'form_restriccion', 'proyecto' => 'toba_editor', - 'objeto' => 1000618, - 'clase' => 'toba_ei_arbol', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_arbol.php', - 'subclase' => 'arbol_restricciones_funcionales', - 'subclase_archivo' => 'configuracion/restricciones_funcionales/arbol_restricciones_funcionales.php', - 'fuente' => NULL, + 'objeto' => 1000621, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'form_restriccion', + 'identificador' => 'restricciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000621, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000622, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php index 8c308baba4..b90dcfc69f 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php @@ -244,6 +244,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -256,7 +269,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -269,7 +282,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 3 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -282,19 +295,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php index 3e58c06321..6501bfb8c4 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php @@ -199,24 +199,24 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1000634, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1000636, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000634, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -225,13 +225,13 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'base', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1355, + 'objeto' => 1000636, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php index d0bd96126c..1c60ae678b 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php @@ -173,23 +173,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1000402, + 'pantalla' => 12000090, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000100, + 'dep_id' => 12000107, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'base', + 'identificador_pantalla' => 'pant_eventos', + 'identificador_dep' => 'ci_eventos', ), 1 => array ( - 'pantalla' => 12000090, + 'pantalla' => 1000402, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000107, + 'dep_id' => 12000100, 'orden' => 0, - 'identificador_pantalla' => 'pant_eventos', - 'identificador_dep' => 'ci_eventos', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'base', ), 2 => array ( @@ -245,13 +245,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1000644, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -271,11 +271,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 12000125, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000644, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -284,13 +284,13 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'base', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1355, + 'objeto' => 12000125, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php index a2114490fd..b85c9784bd 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php @@ -151,23 +151,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 12000086, + 'pantalla' => 12000087, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000094, + 'dep_id' => 12000096, 'orden' => NULL, - 'identificador_pantalla' => 'proyecto_toba', - 'identificador_dep' => 'form_proyecto', + 'identificador_pantalla' => 'otro', + 'identificador_dep' => 'form_otro', ), 3 => array ( - 'pantalla' => 12000087, + 'pantalla' => 12000086, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000096, + 'dep_id' => 12000094, 'orden' => NULL, - 'identificador_pantalla' => 'otro', - 'identificador_dep' => 'form_otro', + 'identificador_pantalla' => 'proyecto_toba', + 'identificador_dep' => 'form_proyecto', ), ), '_info_evt_pantalla' => @@ -177,35 +177,35 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'dt_puntos_montaje', + 'identificador' => 'cuadro_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000104, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 12000106, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro_puntos_montaje', + 'identificador' => 'dt_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000106, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 12000104, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_otro', + 'identificador' => 'form_eleccion_tipo', 'proyecto' => 'toba_editor', - 'objeto' => 12000109, + 'objeto' => 12000103, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -216,9 +216,9 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_eleccion_tipo', + 'identificador' => 'form_otro', 'proyecto' => 'toba_editor', - 'objeto' => 12000103, + 'objeto' => 12000109, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php index 0b32bb12af..a5f275940e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php @@ -596,7 +596,7 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'cuadro_layout', + 'identificador' => 'cuadro_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -609,7 +609,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'cuadro_layout_impresion', + 'identificador' => 'cuadro_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -648,7 +648,7 @@ static function get_metadatos() ), 7 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -661,7 +661,7 @@ static function get_metadatos() ), 8 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php index ee342cda31..b680de7ba7 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php @@ -323,36 +323,36 @@ static function get_metadatos() 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 3 => array ( 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 4 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 5 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 6 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php index c71794afbd..87dbb17f4f 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php @@ -208,6 +208,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1369, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filtro_catalogo_items', + 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -220,7 +233,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'items', 'proyecto' => 'toba_editor', @@ -233,19 +246,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1369, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filtro_catalogo_items', - 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php index 004dca6458..77f5dd512e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php @@ -130,19 +130,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -155,7 +142,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -168,6 +155,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php index a5814ebd60..85f2086270 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php @@ -290,6 +290,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -302,7 +315,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'efs', 'proyecto' => 'toba_editor', @@ -315,7 +328,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 3 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -328,19 +341,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), 4 => array ( 'identificador' => 'prop_basicas', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php index 6803d5363a..2a2df39363 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php @@ -293,18 +293,18 @@ static function get_metadatos() 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 1 => array ( 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 2 => array ( @@ -329,36 +329,36 @@ static function get_metadatos() 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '4', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 5 => array ( 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '4', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 6 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '5', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 7 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '5', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 8 => array ( @@ -435,7 +435,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -448,7 +448,7 @@ static function get_metadatos() ), 5 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php index 96a39354d3..da6cadeb5e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php @@ -291,31 +291,18 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1535, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => - array ( - 'identificador' => 'eventos', - 'proyecto' => 'toba_editor', - 'objeto' => 1747, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_eventos', - 'subclase_archivo' => 'objetos_toba/ci_eventos.php', - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 2 => array ( 'identificador' => 'cols', 'proyecto' => 'toba_editor', @@ -328,28 +315,41 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1000584, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1535, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'eventos', + 'proyecto' => 'toba_editor', + 'objeto' => 1747, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_eventos', + 'subclase_archivo' => 'objetos_toba/ci_eventos.php', + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 4 => array ( - 'identificador' => 'base', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1355, + 'objeto' => 1000584, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php index 8f6f57480f..2e3f17e243 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php @@ -285,36 +285,36 @@ static function get_metadatos() 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 1 => array ( 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 2 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 3 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php index 98f11d2e34..3355b98076 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php @@ -201,23 +201,23 @@ static function get_metadatos() ), 1 => array ( - 'pantalla' => 383, + 'pantalla' => 458, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 76, + 'dep_id' => 78, 'orden' => 1, - 'identificador_pantalla' => 'p_tablas', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'p_relaciones', + 'identificador_dep' => 'relaciones', ), 2 => array ( - 'pantalla' => 458, + 'pantalla' => 383, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 78, + 'dep_id' => 76, 'orden' => 1, - 'identificador_pantalla' => 'p_relaciones', - 'identificador_dep' => 'relaciones', + 'identificador_pantalla' => 'p_tablas', + 'identificador_dep' => 'dependencias', ), 3 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php index 042e9a7b97..f6d0be99c2 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php @@ -189,26 +189,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1538, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1538, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php index 6afd8b058c..8f31a7b43d 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php @@ -188,14 +188,14 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'tipos', + 'identificador' => 'info_asignacion', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'objeto' => 1603, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_asoc_dep', + 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -214,14 +214,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'info_asignacion', + 'identificador' => 'tipos', 'proyecto' => 'toba_editor', - 'objeto' => 1603, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_asoc_dep', - 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', - 'fuente' => 'instancia', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php index 1f442bf08b..36c5b57f1a 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php @@ -283,18 +283,18 @@ static function get_metadatos() 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 91, + 'evento_id' => 92, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 3 => array ( 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 92, + 'evento_id' => 91, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php index 124b155701..b28d12af41 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php @@ -161,27 +161,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relaciones_esquema', + 'identificador' => 'relaciones_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 1755, - 'clase' => 'toba_ei_esquema', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', + 'objeto' => 1551, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'relaciones_columnas', + 'identificador' => 'relaciones_esquema', 'proyecto' => 'toba_editor', - 'objeto' => 1551, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 1755, + 'clase' => 'toba_ei_esquema', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php index ede5ac9be6..8b1ad6b92f 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php @@ -247,6 +247,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000004, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filto_catalogo_comp', + 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -259,7 +272,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'listado', 'proyecto' => 'toba_editor', @@ -272,19 +285,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000004, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filto_catalogo_comp', - 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php index 406b323308..0fd1ba239c 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php @@ -234,6 +234,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -246,7 +259,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -259,19 +272,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php index e16cea73d8..af121e7d68 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php @@ -143,23 +143,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 475, + 'pantalla' => 476, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 132, + 'dep_id' => 133, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'archivos', + 'identificador_pantalla' => 'resultado', + 'identificador_dep' => 'faltantes', ), 1 => array ( - 'pantalla' => 476, + 'pantalla' => 475, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 133, + 'dep_id' => 132, 'orden' => 1, - 'identificador_pantalla' => 'resultado', - 'identificador_dep' => 'faltantes', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'archivos', ), 2 => array ( @@ -188,22 +188,22 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'faltantes', + 'identificador' => 'archivos', 'proyecto' => 'toba_editor', - 'objeto' => 1619, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1618, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'sobrantes', + 'identificador' => 'faltantes', 'proyecto' => 'toba_editor', - 'objeto' => 1620, + 'objeto' => 1619, 'clase' => 'toba_ei_cuadro', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, @@ -214,14 +214,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'archivos', + 'identificador' => 'sobrantes', 'proyecto' => 'toba_editor', - 'objeto' => 1618, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1620, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php index 33595e3911..daa3c385cf 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php @@ -211,23 +211,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 987, + 'pantalla' => 1188, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1118, + 'dep_id' => 1182, 'orden' => 1, - 'identificador_pantalla' => 'pant_dependencias', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'consumo', + 'identificador_dep' => 'form_consumo', ), 3 => array ( - 'pantalla' => 1188, + 'pantalla' => 987, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1182, + 'dep_id' => 1118, 'orden' => 1, - 'identificador_pantalla' => 'consumo', - 'identificador_dep' => 'form_consumo', + 'identificador_pantalla' => 'pant_dependencias', + 'identificador_dep' => 'dependencias', ), ), '_info_evt_pantalla' => @@ -291,53 +291,53 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1830, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'dependencias', + 'identificador' => 'cuadro_consumo', 'proyecto' => 'toba_editor', - 'objeto' => 2245, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_dependencias', - 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', + 'objeto' => 2299, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'cuadro_consumo', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2299, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1830, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'base', + 'identificador' => 'dependencias', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', + 'objeto' => 2245, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_dependencias', + 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php index 00c608c85b..f4f2d49213 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php @@ -189,26 +189,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1610, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1610, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php index 4f4c727a7a..609ffbf2ff 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php @@ -130,19 +130,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -155,7 +142,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -168,6 +155,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php index eafe3b6027..5235db3575 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php @@ -130,19 +130,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -155,7 +142,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -168,6 +155,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php index 10cecb53aa..664d700cf9 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php @@ -244,6 +244,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -256,7 +269,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -269,19 +282,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), 3 => array ( 'identificador' => 'prop_basicas', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php index 8ef59311b5..096eed71a2 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 976, + 'pantalla' => 977, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 769, + 'dep_id' => 764, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'editor', ), 1 => array ( - 'pantalla' => 977, + 'pantalla' => 976, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 764, + 'dep_id' => 769, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'editor', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 2 => array ( @@ -331,27 +331,27 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'listado', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1805, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1809, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'filtro', + 'identificador' => 'listado', 'proyecto' => 'toba_editor', - 'objeto' => 1809, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1805, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php index 682d2c0db4..d9d3256536 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php @@ -260,6 +260,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'basica', + 'proyecto' => 'toba_editor', + 'objeto' => 1829, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_proyecto_confbasica', + 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -272,7 +285,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'login', 'proyecto' => 'toba_editor', @@ -285,19 +298,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'basica', - 'proyecto' => 'toba_editor', - 'objeto' => 1829, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_proyecto_confbasica', - 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), 3 => array ( 'identificador' => 'nucleo', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php index 8b756db322..ecd61e9e0d 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php @@ -294,26 +294,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_auditoria', + 'identificador' => 'form', 'proyecto' => 'toba_editor', - 'objeto' => 33000070, + 'objeto' => 1834, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_prop_fuente_datos', + 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form', + 'identificador' => 'form_auditoria', 'proyecto' => 'toba_editor', - 'objeto' => 1834, + 'objeto' => 33000070, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_fuente_datos', - 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php index 01d29fd84a..3b07dc5295 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php @@ -121,27 +121,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1836, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1838, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1838, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1836, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php index d29a343c47..c93c4e6f65 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php @@ -121,27 +121,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1840, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1842, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1842, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1840, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php index 150fb8fc5e..bf2fa3c045 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php @@ -143,23 +143,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 991, + 'pantalla' => 33000006, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 33000020, + 'dep_id' => 801, 'orden' => 0, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'formulario', ), 1 => array ( - 'pantalla' => 33000006, + 'pantalla' => 991, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 801, + 'dep_id' => 33000020, 'orden' => 0, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 2 => array ( @@ -188,24 +188,24 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1844, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1845, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'filtro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 33000019, - 'clase' => 'toba_ei_filtro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', + 'objeto' => 1844, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -214,14 +214,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1845, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 33000019, + 'clase' => 'toba_ei_filtro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php index f80954ea4d..67088146f1 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1051, + 'pantalla' => 1052, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 918, + 'dep_id' => 922, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'form_clase', ), 1 => array ( - 'pantalla' => 1052, + 'pantalla' => 1051, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 922, + 'dep_id' => 918, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'form_clase', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'cuadro', ), 2 => array ( @@ -305,27 +305,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1976, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1976, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php index 3396094e91..d74fd2efa0 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php @@ -86,29 +86,29 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relaciones', + 'identificador' => 'clase', 'proyecto' => 'toba_editor', - 'objeto' => 1978, + 'objeto' => 1977, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '0', - 'parametros_b' => '0', + 'parametros_a' => '1', + 'parametros_b' => '1', ), 1 => array ( - 'identificador' => 'clase', + 'identificador' => 'relaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1977, + 'objeto' => 1978, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '1', - 'parametros_b' => '1', + 'parametros_a' => '0', + 'parametros_b' => '0', ), ), '_info_columnas_asoc_rel' => diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php index d6866ec7b0..adbdc8dad5 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php @@ -294,19 +294,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'opciones', - 'proyecto' => 'toba_editor', - 'objeto' => 1000305, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'cuadro_planes', 'proyecto' => 'toba_editor', @@ -319,7 +306,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', @@ -332,6 +319,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'opciones', + 'proyecto' => 'toba_editor', + 'objeto' => 1000305, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php index 4410f14820..036597a4c0 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php @@ -346,7 +346,7 @@ static function get_metadatos() ), 7 => array ( - 'identificador' => 'form_cuadro_carga', + 'identificador' => 'form_form_fila', 'proyecto' => 'toba_editor', 'objeto' => 1000317, 'clase' => 'toba_ei_formulario', @@ -359,7 +359,7 @@ static function get_metadatos() ), 8 => array ( - 'identificador' => 'form_form_fila', + 'identificador' => 'form_cuadro_carga', 'proyecto' => 'toba_editor', 'objeto' => 1000317, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php index 71434a37d2..8090b87cd0 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1127, + 'pantalla' => 1128, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1078, + 'dep_id' => 1079, 'orden' => 1, - 'identificador_pantalla' => 'pant_seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 1 => array ( - 'pantalla' => 1128, + 'pantalla' => 1127, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1079, + 'dep_id' => 1078, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_seleccion', + 'identificador_dep' => 'cuadro', ), 2 => array ( @@ -314,19 +314,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'datos', - 'proyecto' => 'toba_editor', - 'objeto' => 2160, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => 'dt_apex_estilo', - 'subclase_archivo' => 'db/odt_apex_estilo.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', @@ -339,20 +326,20 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( - 'identificador' => 'formulario', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2168, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2160, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => 'dt_apex_estilo', + 'subclase_archivo' => 'db/odt_apex_estilo.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'form_importar', 'proyecto' => 'toba_editor', @@ -365,7 +352,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => + 3 => array ( 'identificador' => 'form_paleta', 'proyecto' => 'toba_editor', @@ -378,6 +365,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 4 => + array ( + 'identificador' => 'formulario', + 'proyecto' => 'toba_editor', + 'objeto' => 2168, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php index e02e06d2e3..0502af83b5 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php @@ -255,54 +255,54 @@ static function get_metadatos() 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 1 => array ( 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 2 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 4 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 5 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 6 => array ( @@ -352,19 +352,6 @@ static function get_metadatos() 'parametros_b' => NULL, ), 2 => - array ( - 'identificador' => 'formulario', - 'proyecto' => 'toba_editor', - 'objeto' => 2205, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 3 => array ( 'identificador' => 'form_gatillos_dir', 'proyecto' => 'toba_editor', @@ -377,7 +364,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => + 3 => array ( 'identificador' => 'form_gatillos_indir', 'proyecto' => 'toba_editor', @@ -390,6 +377,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 4 => + array ( + 'identificador' => 'formulario', + 'proyecto' => 'toba_editor', + 'objeto' => 2205, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php index 4db097c547..ef9283bff8 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php @@ -315,27 +315,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 2232, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 2233, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2233, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 2232, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -354,26 +354,26 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_tablas', + 'identificador' => 'form_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 2234, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tablas', - 'subclase_archivo' => 'datos/relaciones/form_tablas.php', + 'objeto' => 2236, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 4 => array ( - 'identificador' => 'form_columnas', + 'identificador' => 'form_tablas', 'proyecto' => 'toba_editor', - 'objeto' => 2236, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2234, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tablas', + 'subclase_archivo' => 'datos/relaciones/form_tablas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php index f0d6a78396..91d9531443 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php @@ -173,23 +173,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1175, + 'pantalla' => 1176, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1161, + 'dep_id' => 1162, 'orden' => 1, - 'identificador_pantalla' => 'test', - 'identificador_dep' => 'form_elegir_sql', + 'identificador_pantalla' => 'sql', + 'identificador_dep' => 'form_sql', ), 1 => array ( - 'pantalla' => 1176, + 'pantalla' => 1175, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1162, + 'dep_id' => 1161, 'orden' => 1, - 'identificador_pantalla' => 'sql', - 'identificador_dep' => 'form_sql', + 'identificador_pantalla' => 'test', + 'identificador_dep' => 'form_elegir_sql', ), 2 => array ( @@ -240,11 +240,11 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_sql', + 'identificador' => 'form_elegir_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2278, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 2277, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -253,9 +253,9 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_test', + 'identificador' => 'form_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2276, + 'objeto' => 2278, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -266,11 +266,11 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_elegir_sql', + 'identificador' => 'form_test', 'proyecto' => 'toba_editor', - 'objeto' => 2277, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 2276, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php index caee4d55df..7d9720d94e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php @@ -191,13 +191,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1181, + 'pantalla' => 1183, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1169, + 'dep_id' => 1176, 'orden' => 1, - 'identificador_pantalla' => 'pant_ubicacion', - 'identificador_dep' => 'carpetas', + 'identificador_pantalla' => 'pant_generacion', + 'identificador_dep' => 'ci_generacion', ), 1 => array ( @@ -211,13 +211,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1183, + 'pantalla' => 1181, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1176, + 'dep_id' => 1169, 'orden' => 1, - 'identificador_pantalla' => 'pant_generacion', - 'identificador_dep' => 'ci_generacion', + 'identificador_pantalla' => 'pant_ubicacion', + 'identificador_dep' => 'carpetas', ), 3 => array ( @@ -254,19 +254,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1501, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'archivos', 'proyecto' => 'toba_editor', @@ -279,6 +266,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1501, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 2 => array ( 'identificador' => 'carpetas', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php index a2e4387506..d5daaa8a68 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php @@ -492,26 +492,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'form_metodos', 'proyecto' => 'toba_editor', - 'objeto' => 2295, + 'objeto' => 2291, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_metodos', + 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_metodos', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 2291, + 'objeto' => 2295, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_metodos', - 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php index c6c66fb24e..8a014f3fcb 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php @@ -189,26 +189,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000113, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 30000112, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 30000112, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000113, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php index 7e32b9c6df..9be12bc4f4 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php @@ -235,26 +235,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000167, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000167, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php index aafc294707..6c414cb044 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php @@ -130,19 +130,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -155,7 +142,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -168,6 +155,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php index 856ef0bb8d..2acffa0135 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php @@ -178,9 +178,9 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_usuario', + 'identificador' => 'form_pregunta', 'proyecto' => 'toba_editor', - 'objeto' => 33000027, + 'objeto' => 33000066, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -191,9 +191,9 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_pregunta', + 'identificador' => 'form_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 33000066, + 'objeto' => 33000027, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php index 15dc391f49..b88d3f7529 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php @@ -130,19 +130,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -155,7 +142,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -168,6 +155,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php index 010cc07353..f13fa6d1e6 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php @@ -141,39 +141,39 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'seleccion_usuario', + 'identificador' => 'cas', 'proyecto' => 'toba_editor', - 'objeto' => 33000137, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => 'cuadro_autologin', - 'subclase_archivo' => 'login/cuadro_autologin.php', - 'fuente' => NULL, + 'objeto' => 33000134, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_solo_proyecto', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1912, + 'objeto' => 1823, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_ini_sesion', - 'subclase_archivo' => 'login/eiform_ini_sesion.php', + 'subclase' => 'eiform_login', + 'subclase_archivo' => 'login/eiform_login.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'cas', + 'identificador' => 'form_solo_proyecto', 'proyecto' => 'toba_editor', - 'objeto' => 33000134, + 'objeto' => 1912, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_ini_sesion', + 'subclase_archivo' => 'login/eiform_ini_sesion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -193,14 +193,14 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'datos', + 'identificador' => 'seleccion_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 1823, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_login', - 'subclase_archivo' => 'login/eiform_login.php', - 'fuente' => 'instancia', + 'objeto' => 33000137, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => 'cuadro_autologin', + 'subclase_archivo' => 'login/cuadro_autologin.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php index 046a6ac1c5..0ea4f730ce 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 10000008, + 'pantalla' => 10000009, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000032, + 'dep_id' => 10000033, 'orden' => 1, - 'identificador_pantalla' => 'pant_listado', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'detalle', ), 1 => array ( - 'pantalla' => 10000009, + 'pantalla' => 10000008, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000033, + 'dep_id' => 10000032, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'detalle', + 'identificador_pantalla' => 'pant_listado', + 'identificador_dep' => 'cuadro', ), 2 => array ( @@ -397,13 +397,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relacion', + 'identificador' => 'controles', 'proyecto' => 'toba_editor', - 'objeto' => 10000024, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 10000034, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'eiform_controles', + 'subclase_archivo' => 'objetos_toba/eiform_controles.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -449,13 +449,13 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'controles', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 10000034, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'eiform_controles', - 'subclase_archivo' => 'objetos_toba/eiform_controles.php', + 'objeto' => 10000024, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php index 98e8e44879..89049f7d8b 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php @@ -433,19 +433,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'pedidos', - 'proyecto' => 'toba_editor', - 'objeto' => 1000003, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'filtro', 'proyecto' => 'toba_editor', @@ -458,6 +445,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'pedidos', + 'proyecto' => 'toba_editor', + 'objeto' => 1000003, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php index 8ee4ee36e4..cfcb4a60bb 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php @@ -377,11 +377,11 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relacion', + 'identificador' => 'form_base', 'proyecto' => 'toba_editor', - 'objeto' => 1000130, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1000132, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -403,11 +403,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_base', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 1000132, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000130, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php index aa074340c5..6adf151a3b 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php @@ -213,13 +213,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1000030, + 'pantalla' => 33000085, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 1000046, + 'dep_id' => 33000166, 'orden' => 0, - 'identificador_pantalla' => 'login', - 'identificador_dep' => 'datos', + 'identificador_pantalla' => '2do_factor', + 'identificador_dep' => 'form_2do_factor', ), 1 => array ( @@ -233,13 +233,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 33000085, + 'pantalla' => 1000030, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 33000166, + 'dep_id' => 1000046, 'orden' => 0, - 'identificador_pantalla' => '2do_factor', - 'identificador_dep' => 'form_2do_factor', + 'identificador_pantalla' => 'login', + 'identificador_dep' => 'datos', ), 3 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php index ce50543540..42a8ae558c 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php @@ -397,54 +397,54 @@ static function get_metadatos() 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000324, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'editar_basicos', ), 1 => array ( 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000324, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'procesar', ), 2 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000325, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'generar', ), 3 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000325, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'generar', + 'identificador_evento' => 'editar_basicos', ), 4 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000335, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'borrar', ), 5 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000335, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'borrar', + 'identificador_evento' => 'editar_basicos', ), 6 => array ( @@ -472,19 +472,6 @@ static function get_metadatos() 'parametros_b' => NULL, ), 1 => - array ( - 'identificador' => 'form_molde', - 'proyecto' => 'toba_editor', - 'objeto' => 1000299, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_molde', - 'subclase_archivo' => 'asistentes/form_molde.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 2 => array ( 'identificador' => 'form_borrar', 'proyecto' => 'toba_editor', @@ -497,7 +484,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', @@ -510,6 +497,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'form_molde', + 'proyecto' => 'toba_editor', + 'objeto' => 1000299, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_molde', + 'subclase_archivo' => 'asistentes/form_molde.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php index e5ad28925d..074030c01a 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php @@ -473,26 +473,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_tipo_operacion', + 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000289, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tipo_operacion', - 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', + 'objeto' => 1994, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_generaciones', + 'identificador' => 'form_tipo_operacion', 'proyecto' => 'toba_editor', - 'objeto' => 1994, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000289, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tipo_operacion', + 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php index d9873342f1..14ddd5c95f 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php @@ -225,23 +225,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 991, + 'pantalla' => 33000006, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 33000020, + 'dep_id' => 801, 'orden' => 0, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'formulario', ), 1 => array ( - 'pantalla' => 33000006, + 'pantalla' => 991, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 801, + 'dep_id' => 33000020, 'orden' => 0, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 2 => array ( @@ -270,24 +270,24 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1844, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1845, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'filtro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 33000019, - 'clase' => 'toba_ei_filtro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', + 'objeto' => 1844, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -296,14 +296,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1845, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 33000019, + 'clase' => 'toba_ei_filtro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php index 161568f0c4..c8fe2a4a7d 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php @@ -203,27 +203,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1836, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1838, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1838, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1836, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php index 790355de9f..428fa07be4 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php @@ -203,27 +203,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1840, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1842, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1842, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1840, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php index 7193eb6367..a561e66fd2 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php @@ -376,26 +376,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_auditoria', + 'identificador' => 'form', 'proyecto' => 'toba_editor', - 'objeto' => 33000070, + 'objeto' => 1834, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_prop_fuente_datos', + 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form', + 'identificador' => 'form_auditoria', 'proyecto' => 'toba_editor', - 'objeto' => 1834, + 'objeto' => 33000070, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_fuente_datos', - 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php index 4e423d6b87..8aec41f58a 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php @@ -330,26 +330,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'permisos', 'proyecto' => 'toba_editor', - 'objeto' => 1000159, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_prop_basicas', - 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', + 'objeto' => 1520, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'permisos', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1520, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000159, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_prop_basicas', + 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php index be4a4f4807..8e03947378 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php @@ -290,6 +290,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1369, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filtro_catalogo_items', + 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -302,7 +315,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'items', 'proyecto' => 'toba_editor', @@ -315,19 +328,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1369, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filtro_catalogo_items', - 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php index 5c2f0b73b6..c28b5f83dd 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php @@ -365,18 +365,18 @@ static function get_metadatos() 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 91, + 'evento_id' => 92, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 3 => array ( 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 92, + 'evento_id' => 91, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php index 5436427aa3..5d683f319c 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php @@ -225,23 +225,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1000046, + 'pantalla' => 33000007, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 33000021, + 'dep_id' => 1000072, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 1 => array ( - 'pantalla' => 33000007, + 'pantalla' => 1000046, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 1000072, + 'dep_id' => 33000021, 'orden' => 0, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'filtro', ), 2 => array ( @@ -270,24 +270,24 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1000191, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1000194, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'filtro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 33000019, - 'clase' => 'toba_ei_filtro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', + 'objeto' => 1000191, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -296,14 +296,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1000194, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 33000019, + 'clase' => 'toba_ei_filtro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_filtro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php index e6d6438ff8..99da980bac 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php @@ -270,14 +270,14 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'tipos', + 'identificador' => 'info_asignacion', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'objeto' => 1603, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_asoc_dep', + 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -296,14 +296,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'info_asignacion', + 'identificador' => 'tipos', 'proyecto' => 'toba_editor', - 'objeto' => 1603, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_asoc_dep', - 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', - 'fuente' => 'instancia', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php index dd15da884b..ddada6e837 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php @@ -678,7 +678,7 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'cuadro_layout', + 'identificador' => 'cuadro_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -691,7 +691,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'cuadro_layout_impresion', + 'identificador' => 'cuadro_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -730,7 +730,7 @@ static function get_metadatos() ), 7 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -743,7 +743,7 @@ static function get_metadatos() ), 8 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php index 01a4a076bd..ca8f685752 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php @@ -367,36 +367,36 @@ static function get_metadatos() 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 1 => array ( 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 2 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 3 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php index ee849cc382..e5b5c8e148 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php @@ -283,23 +283,23 @@ static function get_metadatos() ), 1 => array ( - 'pantalla' => 383, + 'pantalla' => 458, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 76, + 'dep_id' => 78, 'orden' => 1, - 'identificador_pantalla' => 'p_tablas', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'p_relaciones', + 'identificador_dep' => 'relaciones', ), 2 => array ( - 'pantalla' => 458, + 'pantalla' => 383, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 78, + 'dep_id' => 76, 'orden' => 1, - 'identificador_pantalla' => 'p_relaciones', - 'identificador_dep' => 'relaciones', + 'identificador_pantalla' => 'p_tablas', + 'identificador_dep' => 'dependencias', ), 3 => array ( @@ -4772,27 +4772,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relaciones_esquema', + 'identificador' => 'relaciones_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 1755, - 'clase' => 'toba_ei_esquema', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', + 'objeto' => 1551, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'relaciones_columnas', + 'identificador' => 'relaciones_esquema', 'proyecto' => 'toba_editor', - 'objeto' => 1551, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 1755, + 'clase' => 'toba_ei_esquema', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php index 3e801b74fc..0a9bbf1320 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php @@ -271,26 +271,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1538, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1538, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php index bace78ec7c..11781d219a 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php @@ -405,36 +405,36 @@ static function get_metadatos() 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 3 => array ( 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 4 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 5 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 6 => array ( @@ -5910,6 +5910,239 @@ static function get_metadatos() } +class toba_mc_comp__33000009 +{ + static function get_metadatos() + { + return array ( + '_info' => + array ( + 'proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'anterior' => NULL, + 'identificador' => NULL, + 'reflexivo' => NULL, + 'clase_proyecto' => 'toba', + 'clase' => 'toba_datos_tabla', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'objeto_categoria_proyecto' => NULL, + 'objeto_categoria' => NULL, + 'nombre' => 'Comp. ei_cuadro - columna_total_cc', + 'titulo' => NULL, + 'colapsable' => NULL, + 'descripcion' => NULL, + 'fuente_proyecto' => 'toba_editor', + 'fuente' => 'instancia', + 'solicitud_registrar' => NULL, + 'solicitud_obj_obs_tipo' => NULL, + 'solicitud_obj_observacion' => NULL, + 'parametro_a' => NULL, + 'parametro_b' => NULL, + 'parametro_c' => NULL, + 'parametro_d' => NULL, + 'parametro_e' => NULL, + 'parametro_f' => NULL, + 'usuario' => NULL, + 'creacion' => '2009-03-18 11:45:58', + 'punto_montaje' => 12, + 'clase_editor_proyecto' => 'toba_editor', + 'clase_editor_item' => '1000250', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'clase_vinculos' => NULL, + 'clase_editor' => '1000250', + 'clase_icono' => 'objetos/datos_tabla.gif', + 'clase_descripcion_corta' => 'datos_tabla', + 'clase_instanciador_proyecto' => NULL, + 'clase_instanciador_item' => NULL, + 'objeto_existe_ayuda' => NULL, + 'ap_clase' => NULL, + 'ap_archivo' => NULL, + 'ap_punto_montaje' => 12, + 'cant_dependencias' => 0, + 'posicion_botonera' => NULL, + ), + '_info_estructura' => + array ( + 'tabla' => 'apex_objeto_cuadro_col_cc', + 'alias' => NULL, + 'min_registros' => NULL, + 'max_registros' => NULL, + 'ap' => 1, + 'punto_montaje' => 12, + 'ap_sub_clase' => NULL, + 'ap_sub_clase_archivo' => NULL, + 'ap_modificar_claves' => 0, + 'ap_clase' => 'ap_tabla_db_s', + 'ap_clase_archivo' => 'nucleo/componentes/persistencia/toba_ap_tabla_db_s.php', + 'tabla_ext' => NULL, + 'esquema' => NULL, + 'esquema_ext' => NULL, + ), + '_info_columnas' => + array ( + 0 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000004, + 'columna' => 'objeto_cuadro_cc', + 'tipo' => 'E', + 'pk' => 1, + 'secuencia' => '', + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 1 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000005, + 'columna' => 'objeto_cuadro_proyecto', + 'tipo' => 'C', + 'pk' => 1, + 'secuencia' => '', + 'largo' => 15, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 2 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000006, + 'columna' => 'objeto_cuadro', + 'tipo' => 'E', + 'pk' => 1, + 'secuencia' => '', + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 3 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000007, + 'columna' => 'objeto_cuadro_col', + 'tipo' => 'E', + 'pk' => 1, + 'secuencia' => '', + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 4 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000008, + 'columna' => 'total', + 'tipo' => 'E', + 'pk' => 0, + 'secuencia' => NULL, + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 0, + 'externa' => 0, + 'tabla' => NULL, + ), + 5 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000009, + 'columna' => 'identificador', + 'tipo' => 'C', + 'pk' => 0, + 'secuencia' => NULL, + 'largo' => 30, + 'no_nulo' => NULL, + 'no_nulo_db' => 0, + 'externa' => 1, + 'tabla' => NULL, + ), + ), + '_info_externas' => + array ( + 0 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'tipo' => 'sql', + 'sincro_continua' => 1, + 'metodo' => NULL, + 'clase' => NULL, + 'include' => NULL, + 'sql' => 'select identificador +from apex_objeto_cuadro_cc +where +objeto_cuadro_proyecto =\'%objeto_cuadro_proyecto%\' AND +objeto_cuadro = \'%objeto_cuadro%\' AND +objeto_cuadro_cc = \'%objeto_cuadro_cc%\'', + 'dato_estricto' => 0, + 'carga_dt' => NULL, + 'carga_consulta_php' => NULL, + 'permite_carga_masiva' => 0, + 'metodo_masivo' => NULL, + ), + ), + '_info_externas_col' => + array ( + 0 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 0, + 'columna' => 'objeto_cuadro_cc', + ), + 1 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 0, + 'columna' => 'objeto_cuadro_proyecto', + ), + 2 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 0, + 'columna' => 'objeto_cuadro', + ), + 3 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 1, + 'columna' => 'identificador', + ), + ), + '_info_valores_unicos' => + array ( + ), + '_info_fks' => + array ( + ), +); + } + +} + class toba_mc_comp__1524 { static function get_metadatos() @@ -6438,239 +6671,6 @@ static function get_metadatos() } -class toba_mc_comp__33000009 -{ - static function get_metadatos() - { - return array ( - '_info' => - array ( - 'proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'anterior' => NULL, - 'identificador' => NULL, - 'reflexivo' => NULL, - 'clase_proyecto' => 'toba', - 'clase' => 'toba_datos_tabla', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'objeto_categoria_proyecto' => NULL, - 'objeto_categoria' => NULL, - 'nombre' => 'Comp. ei_cuadro - columna_total_cc', - 'titulo' => NULL, - 'colapsable' => NULL, - 'descripcion' => NULL, - 'fuente_proyecto' => 'toba_editor', - 'fuente' => 'instancia', - 'solicitud_registrar' => NULL, - 'solicitud_obj_obs_tipo' => NULL, - 'solicitud_obj_observacion' => NULL, - 'parametro_a' => NULL, - 'parametro_b' => NULL, - 'parametro_c' => NULL, - 'parametro_d' => NULL, - 'parametro_e' => NULL, - 'parametro_f' => NULL, - 'usuario' => NULL, - 'creacion' => '2009-03-18 11:45:58', - 'punto_montaje' => 12, - 'clase_editor_proyecto' => 'toba_editor', - 'clase_editor_item' => '1000250', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'clase_vinculos' => NULL, - 'clase_editor' => '1000250', - 'clase_icono' => 'objetos/datos_tabla.gif', - 'clase_descripcion_corta' => 'datos_tabla', - 'clase_instanciador_proyecto' => NULL, - 'clase_instanciador_item' => NULL, - 'objeto_existe_ayuda' => NULL, - 'ap_clase' => NULL, - 'ap_archivo' => NULL, - 'ap_punto_montaje' => 12, - 'cant_dependencias' => 0, - 'posicion_botonera' => NULL, - ), - '_info_estructura' => - array ( - 'tabla' => 'apex_objeto_cuadro_col_cc', - 'alias' => NULL, - 'min_registros' => NULL, - 'max_registros' => NULL, - 'ap' => 1, - 'punto_montaje' => 12, - 'ap_sub_clase' => NULL, - 'ap_sub_clase_archivo' => NULL, - 'ap_modificar_claves' => 0, - 'ap_clase' => 'ap_tabla_db_s', - 'ap_clase_archivo' => 'nucleo/componentes/persistencia/toba_ap_tabla_db_s.php', - 'tabla_ext' => NULL, - 'esquema' => NULL, - 'esquema_ext' => NULL, - ), - '_info_columnas' => - array ( - 0 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000004, - 'columna' => 'objeto_cuadro_cc', - 'tipo' => 'E', - 'pk' => 1, - 'secuencia' => '', - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 1 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000005, - 'columna' => 'objeto_cuadro_proyecto', - 'tipo' => 'C', - 'pk' => 1, - 'secuencia' => '', - 'largo' => 15, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 2 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000006, - 'columna' => 'objeto_cuadro', - 'tipo' => 'E', - 'pk' => 1, - 'secuencia' => '', - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 3 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000007, - 'columna' => 'objeto_cuadro_col', - 'tipo' => 'E', - 'pk' => 1, - 'secuencia' => '', - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 4 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000008, - 'columna' => 'total', - 'tipo' => 'E', - 'pk' => 0, - 'secuencia' => NULL, - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 0, - 'externa' => 0, - 'tabla' => NULL, - ), - 5 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000009, - 'columna' => 'identificador', - 'tipo' => 'C', - 'pk' => 0, - 'secuencia' => NULL, - 'largo' => 30, - 'no_nulo' => NULL, - 'no_nulo_db' => 0, - 'externa' => 1, - 'tabla' => NULL, - ), - ), - '_info_externas' => - array ( - 0 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'tipo' => 'sql', - 'sincro_continua' => 1, - 'metodo' => NULL, - 'clase' => NULL, - 'include' => NULL, - 'sql' => 'select identificador -from apex_objeto_cuadro_cc -where -objeto_cuadro_proyecto =\'%objeto_cuadro_proyecto%\' AND -objeto_cuadro = \'%objeto_cuadro%\' AND -objeto_cuadro_cc = \'%objeto_cuadro_cc%\'', - 'dato_estricto' => 0, - 'carga_dt' => NULL, - 'carga_consulta_php' => NULL, - 'permite_carga_masiva' => 0, - 'metodo_masivo' => NULL, - ), - ), - '_info_externas_col' => - array ( - 0 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 0, - 'columna' => 'objeto_cuadro_cc', - ), - 1 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 0, - 'columna' => 'objeto_cuadro_proyecto', - ), - 2 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 0, - 'columna' => 'objeto_cuadro', - ), - 3 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 1, - 'columna' => 'identificador', - ), - ), - '_info_valores_unicos' => - array ( - ), - '_info_fks' => - array ( - ), -); - } - -} - class toba_mc_comp__1612 { static function get_metadatos() @@ -8451,19 +8451,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -8476,7 +8463,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -8489,6 +8476,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php index dd98e816b3..269961867a 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php @@ -373,31 +373,18 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1535, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => - array ( - 'identificador' => 'eventos', - 'proyecto' => 'toba_editor', - 'objeto' => 1747, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_eventos', - 'subclase_archivo' => 'objetos_toba/ci_eventos.php', - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 2 => array ( 'identificador' => 'cols', 'proyecto' => 'toba_editor', @@ -410,28 +397,41 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1000584, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1535, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'eventos', + 'proyecto' => 'toba_editor', + 'objeto' => 1747, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_eventos', + 'subclase_archivo' => 'objetos_toba/ci_eventos.php', + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 4 => array ( - 'identificador' => 'base', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1355, + 'objeto' => 1000584, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -1964,52 +1964,52 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'param_varios', + 'identificador' => 'efs', 'proyecto' => 'toba_editor', - 'objeto' => 1000154, + 'objeto' => 1000586, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_varios', - 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'param_carga', + 'identificador' => 'efs_lista', 'proyecto' => 'toba_editor', - 'objeto' => 1000145, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_carga', - 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', + 'objeto' => 1000585, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'ml_cols', + 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'efs', + 'identificador' => 'param_carga', 'proyecto' => 'toba_editor', - 'objeto' => 1000586, + 'objeto' => 1000145, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_carga', + 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'efs_lista', + 'identificador' => 'param_varios', 'proyecto' => 'toba_editor', - 'objeto' => 1000585, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'ml_cols', - 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', + 'objeto' => 1000154, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_varios', + 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -11545,19 +11545,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -11570,7 +11557,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -11583,6 +11570,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php index fcfc89fbf0..41f03354e7 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php @@ -375,18 +375,18 @@ static function get_metadatos() 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 1 => array ( 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 2 => array ( @@ -411,36 +411,36 @@ static function get_metadatos() 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '4', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 5 => array ( 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '4', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 6 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '5', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 7 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '5', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 8 => array ( @@ -517,7 +517,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -530,7 +530,7 @@ static function get_metadatos() ), 5 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -13994,19 +13994,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -14019,7 +14006,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -14032,6 +14019,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php index 085006f795..9c775e27ed 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php @@ -372,6 +372,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -384,7 +397,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'efs', 'proyecto' => 'toba_editor', @@ -397,7 +410,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 3 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -410,19 +423,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), 4 => array ( 'identificador' => 'prop_basicas', @@ -13876,19 +13876,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -13901,7 +13888,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -13914,6 +13901,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php index 52d04f27a9..6160aa3024 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php @@ -342,6 +342,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'basica', + 'proyecto' => 'toba_editor', + 'objeto' => 1829, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_proyecto_confbasica', + 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -354,7 +367,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'login', 'proyecto' => 'toba_editor', @@ -367,19 +380,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'basica', - 'proyecto' => 'toba_editor', - 'objeto' => 1829, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_proyecto_confbasica', - 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), 3 => array ( 'identificador' => 'nucleo', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php index 23931485c2..17c71fe3ca 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php @@ -326,6 +326,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -338,7 +351,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -351,7 +364,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 3 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -364,19 +377,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } @@ -3481,19 +3481,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -3506,7 +3493,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -3519,6 +3506,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php index 109a6ac256..dbc2c9b51a 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php @@ -281,24 +281,24 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1000634, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1000636, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000634, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -307,13 +307,13 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'base', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1355, + 'objeto' => 1000636, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php index b2d8fef2dc..1ee2da1cdb 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php @@ -255,23 +255,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1000402, + 'pantalla' => 12000090, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000100, + 'dep_id' => 12000107, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'base', + 'identificador_pantalla' => 'pant_eventos', + 'identificador_dep' => 'ci_eventos', ), 1 => array ( - 'pantalla' => 12000090, + 'pantalla' => 1000402, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000107, + 'dep_id' => 12000100, 'orden' => 0, - 'identificador_pantalla' => 'pant_eventos', - 'identificador_dep' => 'ci_eventos', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'base', ), 2 => array ( @@ -327,13 +327,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1000644, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -353,11 +353,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 12000125, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000644, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -366,13 +366,13 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'base', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1355, + 'objeto' => 12000125, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -1856,19 +1856,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -1881,7 +1868,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -1894,6 +1881,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php index 777f46d99e..92f491f371 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php @@ -233,23 +233,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 12000086, + 'pantalla' => 12000087, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000094, + 'dep_id' => 12000096, 'orden' => NULL, - 'identificador_pantalla' => 'proyecto_toba', - 'identificador_dep' => 'form_proyecto', + 'identificador_pantalla' => 'otro', + 'identificador_dep' => 'form_otro', ), 3 => array ( - 'pantalla' => 12000087, + 'pantalla' => 12000086, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000096, + 'dep_id' => 12000094, 'orden' => NULL, - 'identificador_pantalla' => 'otro', - 'identificador_dep' => 'form_otro', + 'identificador_pantalla' => 'proyecto_toba', + 'identificador_dep' => 'form_proyecto', ), ), '_info_evt_pantalla' => @@ -259,35 +259,35 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'dt_puntos_montaje', + 'identificador' => 'cuadro_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000104, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 12000106, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro_puntos_montaje', + 'identificador' => 'dt_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000106, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 12000104, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_otro', + 'identificador' => 'form_eleccion_tipo', 'proyecto' => 'toba_editor', - 'objeto' => 12000109, + 'objeto' => 12000103, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -298,9 +298,9 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_eleccion_tipo', + 'identificador' => 'form_otro', 'proyecto' => 'toba_editor', - 'objeto' => 12000103, + 'objeto' => 12000109, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php index f7835f9c2d..ce7038a86e 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php @@ -329,6 +329,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000004, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filto_catalogo_comp', + 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -341,7 +354,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'listado', 'proyecto' => 'toba_editor', @@ -354,19 +367,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000004, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filto_catalogo_comp', - 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php index a113023515..e8f3b7a3e1 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php @@ -316,6 +316,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -328,7 +341,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -341,19 +354,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } @@ -3273,19 +3273,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -3298,7 +3285,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -3311,6 +3298,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php index 9aac4fb781..9ad23f6ba6 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php @@ -225,23 +225,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 475, + 'pantalla' => 476, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 132, + 'dep_id' => 133, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'archivos', + 'identificador_pantalla' => 'resultado', + 'identificador_dep' => 'faltantes', ), 1 => array ( - 'pantalla' => 476, + 'pantalla' => 475, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 133, + 'dep_id' => 132, 'orden' => 1, - 'identificador_pantalla' => 'resultado', - 'identificador_dep' => 'faltantes', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'archivos', ), 2 => array ( @@ -270,22 +270,22 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'faltantes', + 'identificador' => 'archivos', 'proyecto' => 'toba_editor', - 'objeto' => 1619, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1618, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'sobrantes', + 'identificador' => 'faltantes', 'proyecto' => 'toba_editor', - 'objeto' => 1620, + 'objeto' => 1619, 'clase' => 'toba_ei_cuadro', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, @@ -296,14 +296,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'archivos', + 'identificador' => 'sobrantes', 'proyecto' => 'toba_editor', - 'objeto' => 1618, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1620, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php index 8541cf75c9..babd4e9ab3 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php @@ -293,23 +293,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 987, + 'pantalla' => 1188, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1118, + 'dep_id' => 1182, 'orden' => 1, - 'identificador_pantalla' => 'pant_dependencias', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'consumo', + 'identificador_dep' => 'form_consumo', ), 3 => array ( - 'pantalla' => 1188, + 'pantalla' => 987, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1182, + 'dep_id' => 1118, 'orden' => 1, - 'identificador_pantalla' => 'consumo', - 'identificador_dep' => 'form_consumo', + 'identificador_pantalla' => 'pant_dependencias', + 'identificador_dep' => 'dependencias', ), ), '_info_evt_pantalla' => @@ -373,53 +373,53 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1830, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'dependencias', + 'identificador' => 'cuadro_consumo', 'proyecto' => 'toba_editor', - 'objeto' => 2245, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_dependencias', - 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', + 'objeto' => 2299, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'cuadro_consumo', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2299, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1830, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'base', + 'identificador' => 'dependencias', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', + 'objeto' => 2245, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_dependencias', + 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php index 45210b1516..e3e211765f 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php @@ -271,26 +271,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1610, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1610, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php index 27ff8ce749..c36e0af4a9 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php @@ -326,6 +326,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -338,7 +351,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -351,19 +364,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), 3 => array ( 'identificador' => 'prop_basicas', @@ -3646,19 +3646,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -3671,7 +3658,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -3684,6 +3671,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php index dcd786081b..ba81105cc8 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php @@ -574,26 +574,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'form_metodos', 'proyecto' => 'toba_editor', - 'objeto' => 2295, + 'objeto' => 2291, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_metodos', + 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_metodos', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 2291, + 'objeto' => 2295, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_metodos', - 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php index b8218f5f8d..a30ae5ff0c 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php @@ -271,26 +271,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000113, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 30000112, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 30000112, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000113, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php index f611380f6f..3d71a4e382 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php @@ -317,26 +317,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000167, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000167, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php index 9668ecad5c..e3583b8d13 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 976, + 'pantalla' => 977, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 769, + 'dep_id' => 764, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'editor', ), 1 => array ( - 'pantalla' => 977, + 'pantalla' => 976, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 764, + 'dep_id' => 769, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'editor', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 2 => array ( @@ -413,27 +413,27 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'listado', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1805, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1809, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'filtro', + 'identificador' => 'listado', 'proyecto' => 'toba_editor', - 'objeto' => 1809, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1805, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php index bad56db37c..5f3b5a4044 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php @@ -260,9 +260,9 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_usuario', + 'identificador' => 'form_pregunta', 'proyecto' => 'toba_editor', - 'objeto' => 33000027, + 'objeto' => 33000066, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -273,9 +273,9 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_pregunta', + 'identificador' => 'form_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 33000066, + 'objeto' => 33000027, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php index e7e47f8dfc..2d4bc31834 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php @@ -223,39 +223,39 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'seleccion_usuario', + 'identificador' => 'cas', 'proyecto' => 'toba_editor', - 'objeto' => 33000137, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => 'cuadro_autologin', - 'subclase_archivo' => 'login/cuadro_autologin.php', - 'fuente' => NULL, + 'objeto' => 33000134, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_solo_proyecto', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1912, + 'objeto' => 1823, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_ini_sesion', - 'subclase_archivo' => 'login/eiform_ini_sesion.php', + 'subclase' => 'eiform_login', + 'subclase_archivo' => 'login/eiform_login.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'cas', + 'identificador' => 'form_solo_proyecto', 'proyecto' => 'toba_editor', - 'objeto' => 33000134, + 'objeto' => 1912, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_ini_sesion', + 'subclase_archivo' => 'login/eiform_ini_sesion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -275,14 +275,14 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'datos', + 'identificador' => 'seleccion_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 1823, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_login', - 'subclase_archivo' => 'login/eiform_login.php', - 'fuente' => 'instancia', + 'objeto' => 33000137, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => 'cuadro_autologin', + 'subclase_archivo' => 'login/cuadro_autologin.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php index d1d0cd91e3..1e03a1399e 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1051, + 'pantalla' => 1052, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 918, + 'dep_id' => 922, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'form_clase', ), 1 => array ( - 'pantalla' => 1052, + 'pantalla' => 1051, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 922, + 'dep_id' => 918, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'form_clase', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'cuadro', ), 2 => array ( @@ -387,27 +387,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1976, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1976, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -725,29 +725,29 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relaciones', + 'identificador' => 'clase', 'proyecto' => 'toba_editor', - 'objeto' => 1978, + 'objeto' => 1977, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '0', - 'parametros_b' => '0', + 'parametros_a' => '1', + 'parametros_b' => '1', ), 1 => array ( - 'identificador' => 'clase', + 'identificador' => 'relaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1977, + 'objeto' => 1978, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '1', - 'parametros_b' => '1', + 'parametros_a' => '0', + 'parametros_b' => '0', ), ), '_info_columnas_asoc_rel' => diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php index 6d4f72d6fa..cbcc0bd0b3 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php @@ -376,19 +376,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'opciones', - 'proyecto' => 'toba_editor', - 'objeto' => 1000305, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'cuadro_planes', 'proyecto' => 'toba_editor', @@ -401,7 +388,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', @@ -414,6 +401,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'opciones', + 'proyecto' => 'toba_editor', + 'objeto' => 1000305, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php index 8540a7fd9a..4a0df9ce33 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1127, + 'pantalla' => 1128, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1078, + 'dep_id' => 1079, 'orden' => 1, - 'identificador_pantalla' => 'pant_seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 1 => array ( - 'pantalla' => 1128, + 'pantalla' => 1127, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1079, + 'dep_id' => 1078, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_seleccion', + 'identificador_dep' => 'cuadro', ), 2 => array ( @@ -396,19 +396,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'datos', - 'proyecto' => 'toba_editor', - 'objeto' => 2160, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => 'dt_apex_estilo', - 'subclase_archivo' => 'db/odt_apex_estilo.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', @@ -421,20 +408,20 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( - 'identificador' => 'formulario', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2168, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2160, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => 'dt_apex_estilo', + 'subclase_archivo' => 'db/odt_apex_estilo.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'form_importar', 'proyecto' => 'toba_editor', @@ -447,7 +434,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => + 3 => array ( 'identificador' => 'form_paleta', 'proyecto' => 'toba_editor', @@ -460,6 +447,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 4 => + array ( + 'identificador' => 'formulario', + 'proyecto' => 'toba_editor', + 'objeto' => 2168, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php index 6e84471bc6..092e12eeee 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php @@ -337,54 +337,54 @@ static function get_metadatos() 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 1 => array ( 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 2 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 4 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 5 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 6 => array ( @@ -434,19 +434,6 @@ static function get_metadatos() 'parametros_b' => NULL, ), 2 => - array ( - 'identificador' => 'formulario', - 'proyecto' => 'toba_editor', - 'objeto' => 2205, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 3 => array ( 'identificador' => 'form_gatillos_dir', 'proyecto' => 'toba_editor', @@ -459,7 +446,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => + 3 => array ( 'identificador' => 'form_gatillos_indir', 'proyecto' => 'toba_editor', @@ -472,6 +459,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 4 => + array ( + 'identificador' => 'formulario', + 'proyecto' => 'toba_editor', + 'objeto' => 2205, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php index 7969a38788..20f1213f08 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php @@ -397,27 +397,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 2232, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 2233, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2233, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 2232, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -436,26 +436,26 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_tablas', + 'identificador' => 'form_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 2234, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tablas', - 'subclase_archivo' => 'datos/relaciones/form_tablas.php', + 'objeto' => 2236, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 4 => array ( - 'identificador' => 'form_columnas', + 'identificador' => 'form_tablas', 'proyecto' => 'toba_editor', - 'objeto' => 2236, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2234, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tablas', + 'subclase_archivo' => 'datos/relaciones/form_tablas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php index 60c6607a0d..a7ecb815de 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php @@ -255,23 +255,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1175, + 'pantalla' => 1176, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1161, + 'dep_id' => 1162, 'orden' => 1, - 'identificador_pantalla' => 'test', - 'identificador_dep' => 'form_elegir_sql', + 'identificador_pantalla' => 'sql', + 'identificador_dep' => 'form_sql', ), 1 => array ( - 'pantalla' => 1176, + 'pantalla' => 1175, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1162, + 'dep_id' => 1161, 'orden' => 1, - 'identificador_pantalla' => 'sql', - 'identificador_dep' => 'form_sql', + 'identificador_pantalla' => 'test', + 'identificador_dep' => 'form_elegir_sql', ), 2 => array ( @@ -322,11 +322,11 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_sql', + 'identificador' => 'form_elegir_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2278, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 2277, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -335,9 +335,9 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_test', + 'identificador' => 'form_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2276, + 'objeto' => 2278, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -348,11 +348,11 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_elegir_sql', + 'identificador' => 'form_test', 'proyecto' => 'toba_editor', - 'objeto' => 2277, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 2276, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php index 5f7fcbf399..dbc6927c46 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php @@ -273,13 +273,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1181, + 'pantalla' => 1183, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1169, + 'dep_id' => 1176, 'orden' => 1, - 'identificador_pantalla' => 'pant_ubicacion', - 'identificador_dep' => 'carpetas', + 'identificador_pantalla' => 'pant_generacion', + 'identificador_dep' => 'ci_generacion', ), 1 => array ( @@ -293,13 +293,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1183, + 'pantalla' => 1181, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1176, + 'dep_id' => 1169, 'orden' => 1, - 'identificador_pantalla' => 'pant_generacion', - 'identificador_dep' => 'ci_generacion', + 'identificador_pantalla' => 'pant_ubicacion', + 'identificador_dep' => 'carpetas', ), 3 => array ( @@ -336,19 +336,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1501, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'archivos', 'proyecto' => 'toba_editor', @@ -361,6 +348,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1501, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 2 => array ( 'identificador' => 'carpetas', @@ -1563,26 +1563,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'form_metodos', 'proyecto' => 'toba_editor', - 'objeto' => 2295, + 'objeto' => 2291, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_metodos', + 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_metodos', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 2291, + 'objeto' => 2295, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_metodos', - 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, From 20b6dbfeacbd581a04eab654ea3883c4507cf6df Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Thu, 18 Nov 2021 11:07:19 -0300 Subject: [PATCH 13/14] Actualiza metadatos compilados --- .../comp/toba_mc_comp__1000001.php | 26 +- .../comp/toba_mc_comp__10000021.php | 40 +- .../comp/toba_mc_comp__1000128.php | 16 +- .../comp/toba_mc_comp__1000158.php | 24 +- .../comp/toba_mc_comp__1000162.php | 16 +- .../comp/toba_mc_comp__1000189.php | 44 +- .../comp/toba_mc_comp__1000288.php | 52 +- .../comp/toba_mc_comp__1000292.php | 24 +- .../comp/toba_mc_comp__1000294.php | 16 +- .../comp/toba_mc_comp__1000587.php | 40 +- .../comp/toba_mc_comp__1000613.php | 16 +- .../comp/toba_mc_comp__1000623.php | 36 +- .../comp/toba_mc_comp__1000629.php | 30 +- .../comp/toba_mc_comp__1000633.php | 28 +- .../comp/toba_mc_comp__1000646.php | 44 +- .../comp/toba_mc_comp__12000102.php | 44 +- .../comp/toba_mc_comp__1354.php | 8 +- .../comp/toba_mc_comp__1363.php | 16 +- .../comp/toba_mc_comp__1381.php | 28 +- .../comp/toba_mc_comp__1385.php | 28 +- .../comp/toba_mc_comp__1386.php | 30 +- .../comp/toba_mc_comp__1394.php | 28 +- .../comp/toba_mc_comp__1395.php | 56 +- .../comp/toba_mc_comp__1399.php | 16 +- .../comp/toba_mc_comp__1404.php | 16 +- .../comp/toba_mc_comp__1449.php | 24 +- .../comp/toba_mc_comp__1512.php | 28 +- .../comp/toba_mc_comp__1517.php | 8 +- .../comp/toba_mc_comp__1550.php | 20 +- .../comp/toba_mc_comp__1608.php | 28 +- .../comp/toba_mc_comp__1609.php | 28 +- .../comp/toba_mc_comp__1617.php | 40 +- .../comp/toba_mc_comp__1707.php | 64 +-- .../comp/toba_mc_comp__1720.php | 24 +- .../comp/toba_mc_comp__1747.php | 28 +- .../comp/toba_mc_comp__1748.php | 28 +- .../comp/toba_mc_comp__1751.php | 28 +- .../comp/toba_mc_comp__1802.php | 36 +- .../comp/toba_mc_comp__1827.php | 28 +- .../comp/toba_mc_comp__1832.php | 16 +- .../comp/toba_mc_comp__1835.php | 20 +- .../comp/toba_mc_comp__1839.php | 20 +- .../comp/toba_mc_comp__1843.php | 44 +- .../comp/toba_mc_comp__1975.php | 36 +- .../comp/toba_mc_comp__1976.php | 16 +- .../comp/toba_mc_comp__1981.php | 28 +- .../comp/toba_mc_comp__1988.php | 4 +- .../comp/toba_mc_comp__2169.php | 60 +-- .../comp/toba_mc_comp__2206.php | 52 +- .../comp/toba_mc_comp__2235.php | 44 +- .../comp/toba_mc_comp__2275.php | 36 +- .../comp/toba_mc_comp__2286.php | 42 +- .../comp/toba_mc_comp__2296.php | 16 +- .../comp/toba_mc_comp__30000114.php | 24 +- .../comp/toba_mc_comp__30000166.php | 24 +- .../comp/toba_mc_comp__33000017.php | 28 +- .../comp/toba_mc_comp__33000026.php | 8 +- .../comp/toba_mc_comp__33000063.php | 28 +- .../comp/toba_mc_comp__33000139.php | 44 +- .../oper/toba_mc_oper__10000019.php | 40 +- .../oper/toba_mc_oper__1000003.php | 26 +- .../oper/toba_mc_oper__1000020.php | 16 +- .../oper/toba_mc_oper__1000042.php | 16 +- .../oper/toba_mc_oper__1000109.php | 52 +- .../oper/toba_mc_oper__1000110.php | 24 +- .../oper/toba_mc_oper__1000233.php | 44 +- .../oper/toba_mc_oper__1000235.php | 20 +- .../oper/toba_mc_oper__1000236.php | 20 +- .../oper/toba_mc_oper__1000237.php | 16 +- .../oper/toba_mc_oper__1000238.php | 24 +- .../oper/toba_mc_oper__1000239.php | 28 +- .../oper/toba_mc_oper__1000240.php | 8 +- .../oper/toba_mc_oper__1000244.php | 44 +- .../oper/toba_mc_oper__1000247.php | 28 +- .../oper/toba_mc_oper__1000249.php | 8 +- .../oper/toba_mc_oper__1000250.php | 16 +- .../oper/toba_mc_oper__1000251.php | 36 +- .../oper/toba_mc_oper__1000252.php | 24 +- .../oper/toba_mc_oper__1000253.php | 510 +++++++++--------- .../oper/toba_mc_oper__1000254.php | 124 ++--- .../oper/toba_mc_oper__1000255.php | 56 +- .../oper/toba_mc_oper__1000256.php | 58 +- .../oper/toba_mc_oper__1000259.php | 28 +- .../oper/toba_mc_oper__1000272.php | 58 +- .../oper/toba_mc_oper__1000273.php | 28 +- .../oper/toba_mc_oper__1000278.php | 72 +-- .../oper/toba_mc_oper__12000088.php | 44 +- .../oper/toba_mc_oper__1240.php | 28 +- .../oper/toba_mc_oper__1241.php | 56 +- .../oper/toba_mc_oper__1242.php | 40 +- .../oper/toba_mc_oper__2045.php | 64 +-- .../oper/toba_mc_oper__2447.php | 24 +- .../oper/toba_mc_oper__2865.php | 56 +- .../oper/toba_mc_oper__30000014.php | 16 +- .../oper/toba_mc_oper__30000047.php | 24 +- .../oper/toba_mc_oper__30000065.php | 24 +- .../oper/toba_mc_oper__3276.php | 36 +- .../oper/toba_mc_oper__33000011.php | 8 +- .../oper/toba_mc_oper__33000040.php | 44 +- .../oper/toba_mc_oper__3391.php | 52 +- .../oper/toba_mc_oper__3394.php | 28 +- .../oper/toba_mc_oper__3419.php | 60 +-- .../oper/toba_mc_oper__3441.php | 52 +- .../oper/toba_mc_oper__3442.php | 44 +- .../oper/toba_mc_oper__3461.php | 36 +- .../oper/toba_mc_oper__3463.php | 58 +- 106 files changed, 1971 insertions(+), 1971 deletions(-) diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php index 39fe0fe993..a6ed19a3ae 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000001.php @@ -351,19 +351,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000002, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filtro_opciones', - 'subclase_archivo' => 'utilitarios/logger/filtro_opciones.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'pedidos', 'proyecto' => 'toba_editor', @@ -376,6 +363,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000002, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filtro_opciones', + 'subclase_archivo' => 'utilitarios/logger/filtro_opciones.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php index edc1e721f8..fa3e9c3755 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__10000021.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 10000009, + 'pantalla' => 10000008, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000033, + 'dep_id' => 10000032, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'detalle', + 'identificador_pantalla' => 'pant_listado', + 'identificador_dep' => 'cuadro', ), 1 => array ( - 'pantalla' => 10000008, + 'pantalla' => 10000009, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000032, + 'dep_id' => 10000033, 'orden' => 1, - 'identificador_pantalla' => 'pant_listado', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'detalle', ), 2 => array ( @@ -315,13 +315,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'controles', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 10000034, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'eiform_controles', - 'subclase_archivo' => 'objetos_toba/eiform_controles.php', + 'objeto' => 10000024, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -367,13 +367,13 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'relacion', + 'identificador' => 'controles', 'proyecto' => 'toba_editor', - 'objeto' => 10000024, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 10000034, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'eiform_controles', + 'subclase_archivo' => 'objetos_toba/eiform_controles.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php index 4fcec3408e..46b6f91d41 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000128.php @@ -295,11 +295,11 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_base', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 1000132, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000130, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -321,11 +321,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'relacion', + 'identificador' => 'form_base', 'proyecto' => 'toba_editor', - 'objeto' => 1000130, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1000132, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php index 0447b27014..77a09ea427 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000158.php @@ -248,26 +248,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'permisos', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1520, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000159, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_prop_basicas', + 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'permisos', 'proyecto' => 'toba_editor', - 'objeto' => 1000159, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_prop_basicas', - 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', + 'objeto' => 1520, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php index b97df2f07c..ae40da824e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000162.php @@ -131,13 +131,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 33000085, + 'pantalla' => 1000030, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 33000166, + 'dep_id' => 1000046, 'orden' => 0, - 'identificador_pantalla' => '2do_factor', - 'identificador_dep' => 'form_2do_factor', + 'identificador_pantalla' => 'login', + 'identificador_dep' => 'datos', ), 1 => array ( @@ -151,13 +151,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1000030, + 'pantalla' => 33000085, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 1000046, + 'dep_id' => 33000166, 'orden' => 0, - 'identificador_pantalla' => 'login', - 'identificador_dep' => 'datos', + 'identificador_pantalla' => '2do_factor', + 'identificador_dep' => 'form_2do_factor', ), 3 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php index f2cf447904..ae8492337d 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000189.php @@ -143,23 +143,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 33000007, + 'pantalla' => 1000046, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 1000072, + 'dep_id' => 33000021, 'orden' => 0, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'filtro', ), 1 => array ( - 'pantalla' => 1000046, + 'pantalla' => 33000007, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 33000021, + 'dep_id' => 1000072, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 2 => array ( @@ -187,19 +187,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'cuadro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000194, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -212,7 +199,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'filtro', 'proyecto' => 'toba_editor', @@ -225,6 +212,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'cuadro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000194, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php index 24b809a576..8628bdf878 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000288.php @@ -315,54 +315,54 @@ static function get_metadatos() 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000324, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'procesar', ), 1 => array ( 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000324, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'editar_basicos', ), 2 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000325, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'generar', + 'identificador_evento' => 'editar_basicos', ), 3 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000325, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'generar', ), 4 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000335, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'borrar', + 'identificador_evento' => 'editar_basicos', ), 5 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000335, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'borrar', ), 6 => array ( @@ -391,24 +391,24 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_borrar', + 'identificador' => 'form_molde', 'proyecto' => 'toba_editor', - 'objeto' => 1000300, + 'objeto' => 1000299, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_molde', + 'subclase_archivo' => 'asistentes/form_molde.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_generaciones', + 'identificador' => 'form_borrar', 'proyecto' => 'toba_editor', - 'objeto' => 1994, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 1000300, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -417,13 +417,13 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_molde', + 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000299, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_molde', - 'subclase_archivo' => 'asistentes/form_molde.php', + 'objeto' => 1994, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php index 02eedb77f0..963486a064 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000292.php @@ -391,26 +391,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_generaciones', + 'identificador' => 'form_tipo_operacion', 'proyecto' => 'toba_editor', - 'objeto' => 1994, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000289, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tipo_operacion', + 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_tipo_operacion', + 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000289, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tipo_operacion', - 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', + 'objeto' => 1994, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php index 8a13133854..0d3f13b95f 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000294.php @@ -113,29 +113,29 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'filas', + 'identificador' => 'molde', 'proyecto' => 'toba_editor', - 'objeto' => 1000296, + 'objeto' => 1000298, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '', - 'parametros_b' => '', + 'parametros_a' => '1', + 'parametros_b' => '1', ), 2 => array ( - 'identificador' => 'molde', + 'identificador' => 'filas', 'proyecto' => 'toba_editor', - 'objeto' => 1000298, + 'objeto' => 1000296, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '1', - 'parametros_b' => '1', + 'parametros_a' => '', + 'parametros_b' => '', ), ), '_info_columnas_asoc_rel' => diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php index a4cf2efd92..be894c8989 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000587.php @@ -179,52 +179,52 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'efs', + 'identificador' => 'param_varios', 'proyecto' => 'toba_editor', - 'objeto' => 1000586, + 'objeto' => 1000154, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_varios', + 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'efs_lista', + 'identificador' => 'param_carga', 'proyecto' => 'toba_editor', - 'objeto' => 1000585, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'ml_cols', - 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', + 'objeto' => 1000145, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_carga', + 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'param_carga', + 'identificador' => 'efs', 'proyecto' => 'toba_editor', - 'objeto' => 1000145, + 'objeto' => 1000586, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_carga', - 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'param_varios', + 'identificador' => 'efs_lista', 'proyecto' => 'toba_editor', - 'objeto' => 1000154, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_varios', - 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', + 'objeto' => 1000585, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'ml_cols', + 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php index 0512c418f6..109fd52073 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000613.php @@ -134,26 +134,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_base', + 'identificador' => 'form_molde', 'proyecto' => 'toba_editor', - 'objeto' => 1000616, + 'objeto' => 1000615, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_molde', + 'subclase_archivo' => 'asistentes/form_molde.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_molde', + 'identificador' => 'form_base', 'proyecto' => 'toba_editor', - 'objeto' => 1000615, + 'objeto' => 1000616, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_molde', - 'subclase_archivo' => 'asistentes/form_molde.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php index 95c3c06d53..a6928ddd6d 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000623.php @@ -305,14 +305,14 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'arbol', + 'identificador' => 'restricciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000618, - 'clase' => 'toba_ei_arbol', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_arbol.php', - 'subclase' => 'arbol_restricciones_funcionales', - 'subclase_archivo' => 'configuracion/restricciones_funcionales/arbol_restricciones_funcionales.php', - 'fuente' => NULL, + 'objeto' => 1000622, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -331,24 +331,24 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_restriccion', + 'identificador' => 'arbol', 'proyecto' => 'toba_editor', - 'objeto' => 1000621, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'objeto' => 1000618, + 'clase' => 'toba_ei_arbol', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_arbol.php', + 'subclase' => 'arbol_restricciones_funcionales', + 'subclase_archivo' => 'configuracion/restricciones_funcionales/arbol_restricciones_funcionales.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'restricciones', + 'identificador' => 'form_restriccion', 'proyecto' => 'toba_editor', - 'objeto' => 1000622, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1000621, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php index b90dcfc69f..8c308baba4 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000629.php @@ -244,19 +244,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -269,7 +256,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -282,7 +269,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -295,6 +282,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php index 6501bfb8c4..3e58c06321 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000633.php @@ -198,19 +198,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -223,7 +210,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -236,6 +223,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php index 1c60ae678b..d0bd96126c 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1000646.php @@ -173,23 +173,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 12000090, + 'pantalla' => 1000402, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000107, + 'dep_id' => 12000100, 'orden' => 0, - 'identificador_pantalla' => 'pant_eventos', - 'identificador_dep' => 'ci_eventos', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'base', ), 1 => array ( - 'pantalla' => 1000402, + 'pantalla' => 12000090, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000100, + 'dep_id' => 12000107, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'base', + 'identificador_pantalla' => 'pant_eventos', + 'identificador_dep' => 'ci_eventos', ), 2 => array ( @@ -245,13 +245,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1000644, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -271,11 +271,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'datos', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1000644, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 12000125, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -284,13 +284,13 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 12000125, + 'objeto' => 1355, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php index b85c9784bd..a2114490fd 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__12000102.php @@ -151,23 +151,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 12000087, + 'pantalla' => 12000086, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000096, + 'dep_id' => 12000094, 'orden' => NULL, - 'identificador_pantalla' => 'otro', - 'identificador_dep' => 'form_otro', + 'identificador_pantalla' => 'proyecto_toba', + 'identificador_dep' => 'form_proyecto', ), 3 => array ( - 'pantalla' => 12000086, + 'pantalla' => 12000087, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000094, + 'dep_id' => 12000096, 'orden' => NULL, - 'identificador_pantalla' => 'proyecto_toba', - 'identificador_dep' => 'form_proyecto', + 'identificador_pantalla' => 'otro', + 'identificador_dep' => 'form_otro', ), ), '_info_evt_pantalla' => @@ -177,35 +177,35 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro_puntos_montaje', + 'identificador' => 'dt_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000106, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 12000104, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'dt_puntos_montaje', + 'identificador' => 'cuadro_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000104, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 12000106, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_eleccion_tipo', + 'identificador' => 'form_otro', 'proyecto' => 'toba_editor', - 'objeto' => 12000103, + 'objeto' => 12000109, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -216,9 +216,9 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_otro', + 'identificador' => 'form_eleccion_tipo', 'proyecto' => 'toba_editor', - 'objeto' => 12000109, + 'objeto' => 12000103, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php index a5f275940e..0b32bb12af 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1354.php @@ -596,7 +596,7 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'cuadro_layout_impresion', + 'identificador' => 'cuadro_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -609,7 +609,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'cuadro_layout', + 'identificador' => 'cuadro_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -648,7 +648,7 @@ static function get_metadatos() ), 7 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -661,7 +661,7 @@ static function get_metadatos() ), 8 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php index b680de7ba7..ee342cda31 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1363.php @@ -323,36 +323,36 @@ static function get_metadatos() 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 4 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 5 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 6 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php index 87dbb17f4f..c71794afbd 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1381.php @@ -208,19 +208,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1369, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filtro_catalogo_items', - 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -233,7 +220,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'items', 'proyecto' => 'toba_editor', @@ -246,6 +233,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1369, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filtro_catalogo_items', + 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php index 77f5dd512e..004dca6458 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1385.php @@ -130,6 +130,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -142,7 +155,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -155,19 +168,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php index 85f2086270..a5814ebd60 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1386.php @@ -290,19 +290,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -315,7 +302,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'efs', 'proyecto' => 'toba_editor', @@ -328,7 +315,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -341,6 +328,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 4 => array ( 'identificador' => 'prop_basicas', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php index 2a2df39363..6803d5363a 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1394.php @@ -293,18 +293,18 @@ static function get_metadatos() 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 1 => array ( 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 2 => array ( @@ -329,36 +329,36 @@ static function get_metadatos() 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '4', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 5 => array ( 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '4', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 6 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '5', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 7 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '5', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 8 => array ( @@ -435,7 +435,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -448,7 +448,7 @@ static function get_metadatos() ), 5 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php index da6cadeb5e..96a39354d3 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1395.php @@ -290,32 +290,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => - array ( - 'identificador' => 'cols', - 'proyecto' => 'toba_editor', - 'objeto' => 1000587, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_cols', - 'subclase_archivo' => 'objetos_toba/ei_filtro/ci_cols.php', - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 2 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -328,7 +302,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -341,7 +315,20 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => + 2 => + array ( + 'identificador' => 'cols', + 'proyecto' => 'toba_editor', + 'objeto' => 1000587, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_cols', + 'subclase_archivo' => 'objetos_toba/ei_filtro/ci_cols.php', + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 3 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -354,6 +341,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 4 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php index 2e3f17e243..8f6f57480f 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1399.php @@ -285,36 +285,36 @@ static function get_metadatos() 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 1 => array ( 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 2 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php index 3355b98076..98f11d2e34 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1404.php @@ -201,23 +201,23 @@ static function get_metadatos() ), 1 => array ( - 'pantalla' => 458, + 'pantalla' => 383, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 78, + 'dep_id' => 76, 'orden' => 1, - 'identificador_pantalla' => 'p_relaciones', - 'identificador_dep' => 'relaciones', + 'identificador_pantalla' => 'p_tablas', + 'identificador_dep' => 'dependencias', ), 2 => array ( - 'pantalla' => 383, + 'pantalla' => 458, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 76, + 'dep_id' => 78, 'orden' => 1, - 'identificador_pantalla' => 'p_tablas', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'p_relaciones', + 'identificador_dep' => 'relaciones', ), 3 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php index f6d0be99c2..042e9a7b97 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1449.php @@ -189,26 +189,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1538, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1538, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php index 8f31a7b43d..6afd8b058c 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1512.php @@ -188,14 +188,14 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'info_asignacion', + 'identificador' => 'tipos', 'proyecto' => 'toba_editor', - 'objeto' => 1603, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_asoc_dep', - 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', - 'fuente' => 'instancia', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -214,14 +214,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'tipos', + 'identificador' => 'info_asignacion', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'objeto' => 1603, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_asoc_dep', + 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php index 36c5b57f1a..1f442bf08b 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1517.php @@ -283,18 +283,18 @@ static function get_metadatos() 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 92, + 'evento_id' => 91, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 91, + 'evento_id' => 92, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php index b28d12af41..124b155701 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1550.php @@ -161,27 +161,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relaciones_columnas', + 'identificador' => 'relaciones_esquema', 'proyecto' => 'toba_editor', - 'objeto' => 1551, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 1755, + 'clase' => 'toba_ei_esquema', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'relaciones_esquema', + 'identificador' => 'relaciones_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 1755, - 'clase' => 'toba_ei_esquema', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', + 'objeto' => 1551, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php index 8b1ad6b92f..ede5ac9be6 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1608.php @@ -247,19 +247,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000004, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filto_catalogo_comp', - 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -272,7 +259,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'listado', 'proyecto' => 'toba_editor', @@ -285,6 +272,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000004, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filto_catalogo_comp', + 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php index 0fd1ba239c..406b323308 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1609.php @@ -234,19 +234,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -259,7 +246,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -272,6 +259,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php index af121e7d68..e16cea73d8 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1617.php @@ -143,23 +143,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 476, + 'pantalla' => 475, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 133, + 'dep_id' => 132, 'orden' => 1, - 'identificador_pantalla' => 'resultado', - 'identificador_dep' => 'faltantes', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'archivos', ), 1 => array ( - 'pantalla' => 475, + 'pantalla' => 476, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 132, + 'dep_id' => 133, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'archivos', + 'identificador_pantalla' => 'resultado', + 'identificador_dep' => 'faltantes', ), 2 => array ( @@ -188,22 +188,22 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'archivos', + 'identificador' => 'faltantes', 'proyecto' => 'toba_editor', - 'objeto' => 1618, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1619, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'faltantes', + 'identificador' => 'sobrantes', 'proyecto' => 'toba_editor', - 'objeto' => 1619, + 'objeto' => 1620, 'clase' => 'toba_ei_cuadro', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, @@ -214,14 +214,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'sobrantes', + 'identificador' => 'archivos', 'proyecto' => 'toba_editor', - 'objeto' => 1620, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1618, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php index daa3c385cf..33595e3911 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1707.php @@ -211,23 +211,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1188, + 'pantalla' => 987, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1182, + 'dep_id' => 1118, 'orden' => 1, - 'identificador_pantalla' => 'consumo', - 'identificador_dep' => 'form_consumo', + 'identificador_pantalla' => 'pant_dependencias', + 'identificador_dep' => 'dependencias', ), 3 => array ( - 'pantalla' => 987, + 'pantalla' => 1188, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1118, + 'dep_id' => 1182, 'orden' => 1, - 'identificador_pantalla' => 'pant_dependencias', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'consumo', + 'identificador_dep' => 'form_consumo', ), ), '_info_evt_pantalla' => @@ -291,53 +291,53 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1830, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro_consumo', + 'identificador' => 'dependencias', 'proyecto' => 'toba_editor', - 'objeto' => 2299, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2245, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_dependencias', + 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro_consumo', 'proyecto' => 'toba_editor', - 'objeto' => 1830, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 2299, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'dependencias', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 2245, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_dependencias', - 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', - 'fuente' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php index f4f2d49213..00c608c85b 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1720.php @@ -189,26 +189,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1610, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1610, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php index 609ffbf2ff..4f4c727a7a 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1747.php @@ -130,6 +130,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -142,7 +155,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -155,19 +168,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php index 5235db3575..eafe3b6027 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1748.php @@ -130,6 +130,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -142,7 +155,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -155,19 +168,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php index 664d700cf9..10cecb53aa 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1751.php @@ -244,19 +244,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -269,7 +256,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -282,6 +269,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'prop_basicas', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php index 096eed71a2..8ef59311b5 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1802.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 977, + 'pantalla' => 976, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 764, + 'dep_id' => 769, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'editor', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 1 => array ( - 'pantalla' => 976, + 'pantalla' => 977, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 769, + 'dep_id' => 764, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'editor', ), 2 => array ( @@ -331,27 +331,27 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'filtro', + 'identificador' => 'listado', 'proyecto' => 'toba_editor', - 'objeto' => 1809, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1805, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'listado', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1805, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1809, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php index d9d3256536..682d2c0db4 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1827.php @@ -260,19 +260,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'basica', - 'proyecto' => 'toba_editor', - 'objeto' => 1829, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_proyecto_confbasica', - 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -285,7 +272,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'login', 'proyecto' => 'toba_editor', @@ -298,6 +285,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'basica', + 'proyecto' => 'toba_editor', + 'objeto' => 1829, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_proyecto_confbasica', + 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'nucleo', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php index ecd61e9e0d..8b756db322 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1832.php @@ -294,26 +294,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form', + 'identificador' => 'form_auditoria', 'proyecto' => 'toba_editor', - 'objeto' => 1834, + 'objeto' => 33000070, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_fuente_datos', - 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_auditoria', + 'identificador' => 'form', 'proyecto' => 'toba_editor', - 'objeto' => 33000070, + 'objeto' => 1834, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_prop_fuente_datos', + 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php index 3b07dc5295..01d29fd84a 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1835.php @@ -121,27 +121,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1838, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1836, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1836, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1838, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php index c93c4e6f65..d29a343c47 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1839.php @@ -121,27 +121,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1842, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1840, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1840, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1842, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php index bf2fa3c045..150fb8fc5e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1843.php @@ -143,23 +143,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 33000006, + 'pantalla' => 991, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 801, + 'dep_id' => 33000020, 'orden' => 0, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 1 => array ( - 'pantalla' => 991, + 'pantalla' => 33000006, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 33000020, + 'dep_id' => 801, 'orden' => 0, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'formulario', ), 2 => array ( @@ -187,19 +187,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'cuadro', - 'proyecto' => 'toba_editor', - 'objeto' => 1845, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -212,7 +199,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'filtro', 'proyecto' => 'toba_editor', @@ -225,6 +212,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'cuadro', + 'proyecto' => 'toba_editor', + 'objeto' => 1845, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php index 67088146f1..f80954ea4d 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1975.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1052, + 'pantalla' => 1051, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 922, + 'dep_id' => 918, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'form_clase', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'cuadro', ), 1 => array ( - 'pantalla' => 1051, + 'pantalla' => 1052, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 918, + 'dep_id' => 922, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'form_clase', ), 2 => array ( @@ -305,27 +305,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1976, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1976, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php index d74fd2efa0..3396094e91 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1976.php @@ -86,29 +86,29 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'clase', + 'identificador' => 'relaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1977, + 'objeto' => 1978, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '1', - 'parametros_b' => '1', + 'parametros_a' => '0', + 'parametros_b' => '0', ), 1 => array ( - 'identificador' => 'relaciones', + 'identificador' => 'clase', 'proyecto' => 'toba_editor', - 'objeto' => 1978, + 'objeto' => 1977, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '0', - 'parametros_b' => '0', + 'parametros_a' => '1', + 'parametros_b' => '1', ), ), '_info_columnas_asoc_rel' => diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php index adbdc8dad5..d6866ec7b0 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1981.php @@ -295,37 +295,37 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro_planes', + 'identificador' => 'opciones', 'proyecto' => 'toba_editor', - 'objeto' => 1984, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1000305, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'cuadro_planes', 'proyecto' => 'toba_editor', - 'objeto' => 1000306, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1984, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'opciones', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000305, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1000306, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php index 036597a4c0..4410f14820 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__1988.php @@ -346,7 +346,7 @@ static function get_metadatos() ), 7 => array ( - 'identificador' => 'form_form_fila', + 'identificador' => 'form_cuadro_carga', 'proyecto' => 'toba_editor', 'objeto' => 1000317, 'clase' => 'toba_ei_formulario', @@ -359,7 +359,7 @@ static function get_metadatos() ), 8 => array ( - 'identificador' => 'form_cuadro_carga', + 'identificador' => 'form_form_fila', 'proyecto' => 'toba_editor', 'objeto' => 1000317, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php index 8090b87cd0..71434a37d2 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2169.php @@ -233,23 +233,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1128, + 'pantalla' => 1127, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1079, + 'dep_id' => 1078, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_seleccion', + 'identificador_dep' => 'cuadro', ), 1 => array ( - 'pantalla' => 1127, + 'pantalla' => 1128, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1078, + 'dep_id' => 1079, 'orden' => 1, - 'identificador_pantalla' => 'pant_seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 2 => array ( @@ -314,6 +314,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'datos', + 'proyecto' => 'toba_editor', + 'objeto' => 2160, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => 'dt_apex_estilo', + 'subclase_archivo' => 'db/odt_apex_estilo.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', @@ -326,20 +339,20 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( - 'identificador' => 'datos', + 'identificador' => 'formulario', 'proyecto' => 'toba_editor', - 'objeto' => 2160, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => 'dt_apex_estilo', - 'subclase_archivo' => 'db/odt_apex_estilo.php', + 'objeto' => 2168, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 3 => array ( 'identificador' => 'form_importar', 'proyecto' => 'toba_editor', @@ -352,7 +365,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 4 => array ( 'identificador' => 'form_paleta', 'proyecto' => 'toba_editor', @@ -365,19 +378,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => - array ( - 'identificador' => 'formulario', - 'proyecto' => 'toba_editor', - 'objeto' => 2168, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php index 0502af83b5..e02e06d2e3 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2206.php @@ -255,54 +255,54 @@ static function get_metadatos() 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 1 => array ( 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 2 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 3 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 4 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 5 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 6 => array ( @@ -353,22 +353,22 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_gatillos_dir', + 'identificador' => 'formulario', 'proyecto' => 'toba_editor', - 'objeto' => 2230, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'eiform_gatillos', - 'subclase_archivo' => 'datos/dimensiones/eiform_gatillos.php', + 'objeto' => 2205, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'form_gatillos_indir', + 'identificador' => 'form_gatillos_dir', 'proyecto' => 'toba_editor', - 'objeto' => 2231, + 'objeto' => 2230, 'clase' => 'toba_ei_formulario_ml', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => 'eiform_gatillos', @@ -379,13 +379,13 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'formulario', + 'identificador' => 'form_gatillos_indir', 'proyecto' => 'toba_editor', - 'objeto' => 2205, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2231, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'eiform_gatillos', + 'subclase_archivo' => 'datos/dimensiones/eiform_gatillos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php index ef9283bff8..4db097c547 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2235.php @@ -315,27 +315,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2233, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 2232, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 2232, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 2233, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -354,26 +354,26 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_columnas', + 'identificador' => 'form_tablas', 'proyecto' => 'toba_editor', - 'objeto' => 2236, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2234, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tablas', + 'subclase_archivo' => 'datos/relaciones/form_tablas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 4 => array ( - 'identificador' => 'form_tablas', + 'identificador' => 'form_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 2234, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tablas', - 'subclase_archivo' => 'datos/relaciones/form_tablas.php', + 'objeto' => 2236, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php index 91d9531443..f0d6a78396 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2275.php @@ -173,23 +173,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1176, + 'pantalla' => 1175, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1162, + 'dep_id' => 1161, 'orden' => 1, - 'identificador_pantalla' => 'sql', - 'identificador_dep' => 'form_sql', + 'identificador_pantalla' => 'test', + 'identificador_dep' => 'form_elegir_sql', ), 1 => array ( - 'pantalla' => 1175, + 'pantalla' => 1176, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1161, + 'dep_id' => 1162, 'orden' => 1, - 'identificador_pantalla' => 'test', - 'identificador_dep' => 'form_elegir_sql', + 'identificador_pantalla' => 'sql', + 'identificador_dep' => 'form_sql', ), 2 => array ( @@ -240,11 +240,11 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_elegir_sql', + 'identificador' => 'form_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2277, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 2278, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -253,9 +253,9 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_sql', + 'identificador' => 'form_test', 'proyecto' => 'toba_editor', - 'objeto' => 2278, + 'objeto' => 2276, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -266,11 +266,11 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_test', + 'identificador' => 'form_elegir_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2276, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 2277, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php index 7d9720d94e..caee4d55df 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2286.php @@ -191,13 +191,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1183, + 'pantalla' => 1181, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1176, + 'dep_id' => 1169, 'orden' => 1, - 'identificador_pantalla' => 'pant_generacion', - 'identificador_dep' => 'ci_generacion', + 'identificador_pantalla' => 'pant_ubicacion', + 'identificador_dep' => 'carpetas', ), 1 => array ( @@ -211,13 +211,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1181, + 'pantalla' => 1183, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1169, + 'dep_id' => 1176, 'orden' => 1, - 'identificador_pantalla' => 'pant_ubicacion', - 'identificador_dep' => 'carpetas', + 'identificador_pantalla' => 'pant_generacion', + 'identificador_dep' => 'ci_generacion', ), 3 => array ( @@ -254,19 +254,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'archivos', - 'proyecto' => 'toba_editor', - 'objeto' => 30000021, - 'clase' => 'toba_ei_archivos', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_archivos.php', - 'subclase' => 'archivos_nombre', - 'subclase_archivo' => 'objetos_toba/subclases/archivos_nombre.php', - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'base', 'proyecto' => 'toba_editor', @@ -279,6 +266,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'archivos', + 'proyecto' => 'toba_editor', + 'objeto' => 30000021, + 'clase' => 'toba_ei_archivos', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_archivos.php', + 'subclase' => 'archivos_nombre', + 'subclase_archivo' => 'objetos_toba/subclases/archivos_nombre.php', + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 2 => array ( 'identificador' => 'carpetas', diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php index d5daaa8a68..a2e4387506 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__2296.php @@ -492,26 +492,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_metodos', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 2291, + 'objeto' => 2295, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_metodos', - 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'form_metodos', 'proyecto' => 'toba_editor', - 'objeto' => 2295, + 'objeto' => 2291, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_metodos', + 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php index 8a014f3fcb..c6c66fb24e 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000114.php @@ -189,26 +189,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 30000112, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000113, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000113, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 30000112, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php index 9be12bc4f4..7e32b9c6df 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__30000166.php @@ -235,26 +235,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000167, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000167, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php index 6c414cb044..aafc294707 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000017.php @@ -130,6 +130,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -142,7 +155,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -155,19 +168,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php index 2acffa0135..856ef0bb8d 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000026.php @@ -178,9 +178,9 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_pregunta', + 'identificador' => 'form_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 33000066, + 'objeto' => 33000027, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -191,9 +191,9 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_usuario', + 'identificador' => 'form_pregunta', 'proyecto' => 'toba_editor', - 'objeto' => 33000027, + 'objeto' => 33000066, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php index b88d3f7529..15dc391f49 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000063.php @@ -130,6 +130,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -142,7 +155,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -155,19 +168,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php index f13fa6d1e6..010cc07353 100644 --- a/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php +++ b/proyectos/toba_editor/metadatos_compilados/comp/toba_mc_comp__33000139.php @@ -141,39 +141,39 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cas', + 'identificador' => 'seleccion_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 33000134, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'objeto' => 33000137, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => 'cuadro_autologin', + 'subclase_archivo' => 'login/cuadro_autologin.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'form_solo_proyecto', 'proyecto' => 'toba_editor', - 'objeto' => 1823, + 'objeto' => 1912, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_login', - 'subclase_archivo' => 'login/eiform_login.php', + 'subclase' => 'eiform_ini_sesion', + 'subclase_archivo' => 'login/eiform_ini_sesion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_solo_proyecto', + 'identificador' => 'cas', 'proyecto' => 'toba_editor', - 'objeto' => 1912, + 'objeto' => 33000134, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_ini_sesion', - 'subclase_archivo' => 'login/eiform_ini_sesion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -193,14 +193,14 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'seleccion_usuario', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 33000137, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => 'cuadro_autologin', - 'subclase_archivo' => 'login/cuadro_autologin.php', - 'fuente' => NULL, + 'objeto' => 1823, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_login', + 'subclase_archivo' => 'login/eiform_login.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php index 0ea4f730ce..046a6ac1c5 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__10000019.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 10000009, + 'pantalla' => 10000008, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000033, + 'dep_id' => 10000032, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'detalle', + 'identificador_pantalla' => 'pant_listado', + 'identificador_dep' => 'cuadro', ), 1 => array ( - 'pantalla' => 10000008, + 'pantalla' => 10000009, 'proyecto' => 'toba_editor', 'objeto_ci' => 10000021, - 'dep_id' => 10000032, + 'dep_id' => 10000033, 'orden' => 1, - 'identificador_pantalla' => 'pant_listado', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'detalle', ), 2 => array ( @@ -397,13 +397,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'controles', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 10000034, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'eiform_controles', - 'subclase_archivo' => 'objetos_toba/eiform_controles.php', + 'objeto' => 10000024, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -449,13 +449,13 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'relacion', + 'identificador' => 'controles', 'proyecto' => 'toba_editor', - 'objeto' => 10000024, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 10000034, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'eiform_controles', + 'subclase_archivo' => 'objetos_toba/eiform_controles.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php index 89049f7d8b..98e8e44879 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000003.php @@ -433,19 +433,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000002, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filtro_opciones', - 'subclase_archivo' => 'utilitarios/logger/filtro_opciones.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'pedidos', 'proyecto' => 'toba_editor', @@ -458,6 +445,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000002, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filtro_opciones', + 'subclase_archivo' => 'utilitarios/logger/filtro_opciones.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php index cfcb4a60bb..8ee4ee36e4 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000020.php @@ -377,11 +377,11 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_base', + 'identificador' => 'relacion', 'proyecto' => 'toba_editor', - 'objeto' => 1000132, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1000130, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -403,11 +403,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'relacion', + 'identificador' => 'form_base', 'proyecto' => 'toba_editor', - 'objeto' => 1000130, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1000132, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php index 6adf151a3b..aa074340c5 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000042.php @@ -213,13 +213,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 33000085, + 'pantalla' => 1000030, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 33000166, + 'dep_id' => 1000046, 'orden' => 0, - 'identificador_pantalla' => '2do_factor', - 'identificador_dep' => 'form_2do_factor', + 'identificador_pantalla' => 'login', + 'identificador_dep' => 'datos', ), 1 => array ( @@ -233,13 +233,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1000030, + 'pantalla' => 33000085, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000162, - 'dep_id' => 1000046, + 'dep_id' => 33000166, 'orden' => 0, - 'identificador_pantalla' => 'login', - 'identificador_dep' => 'datos', + 'identificador_pantalla' => '2do_factor', + 'identificador_dep' => 'form_2do_factor', ), 3 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php index 42a8ae558c..ce50543540 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000109.php @@ -397,54 +397,54 @@ static function get_metadatos() 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000324, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'procesar', ), 1 => array ( 'pantalla' => 1000163, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000324, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_editar', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'editar_basicos', ), 2 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000325, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'generar', + 'identificador_evento' => 'editar_basicos', ), 3 => array ( 'pantalla' => 1000162, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000325, 'identificador_pantalla' => 'pant_generar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'generar', ), 4 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000335, + 'evento_id' => 1000365, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'borrar', + 'identificador_evento' => 'editar_basicos', ), 5 => array ( 'pantalla' => 1000168, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000288, - 'evento_id' => 1000365, + 'evento_id' => 1000335, 'identificador_pantalla' => 'pant_borrar', - 'identificador_evento' => 'editar_basicos', + 'identificador_evento' => 'borrar', ), 6 => array ( @@ -473,24 +473,24 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_borrar', + 'identificador' => 'form_molde', 'proyecto' => 'toba_editor', - 'objeto' => 1000300, + 'objeto' => 1000299, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_molde', + 'subclase_archivo' => 'asistentes/form_molde.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_generaciones', + 'identificador' => 'form_borrar', 'proyecto' => 'toba_editor', - 'objeto' => 1994, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 1000300, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -499,13 +499,13 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_molde', + 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000299, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_molde', - 'subclase_archivo' => 'asistentes/form_molde.php', + 'objeto' => 1994, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php index 074030c01a..e5ad28925d 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000110.php @@ -473,26 +473,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_generaciones', + 'identificador' => 'form_tipo_operacion', 'proyecto' => 'toba_editor', - 'objeto' => 1994, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000289, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tipo_operacion', + 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_tipo_operacion', + 'identificador' => 'form_generaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000289, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tipo_operacion', - 'subclase_archivo' => 'asistentes/form_tipo_operacion.php', + 'objeto' => 1994, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php index 14ddd5c95f..d9873342f1 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000233.php @@ -225,23 +225,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 33000006, + 'pantalla' => 991, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 801, + 'dep_id' => 33000020, 'orden' => 0, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 1 => array ( - 'pantalla' => 991, + 'pantalla' => 33000006, 'proyecto' => 'toba_editor', 'objeto_ci' => 1843, - 'dep_id' => 33000020, + 'dep_id' => 801, 'orden' => 0, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'formulario', ), 2 => array ( @@ -269,19 +269,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'cuadro', - 'proyecto' => 'toba_editor', - 'objeto' => 1845, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -294,7 +281,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'filtro', 'proyecto' => 'toba_editor', @@ -307,6 +294,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'cuadro', + 'proyecto' => 'toba_editor', + 'objeto' => 1845, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php index c8fe2a4a7d..161568f0c4 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000235.php @@ -203,27 +203,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1838, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1836, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1836, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1838, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php index 428fa07be4..790355de9f 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000236.php @@ -203,27 +203,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1842, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1840, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1840, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1842, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php index a561e66fd2..7193eb6367 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000237.php @@ -376,26 +376,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form', + 'identificador' => 'form_auditoria', 'proyecto' => 'toba_editor', - 'objeto' => 1834, + 'objeto' => 33000070, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_fuente_datos', - 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_auditoria', + 'identificador' => 'form', 'proyecto' => 'toba_editor', - 'objeto' => 33000070, + 'objeto' => 1834, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_prop_fuente_datos', + 'subclase_archivo' => '/configuracion/eiform_prop_fuente_datos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php index 8aec41f58a..4e423d6b87 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000238.php @@ -330,26 +330,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'permisos', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1520, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1000159, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_prop_basicas', + 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'permisos', 'proyecto' => 'toba_editor', - 'objeto' => 1000159, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_prop_basicas', - 'subclase_archivo' => 'editores/editor_item/form_prop_basicas.php', + 'objeto' => 1520, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php index 8e03947378..be4a4f4807 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000239.php @@ -290,19 +290,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1369, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filtro_catalogo_items', - 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -315,7 +302,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'items', 'proyecto' => 'toba_editor', @@ -328,6 +315,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1369, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filtro_catalogo_items', + 'subclase_archivo' => 'catalogos/filtro_catalogo_items.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php index c28b5f83dd..5c2f0b73b6 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000240.php @@ -365,18 +365,18 @@ static function get_metadatos() 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 92, + 'evento_id' => 91, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 462, 'proyecto' => 'toba_editor', 'objeto_ci' => 1517, - 'evento_id' => 91, + 'evento_id' => 92, 'identificador_pantalla' => 'pant_permisos_tablas', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php index 5d683f319c..5436427aa3 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000244.php @@ -225,23 +225,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 33000007, + 'pantalla' => 1000046, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 1000072, + 'dep_id' => 33000021, 'orden' => 0, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'filtro', ), 1 => array ( - 'pantalla' => 1000046, + 'pantalla' => 33000007, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000189, - 'dep_id' => 33000021, + 'dep_id' => 1000072, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 2 => array ( @@ -269,19 +269,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'cuadro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000194, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -294,7 +281,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'filtro', 'proyecto' => 'toba_editor', @@ -307,6 +294,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'cuadro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000194, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php index 99da980bac..e6d6438ff8 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000247.php @@ -270,14 +270,14 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'info_asignacion', + 'identificador' => 'tipos', 'proyecto' => 'toba_editor', - 'objeto' => 1603, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_asoc_dep', - 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', - 'fuente' => 'instancia', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -296,14 +296,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'tipos', + 'identificador' => 'info_asignacion', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'objeto' => 1603, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_asoc_dep', + 'subclase_archivo' => 'objetos_toba/eiform_asoc_dep.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php index ddada6e837..dd15da884b 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000249.php @@ -678,7 +678,7 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'cuadro_layout_impresion', + 'identificador' => 'cuadro_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -691,7 +691,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'cuadro_layout', + 'identificador' => 'cuadro_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000101, 'clase' => 'toba_ei_cuadro', @@ -730,7 +730,7 @@ static function get_metadatos() ), 7 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -743,7 +743,7 @@ static function get_metadatos() ), 8 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php index ca8f685752..01a4a076bd 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000250.php @@ -367,36 +367,36 @@ static function get_metadatos() 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 1 => array ( 'pantalla' => 378, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 2 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 76, + 'evento_id' => 75, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 379, 'proyecto' => 'toba_editor', 'objeto_ci' => 1399, - 'evento_id' => 75, + 'evento_id' => 76, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 4 => array ( diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php index e5b5c8e148..ee849cc382 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000251.php @@ -283,23 +283,23 @@ static function get_metadatos() ), 1 => array ( - 'pantalla' => 458, + 'pantalla' => 383, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 78, + 'dep_id' => 76, 'orden' => 1, - 'identificador_pantalla' => 'p_relaciones', - 'identificador_dep' => 'relaciones', + 'identificador_pantalla' => 'p_tablas', + 'identificador_dep' => 'dependencias', ), 2 => array ( - 'pantalla' => 383, + 'pantalla' => 458, 'proyecto' => 'toba_editor', 'objeto_ci' => 1404, - 'dep_id' => 76, + 'dep_id' => 78, 'orden' => 1, - 'identificador_pantalla' => 'p_tablas', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'p_relaciones', + 'identificador_dep' => 'relaciones', ), 3 => array ( @@ -4772,27 +4772,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'relaciones_columnas', + 'identificador' => 'relaciones_esquema', 'proyecto' => 'toba_editor', - 'objeto' => 1551, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 1755, + 'clase' => 'toba_ei_esquema', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'relaciones_esquema', + 'identificador' => 'relaciones_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 1755, - 'clase' => 'toba_ei_esquema', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_esquema.php', + 'objeto' => 1551, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php index 0a9bbf1320..3e801b74fc 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000252.php @@ -271,26 +271,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1538, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1538, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php index 11781d219a..bace78ec7c 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000253.php @@ -405,36 +405,36 @@ static function get_metadatos() 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => '2', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 3 => array ( 'pantalla' => 363, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => '2', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 4 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 45, + 'evento_id' => 46, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 5 => array ( 'pantalla' => 474, 'proyecto' => 'toba_editor', 'objeto_ci' => 1363, - 'evento_id' => 46, + 'evento_id' => 45, 'identificador_pantalla' => 'pant_cortes', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 6 => array ( @@ -5910,239 +5910,6 @@ static function get_metadatos() } -class toba_mc_comp__33000009 -{ - static function get_metadatos() - { - return array ( - '_info' => - array ( - 'proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'anterior' => NULL, - 'identificador' => NULL, - 'reflexivo' => NULL, - 'clase_proyecto' => 'toba', - 'clase' => 'toba_datos_tabla', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'objeto_categoria_proyecto' => NULL, - 'objeto_categoria' => NULL, - 'nombre' => 'Comp. ei_cuadro - columna_total_cc', - 'titulo' => NULL, - 'colapsable' => NULL, - 'descripcion' => NULL, - 'fuente_proyecto' => 'toba_editor', - 'fuente' => 'instancia', - 'solicitud_registrar' => NULL, - 'solicitud_obj_obs_tipo' => NULL, - 'solicitud_obj_observacion' => NULL, - 'parametro_a' => NULL, - 'parametro_b' => NULL, - 'parametro_c' => NULL, - 'parametro_d' => NULL, - 'parametro_e' => NULL, - 'parametro_f' => NULL, - 'usuario' => NULL, - 'creacion' => '2009-03-18 11:45:58', - 'punto_montaje' => 12, - 'clase_editor_proyecto' => 'toba_editor', - 'clase_editor_item' => '1000250', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'clase_vinculos' => NULL, - 'clase_editor' => '1000250', - 'clase_icono' => 'objetos/datos_tabla.gif', - 'clase_descripcion_corta' => 'datos_tabla', - 'clase_instanciador_proyecto' => NULL, - 'clase_instanciador_item' => NULL, - 'objeto_existe_ayuda' => NULL, - 'ap_clase' => NULL, - 'ap_archivo' => NULL, - 'ap_punto_montaje' => 12, - 'cant_dependencias' => 0, - 'posicion_botonera' => NULL, - ), - '_info_estructura' => - array ( - 'tabla' => 'apex_objeto_cuadro_col_cc', - 'alias' => NULL, - 'min_registros' => NULL, - 'max_registros' => NULL, - 'ap' => 1, - 'punto_montaje' => 12, - 'ap_sub_clase' => NULL, - 'ap_sub_clase_archivo' => NULL, - 'ap_modificar_claves' => 0, - 'ap_clase' => 'ap_tabla_db_s', - 'ap_clase_archivo' => 'nucleo/componentes/persistencia/toba_ap_tabla_db_s.php', - 'tabla_ext' => NULL, - 'esquema' => NULL, - 'esquema_ext' => NULL, - ), - '_info_columnas' => - array ( - 0 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000004, - 'columna' => 'objeto_cuadro_cc', - 'tipo' => 'E', - 'pk' => 1, - 'secuencia' => '', - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 1 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000005, - 'columna' => 'objeto_cuadro_proyecto', - 'tipo' => 'C', - 'pk' => 1, - 'secuencia' => '', - 'largo' => 15, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 2 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000006, - 'columna' => 'objeto_cuadro', - 'tipo' => 'E', - 'pk' => 1, - 'secuencia' => '', - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 3 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000007, - 'columna' => 'objeto_cuadro_col', - 'tipo' => 'E', - 'pk' => 1, - 'secuencia' => '', - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 1, - 'externa' => 0, - 'tabla' => NULL, - ), - 4 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000008, - 'columna' => 'total', - 'tipo' => 'E', - 'pk' => 0, - 'secuencia' => NULL, - 'largo' => NULL, - 'no_nulo' => NULL, - 'no_nulo_db' => 0, - 'externa' => 0, - 'tabla' => NULL, - ), - 5 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'col_id' => 33000009, - 'columna' => 'identificador', - 'tipo' => 'C', - 'pk' => 0, - 'secuencia' => NULL, - 'largo' => 30, - 'no_nulo' => NULL, - 'no_nulo_db' => 0, - 'externa' => 1, - 'tabla' => NULL, - ), - ), - '_info_externas' => - array ( - 0 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'tipo' => 'sql', - 'sincro_continua' => 1, - 'metodo' => NULL, - 'clase' => NULL, - 'include' => NULL, - 'sql' => 'select identificador -from apex_objeto_cuadro_cc -where -objeto_cuadro_proyecto =\'%objeto_cuadro_proyecto%\' AND -objeto_cuadro = \'%objeto_cuadro%\' AND -objeto_cuadro_cc = \'%objeto_cuadro_cc%\'', - 'dato_estricto' => 0, - 'carga_dt' => NULL, - 'carga_consulta_php' => NULL, - 'permite_carga_masiva' => 0, - 'metodo_masivo' => NULL, - ), - ), - '_info_externas_col' => - array ( - 0 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 0, - 'columna' => 'objeto_cuadro_cc', - ), - 1 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 0, - 'columna' => 'objeto_cuadro_proyecto', - ), - 2 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 0, - 'columna' => 'objeto_cuadro', - ), - 3 => - array ( - 'objeto_proyecto' => 'toba_editor', - 'objeto' => 33000009, - 'externa_id' => 33000001, - 'es_resultado' => 1, - 'columna' => 'identificador', - ), - ), - '_info_valores_unicos' => - array ( - ), - '_info_fks' => - array ( - ), -); - } - -} - class toba_mc_comp__1524 { static function get_metadatos() @@ -6671,6 +6438,239 @@ static function get_metadatos() } +class toba_mc_comp__33000009 +{ + static function get_metadatos() + { + return array ( + '_info' => + array ( + 'proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'anterior' => NULL, + 'identificador' => NULL, + 'reflexivo' => NULL, + 'clase_proyecto' => 'toba', + 'clase' => 'toba_datos_tabla', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'objeto_categoria_proyecto' => NULL, + 'objeto_categoria' => NULL, + 'nombre' => 'Comp. ei_cuadro - columna_total_cc', + 'titulo' => NULL, + 'colapsable' => NULL, + 'descripcion' => NULL, + 'fuente_proyecto' => 'toba_editor', + 'fuente' => 'instancia', + 'solicitud_registrar' => NULL, + 'solicitud_obj_obs_tipo' => NULL, + 'solicitud_obj_observacion' => NULL, + 'parametro_a' => NULL, + 'parametro_b' => NULL, + 'parametro_c' => NULL, + 'parametro_d' => NULL, + 'parametro_e' => NULL, + 'parametro_f' => NULL, + 'usuario' => NULL, + 'creacion' => '2009-03-18 11:45:58', + 'punto_montaje' => 12, + 'clase_editor_proyecto' => 'toba_editor', + 'clase_editor_item' => '1000250', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'clase_vinculos' => NULL, + 'clase_editor' => '1000250', + 'clase_icono' => 'objetos/datos_tabla.gif', + 'clase_descripcion_corta' => 'datos_tabla', + 'clase_instanciador_proyecto' => NULL, + 'clase_instanciador_item' => NULL, + 'objeto_existe_ayuda' => NULL, + 'ap_clase' => NULL, + 'ap_archivo' => NULL, + 'ap_punto_montaje' => 12, + 'cant_dependencias' => 0, + 'posicion_botonera' => NULL, + ), + '_info_estructura' => + array ( + 'tabla' => 'apex_objeto_cuadro_col_cc', + 'alias' => NULL, + 'min_registros' => NULL, + 'max_registros' => NULL, + 'ap' => 1, + 'punto_montaje' => 12, + 'ap_sub_clase' => NULL, + 'ap_sub_clase_archivo' => NULL, + 'ap_modificar_claves' => 0, + 'ap_clase' => 'ap_tabla_db_s', + 'ap_clase_archivo' => 'nucleo/componentes/persistencia/toba_ap_tabla_db_s.php', + 'tabla_ext' => NULL, + 'esquema' => NULL, + 'esquema_ext' => NULL, + ), + '_info_columnas' => + array ( + 0 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000004, + 'columna' => 'objeto_cuadro_cc', + 'tipo' => 'E', + 'pk' => 1, + 'secuencia' => '', + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 1 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000005, + 'columna' => 'objeto_cuadro_proyecto', + 'tipo' => 'C', + 'pk' => 1, + 'secuencia' => '', + 'largo' => 15, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 2 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000006, + 'columna' => 'objeto_cuadro', + 'tipo' => 'E', + 'pk' => 1, + 'secuencia' => '', + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 3 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000007, + 'columna' => 'objeto_cuadro_col', + 'tipo' => 'E', + 'pk' => 1, + 'secuencia' => '', + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 1, + 'externa' => 0, + 'tabla' => NULL, + ), + 4 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000008, + 'columna' => 'total', + 'tipo' => 'E', + 'pk' => 0, + 'secuencia' => NULL, + 'largo' => NULL, + 'no_nulo' => NULL, + 'no_nulo_db' => 0, + 'externa' => 0, + 'tabla' => NULL, + ), + 5 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'col_id' => 33000009, + 'columna' => 'identificador', + 'tipo' => 'C', + 'pk' => 0, + 'secuencia' => NULL, + 'largo' => 30, + 'no_nulo' => NULL, + 'no_nulo_db' => 0, + 'externa' => 1, + 'tabla' => NULL, + ), + ), + '_info_externas' => + array ( + 0 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'tipo' => 'sql', + 'sincro_continua' => 1, + 'metodo' => NULL, + 'clase' => NULL, + 'include' => NULL, + 'sql' => 'select identificador +from apex_objeto_cuadro_cc +where +objeto_cuadro_proyecto =\'%objeto_cuadro_proyecto%\' AND +objeto_cuadro = \'%objeto_cuadro%\' AND +objeto_cuadro_cc = \'%objeto_cuadro_cc%\'', + 'dato_estricto' => 0, + 'carga_dt' => NULL, + 'carga_consulta_php' => NULL, + 'permite_carga_masiva' => 0, + 'metodo_masivo' => NULL, + ), + ), + '_info_externas_col' => + array ( + 0 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 0, + 'columna' => 'objeto_cuadro_cc', + ), + 1 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 0, + 'columna' => 'objeto_cuadro_proyecto', + ), + 2 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 0, + 'columna' => 'objeto_cuadro', + ), + 3 => + array ( + 'objeto_proyecto' => 'toba_editor', + 'objeto' => 33000009, + 'externa_id' => 33000001, + 'es_resultado' => 1, + 'columna' => 'identificador', + ), + ), + '_info_valores_unicos' => + array ( + ), + '_info_fks' => + array ( + ), +); + } + +} + class toba_mc_comp__1612 { static function get_metadatos() @@ -8451,6 +8451,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -8463,7 +8476,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -8476,19 +8489,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php index 269961867a..dd98e816b3 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000254.php @@ -372,32 +372,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => - array ( - 'identificador' => 'cols', - 'proyecto' => 'toba_editor', - 'objeto' => 1000587, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_cols', - 'subclase_archivo' => 'objetos_toba/ei_filtro/ci_cols.php', - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 2 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -410,7 +384,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -423,7 +397,20 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => + 2 => + array ( + 'identificador' => 'cols', + 'proyecto' => 'toba_editor', + 'objeto' => 1000587, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_cols', + 'subclase_archivo' => 'objetos_toba/ei_filtro/ci_cols.php', + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 3 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -436,6 +423,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 4 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } @@ -1964,52 +1964,52 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'efs', + 'identificador' => 'param_varios', 'proyecto' => 'toba_editor', - 'objeto' => 1000586, + 'objeto' => 1000154, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_varios', + 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'efs_lista', + 'identificador' => 'param_carga', 'proyecto' => 'toba_editor', - 'objeto' => 1000585, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'ml_cols', - 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', + 'objeto' => 1000145, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_carga', + 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'param_carga', + 'identificador' => 'efs', 'proyecto' => 'toba_editor', - 'objeto' => 1000145, + 'objeto' => 1000586, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_carga', - 'subclase_archivo' => 'objetos_toba/efs/form_carga.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'param_varios', + 'identificador' => 'efs_lista', 'proyecto' => 'toba_editor', - 'objeto' => 1000154, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_varios', - 'subclase_archivo' => 'objetos_toba/efs/form_varios.php', + 'objeto' => 1000585, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'ml_cols', + 'subclase_archivo' => 'objetos_toba/ei_filtro/ml_cols.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -11545,6 +11545,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -11557,7 +11570,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -11570,19 +11583,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php index 41f03354e7..fcfc89fbf0 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000255.php @@ -375,18 +375,18 @@ static function get_metadatos() 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '1', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 1 => array ( 'pantalla' => 372, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '1', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 2 => array ( @@ -411,36 +411,36 @@ static function get_metadatos() 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '4', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 5 => array ( 'pantalla' => 30000028, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '4', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 6 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 68, + 'evento_id' => 69, 'identificador_pantalla' => '5', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'procesar', ), 7 => array ( 'pantalla' => 33000011, 'proyecto' => 'toba_editor', 'objeto_ci' => 1394, - 'evento_id' => 69, + 'evento_id' => 68, 'identificador_pantalla' => '5', - 'identificador_evento' => 'procesar', + 'identificador_evento' => 'eliminar', ), 8 => array ( @@ -517,7 +517,7 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'form_layout_impresion', + 'identificador' => 'form_layout', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -530,7 +530,7 @@ static function get_metadatos() ), 5 => array ( - 'identificador' => 'form_layout', + 'identificador' => 'form_layout_impresion', 'proyecto' => 'toba_editor', 'objeto' => 30000048, 'clase' => 'toba_ei_formulario', @@ -13994,6 +13994,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -14006,7 +14019,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -14019,19 +14032,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php index 9c775e27ed..085006f795 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000256.php @@ -372,19 +372,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -397,7 +384,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'efs', 'proyecto' => 'toba_editor', @@ -410,7 +397,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -423,6 +410,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 4 => array ( 'identificador' => 'prop_basicas', @@ -13876,6 +13876,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -13888,7 +13901,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -13901,19 +13914,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php index 6160aa3024..52d04f27a9 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000259.php @@ -342,19 +342,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'basica', - 'proyecto' => 'toba_editor', - 'objeto' => 1829, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_proyecto_confbasica', - 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -367,7 +354,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'login', 'proyecto' => 'toba_editor', @@ -380,6 +367,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'basica', + 'proyecto' => 'toba_editor', + 'objeto' => 1829, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_proyecto_confbasica', + 'subclase_archivo' => 'configuracion/eiform_proyecto_confbasica.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'nucleo', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php index 17c71fe3ca..23931485c2 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000272.php @@ -326,19 +326,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -351,7 +338,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -364,7 +351,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 2 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -377,6 +364,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 3 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } @@ -3481,6 +3481,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -3493,7 +3506,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -3506,19 +3519,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php index dbc2c9b51a..109a6ac256 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000273.php @@ -280,19 +280,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -305,7 +292,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', @@ -318,6 +305,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php index 1ee2da1cdb..b2d8fef2dc 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1000278.php @@ -255,23 +255,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 12000090, + 'pantalla' => 1000402, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000107, + 'dep_id' => 12000100, 'orden' => 0, - 'identificador_pantalla' => 'pant_eventos', - 'identificador_dep' => 'ci_eventos', + 'identificador_pantalla' => 'pant_inicial', + 'identificador_dep' => 'base', ), 1 => array ( - 'pantalla' => 1000402, + 'pantalla' => 12000090, 'proyecto' => 'toba_editor', 'objeto_ci' => 1000646, - 'dep_id' => 12000100, + 'dep_id' => 12000107, 'orden' => 0, - 'identificador_pantalla' => 'pant_inicial', - 'identificador_dep' => 'base', + 'identificador_pantalla' => 'pant_eventos', + 'identificador_dep' => 'ci_eventos', ), 2 => array ( @@ -327,13 +327,13 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1000644, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -353,11 +353,11 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'datos', + 'identificador' => 'prop_basicas', 'proyecto' => 'toba_editor', - 'objeto' => 1000644, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 12000125, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -366,13 +366,13 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'prop_basicas', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 12000125, + 'objeto' => 1355, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -1856,6 +1856,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -1868,7 +1881,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -1881,19 +1894,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php index 92f491f371..777f46d99e 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__12000088.php @@ -233,23 +233,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 12000087, + 'pantalla' => 12000086, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000096, + 'dep_id' => 12000094, 'orden' => NULL, - 'identificador_pantalla' => 'otro', - 'identificador_dep' => 'form_otro', + 'identificador_pantalla' => 'proyecto_toba', + 'identificador_dep' => 'form_proyecto', ), 3 => array ( - 'pantalla' => 12000086, + 'pantalla' => 12000087, 'proyecto' => 'toba_editor', 'objeto_ci' => 12000102, - 'dep_id' => 12000094, + 'dep_id' => 12000096, 'orden' => NULL, - 'identificador_pantalla' => 'proyecto_toba', - 'identificador_dep' => 'form_proyecto', + 'identificador_pantalla' => 'otro', + 'identificador_dep' => 'form_otro', ), ), '_info_evt_pantalla' => @@ -259,35 +259,35 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro_puntos_montaje', + 'identificador' => 'dt_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000106, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 12000104, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'dt_puntos_montaje', + 'identificador' => 'cuadro_puntos_montaje', 'proyecto' => 'toba_editor', - 'objeto' => 12000104, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 12000106, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_eleccion_tipo', + 'identificador' => 'form_otro', 'proyecto' => 'toba_editor', - 'objeto' => 12000103, + 'objeto' => 12000109, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -298,9 +298,9 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_otro', + 'identificador' => 'form_eleccion_tipo', 'proyecto' => 'toba_editor', - 'objeto' => 12000109, + 'objeto' => 12000103, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php index ce7038a86e..f7835f9c2d 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1240.php @@ -329,19 +329,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'filtro', - 'proyecto' => 'toba_editor', - 'objeto' => 1000004, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'filto_catalogo_comp', - 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'fotos', 'proyecto' => 'toba_editor', @@ -354,7 +341,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'listado', 'proyecto' => 'toba_editor', @@ -367,6 +354,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'filtro', + 'proyecto' => 'toba_editor', + 'objeto' => 1000004, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'filto_catalogo_comp', + 'subclase_archivo' => 'catalogos/filto_catalogo_comp.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php index e8f3b7a3e1..a113023515 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1241.php @@ -316,19 +316,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -341,7 +328,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -354,6 +341,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), ), ); } @@ -3273,6 +3273,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -3285,7 +3298,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -3298,19 +3311,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php index 9ad23f6ba6..9aac4fb781 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__1242.php @@ -225,23 +225,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 476, + 'pantalla' => 475, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 133, + 'dep_id' => 132, 'orden' => 1, - 'identificador_pantalla' => 'resultado', - 'identificador_dep' => 'faltantes', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'archivos', ), 1 => array ( - 'pantalla' => 475, + 'pantalla' => 476, 'proyecto' => 'toba_editor', 'objeto_ci' => 1617, - 'dep_id' => 132, + 'dep_id' => 133, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'archivos', + 'identificador_pantalla' => 'resultado', + 'identificador_dep' => 'faltantes', ), 2 => array ( @@ -270,22 +270,22 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'archivos', + 'identificador' => 'faltantes', 'proyecto' => 'toba_editor', - 'objeto' => 1618, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1619, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'faltantes', + 'identificador' => 'sobrantes', 'proyecto' => 'toba_editor', - 'objeto' => 1619, + 'objeto' => 1620, 'clase' => 'toba_ei_cuadro', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, @@ -296,14 +296,14 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'sobrantes', + 'identificador' => 'archivos', 'proyecto' => 'toba_editor', - 'objeto' => 1620, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1618, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php index babd4e9ab3..8541cf75c9 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2045.php @@ -293,23 +293,23 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1188, + 'pantalla' => 987, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1182, + 'dep_id' => 1118, 'orden' => 1, - 'identificador_pantalla' => 'consumo', - 'identificador_dep' => 'form_consumo', + 'identificador_pantalla' => 'pant_dependencias', + 'identificador_dep' => 'dependencias', ), 3 => array ( - 'pantalla' => 987, + 'pantalla' => 1188, 'proyecto' => 'toba_editor', 'objeto_ci' => 1707, - 'dep_id' => 1118, + 'dep_id' => 1182, 'orden' => 1, - 'identificador_pantalla' => 'pant_dependencias', - 'identificador_dep' => 'dependencias', + 'identificador_pantalla' => 'consumo', + 'identificador_dep' => 'form_consumo', ), ), '_info_evt_pantalla' => @@ -373,53 +373,53 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1830, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'cuadro_consumo', + 'identificador' => 'dependencias', 'proyecto' => 'toba_editor', - 'objeto' => 2299, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2245, + 'clase' => 'toba_ci', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', + 'subclase' => 'ci_dependencias', + 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro_consumo', 'proyecto' => 'toba_editor', - 'objeto' => 1830, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 2299, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'dependencias', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 2245, - 'clase' => 'toba_ci', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ci.php', - 'subclase' => 'ci_dependencias', - 'subclase_archivo' => 'objetos_toba/cn/ci_dependencias.php', - 'fuente' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php index e3e211765f..45210b1516 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2447.php @@ -271,26 +271,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 1610, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 1610, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php index c36e0af4a9..27ff8ce749 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__2865.php @@ -326,19 +326,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'base', - 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'datos', 'proyecto' => 'toba_editor', @@ -351,7 +338,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -364,6 +351,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 2 => + array ( + 'identificador' => 'base', + 'proyecto' => 'toba_editor', + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 3 => array ( 'identificador' => 'prop_basicas', @@ -3646,6 +3646,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'generador', + 'proyecto' => 'toba_editor', + 'objeto' => 1719, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'eventos', 'proyecto' => 'toba_editor', @@ -3658,7 +3671,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( 'identificador' => 'eventos_lista', 'proyecto' => 'toba_editor', @@ -3671,19 +3684,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => - array ( - 'identificador' => 'generador', - 'proyecto' => 'toba_editor', - 'objeto' => 1719, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php index ba81105cc8..dcd786081b 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000014.php @@ -574,26 +574,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_metodos', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 2291, + 'objeto' => 2295, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_metodos', - 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'form_metodos', 'proyecto' => 'toba_editor', - 'objeto' => 2295, + 'objeto' => 2291, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_metodos', + 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php index a30ae5ff0c..b8218f5f8d 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000047.php @@ -271,26 +271,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 30000112, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000113, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000113, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 30000112, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php index 3d71a4e382..f611380f6f 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__30000065.php @@ -317,26 +317,26 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'base', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1355, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_prop_base', - 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', + 'objeto' => 30000167, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'base', 'proyecto' => 'toba_editor', - 'objeto' => 30000167, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 1355, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_prop_base', + 'subclase_archivo' => 'objetos_toba/eiform_prop_base.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php index e3583b8d13..9668ecad5c 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3276.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 977, + 'pantalla' => 976, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 764, + 'dep_id' => 769, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'editor', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'filtro', ), 1 => array ( - 'pantalla' => 976, + 'pantalla' => 977, 'proyecto' => 'toba_editor', 'objeto_ci' => 1802, - 'dep_id' => 769, + 'dep_id' => 764, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'filtro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'editor', ), 2 => array ( @@ -413,27 +413,27 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'filtro', + 'identificador' => 'listado', 'proyecto' => 'toba_editor', - 'objeto' => 1809, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1805, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'listado', + 'identificador' => 'filtro', 'proyecto' => 'toba_editor', - 'objeto' => 1805, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1809, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php index 5f3b5a4044..bad56db37c 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000011.php @@ -260,9 +260,9 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'form_pregunta', + 'identificador' => 'form_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 33000066, + 'objeto' => 33000027, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -273,9 +273,9 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_usuario', + 'identificador' => 'form_pregunta', 'proyecto' => 'toba_editor', - 'objeto' => 33000027, + 'objeto' => 33000066, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php index 2d4bc31834..e7e47f8dfc 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__33000040.php @@ -223,39 +223,39 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cas', + 'identificador' => 'seleccion_usuario', 'proyecto' => 'toba_editor', - 'objeto' => 33000134, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'objeto' => 33000137, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'subclase' => 'cuadro_autologin', + 'subclase_archivo' => 'login/cuadro_autologin.php', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'form_solo_proyecto', 'proyecto' => 'toba_editor', - 'objeto' => 1823, + 'objeto' => 1912, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_login', - 'subclase_archivo' => 'login/eiform_login.php', + 'subclase' => 'eiform_ini_sesion', + 'subclase_archivo' => 'login/eiform_ini_sesion.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_solo_proyecto', + 'identificador' => 'cas', 'proyecto' => 'toba_editor', - 'objeto' => 1912, + 'objeto' => 33000134, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'eiform_ini_sesion', - 'subclase_archivo' => 'login/eiform_ini_sesion.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, @@ -275,14 +275,14 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'seleccion_usuario', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 33000137, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', - 'subclase' => 'cuadro_autologin', - 'subclase_archivo' => 'login/cuadro_autologin.php', - 'fuente' => NULL, + 'objeto' => 1823, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'eiform_login', + 'subclase_archivo' => 'login/eiform_login.php', + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php index 1e03a1399e..d1d0cd91e3 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3391.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1052, + 'pantalla' => 1051, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 922, + 'dep_id' => 918, 'orden' => 1, - 'identificador_pantalla' => 'edicion', - 'identificador_dep' => 'form_clase', + 'identificador_pantalla' => 'seleccion', + 'identificador_dep' => 'cuadro', ), 1 => array ( - 'pantalla' => 1051, + 'pantalla' => 1052, 'proyecto' => 'toba_editor', 'objeto_ci' => 1975, - 'dep_id' => 918, + 'dep_id' => 922, 'orden' => 1, - 'identificador_pantalla' => 'seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'edicion', + 'identificador_dep' => 'form_clase', ), 2 => array ( @@ -387,27 +387,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 1522, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1976, + 'clase' => 'toba_datos_relacion', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 1976, - 'clase' => 'toba_datos_relacion', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_relacion.php', + 'objeto' => 1522, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -725,29 +725,29 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'clase', + 'identificador' => 'relaciones', 'proyecto' => 'toba_editor', - 'objeto' => 1977, + 'objeto' => 1978, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '1', - 'parametros_b' => '1', + 'parametros_a' => '0', + 'parametros_b' => '0', ), 1 => array ( - 'identificador' => 'relaciones', + 'identificador' => 'clase', 'proyecto' => 'toba_editor', - 'objeto' => 1978, + 'objeto' => 1977, 'clase' => 'toba_datos_tabla', 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', - 'parametros_a' => '0', - 'parametros_b' => '0', + 'parametros_a' => '1', + 'parametros_b' => '1', ), ), '_info_columnas_asoc_rel' => diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php index cbcc0bd0b3..6d4f72d6fa 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3394.php @@ -377,37 +377,37 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro_planes', + 'identificador' => 'opciones', 'proyecto' => 'toba_editor', - 'objeto' => 1984, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 1000305, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'cuadro_planes', 'proyecto' => 'toba_editor', - 'objeto' => 1000306, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 1984, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'opciones', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 1000305, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 1000306, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php index 4a0df9ce33..8540a7fd9a 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3419.php @@ -315,23 +315,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1128, + 'pantalla' => 1127, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1079, + 'dep_id' => 1078, 'orden' => 1, - 'identificador_pantalla' => 'pant_edicion', - 'identificador_dep' => 'formulario', + 'identificador_pantalla' => 'pant_seleccion', + 'identificador_dep' => 'cuadro', ), 1 => array ( - 'pantalla' => 1127, + 'pantalla' => 1128, 'proyecto' => 'toba_editor', 'objeto_ci' => 2169, - 'dep_id' => 1078, + 'dep_id' => 1079, 'orden' => 1, - 'identificador_pantalla' => 'pant_seleccion', - 'identificador_dep' => 'cuadro', + 'identificador_pantalla' => 'pant_edicion', + 'identificador_dep' => 'formulario', ), 2 => array ( @@ -396,6 +396,19 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => + array ( + 'identificador' => 'datos', + 'proyecto' => 'toba_editor', + 'objeto' => 2160, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'subclase' => 'dt_apex_estilo', + 'subclase_archivo' => 'db/odt_apex_estilo.php', + 'fuente' => 'instancia', + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), + 1 => array ( 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', @@ -408,20 +421,20 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 1 => + 2 => array ( - 'identificador' => 'datos', + 'identificador' => 'formulario', 'proyecto' => 'toba_editor', - 'objeto' => 2160, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', - 'subclase' => 'dt_apex_estilo', - 'subclase_archivo' => 'db/odt_apex_estilo.php', + 'objeto' => 2168, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 2 => + 3 => array ( 'identificador' => 'form_importar', 'proyecto' => 'toba_editor', @@ -434,7 +447,7 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 3 => + 4 => array ( 'identificador' => 'form_paleta', 'proyecto' => 'toba_editor', @@ -447,19 +460,6 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), - 4 => - array ( - 'identificador' => 'formulario', - 'proyecto' => 'toba_editor', - 'objeto' => 2168, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, - 'fuente' => 'instancia', - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), ), ); } diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php index 092e12eeee..6e84471bc6 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3441.php @@ -337,54 +337,54 @@ static function get_metadatos() 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 1 => array ( 'pantalla' => 1143, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'propiedades', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 2 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 3 => array ( 'pantalla' => 1150, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_d', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 4 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 984, + 'evento_id' => 983, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'eliminar', + 'identificador_evento' => 'guardar', ), 5 => array ( 'pantalla' => 1151, 'proyecto' => 'toba_editor', 'objeto_ci' => 2206, - 'evento_id' => 983, + 'evento_id' => 984, 'identificador_pantalla' => 'pant_gatillos_i', - 'identificador_evento' => 'guardar', + 'identificador_evento' => 'eliminar', ), 6 => array ( @@ -435,22 +435,22 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_gatillos_dir', + 'identificador' => 'formulario', 'proyecto' => 'toba_editor', - 'objeto' => 2230, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => 'eiform_gatillos', - 'subclase_archivo' => 'datos/dimensiones/eiform_gatillos.php', + 'objeto' => 2205, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 3 => array ( - 'identificador' => 'form_gatillos_indir', + 'identificador' => 'form_gatillos_dir', 'proyecto' => 'toba_editor', - 'objeto' => 2231, + 'objeto' => 2230, 'clase' => 'toba_ei_formulario_ml', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => 'eiform_gatillos', @@ -461,13 +461,13 @@ static function get_metadatos() ), 4 => array ( - 'identificador' => 'formulario', + 'identificador' => 'form_gatillos_indir', 'proyecto' => 'toba_editor', - 'objeto' => 2205, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2231, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => 'eiform_gatillos', + 'subclase_archivo' => 'datos/dimensiones/eiform_gatillos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php index 20f1213f08..7969a38788 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3442.php @@ -397,27 +397,27 @@ static function get_metadatos() array ( 0 => array ( - 'identificador' => 'cuadro', + 'identificador' => 'datos', 'proyecto' => 'toba_editor', - 'objeto' => 2233, - 'clase' => 'toba_ei_cuadro', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', + 'objeto' => 2232, + 'clase' => 'toba_datos_tabla', + 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => NULL, + 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 1 => array ( - 'identificador' => 'datos', + 'identificador' => 'cuadro', 'proyecto' => 'toba_editor', - 'objeto' => 2232, - 'clase' => 'toba_datos_tabla', - 'clase_archivo' => 'nucleo/componentes/persistencia/toba_datos_tabla.php', + 'objeto' => 2233, + 'clase' => 'toba_ei_cuadro', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_cuadro.php', 'subclase' => NULL, 'subclase_archivo' => NULL, - 'fuente' => 'instancia', + 'fuente' => NULL, 'parametros_a' => NULL, 'parametros_b' => NULL, ), @@ -436,26 +436,26 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_columnas', + 'identificador' => 'form_tablas', 'proyecto' => 'toba_editor', - 'objeto' => 2236, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'objeto' => 2234, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'subclase' => 'form_tablas', + 'subclase_archivo' => 'datos/relaciones/form_tablas.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 4 => array ( - 'identificador' => 'form_tablas', + 'identificador' => 'form_columnas', 'proyecto' => 'toba_editor', - 'objeto' => 2234, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_tablas', - 'subclase_archivo' => 'datos/relaciones/form_tablas.php', + 'objeto' => 2236, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php index a7ecb815de..60c6607a0d 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3461.php @@ -255,23 +255,23 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1176, + 'pantalla' => 1175, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1162, + 'dep_id' => 1161, 'orden' => 1, - 'identificador_pantalla' => 'sql', - 'identificador_dep' => 'form_sql', + 'identificador_pantalla' => 'test', + 'identificador_dep' => 'form_elegir_sql', ), 1 => array ( - 'pantalla' => 1175, + 'pantalla' => 1176, 'proyecto' => 'toba_editor', 'objeto_ci' => 2275, - 'dep_id' => 1161, + 'dep_id' => 1162, 'orden' => 1, - 'identificador_pantalla' => 'test', - 'identificador_dep' => 'form_elegir_sql', + 'identificador_pantalla' => 'sql', + 'identificador_dep' => 'form_sql', ), 2 => array ( @@ -322,11 +322,11 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_elegir_sql', + 'identificador' => 'form_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2277, - 'clase' => 'toba_ei_formulario_ml', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', + 'objeto' => 2278, + 'clase' => 'toba_ei_formulario', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', @@ -335,9 +335,9 @@ static function get_metadatos() ), 2 => array ( - 'identificador' => 'form_sql', + 'identificador' => 'form_test', 'proyecto' => 'toba_editor', - 'objeto' => 2278, + 'objeto' => 2276, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', 'subclase' => NULL, @@ -348,11 +348,11 @@ static function get_metadatos() ), 3 => array ( - 'identificador' => 'form_test', + 'identificador' => 'form_elegir_sql', 'proyecto' => 'toba_editor', - 'objeto' => 2276, - 'clase' => 'toba_ei_formulario', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', + 'objeto' => 2277, + 'clase' => 'toba_ei_formulario_ml', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario_ml.php', 'subclase' => NULL, 'subclase_archivo' => NULL, 'fuente' => 'instancia', diff --git a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php index dbc6927c46..5f7fcbf399 100644 --- a/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php +++ b/proyectos/toba_editor/metadatos_compilados/oper/toba_mc_oper__3463.php @@ -273,13 +273,13 @@ static function get_metadatos() array ( 0 => array ( - 'pantalla' => 1183, + 'pantalla' => 1181, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1176, + 'dep_id' => 1169, 'orden' => 1, - 'identificador_pantalla' => 'pant_generacion', - 'identificador_dep' => 'ci_generacion', + 'identificador_pantalla' => 'pant_ubicacion', + 'identificador_dep' => 'carpetas', ), 1 => array ( @@ -293,13 +293,13 @@ static function get_metadatos() ), 2 => array ( - 'pantalla' => 1181, + 'pantalla' => 1183, 'proyecto' => 'toba_editor', 'objeto_ci' => 2286, - 'dep_id' => 1169, + 'dep_id' => 1176, 'orden' => 1, - 'identificador_pantalla' => 'pant_ubicacion', - 'identificador_dep' => 'carpetas', + 'identificador_pantalla' => 'pant_generacion', + 'identificador_dep' => 'ci_generacion', ), 3 => array ( @@ -336,19 +336,6 @@ static function get_metadatos() '_info_dependencias' => array ( 0 => - array ( - 'identificador' => 'archivos', - 'proyecto' => 'toba_editor', - 'objeto' => 30000021, - 'clase' => 'toba_ei_archivos', - 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_archivos.php', - 'subclase' => 'archivos_nombre', - 'subclase_archivo' => 'objetos_toba/subclases/archivos_nombre.php', - 'fuente' => NULL, - 'parametros_a' => NULL, - 'parametros_b' => NULL, - ), - 1 => array ( 'identificador' => 'base', 'proyecto' => 'toba_editor', @@ -361,6 +348,19 @@ static function get_metadatos() 'parametros_a' => NULL, 'parametros_b' => NULL, ), + 1 => + array ( + 'identificador' => 'archivos', + 'proyecto' => 'toba_editor', + 'objeto' => 30000021, + 'clase' => 'toba_ei_archivos', + 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_archivos.php', + 'subclase' => 'archivos_nombre', + 'subclase_archivo' => 'objetos_toba/subclases/archivos_nombre.php', + 'fuente' => NULL, + 'parametros_a' => NULL, + 'parametros_b' => NULL, + ), 2 => array ( 'identificador' => 'carpetas', @@ -1563,26 +1563,26 @@ static function get_metadatos() ), 1 => array ( - 'identificador' => 'form_metodos', + 'identificador' => 'form_opciones', 'proyecto' => 'toba_editor', - 'objeto' => 2291, + 'objeto' => 2295, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => 'form_metodos', - 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', + 'subclase' => NULL, + 'subclase_archivo' => NULL, 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, ), 2 => array ( - 'identificador' => 'form_opciones', + 'identificador' => 'form_metodos', 'proyecto' => 'toba_editor', - 'objeto' => 2295, + 'objeto' => 2291, 'clase' => 'toba_ei_formulario', 'clase_archivo' => 'nucleo/componentes/interface/toba_ei_formulario.php', - 'subclase' => NULL, - 'subclase_archivo' => NULL, + 'subclase' => 'form_metodos', + 'subclase_archivo' => 'objetos_toba/subclases/form_metodos.php', 'fuente' => 'instancia', 'parametros_a' => NULL, 'parametros_b' => NULL, From ef1c5fc7c0b17db65d97e88e2ad9defd3670a0b0 Mon Sep 17 00:00:00 2001 From: Ricardo Dalinger Date: Thu, 18 Nov 2021 11:11:13 -0300 Subject: [PATCH 14/14] Changelog Update & Version Bump --- CHANGELOG.md | 14 ++++++++++++++ VERSION | 2 +- package.json | 2 +- proyectos/toba_editor/proyecto.ini | 2 +- proyectos/toba_referencia/proyecto.ini | 2 +- proyectos/toba_usuarios/arai.json | 2 +- proyectos/toba_usuarios/proyecto.ini | 2 +- 7 files changed, 20 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5899677a0c..ac953f68fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ [CURRENT](https://github.com/SIU-Toba/framework/compare/master...develop) +[3.3.21](https://github.com/SIU-Toba/framework/releases/tag/v3.3.21) (2021-11-18) +- Actualizacion de seguridad de paquetes JS: + * CKEditor4: v4.17.1 +- Se elimina el paquete siutoba/jasper de los sugeridos +- Se agrega campo para Active Directory a los válidos para el Token SAML +- Fix deprecateds en 3eros/CodeSniffer +- Se agregan opciones de configuracion server-side para ef_html +- Fix actualización de instancias anteriores con membresias en perfiles +- Fix vulnerabilidades `path_disclosure` y `XSS` reportadas. (credits UNLU) +- Fix en toba_usuarios por error en form al no usar factor local +- Se actualizan los paquetes por seguridad + * laminas/laminas-escaper: v2.9.0 + * phpmailer/phpmailer: v6.5.1 + [3.3.20](https://github.com/SIU-Toba/framework/releases/tag/v3.3.20) (2021-06-17) - Evita update no intencionado del paquete `siu/interfaces-manejador-salida-toba` - Fix exportación de membresias de perfiles.. no permitia múltiples membresias diff --git a/VERSION b/VERSION index 3df908d457..b2847d518d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.20 +3.3.21 diff --git a/package.json b/package.json index 1f5e16a484..3e36cfe446 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "siu-toba-framework", - "version": "3.3.19", + "version": "3.3.21", "description": "Framework para desarrollo rápido de aplicaciones web", "license": "SEE LICENSE IN licencia.txt", "repository": "https://github.com/SIU-Toba/framework.git", diff --git a/proyectos/toba_editor/proyecto.ini b/proyectos/toba_editor/proyecto.ini index a6c7f85d9b..9dbfa391d0 100644 --- a/proyectos/toba_editor/proyecto.ini +++ b/proyectos/toba_editor/proyecto.ini @@ -6,7 +6,7 @@ mail_soporte = url_ayuda = doc/wiki/trac/toba/wiki/ ;Versi? del proyecto, debe ser formato x.y.z -version = 3.3.20 +version = 3.3.21 ;Nombre de fantas? de la versi? version_fantasia = diff --git a/proyectos/toba_referencia/proyecto.ini b/proyectos/toba_referencia/proyecto.ini index 95543017ef..1d2dfa36fa 100644 --- a/proyectos/toba_referencia/proyecto.ini +++ b/proyectos/toba_referencia/proyecto.ini @@ -8,7 +8,7 @@ url_ayuda_agregar_extension = 0 mostrar_resize_fuente = 1 ;Versi? del proyecto, debe ser formato x.y.z -version = 3.3.20 +version = 3.3.21 api_major = 1 api_minor = 0 diff --git a/proyectos/toba_usuarios/arai.json b/proyectos/toba_usuarios/arai.json index 2b59272952..b992346591 100644 --- a/proyectos/toba_usuarios/arai.json +++ b/proyectos/toba_usuarios/arai.json @@ -9,7 +9,7 @@ "name": "app:siu-toba/toba-usuarios", "alias": "Toba Usuarios", "description": "Gestor de Usuarios y Permisos de SIU-Toba", - "version": "3.3.1" + "version": "3.3.21" } ], "consume": [ diff --git a/proyectos/toba_usuarios/proyecto.ini b/proyectos/toba_usuarios/proyecto.ini index 5b1b700dbc..3f94a618b3 100644 --- a/proyectos/toba_usuarios/proyecto.ini +++ b/proyectos/toba_usuarios/proyecto.ini @@ -5,7 +5,7 @@ descripcion = Descripci? del proyecto mail_soporte = ;Versi? del proyecto, debe ser formato x.y.z -version = 3.3.20 +version = 3.3.21 app_launcher = 1 ;Nombre de fantas? de la versi?