uwetews
dc9872e0e2
- bugfix broken PHP 5.2 compatibility https://github.com/smarty-php/smarty/issues/139
2015-12-19 21:55:32 +01:00
uwetews
9cdf68807f
- improvement make sure that compiled and cache templates never can contain a trailing '?>?
2015-12-19 21:37:46 +01:00
uwetews
d11956fc78
- remove no longer used code
2015-12-19 21:35:24 +01:00
uwetews
116c0caa5b
update travis
2015-12-19 20:19:32 +01:00
uwetews
b75f638d20
update travis
2015-12-19 20:16:18 +01:00
uwetews
5558f4face
update travis
2015-12-19 20:13:46 +01:00
uwetews
224a1c4874
- bugfix broken PHP 5.2 compatibility
2015-12-19 20:10:45 +01:00
uwetews
e32720ef4e
- bugfix using $smarty.capture.foo in expressions could fail https://github.com/smarty-php/smarty/pull/138
2015-12-19 19:18:31 +01:00
uwetews
818715351a
typo
2015-12-18 05:52:04 +01:00
uwetews
44eea98260
- bugfix regression when mdifier parameter was follow by math https://github.com/smarty-php/smarty/issues/132
2015-12-18 04:43:55 +01:00
uwetews
05c069d889
- bugfix using {block append/prepend} on same block in multiple levels of inheritance templates could fail (forum topic 25827)
2015-12-18 00:34:58 +01:00
uwetews
9a8bcb93b1
- bugfix text content consisting of just a single '0' like in {if true}0{/if} was suppressed (forum topic 25834)
2015-12-17 21:51:19 +01:00
uwetews
919861014a
- bugfix using {block append/prepend} on same block in multiple levels of inheritance templates could fail (forum topic 25827)
2015-12-17 21:32:36 +01:00
uwetews
fb80bd53a5
- bugfix {$smarty.capture.nameFail} did lowercase capture name https://github.com/smarty-php/smarty/issues/135
2015-12-17 20:31:30 +01:00
uwetews
b7118b6beb
- optimize direct access $smarty->template_dir = 'foo'; should call Smarty::setTemplateDir() https://github.com/smarty-php/smarty/issues/121
2015-12-16 22:32:07 +01:00
uwetews
c4a5aca865
- bugfix direct access $smarty->template_dir = 'foo'; should call Smarty::setTemplateDir() https://github.com/smarty-php/smarty/issues/121
2015-12-16 04:54:34 +01:00
uwetews
fa3aed33ee
- bugfix {foreach} did fail if from atrribute is a Generator class https://github.com/smarty-php/smarty/issues/128
2015-12-16 03:25:33 +01:00
uwetews
e1eefdca75
Merge pull request #127 from logbon72/master
...
Restored Smarty_Internal_Data::getVariable()
2015-12-16 00:58:13 +01:00
uwetews
b842934abd
Merge pull request #129 from eaglewu/patch-1
...
Compatible with PHP7
2015-12-16 00:57:54 +01:00
Di Wu
1f7a82e2be
Compatible with PHP7
...
Explicitly defining the evaluation order with the curly braces.
In PHP5
``
$person->$property['first'] is evaluated as $person->{$property['first']}
``
But in PHP7
``
$person->$property['first'] is evaluated as {$person->$property}['first']
``
2015-12-15 17:37:53 +08:00
Joseph Orilogbon
048b648bff
- Restored Smarty_Internal_Data::getVariable(), but added deprecation message.
2015-12-15 08:54:21 +01:00
uwetews
017120c1ef
- bugfix a call to clearAllCache() and other should clear all internal template object caches (forum topic 25828)
2015-12-15 03:37:13 +01:00
uwetews
80f872ac06
Merge pull request #126 from glensc/patch-1
...
Update NEW_FEATURES.txt
2015-12-15 01:52:53 +01:00
uwetews
862ce9db08
- bugfix {$smarty.cookies.foo} did return the $_COOKIE array not the 'foo' value https://github.com/smarty-php/smarty/issues/122
2015-12-15 01:34:18 +01:00
Elan Ruusamäe
ca12046179
typos here too
2015-12-14 23:33:42 +02:00
Elan Ruusamäe
362af770fe
one more typo fix
...
altho not sure where the quote should be here
2015-12-14 23:31:40 +02:00
Elan Ruusamäe
b40684c5d5
more typos
2015-12-14 23:30:45 +02:00
Elan Ruusamäe
5c71e35d4f
Update NEW_FEATURES.txt
...
typos
2015-12-14 23:29:07 +02:00
uwetews
c4e6ad6c35
- bugfix multiple calls of {section} with same name droped E_NOTICE error https://github.com/smarty-php/smarty/issues/118
2015-12-14 00:18:27 +01:00
uwetews
f8ec3ecaef
- bugfix {$smarty.config.foo} broken in 3.1.28 https://github.com/smarty-php/smarty/issues/120
2015-12-14 00:04:31 +01:00
uwetews
bc3ea2c878
Prepare .1.29-dev
2015-12-13 15:41:00 +01:00
uwetews
d234f79203
Prepare release 3.1.28
v3.1.28
2015-12-13 15:19:58 +01:00
uwetews
15e3d10267
Fix typos
2015-12-13 15:16:20 +01:00
uwetews
2cab5c74ff
fix link to documentation
2015-12-13 14:50:11 +01:00
uwetews
dca9cd887e
Merge pull request #117 from yonexyonex/fix_typo
...
fix typo in template error message
2015-12-13 14:41:20 +01:00
yonex
fc999d81be
fix typo in template error message
2015-12-13 22:35:22 +09:00
uwetews
e8078f55ae
- bugfix Debug Console could display incorrect data when using subtemplates
2015-12-13 14:15:54 +01:00
uwetews
7e521a92d9
- bugfix $smarty->debugging_ctrl = 'URL' did not work (forum topic 25811)
2015-12-13 10:16:10 +01:00
uwetews
6dc9196c35
- bugfix {foreach} and {section} with uppercase characters in name attribute did not work (forum topic 25819)
2015-12-13 06:30:08 +01:00
uwetews
71e364e4b2
- bugix Smarty did fail under PHP 7.0.0 with use_include_path = true;
2015-12-09 02:16:48 +01:00
uwetews
e783f61132
- bugix Smarty did fail under PHP 7.0.0 with use_include_path = true;
2015-12-09 02:03:56 +01:00
uwetews
260d3e3e46
-bugfix {strip} should exclude some html tags from stripping, related to fix for https://github.com/smarty-php/smarty/issues/111
2015-12-09 01:35:17 +01:00
uwetews
ee743d2729
update of SMARTY_VERSION
2015-12-08 23:45:04 +01:00
uwetews
29e2eb0bca
- bugfix internal template function data got stored in wrong compiled file https://github.com/smarty-php/smarty/issues/114
2015-12-08 23:41:42 +01:00
uwetews
be8340bef2
- remove no longer needed file and updated testinstall
2015-12-08 23:41:01 +01:00
uwetews
4839d0e0cc
-bugfix {strip} should insert a single space https://github.com/smarty-php/smarty/issues/111
2015-12-05 17:28:05 +01:00
uwetews
54fe432730
Merge pull request #109 from KLVTZ/master
...
Refactor readme: use github markdown parser
2015-12-04 04:11:16 +01:00
Justin Page
a061365844
Provide new line to separate highlights
2015-11-28 16:51:14 -08:00
Justin Page
0403c876ed
Use quotes to highlight features
2015-11-28 16:48:27 -08:00
Justin Page
2bc86a00f1
Wrap JSON examples in language specific code wrap
...
This allows Github or any repo system to parse and display correctly code
examples by proper wrappers.
2015-11-28 16:45:46 -08:00