aboutsummaryrefslogtreecommitdiffstats
path: root/include/template.class.php (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-14happy new year 2016, all headers updatedplegall1-2/+2
2014-09-19bug 3119 fixed: patch by mmoy, allow @import url(http://...); directives in ↵plegall1-10/+38
minified CSS file. git-svn-id: http://piwigo.org/svn/trunk@29636 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-09-03feature 3133: add colorscheme parameter for themes. This way we can use theplegall1-1/+7
appropriate CSS for selectize (and other things) git-svn-id: http://piwigo.org/svn/trunk@29389 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-07-02i18n for the new HTML5 upload (use i18n files from plupload)plegall1-0/+10
optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-14add dark selectize theme + "ternary" template modifiermistic1001-1/+17
git-svn-id: http://piwigo.org/svn/trunk@28703 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02local css prefilter does not need new line before get_combined_cssrvelices1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@28600 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-06-02feature 3010 : replace trigger_action/event by trigger_notify/changemistic1001-4/+4
git-svn-id: http://piwigo.org/svn/trunk@28587 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-02-04remove Smarty backward compatible class (pre Smarty3)rvelices1-3/+2
git-svn-id: http://piwigo.org/svn/trunk@27184 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-18bug 3024: Warning: array_merge(): Argument 1 is not an array on ↵mistic1001-12/+28
template.class.php git-svn-id: http://piwigo.org/svn/trunk@26863 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-14bug 2963: Ability to create css/js smarty templates with caching (scripts ↵rvelices1-3/+5
was not using template parameter) git-svn-id: http://piwigo.org/svn/trunk@26718 68402e56-0260-453c-a942-63ccdbb3a9ee
2014-01-05Update headers to 2014. Happy new year!!mistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26461 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-21feature 2985: missing multiplier when comparing css ordersmistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@26073 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07feature 2999: finish documentation of template.class.phpmistic1001-33/+233
git-svn-id: http://piwigo.org/svn/trunk@25815 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-07feature 2999: documentation of Template class, other classes of ↵mistic1001-77/+325
template.class.php pending git-svn-id: http://piwigo.org/svn/trunk@25812 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-12-06FileCombiner does not try to change url of images embedded in base64mistic1001-5/+5
git-svn-id: http://piwigo.org/svn/trunk@25800 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-19bug 2963: Ability to create css/js smarty templates - fixes (last I hope)rvelices1-2/+2
git-svn-id: http://piwigo.org/svn/trunk@25568 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18feature 2963 & feature 2985 : more flexibility for FileCombiner (keep API ↵mistic1001-3/+10
compatibility) git-svn-id: http://piwigo.org/svn/trunk@25547 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-18bug 2963: Ability to create css/js smarty templates - fixes rare cases + ↵rvelices1-33/+24
code simplifications git-svn-id: http://piwigo.org/svn/trunk@25544 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-17feature 2985: allow combine_script to set an ID in order the deal with ↵mistic1001-34/+90
stylesheets overlap git-svn-id: http://piwigo.org/svn/trunk@25506 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12bug 2963: Ability to create css/js smarty templates - fixes againrvelices1-1/+4
git-svn-id: http://piwigo.org/svn/trunk@25471 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12bug 2963: Ability to create css/js smarty templates - fixesrvelices1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@25464 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-11-12bug 2963: Ability to create css/js smarty templates with cachingrvelices1-120/+150
so far can add template=true to combine_css function git-svn-id: http://piwigo.org/svn/trunk@25462 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-30private method becomes public (use in plugin)rvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@25231 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19feature 2978: remove useless sprintf in the coremistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@25005 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-10-19feature 2978: l10n() and {translate} with additional arguments mistic1001-7/+23
TODO: apply in core git-svn-id: http://piwigo.org/svn/trunk@24988 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-30replace the language_prefilter with a postfilter (now that smarty has ↵rvelices1-13/+10
modifiercompiler feature, there is no need for prefilter) git-svn-id: http://piwigo.org/svn/trunk@23688 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-27fix define_derivative (matter of smarty3 variable scope)rvelices1-9/+9
git-svn-id: http://piwigo.org/svn/trunk@23588 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-24Smart 3 - fix per handle prefiltersrvelices1-3/+3
git-svn-id: http://piwigo.org/svn/trunk@23495 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-23Smarty3 added 'translate_dec' compilermodifier (generated code is a lot ↵rvelices1-4/+32
better than $pwg->l10n_dec) git-svn-id: http://piwigo.org/svn/trunk@23476 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-21bug 2858: Smarty3 fix php warnings, concat, used modifier on arrayrvelices1-42/+51
git-svn-id: http://piwigo.org/svn/trunk@23425 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-20smarty 3 - first pass for tests rvelices1-22/+21
git-svn-id: http://piwigo.org/svn/trunk@23384 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-16feature:2785 Improve template method to sort actions buttonsmistic1001-8/+15
+ add default rank = 50 git-svn-id: http://piwigo.org/svn/trunk@23263 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-06-13combine_script recognizes path starting with // as absolute urlsrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@23184 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-03-24- remove code for backward compatibility (jquery ui effect + template variable)rvelices1-20/+6
git-svn-id: http://piwigo.org/svn/trunk@21818 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-25separate each html_style with a nex line, for source code lisibilitymistic1001-1/+1
git-svn-id: http://piwigo.org/svn/trunk@20370 68402e56-0260-453c-a942-63ccdbb3a9ee
2013-01-01 update Piwigo headers to 2013 (the end of the world didn't occur as ↵plegall1-1/+1
expected on r12922) git-svn-id: http://piwigo.org/svn/trunk@19703 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-31bug:2797 added !defined('IN_ADMIN') to prefilter_local_css to exlude the ↵flop251-1/+4
local css files from the administration part git-svn-id: http://piwigo.org/svn/trunk@19696 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-12-26bug:2663 replace JSmin by JShrinkmistic1001-2/+2
git-svn-id: http://piwigo.org/svn/trunk@19576 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-28feature 2771: added backward compatibility with pre jquery ui 1.9 effect ↵rvelices1-0/+16
file naming (combine script id issues) git-svn-id: http://piwigo.org/svn/trunk@18775 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-27feature:2781 Add template method to sort actions buttons mistic1001-0/+36
git-svn-id: http://piwigo.org/svn/trunk@18760 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-10-12feature 2771: upgrade jquery from 1.7.2 to 1.8.2 and jquery.ui from 1.8.16 ↵rvelices1-10/+10
to 1.9.0 Attention plugins: jquery ui effect script ids change when using combine_script because file names changed ... git-svn-id: http://piwigo.org/svn/trunk@18630 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-08-30bug 2725: Piwigo isn't compatible with suPHP + better handling of watermark ↵rvelices1-23/+3
upload errors git-svn-id: http://piwigo.org/svn/trunk@17675 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-25- fix smartpocket : web service calls in admin not working on iphonesrvelices1-13/+13
- removed unused func params in template git-svn-id: http://piwigo.org/svn/trunk@17021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-07-02bug 2674: cssmin 3.0.1 requires PHP 5.2.4 mistic1001-2/+5
git-svn-id: http://piwigo.org/svn/trunk@16278 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-04-03orthographic correctionflop251-5/+5
git-svn-id: http://piwigo.org/svn/trunk@13871 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-18- multisize thumb longest side can be smaller than the square sizervelices1-2/+2
- remove unused css, shorten/optimize php called very often (at least theoretically should be faster) git-svn-id: http://piwigo.org/svn/trunk@13240 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-15multisizepatdenice1-0/+5
- New derivative method for PwgTemplateAdapter. - add quotes to get_size_htm function. git-svn-id: http://piwigo.org/svn/trunk@13170 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-14- added 2 missing embellish_urlrvelices1-2/+2
- fix css (admin bakground not existing; public IE image border) git-svn-id: http://piwigo.org/svn/trunk@13167 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-02-02feature 2548 multisize - custom sizes restricted to those requested by ↵rvelices1-12/+14
theme/plugin code refacto git-svn-id: http://piwigo.org/svn/trunk@13021 68402e56-0260-453c-a942-63ccdbb3a9ee
2012-01-24bugfix prev commitrvelices1-1/+1
git-svn-id: http://piwigo.org/svn/trunk@12955 68402e56-0260-453c-a942-63ccdbb3a9ee