===== trunk =====
===== Smarty-3.1.11 =====
30.06.2012
- bugfix {block.. hide} did not work as nested child (Forum Topic 22216)
25.06.2012
- bugfix the default plugin handler did not allow static class methods for modifier (issue 85)
24.06.2012
- bugfix escape modifier support for PHP < 5.2.3 (Forum Topic 21176)
11.06.2012
- bugfix the patch for Topic 21856 did break tabs between tag attributes (Forum Topic 22124)
===== Smarty-3.1.10 =====
09.06.2012
- bugfix the compiler did ignore registered compiler plugins for closing tags (Forum Topic 22094)
- bugfix the patch for Topic 21856 did break multiline tags (Forum Topic 22124)
===== Smarty-3.1.9 =====
07.06.2012
- bugfix fetch() and display() with relative paths (Issue 104)
- bugfix treat "0000-00-00" as 0 in modifier.date_format (Issue 103)
24.05.2012
- bugfix Smarty_Internal_Write_File::writeFile() could cause race-conditions on linux systems (Issue 101)
- bugfix attribute parameter names of plugins may now contain also "-" and ":" (Forum Topic 21856)
- bugfix add compile_id to cache key of of source (Issue 97)
22.05.2012
- bugfix recursive {include} within {section} did fail (Smarty developer group)
12.05.2012
- bugfix {html_options} did not properly escape values (Issue 98)
03.05.2012
- bugfix make HTTP protocall version variable (issue 96)
02.05.2012
- bugfix {nocache}{block}{plugin}... did produce wrong compiled code when caching is disabled (Forum Topic 21572, issue 95)
12.04.2012
- bugfix Smarty did eat the linebreak after the <?xml...?> closing tag (Issue 93)
- bugfix concurrent cache updates could create a warning (Forum Topic 21403)
08.04.2012
- bugfix "\\" was not escaped correctly when generating nocache code (Forum Topic 21364)
30.03.2012
- bugfix template inheritance did not throw exception when a parent template was deleted (issue 90)
27.03.2012
- bugfix prefilter did run multiple times on inline subtemplates compiled into several main templates (Forum Topic 21325)
- bugfix implement Smarty2's behaviour of variables assigned by reference in SmartyBC. {assign} will affect all references.
(issue 88)
21.03.2012
- bugfix compileAllTemplates() and compileAllConfig() did not return the number of compiled files (Forum Topic 21286)
13.03.2012
- correction of yesterdays bugfix (Forum Topic 21175 and 21182)
12.03.2012
- bugfix a double quoted string of "$foo" did not compile into PHP "$foo" (Forum Topic 21175)
- bugfix template inheritance did set $merge_compiled_includes globally true
03.03.2012
- optimization of compiling speed when same modifier was used several times
02.03.2012
- enhancement the default plugin handler can now also resolve undefined modifier (Smarty::PLUGIN_MODIFIER)
(Issue 85)
===== Smarty-3.1.8 =====
19.02.2012
- bugfix {include} could result in a fatal error if used in appended or prepended nested {block} tags
(reported by mh and Issue 83)
- enhancement added Smarty special variable $smarty.template_object to return the current template object (Forum Topic 20289)
07.02.2012
- bugfix increase entropy of internal function names in compiled and cached template files (Forum Topic 20996)
- enhancement cacheable parameter added to default plugin handler, same functionality as in registerPlugin (request by calguy1000)
06.02.2012
- improvement stream_resolve_include_path() added to Smarty_Internal_Get_Include_Path (Forum Topic 20980)
- bugfix fetch('extends:foo.tpl') always yielded $source->exists == true (Forum Topic 20980)
- added modifier unescape:"url", fix (Forum Topic 20980)
- improvement replaced some calls of preg_replace with str_replace (Issue 73)
30.01.2012
- bugfix Smarty_Security internal $_resource_dir cache wasn't properly propagated
27.01.2012
- bugfix Smarty did not a template name of "0" (Forum Topic 20895)
20.01.2012
- bugfix typo in Smarty_Internal_Get_IncludePath did cause runtime overhead (Issue 74)
- improvment remove unneeded assigments (Issue 75 and 76)
- fixed typo in template parser
- bugfix output filter must not run before writing cache when template does contain nocache code (Issue 71)
02.01.2012
- bugfix {block foo nocache} did not load plugins within child {block} in nocache mode (Forum Topic 20753)
29.12.2011
- bugfix enable more entropy in Smarty_Internal_Write_File for "more uniqueness" and Cygwin compatibility (Forum Topic 20724)
- bugfix embedded quotes in single quoted strings did not compile correctly in {nocache} sections (Forum Topic 20730)
28.12.2011
- bugfix Smarty's internal header code must be excluded from postfilters (issue 71)
22.12.2011
- bugfix the new lexer of 17.12.2011 did fail if mbstring.func_overload != 0 (issue 70) (Forum Topic 20680)
- bugfix template inheritace did fail if mbstring.func_overload != 0 (issue 70) (Forum Topic 20680)
20.12.2011
- bugfix template inheritance: {$smarty.block.child} in nested child {block} tags did not return
content after {$smarty.block.child} (Forum Topic 20564)
===== Smarty-3.1.7 =====
18.12.2011
- bugfix strings ending with " in multiline strings of config files failed to compile (issue #67)
- added chaining to Smarty_Internal_Templatebase
- changed unloadFilter() to not return a boolean in favor of chaining and API conformity
- bugfix unregisterObject() raised notice when object to unregister did not exist
- changed internals to use Smarty::$_MBSTRING ($_CHARSET, $_DATE_FORMAT) for better unit testing
- added Smarty::$_UTF8_MODIFIER for proper PCRE charset handling (Forum Topic 20452)
- added Smarty_Security::isTrustedUri() and Smarty_Security::$trusted_uri to validate
remote resource calls through {fetch} and {html_image} (Forum Topic 20627)
17.12.2011
- improvement of compiling speed by new handling of plain text blocks in the lexer/parser (issue #68)
16.12.2011
- bugfix the source exits flag and timestamp was not setup when template was in php include path (issue #69)
9.12.2011
- bugfix {capture} tags around recursive {include} calls did throw exception (Forum Topic 20549)
- bugfix $auto_literal = false did not work with { block} tags in child templates (Forum Topic 20581)
- bugfix template inheritance: do not include code of {include} in overloaded {block} into compiled
parent template (Issue #66}
- bugfix template inheritance: {$smarty.block.child} in nested child {block} tags did not return expected
result (Forum Topic 20564)
===== Smarty-3.1.6 =====
30.11.2011
- bugfix is_cache() for individual cached subtemplates with $smarty->caching = CACHING_OFF did produce
an exception (Forum Topic 20531)
29.11.2011
- bugfix added exception if the default plugin handler did return a not static callback (Forum Topic 20512)
25.11.2011
- bugfix {html_select_date} and {html_slecet_time} did not default to current time if "time" was not specified
since r4432 (issue 60)
24.11.2011
- bugfix a subtemplate later used as main template did use old variable values
21.11.2011
- bugfix cache file could include unneeded modifier plugins under certain condition
18.11.2011
- bugfix declare all directory properties private to map direct access to getter/setter also on extended Smarty class
16.11.2011
- bugfix Smarty_Resource::load() did not always return a proper resource handler (Forum Topic 20414)
- added escape argument to html_checkboxes and html_radios (Forum Topic 20425)
===== Smarty-3.1.5 =====
14.11.2011
- bugfix allow space between function name and open bracket (forum topic 20375)
09.11.2011
- bugfix different behaviour of uniqid() on cygwin. See https://bugs.php.net/bug.php?id=34908
(forum topic 20343)
01.11.2011
- bugfix {if} and {while} tags without condition did not throw a SmartyCompilerException (Issue #57)
- bugfix multiline strings in config files could fail on longer strings (reopened Issue #55)
22.10.2011
- bugfix smarty_mb_from_unicode() would not decode unicode-points properly
- bugfix use catch Exception instead UnexpectedValueException in
clearCompiledTemplate to be PHP 5.2 compatible
21.10.2011
- bu
没有合适的资源?快使用搜索试试~ 我知道了~
温馨提示
【资源说明】 1、该资源包括项目的全部源码,下载可以直接使用! 2、本项目适合作为计算机、数学、电子信息等专业的课程设计、期末大作业和毕设项目,作为参考资料学习借鉴。 3、本资源作为“参考资料”如果需要实现其他功能,需要能看懂代码,并且热爱钻研,自行调试。 触控式数字媒体发布系统源码+项目说明.zip
资源推荐
资源详情
资源评论
收起资源包目录
触控式数字媒体发布系统源码+项目说明.zip (2000个子文件)
browsercombined.css.backup 27KB
aloha.css 194KB
jquery.mobile.css 133KB
ext-all.css 131KB
jquery.mobile.min.css 92KB
jquery.mobile.structure.css 78KB
jquery.mobile.structure.min.css 69KB
jquery.mobile.theme.css 49KB
xtheme-gray.css 38KB
jquery-ui.css 32KB
jquery-ui.css 31KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.css 30KB
jquery-ui.min.css 25KB
jquery.mobile.theme.min.css 24KB
jquery-ui-1.8.10.custom.css 22KB
browsercombined.css 21KB
jquery-ui-1.8.13.custom.css 20KB
ui.theme.css 18KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 17KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.css 16KB
jquery.ui.theme.min.css 13KB
base.css 13KB
screen.css 12KB
ui.jqgrid.css 12KB
gray-theme.css 11KB
iehacks.css 11KB
ui.css 10KB
ui.css 10KB
ui.css 10KB
ui.css 10KB
ui.css 10KB
ui.css 10KB
comments.css 10KB
fullcalendar.css 10KB
ui.css 10KB
ui.css 9KB
ui.css 9KB
ui.css 9KB
grid.css 9KB
yaml.default.css 9KB
typography.css 9KB
ext-aloha.css 8KB
browser.jqgrid.css 8KB
browser.css 7KB
jquery.impromptu.css 6KB
aloha-sidebar.css 6KB
jquery.mcdropdown.css 6KB
jquery.mcdropdown.css 6KB
app.css 6KB
home.css 6KB
calendar-win2k-2.css 6KB
calendar-win2k-cold-2.css 6KB
calendar-win2k-1.css 6KB
calendar-win2k-2.css 6KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
土豆片片
- 粉丝: 1722
- 资源: 5642
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【java毕业设计】程序设计基础课程辅助教学系统(springboot+vue+mysql+说明文档).zip
- 【java毕业设计】餐饮连锁店管理系统的设计与实现(springboot+vue+mysql+说明文档).zip
- 【java毕业设计】博物馆文博资源库系统设计(springboot+vue+mysql+说明文档).zip
- 【java毕业设计】springboot+vue的桂林旅游网站系统(springboot+vue+mysql+说明文档).zip
- 编译原理课程设计,Python基于 LR (1) 分析的类 C 语言语法分析器源代码+使用说明
- 【java毕业设计】“西贝”小说网站的设计与实现(springboot+vue+mysql+说明文档).zip
- Linux C语言实现的俄罗斯方块小游戏
- redis7.0.5 docker镜像
- Makefile-基于Linux下的分布式性能监控+项目源码+文档说明
- STM32读取JY61P官方例程(标准库)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功