Commit Graph

  • 4b7fba4d88 get config properties via compiler object - reverting part of earlier change of today Uwe Tews 2014-12-30 18:16:51 +01:00
  • e351c0123f move some code into Smarty_Internal_Debug class where it better belongs to Uwe Tews 2014-12-30 17:17:15 +01:00
  • d3e26fb679 template function call handling Uwe Tews 2014-12-30 16:43:42 +01:00
  • 1d248d6349 formatting Uwe Tews 2014-12-30 16:28:18 +01:00
  • 8fe6f14af7 Change class name case because of composer autoloader problems Uwe Tews 2014-12-30 16:27:08 +01:00
  • b122878131 rename parse tree class names and minor fixes Uwe Tews 2014-12-30 16:22:03 +01:00
  • 825ccc9f47 rename parse tree class names to Smarty_Internal_ParseTree.... Uwe Tews 2014-12-30 16:16:54 +01:00
  • 485f093e0b get config properties via template object Uwe Tews 2014-12-30 16:03:21 +01:00
  • 6be6bf7b70 limit the template nesting level by security Uwe Tews 2014-12-30 12:57:43 +01:00
  • 1da50aa61d security can now disable special $smarty variables see also NEW_FEATURES.txt Uwe Tews 2014-12-29 21:59:23 +01:00
  • 49a3427515 clear internal _is_file_cache when plugins_dir was modified Uwe Tews 2014-12-27 23:06:04 +01:00
  • 5e4f55d121 add .plex and .y files Uwe Tews 2014-12-14 00:49:42 +01:00
  • 46654268ef update .gitignore Uwe Tews 2014-12-14 00:44:11 +01:00
  • 2fb5bc6bbe lexer and parser optimizations Uwe Tews 2014-12-13 23:02:29 +01:00
  • 2fe60e8996 resolve parser ambiguity Uwe Tews 2014-12-11 05:21:21 +01:00
  • 042e93c725 Merge pull request #12 from jenolan/master Smarty PHP Template Engine 2014-12-11 03:11:19 +01:00
  • 7bb7b3ac03 Commit 7b2a2c4a88 changed the constant processing to allow a variable in teh $smarty.const but this broke the normal callout. Change allows both methods. Larry Lewis 2014-12-11 08:06:27 +11:00
  • 2a2a73cabc - bugfix call of template function by a variable name did not work after latest changes (forum 25342) Uwe Tews 2014-12-10 00:51:09 +01:00
  • 7bd40d2c0b - bugfix variables $null, $true and $false did not work after the change of 12.11.2014 (forum 25342) Uwe Tews 2014-12-09 23:33:11 +01:00
  • ffbfe40043 - bugfix a plugin with attached modifier could fail if the tag was immediately followed by another Smarty tag (since 3.1.21) (forum 25326) Uwe Tews 2014-11-23 13:25:09 +01:00
  • de7310b702 Revert "delete unwanted file" Uwe Tews 2014-11-13 19:52:41 +01:00
  • 77d8349ffb delete unwanted file Uwe Tews 2014-11-13 19:48:34 +01:00
  • 0b6af0add7 move autoload code into Autoloader.php. Use Composer autoloader when possible Uwe Tews 2014-11-13 19:42:01 +01:00
  • 0b21213c55 new feature - added support of namespaces to template code Uwe Tews 2014-11-12 19:07:00 +01:00
  • c7e8881c76 bugfix for recent changes of {function} tag handling Uwe Tews 2014-11-11 01:01:01 +01:00
  • 9ecbb93ebb update of the $smarty->merge_compiled_includes option Uwe Tews 2014-11-11 00:03:08 +01:00
  • 460be5a5da bugfix for recent changes of {function} tag handling Uwe Tews 2014-11-10 23:57:30 +01:00
  • adc6091c4d update of cache resources for template function calls in nocache mode Uwe Tews 2014-11-09 10:20:06 +01:00
  • 223cdc0787 moved code into constructor Uwe Tews 2014-11-09 10:15:16 +01:00
  • 230c5787e6 move Smarty exceptions into syslibs folder Uwe Tews 2014-11-09 06:42:20 +01:00
  • 4edb5fce30 Update of change log Uwe Tews 2014-11-08 21:44:55 +01:00
  • b82756a705 - bugfix subtemplate called in nocache mode could be called with wrong compile_id when it did change on one of the calling templates Uwe Tews 2014-11-08 21:27:53 +01:00
  • ea9c681106 remove no longer needed code Uwe Tews 2014-11-08 21:06:53 +01:00
  • f92af96419 fixed $smarty->debugging on merged compiled subtemplates Uwe Tews 2014-11-08 21:02:14 +01:00
  • 8f8d462b8a add code of template functions called in nocache mode dynamically to cache file Uwe Tews 2014-11-08 17:19:53 +01:00
  • 845c4184b2 Merge pull request #9 from uwetews/master uwetews 2014-11-04 19:00:56 +01:00
  • 963e5dae5e new $smarty->debug options Uwe Tews 2014-11-04 18:59:57 +01:00
  • 5b1c649c6a Merge pull request #8 from uwetews/master uwetews 2014-11-03 22:31:13 +01:00
  • 158b7be58a Debug Console Update Uwe Tews 2014-11-03 22:27:32 +01:00
  • 4b3196fe30 Merge pull request #2 from smarty-php/master uwetews 2014-11-02 14:57:41 +01:00
  • 4369b2fe05 Merge pull request #7 from uwetews/master uwetews 2014-11-01 22:52:01 +01:00
  • bc13ebbc9b -bugfix and enhancement on subtemplate {include} and template {function} tags. Uwe Tews 2014-11-01 22:42:34 +01:00
  • 5f2f292739 Merge pull request #1 from smarty-php/master uwetews 2014-11-01 11:24:58 +01:00
  • 337ab5bd1e Merge pull request #6 from aivus/patch-1 Smarty PHP Template Engine 2014-11-01 11:14:25 +01:00
  • 95cc39deb6 Clean merge conflicts Ilya Antipenko 2014-11-01 11:22:03 +02:00
  • 402547baaf Merge pull request #5 from uwetews/master Smarty PHP Template Engine 2014-11-01 00:42:31 +01:00
  • 199c16e827 resolved merge conflict Uwe Tews 2014-11-01 00:34:32 +01:00
  • 84e5ef7345 3.1.22-dev Uwe Tews 2014-10-31 05:48:52 +01:00
  • 21204c6613 Merge branch 'trunk' Uwe Tews 2014-10-31 05:31:56 +01:00
  • 1f878e6d74 v3.1.21 v3.1.21 Uwe Tews 2014-10-31 05:22:20 +01:00
  • 6254b5d4df Merge branch 'v3.1.21' Uwe Tews 2014-10-31 05:16:16 +01:00
  • cef27602bb v3.1.20 v3.1.20 Uwe Tews 2014-10-31 05:12:39 +01:00
  • 1153afe2f5 Merge branch 'v3.1.20' Uwe Tews 2014-10-31 05:05:40 +01:00
  • be0fd3186c Merge branch 'v3.1.19' v3.1.19 Uwe Tews 2014-10-31 02:29:14 +01:00
  • c65444124a v3.1.19 Uwe Tews 2014-10-31 02:26:40 +01:00
  • bf1de6c105 Merge branch 'v3.1.18' v3.1.18 Uwe Tews 2014-10-31 02:15:15 +01:00
  • 97decc4c04 Merge branch 'v3.1.17' v3.1.17 Uwe Tews 2014-10-31 02:10:17 +01:00
  • 43be80762e Merge branch 'v3.1.16' v3.1.16 Uwe Tews 2014-10-31 02:05:49 +01:00
  • 1bdaf9a2a6 v3.1.15 v3.1.15 Uwe Tews 2014-10-31 02:02:52 +01:00
  • 4281d16bd4 Merge branch 'v3.1.15' Uwe Tews 2014-10-31 01:59:07 +01:00
  • 5ea2a50161 v3.1.14 v3.1.14 Uwe Tews 2014-10-31 01:55:21 +01:00
  • 8c18f8664c Merge branch 'v3.1.14' Uwe Tews 2014-10-31 01:52:37 +01:00
  • 7b2a2c4a88 Merge branch 'v3.1.13' v3.1.13 Uwe Tews 2014-10-31 01:47:26 +01:00
  • 014e8bc2be Merge branch 'v3.1.12' v3.1.12 Uwe Tews 2014-10-31 01:41:04 +01:00
  • 25d1339bea v3.1.12 Uwe Tews 2014-10-31 01:38:04 +01:00
  • 0b24c4520b Merge branch 'v3.1.11' v3.1.11 Uwe Tews 2014-10-31 01:35:16 +01:00
  • 5b6aa49b23 prepare 3.1 Uwe Tews 2014-10-31 01:34:24 +01:00
  • af7a4c10e2 v3.1.11 Uwe Tews 2014-10-31 01:30:32 +01:00
  • f83b3effc6 prepare 3.1 Uwe Tews 2014-10-31 01:28:26 +01:00
  • 0ecdd6c41d Merge branch 'v2.6.28' v2.6.28 Uwe Tews 2014-10-31 01:07:20 +01:00
  • a4ff415bfa delete unneeded Uwe Tews 2014-10-31 01:06:18 +01:00
  • 9a36601dad Merge branch 'v2.6.27' v2.6.27 Uwe Tews 2014-10-31 01:03:22 +01:00
  • 1594e08924 delete unneeded Uwe Tews 2014-10-31 01:02:41 +01:00
  • ad3e64b890 Merge branch 'v2.6.26' v2.6.26 Uwe Tews 2014-10-31 00:57:26 +01:00
  • 8bcad8125a delete unneeded Uwe Tews 2014-10-31 00:56:50 +01:00
  • de8354e152 Merge branch 'v2.6.25' v2.6.25 Uwe Tews 2014-10-31 00:52:59 +01:00
  • 9e6dddeee4 delete unneeded Uwe Tews 2014-10-31 00:52:20 +01:00
  • 79ce93d4fd Merge branch 'v2.6.24' v2.6.24 Uwe Tews 2014-10-31 00:47:33 +01:00
  • 1bd813d939 delete unneeded Uwe Tews 2014-10-31 00:46:27 +01:00
  • f433b70cf1 Init Uwe Tews 2014-10-31 00:42:46 +01:00
  • 52fb7b1e25 - bugfix access to class constant by object like {$object::CONST} or variable class name {$class::CONST} did not work (forum 25301) me Uwe Tews 2014-10-30 00:55:01 +01:00
  • 0c9ca2994e - bugfix merge_compiled_includes option failed when caching enables and same subtemplate was included cached and not cached Uwe Tews 2014-10-26 09:47:10 +01:00
  • f7955513b2 Revert "- bugfix template function call handler must never be called as nocache code" Uwe Tews 2014-10-24 00:09:45 +02:00
  • db183d1aa4 - bugfix template function call handler must never be called as nocache code Uwe Tews 2014-10-23 19:05:25 +02:00
  • a22ee9f264 - bugfix E_NOTICE message was created during compilation when ASP tags '<%' or '%>' are in template source text Uwe Tews 2014-10-23 18:27:12 +02:00
  • fc55a39d67 Update README.md Uwe Tews 2014-10-23 18:13:05 +02:00
  • 53c5e3fc4a Added licence file and demo folder Uwe Tews 2014-10-18 17:42:52 +02:00
  • cbc9ce927e add composer release notes Uwe Tews 2014-10-18 07:48:57 +02:00
  • c0a9a0449b add composer release notes Uwe Tews 2014-10-18 07:44:20 +02:00
  • 16afbfaca1 Prepare 3.1.22-dev Uwe Tews 2014-10-18 01:21:53 +02:00
  • 1441f32fce Upload 3.1.21 Uwe Tews 2014-10-18 01:19:29 +02:00
  • 117d28f647 Upload 3.21 Uwe Tews 2014-10-18 01:17:22 +02:00
  • 542892dded Upload 3.1.21 Uwe Tews 2014-10-18 01:09:18 +02:00
  • 024b336bea Upload 3.1.20 Uwe Tews 2014-10-18 01:05:22 +02:00
  • 7c6b3d21fa revert Uwe Tews 2014-10-18 01:01:36 +02:00
  • 6cb40b8bcc Upload 3.1.20 Uwe Tews 2014-10-18 00:55:00 +02:00
  • bdac1cb2e1 Upload 3.1.20 Uwe Tews 2014-10-18 00:53:39 +02:00
  • d26db3f717 Revert "Prepare 3.2.22-dev" Uwe Tews 2014-10-18 00:45:38 +02:00
  • 451c62001d Prepare 3.2.22-dev Uwe Tews 2014-10-18 00:38:59 +02:00
  • eb48f3bcea Upload 3.1.21 Uwe Tews 2014-10-18 00:31:50 +02:00