Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update template.php | Rainbow Spike | 2015-02-16 |
| | | | Added placeholder in search textarea | ||
* | Merge pull request #497 from mprins/semantic_you_are_here | Andreas Gohr | 2015-02-12 |
|\ | | | | | use nav+ul element for "you are here" as recommended by W3C spec | ||
| * | use nav+ul element for "you are here" | Mark | 2014-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 Gohr | 2015-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 scrutinizerissues | Gerrit Uitslag | 2014-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 Uitslag | 2014-12-03 |
| | | |||
| * | Merge pull request #708 from splitbrain/overridablelangstrings | Andreas Gohr | 2014-09-29 |
| |\ | | | | | | | extend lang file cascade, so users can override some lang strings | ||
| | * | improve some scrutinizer issues | Gerrit Uitslag | 2014-09-28 |
| | | | | | | | | | | | | | | | | | | different types unused vars PHPDocs | ||
| | * | Merge remote-tracking branch 'origin/master' into overridablelangstrings | Gerrit Uitslag | 2014-09-28 |
| | |\ | | | | | | | | | | | | | | | | | Conflicts: inc/plugin.php | ||
| | * | | use config cascade for loading of localizations | Gerrit Uitslag | 2014-09-28 |
| | | | | |||
| | * | | extend lang file cascade, so users can override some lang strings | Gerrit Uitslag | 2014-05-13 |
| | | | | | | | | | | | | | | | | Fixes #692 | ||
| * | | | Merge remote-tracking branch master into revisions | lisps | 2014-09-26 |
| |\ \ \ | | | |/ | | |/| | |||
| * | | | Merge remote-tracking branch 'remotes/origin/master' into revisions_local | lisps | 2014-03-19 |
| |\ \ \ | |||
| * \ \ \ | Merge remote-tracking branch 'origin/diff_navigation' into revisions | lisps | 2014-02-17 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/xhtml.php | ||
| * | | | | | add parameter at($DATE_AT) and mind revisions | lisps | 2013-11-21 |
| | | | | | | |||
* | | | | | | PHPDocs and some improvements | Gerrit Uitslag | 2014-10-02 |
| | | | | | | |||
* | | | | | | Many PHPDocs, some unused and dyn declared vars | Gerrit Uitslag | 2014-10-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | many PHPDocs some unused variables some dynamically declared variables declared | ||
* | | | | | | more scrutinizer issue improvements | Gerrit Uitslag | 2014-09-29 |
| | | | | | | |||
* | | | | | | scrutinizer documentations issues | Gerrit Uitslag | 2014-09-29 |
| |_|_|/ / |/| | | | | |||
* | | | | | set canonical URL to root when on start page | Anika Henke | 2014-08-02 |
| | | | | | |||
* | | | | | Update template.php | Jurgen | 2014-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 calls | Michael Hamann | 2014-06-25 |
| | | | | | | | | | | | | | | | | | | | | This should be superseded by a proper rewrite of the media manager code | ||
* | | | | | Move colon from code to language strings | Gerrit Uitslag | 2014-05-16 |
| |_|_|/ |/| | | | |||
* | | | | Merge pull request #613 from splitbrain/detail_charset_fix | Andreas Gohr | 2014-03-24 |
|\ \ \ \ | | | | | | | | | | | Add encoding fix to tpl_img_getTag() | ||
| * | | | | Add encoding fix to tpl_img_getTag() | Christopher Smith | 2014-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 feed | Gerrit Uitslag | 2014-03-18 |
| |_|_|/ |/| | | | |||
* | | | | Merge pull request #527 from splitbrain/userlink | Gerrit Uitslag | 2014-03-16 |
|\ \ \ \ | | | | | | | | | | | Linked and formatted user names | ||
| * | | | | Rename userinfo() to userlink() | Gerrit Uitslag | 2014-03-16 |
| | | | | | |||
| * | | | | Merge remote-tracking branch 'origin/master' into userlink | Gerrit Uitslag | 2014-03-10 |
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: inc/parser/renderer.php inc/template.php | ||
| * | | | | wrap userlink building with event. | Gerrit Uitslag | 2014-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#2437detailphprefactor | Andreas Gohr | 2014-03-16 |
|\ \ \ \ | | | | | | | | | | | refactor detail.php to template.php | ||
| * | | | | refactor detail.php to template.php | Gerrit Uitslag | 2014-02-25 |
| |/ / / | | | | | | | | | | | | | | | | | - refactor detail en mediamanager link creation - refactor metadata listing | ||
* | | | | Merge pull request #574 from splitbrain/FS#2124deniedtext | Andreas Gohr | 2014-03-14 |
|\ \ \ \ | |_|/ / |/| | | | Improve denied access text FS#2124 | ||
| * | | | Show 'not logged in' only when logged out FS#2124 | Gerrit Uitslag | 2014-02-25 |
| |/ / | |||
* | | | amend $_SERVER to $INPUT->server | Christopher Smith | 2014-03-06 |
| | | | |||
* | | | set empty 'do' key to avoid errors in other tpl functions | Christopher Smith | 2014-03-05 |
| | | | |||
* | | | use isset() + ?: or error suppression where value may not be set | Christopher Smith | 2014-03-05 |
|/ / | |||
* / | Update tpl_getConf() signature to match plugin::getConf() | Christopher Smith | 2014-02-02 |
|/ | |||
* | removed deprecated tpl_getFavicon() | Anika Henke | 2013-11-04 |
| | |||
* | localize some meta header titels. Fixes FS#2409 | Gerrit Uitslag | 2013-10-31 |
| | |||
* | Fix handling of the legacy subscription action name | Michael Hamann | 2013-10-20 |
| | |||
* | replace boolean conditional checks on possibly uninitialized vars with ↵ | Christopher Smith | 2013-10-16 |
| | | | | \!empty/empty/isset as appropriate | ||
* | not assign object from plugin_load by reference | Gerrit Uitslag | 2013-10-15 |
| | |||
* | Fix the js and css cache seed to contain the update version | Michael Hamann | 2013-09-17 |
| | |||
* | Fix tpl_basedir to use the supplied template | Michael Hamann | 2013-09-17 |
| | | | | | Previously only the path for the configured template was returned and the parameter was ignored. | ||
* | Merge pull request #263 from splitbrain/mediamanager_list_ordering | Andreas Gohr | 2013-08-04 |
|\ | | | | | Mediamanager list ordering | ||
| * | fix the default ordering of media files to be "natural". | Christopher Smith | 2013-08-03 |
| | | | | | | | | also allow the order to be specified in more places. | ||
* | | added missing default | Andreas Gohr | 2013-08-03 |
| | | |||
* | | allow for a style.ini in conf/<tpl>/style.ini | Andreas Gohr | 2013-08-03 |
|/ | | | | | | This is another go at what pull request #227 tried to do. This removes support for a style.local.ini in the template file in preference of a style.ini in the conf folder | ||
* | Merge pull request #251 from splitbrain/localizetemplate | Andreas Gohr | 2013-08-02 |
|\ | | | | | Localizetemplate |