Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Show 'not logged in' only when logged out FS#2124 | Gerrit Uitslag | 2014-02-25 |
| | |||
* | 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 | ||
| * | improve method name and phpdocs | Klap-in | 2013-08-02 |
| | | |||
| * | localized texts for templates | Klap-in | 2013-08-02 |
| | | |||
* | | fixed some bi-directionality issues | Anika Henke | 2013-08-02 |
|/ | | | | | | | | | Fixed some issues which occur whenever RTL and LTR languages could potentially be mixed, using the HTML5 `<bdi>` element. This element is currently only supported by Chrome and Firefox. The old and only partially working fix for tpl_breadcrumbs() was removed in favour of this solution. | ||
* | Merge pull request #247 from splitbrain/FS#2766 | Anika Henke | 2013-08-01 |
|\ | | | | | Improve nofollow behaviour for ?do=index | ||
| * | Improve nofollow behaviour for ?do=index | Christopher Smith | 2013-08-01 |
| | | | | | | | | | | | | | | In response to FS#2766 - make namespace links in the browser sitemap nofollow - remove nofollow from browser sitemap link on the wiki start page when sitemap.xml generation is disabled | ||
* | | Merge pull request #194 from splitbrain/loggedin-class | Christopher Smith | 2013-08-01 |
|\ \ | | | | | | | added loggedIn class to main tpl container | ||
| * | | improved coding style on tpl_classes() | Anika Henke | 2013-08-01 |
| | | | |||
| * | | added tpl_classes() to return useful layout classes | Anika Henke | 2013-07-21 |
| | | | |||
* | | | Merge pull request #248 from splitbrain/aria | Andreas Gohr | 2013-08-01 |
|\ \ \ | |_|/ |/| | | Implemented some ARIA attributes | ||
| * | | added aria roles to search and acl manager | Anika Henke | 2013-08-01 |
| |/ | |||
* / | include updateVersion in CSS/JS tseed to force reload on update | Andreas Gohr | 2013-07-31 |
|/ | |||
* | use correct endpoint in tpl_actiondropdown FS#2760 | Andreas Gohr | 2013-05-03 |
| | |||
* | Merge pull request #185 from splitbrain/FS#2724 | Andreas Gohr | 2013-02-24 |
|\ | | | | | FS#2724. fix 'are you sure' when using refresh after using tpl_actiondropdown | ||
| * | add security token back, but not for anonymous users | Christopher Smith | 2013-02-19 |
| | | |||
| * | remove security token from tpl_actiondropdown - its not necessary, we're not ↵ | Christopher Smith | 2013-02-18 |
| | | | | | | | | posting any system change | ||
| * | change tpl_actiondropdown request method to 'get' | Christopher Smith | 2013-02-18 |
| | | |||
* | | Update inc/template.php | arbrk1 | 2013-02-20 |
|/ | | | changed nonexistant actionOk to actionOK | ||
* | Merge pull request #164 from splitbrain/diff_recent_prefs | Christopher Smith | 2013-02-03 |
|\ | | | | | store choices for recent changes and diff views in cookie | ||
| * | store choices for recent changes and diff views in cookie (FS#2438 and | Anika Henke | 2013-01-26 |
| | | | | | | | | | | | | | | FS#2700) Note: These changes don't work yet. The cookie is not set and deletes the old one. | ||
* | | added 'home' class to first link in hierarchical breadcrumbs | Anika Henke | 2013-02-03 |
| | | |||
* | | open fullscreen media manager in current namespace (FS#2420) | Anika Henke | 2013-01-27 |
|/ | |||
* | fixed wrong sidebar showing in namespaces when sidebar is disabled | Anika Henke | 2012-11-18 |
| | |||
* | removed redundant variables in tpl_include_page() (because of 3ff8773b) | Anika Henke | 2012-10-26 |
| | |||
* | Removed tpl_sidebar() to avoid fatal errors in other templates | Anika Henke | 2012-10-06 |
| | | | | | Replaced it by the old tpl_include_page() and made it more flexible by adding a boolean $propagate parameter. (It's false by default for backwards compatibility reasons. Should it rather be true? That would probably be what most users want.) | ||
* | fixed wrong apple-touch-icon extension (FS#2627) | Anika Henke | 2012-09-26 |
| | |||
* | code cleanup in template.php | Andreas Gohr | 2012-08-09 |
| | | | | | | * make use of $INPUT * clean up coding style * add phpdoc comments | ||
* | fixed some RTL+IE7 bugs, mainly background icons and search form (FS#2569) | Anika Henke | 2012-07-28 |
| | |||
* | fixed script blocks CDATA for ie on TPL_METAHEADER_OUTPUT | Dominik Eckelmann | 2012-07-28 |
| | |||
* | action dropdown: when label is missing, for accessibility reasons form ↵ | Anika Henke | 2012-07-15 |
| | | | | element should at least have title | ||
* | Fix HTML injection in mediaFileList (Secunia advisory SA49196) | Adrian Lang | 2012-07-13 |
| | |||
* | changed accesskey for top link to 't' ('x' was allocated twice, for ↵ | Anika Henke | 2012-07-05 |
| | | | | index/sitemap as well) | ||
* | xml compatibility fixes (mainly entities to unicode conversions) | Anika Henke | 2012-07-05 |
| | |||
* | Improved sidebar inclusion | Andreas Gohr | 2012-07-01 |
| | | | | | Template authors now can use tpl_sidebar() to include the sidebar. Sidebars can be defined in subnamespaces as well | ||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki into ↵ | Anika Henke | 2012-06-29 |
|\ | | | | | | | | | | | | | frontend_improvements Conflicts: lib/tpl/dokuwiki/css/basic.css | ||
| * | tpl_get_action: Return empty params array instead of params string | Michael Hamann | 2012-05-11 |
| | | | | | | | | | | This prevents an "Illegal string offset" error in PHP 5.4 in the test cases (the integration tests failed here with PHP 5.4). | ||
* | | load only one stylesheet for all modes instead of three | Anika Henke | 2012-04-09 |
|/ | | | | | | | Instead of three stylesheets for 'all', 'screen' and 'print' modes, they are all loaded into a single stylesheet by wrapping all screen styles in a "@media screen {}" and all print styles in a "@media print {}". The 'all' mode is not wrapped in anything. Potential issues with existing CSS: If any of your screen or print CSS files already contain any "@media" syntax, the CSS will probably break. In that case please add any CSS with "@media" in it to the 'all' mode instead! Also, the 'rtl' mode is hereby deprecated. Please just prefix any RTL styles within your normal CSS files with "[dir=rtl]". This also fixes that RTL styles cannot be added for 'all' or 'print' modes. |