summaryrefslogtreecommitdiff
path: root/inc/template.php
Commit message (Collapse)AuthorAge
* Merge pull request #1279 from splitbrain/tpl_action_get2Gerrit Uitslag2015-08-05
|\ | | | | TPL_ACTION_UNKNOWN event for building action/button links
| * rename to TPL_ACTION_GETGerrit Uitslag2015-08-03
| | | | | | This event handles both known core types and unknown types as default
| * remove debug varGerrit Uitslag2015-08-01
| |
| * TPL_ACTION_UNKNOWN event for building action/button linksGerrit Uitslag2015-08-01
| |
* | TEMPLATE_SITETOOLS_DISPLAY and TEMPLATE_USERTOOLS_DISPLAYGerrit Uitslag2015-08-01
|/ | | | re-add PR #470 again.
* Merge remote-tracking branch 'origin/master' into stylerAnika Henke2015-07-25
|\ | | | | | | | | Conflicts: lib/exe/css.php
| * refactored tpl_actiondropdown() to avoid duplicationAnika Henke2015-07-12
| |
| * changed all input type=submit buttons to button type=submit button for ↵Anika Henke2015-07-12
| | | | | | | | better stylability
* | make personal style ini to cause cache reloadsAndreas Gohr2015-07-24
|/
* Provide a function to return admin plugin for the page request.Christopher Smith2015-05-16
| | | | | | | This was previously carried out in three separate places. Refactor that code to use the new function. Update tpl_pageTitle test to use a manager level admin plugin.
* fix missing language code parameter for admin plugin titlesChristopher Smith2015-05-16
| | | | add unit test coverage
* Show a relevant page title for other actionsChristopher Smith2015-05-15
| | | | | | | | | See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape - Show page name + action for page actions, e.g. changes, backlinks - Show a utf8 pen glyph when editing - Otherwise show the page name (as previously)
* Revert "Show a relevant page title for other actions"Christopher Smith2015-05-15
| | | | This reverts commit c2fbf98617ceed35a8d735fbc917627e001f225b.
* Show a relevant page title for other actionsChristopher Smith2015-05-15
| | | | | | | | | See Issue #1149 - Show 'admin' or the admin plugin name for admin functions - Show action name for user & site actions, e.g. login, sitemape - Show page name + action for page actions, e.g. changes, backlinks - Show a utf8 pen glyph when editing - Otherwise show the page name (as previously)
* urlencode t param value in css and js callsAnika Henke2015-05-08
|
* cache JavaScript per templateAnika Henke2015-05-04
|
* Revert "use nav+ul element for "you are here""Andreas Gohr2015-05-02
| | | | | This reverts commit 3940c519db432ec22e8c587504d86191631f9bfb as discussed in #1082.
* Update template.phpRainbow Spike2015-02-16
| | | Added placeholder in search textarea
* Merge pull request #497 from mprins/semantic_you_are_hereAndreas Gohr2015-02-12
|\ | | | | use nav+ul element for "you are here" as recommended by W3C spec
| * use nav+ul element for "you are here"Mark2014-12-18
| | | | | | | | | | | | | | | | | | | | | | | | As described in the common idioms of the HTML5 spec, mark up navigation as a list inside a `nav` element for better semantics and accessibility. see: * http://www.w3.org/html/wg/drafts/html/master/common-idioms.html#rel-up * http://lists.w3.org/Archives/Public/public-html/2013Nov/thread.html#msg6 * https://dl.dropboxusercontent.com/u/377471/breadcrumb.html for discussion and background.
* | Remove error supression for file_exists()Andreas Gohr2015-01-07
|/ | | | | | | In an older version of PHP a file_exists() call would issue a warning when the file did not exist. This was fixed in later PHP releases. Since we require PHP 5.3 now, there's no need to supress any error here anymore. This might even give a minor performance boost.
* Merge remote-tracking branch 'origin/master' into scrutinizerissuesGerrit Uitslag2014-12-09
|\ | | | | | | | | | | | | | | | | Conflicts: inc/media.php inc/plugin.php inc/template.php lib/plugins/authplain/_test/escaping.test.php lib/plugins/syntax.php
| * code reformatting tpl_content_core()Gerrit Uitslag2014-12-03
| |
| * Merge pull request #708 from splitbrain/overridablelangstringsAndreas Gohr2014-09-29
| |\ | | | | | | extend lang file cascade, so users can override some lang strings
| | * improve some scrutinizer issuesGerrit Uitslag2014-09-28
| | | | | | | | | | | | | | | | | | different types unused vars PHPDocs
| | * Merge remote-tracking branch 'origin/master' into overridablelangstringsGerrit Uitslag2014-09-28
| | |\ | | | | | | | | | | | | | | | | Conflicts: inc/plugin.php
| | * | use config cascade for loading of localizationsGerrit Uitslag2014-09-28
| | | |
| | * | extend lang file cascade, so users can override some lang stringsGerrit Uitslag2014-05-13
| | | | | | | | | | | | | | | | Fixes #692
| * | | Merge remote-tracking branch master into revisionslisps2014-09-26
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'remotes/origin/master' into revisions_locallisps2014-03-19
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/diff_navigation' into revisionslisps2014-02-17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php
| * | | | | add parameter at($DATE_AT) and mind revisionslisps2013-11-21
| | | | | |
* | | | | | PHPDocs and some improvementsGerrit Uitslag2014-10-02
| | | | | |
* | | | | | Many PHPDocs, some unused and dyn declared varsGerrit Uitslag2014-10-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared
* | | | | | more scrutinizer issue improvementsGerrit Uitslag2014-09-29
| | | | | |
* | | | | | scrutinizer documentations issuesGerrit Uitslag2014-09-29
| |_|_|/ / |/| | | |
* | | | | set canonical URL to root when on start pageAnika Henke2014-08-02
| | | | |
* | | | | Update template.phpJurgen2014-07-29
| | | | | | | | | | | | | | | Removed creation of <meta name="date" as suggested in issue #740 thread
* | | | | Quick fix for #765 - ACL checks in the media manager ajax callsMichael Hamann2014-06-25
| | | | | | | | | | | | | | | | | | | | This should be superseded by a proper rewrite of the media manager code
* | | | | Move colon from code to language stringsGerrit Uitslag2014-05-16
| |_|_|/ |/| | |
* | | | Merge pull request #613 from splitbrain/detail_charset_fixAndreas Gohr2014-03-24
|\ \ \ \ | | | | | | | | | | Add encoding fix to tpl_img_getTag()
| * | | | Add encoding fix to tpl_img_getTag()Christopher Smith2014-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run jpeg meta tags through cleanText for a conversion to UTF-8 from latin-1 if possible. MediaManager already uses this conversion. Addresses a side issue of FS#1988
* | | | | allow disabling the rss feedGerrit Uitslag2014-03-18
| |_|_|/ |/| | |
* | | | Merge pull request #527 from splitbrain/userlinkGerrit Uitslag2014-03-16
|\ \ \ \ | | | | | | | | | | Linked and formatted user names
| * | | | Rename userinfo() to userlink()Gerrit Uitslag2014-03-16
| | | | |
| * | | | Merge remote-tracking branch 'origin/master' into userlinkGerrit Uitslag2014-03-10
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/renderer.php inc/template.php
| * | | | wrap userlink building with event.Gerrit Uitslag2014-02-04
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Implements an event which can modify the link below usernames, and the displayed user name. When no name supplied, the name of currently logged-in user is used.
* | | | Merge pull request #573 from splitbrain/FS#2437detailphprefactorAndreas Gohr2014-03-16
|\ \ \ \ | | | | | | | | | | refactor detail.php to template.php
| * | | | refactor detail.php to template.phpGerrit Uitslag2014-02-25
| |/ / / | | | | | | | | | | | | | | | | - refactor detail en mediamanager link creation - refactor metadata listing
* | | | Merge pull request #574 from splitbrain/FS#2124deniedtextAndreas Gohr2014-03-14
|\ \ \ \ | |_|/ / |/| | | Improve denied access text FS#2124