summaryrefslogtreecommitdiff
path: root/inc/template.php
Commit message (Expand)AuthorAge
* Merge pull request #613 from splitbrain/detail_charset_fixAndreas Gohr2014-03-24
|\
| * Add encoding fix to tpl_img_getTag()Christopher Smith2014-03-13
* | allow disabling the rss feedGerrit Uitslag2014-03-18
* | Merge pull request #527 from splitbrain/userlinkGerrit Uitslag2014-03-16
|\ \
| * | Rename userinfo() to userlink()Gerrit Uitslag2014-03-16
| * | Merge remote-tracking branch 'origin/master' into userlinkGerrit Uitslag2014-03-10
| |\|
| * | wrap userlink building with event.Gerrit Uitslag2014-02-04
* | | Merge pull request #573 from splitbrain/FS#2437detailphprefactorAndreas Gohr2014-03-16
|\ \ \
| * | | refactor detail.php to template.phpGerrit Uitslag2014-02-25
| |/ /
* | | Merge pull request #574 from splitbrain/FS#2124deniedtextAndreas Gohr2014-03-14
|\ \ \ | |_|/ |/| |
| * | Show 'not logged in' only when logged out FS#2124Gerrit Uitslag2014-02-25
| |/
* | amend $_SERVER to $INPUT->serverChristopher Smith2014-03-06
* | set empty 'do' key to avoid errors in other tpl functionsChristopher Smith2014-03-05
* | use isset() + ?: or error suppression where value may not be setChristopher Smith2014-03-05
|/
* Update tpl_getConf() signature to match plugin::getConf()Christopher Smith2014-02-02
* removed deprecated tpl_getFavicon()Anika Henke2013-11-04
* localize some meta header titels. Fixes FS#2409Gerrit Uitslag2013-10-31
* Fix handling of the legacy subscription action nameMichael Hamann2013-10-20
* replace boolean conditional checks on possibly uninitialized vars with \!empt...Christopher Smith2013-10-16
* not assign object from plugin_load by referenceGerrit Uitslag2013-10-15
* Fix the js and css cache seed to contain the update versionMichael Hamann2013-09-17
* Fix tpl_basedir to use the supplied templateMichael Hamann2013-09-17
* Merge pull request #263 from splitbrain/mediamanager_list_orderingAndreas Gohr2013-08-04
|\
| * fix the default ordering of media files to be "natural".Christopher Smith2013-08-03
* | added missing defaultAndreas Gohr2013-08-03
* | allow for a style.ini in conf/<tpl>/style.iniAndreas Gohr2013-08-03
|/
* Merge pull request #251 from splitbrain/localizetemplateAndreas Gohr2013-08-02
|\
| * improve method name and phpdocsKlap-in2013-08-02
| * localized texts for templatesKlap-in2013-08-02
* | fixed some bi-directionality issuesAnika Henke2013-08-02
|/
* Merge pull request #247 from splitbrain/FS#2766Anika Henke2013-08-01
|\
| * Improve nofollow behaviour for ?do=indexChristopher Smith2013-08-01
* | Merge pull request #194 from splitbrain/loggedin-classChristopher Smith2013-08-01
|\ \
| * | improved coding style on tpl_classes()Anika Henke2013-08-01
| * | added tpl_classes() to return useful layout classesAnika Henke2013-07-21
* | | Merge pull request #248 from splitbrain/ariaAndreas Gohr2013-08-01
|\ \ \ | |_|/ |/| |
| * | added aria roles to search and acl managerAnika Henke2013-08-01
| |/
* / include updateVersion in CSS/JS tseed to force reload on updateAndreas Gohr2013-07-31
|/
* use correct endpoint in tpl_actiondropdown FS#2760Andreas Gohr2013-05-03
* Merge pull request #185 from splitbrain/FS#2724Andreas Gohr2013-02-24
|\
| * add security token back, but not for anonymous usersChristopher Smith2013-02-19
| * remove security token from tpl_actiondropdown - its not necessary, we're not ...Christopher Smith2013-02-18
| * change tpl_actiondropdown request method to 'get'Christopher Smith2013-02-18
* | Update inc/template.phparbrk12013-02-20
|/
* Merge pull request #164 from splitbrain/diff_recent_prefsChristopher Smith2013-02-03
|\
| * store choices for recent changes and diff views in cookie (FS#2438 andAnika Henke2013-01-26
* | added 'home' class to first link in hierarchical breadcrumbsAnika Henke2013-02-03
* | open fullscreen media manager in current namespace (FS#2420)Anika Henke2013-01-27
|/
* fixed wrong sidebar showing in namespaces when sidebar is disabledAnika Henke2012-11-18
* removed redundant variables in tpl_include_page() (because of 3ff8773b)Anika Henke2012-10-26