aboutsummaryrefslogtreecommitdiffstats
path: root/include/smarty (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "bug #405 fixed, embed CSS style inline"plegall2016-01-221-2/+2
| | | | This reverts commit f3cb99ea09d5a490758febba6b22d28bbab3b356.
* bug #405 fixed, embed CSS style inlineplegall2016-01-211-2/+2
| | | | emogrifier could not work, unless we reapply changes introduced by @mistic100 in earlier commits 9cc816d364057828cecc26dc1432448a57f261e9 and efbc08e537e26dde5f1bd98de4f8608ad6e81501
* changes on Smarty side breaks all prefilter in Piwigoplegall2016-01-211-1/+5
| | | | | It would be better to modify the way template.class.php registers prefilters but I didn't find the appropriate data structure.
* update to Smarty 3.1.29plegall2016-01-2131-1352/+1374
|
* changes on Smarty side breaks all prefilter in Piwigoplegall2015-12-201-1/+5
| | | | | It would be better to modify the way template.class.php registers prefilters but I didn't find the appropriate data structure.
* update Smarty to official version 3.1.28plegall2015-12-159-37/+46
|
* bug #385 update to smarty-3.1.28-dev (from Github)plegall2015-12-10217-13416/+22553
|
* 2816: {strip} removes too much things, fixed again for smarty 3mistic1002013-10-121-2/+2
| | | | git-svn-id: http://piwigo.org/svn/trunk@24877 68402e56-0260-453c-a942-63ccdbb3a9ee
* Smarty EOL style LF svn propertyrvelices2013-06-2332-3803/+3803
| | | | git-svn-id: http://piwigo.org/svn/trunk@23485 68402e56-0260-453c-a942-63ccdbb3a9ee
* smarty 3 - first pass for tests rvelices2013-06-20172-9496/+26414
| | | | git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
* feature 2816: {strip} smarty tag can introduce bugs in javascript + fix ↵mistic1002012-12-261-1/+1
| | | | | | picture.tpl git-svn-id: http://piwigo.org/svn/trunk@19575 68402e56-0260-453c-a942-63ccdbb3a9ee
* - fix smarty debugging info (not important)rvelices2009-07-301-6/+11
| | | | git-svn-id: http://piwigo.org/svn/trunk@3703 68402e56-0260-453c-a942-63ccdbb3a9ee
* merge r3583 from branch 2.0 to trunkpatdenice2009-07-156-61/+90
| | | | | | | Update smarty to 2.6.26 git-svn-id: http://piwigo.org/svn/trunk@3584 68402e56-0260-453c-a942-63ccdbb3a9ee
* fix html warnings. unclosed monotagsnikrou2009-03-094-4/+4
| | | | git-svn-id: http://piwigo.org/svn/trunk@3185 68402e56-0260-453c-a942-63ccdbb3a9ee
* optimizations (php only)rvelices2009-02-041-6/+12
| | | | | | | | | - removed unnecessary call to array_unique in get_image_ids_for_tags - put back in smarty exec time counting (debug mode) for each included template - prefix some smarty modifiers with @ in some templates - do not call format_date (still very slow due to mktime and date even after prev commit) from category_default.inc.php - if used in templates format_date can be used as a smarty modifier git-svn-id: http://piwigo.org/svn/trunk@3120 68402e56-0260-453c-a942-63ccdbb3a9ee
* Upgrade Smarty to 2.6.22patdenice2008-12-195-7/+12
| | | | git-svn-id: http://piwigo.org/svn/trunk@3000 68402e56-0260-453c-a942-63ccdbb3a9ee
* Update Smarty to 2.6.21patdenice2008-12-096-31/+56
| | | | git-svn-id: http://piwigo.org/svn/trunk@2961 68402e56-0260-453c-a942-63ccdbb3a9ee
* - upgrade smarty to latest release 2.6.20rvelices2008-09-168-25/+53
| | | | git-svn-id: http://piwigo.org/svn/trunk@2538 68402e56-0260-453c-a942-63ccdbb3a9ee
* - index.tpl, menubar.tpl, mainpage_categories.tpl and month_calendar.tpl go ↵rvelices2008-03-011-7/+15
| | | | | | | | smarty - better template debugging tweak (the smarty console is shown only once at the end) git-svn-id: http://piwigo.org/svn/trunk@2231 68402e56-0260-453c-a942-63ccdbb3a9ee
* - first smarty use ... (in admin.php and admin plugins page)rvelices2008-02-2774-0/+11325
git-svn-id: http://piwigo.org/svn/trunk@2216 68402e56-0260-453c-a942-63ccdbb3a9ee