Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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. | |||
* | Merge pull request #82 from splitbrain/new-template | Anika Henke | 2012-04-07 | |
|\ | | | | | | | | | The new default template "dokuwiki", a new era has begun Thanks to Clarence Lee for the initial design, Anika Henke and Andreas Gohr for the hard work, Michael Hamann and Håkan Sandell for testing and many others for valuable feedback. | |||
| * | removed comments from accidentally commented lines in tpl_includeFile() | Anika Henke | 2012-04-07 | |
| | | ||||
| * | added tpl_includeFile() to core | Andreas Gohr | 2012-04-07 | |
| | | ||||
| * | improved tpl_license() (removed unnecessary class, fixed space issues) | Anika Henke | 2012-03-10 | |
| | | ||||
| * | made tpl_license a bit more flexible | Andreas Gohr | 2012-03-10 | |
| | | | | | | | | This way there's less custom code for the footer buttons needed | |||
* | | coding style updates | Andreas Gohr | 2012-03-16 | |
| | | ||||
* | | Display the indexer web bug for deleted pages | Michael Hamann | 2012-03-15 | |
| | | | | | | | | | | This executes the indexer for deleted pages. This is necessary for the search index to be able to deleted deleted pages from the search index. | |||
* | | Add link to view non images files in media manager (FS#2439) | Guy Brand | 2012-03-07 | |
|/ | ||||
* | added missing global statements | Andreas Gohr | 2012-01-30 | |
| | | | | tss.. | |||
* | DOKU_TPL* considered harmful | Andreas Gohr | 2012-01-30 | |
| | | | | | | | | | | Some plugins want to dynamically switch the template based on users, namspaces or the phase of the moon. Having fixed paths in a unchangable constant prevents this. This changes deprecates the DOKU_TPL* constants in favor of two new tpl_* functions that return the correct paths based on the $conf variables which can be changed from the DOKUWIKI_STARTED event. | |||
* | made the tpl_getMediaFile() function more flexible | Andreas Gohr | 2012-01-30 | |
| | ||||
* | added tpl_getMediaFile() to replace tpl_getFavicon() | Anika Henke | 2012-01-29 | |
| | | | | | The function tpl_getFavicon() was doing more than its name was implying. Therefore the new tpl_getMediaFile() was introduced (which is doing nearly exactly the same) and tpl_getFavicon() was deprecated. tpl_favicon() can still be used, though. | |||
* | added missing actions to tpl_actiondropdown() | Anika Henke | 2012-01-29 | |
| | ||||
* | added 5 new language strings for action tools and skip link (needs translations) | Anika Henke | 2012-01-29 | |
| | | | | This is in preparation for the new default template. This also updates the tpl_actiondropdown() to use most of them. | |||
* | removed 'view original' button from new media manager again (was added in ↵ | Anika Henke | 2012-01-22 | |
| | | | | b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned | |||
* | readded missing "view original" button to the new media manager | Andreas Gohr | 2012-01-13 | |
| | | | | Template authors need to update their _mediamanager.css | |||
* | make sure that sidebar TOCs won't interfere with page TOCs | Andreas Gohr | 2012-01-07 | |
| | | | | | This could happen if a sidebar is rendered before the page (populating $TOC) and the page itself had no own TOC (no headers). | |||
* | Remove references to (un)?subscribens. | Adrian Lang | 2011-10-30 | |
| | ||||
* | show accesskey also on actionlink title and add accesskey parameter only if ↵ | Anika Henke | 2011-10-15 | |
| | | | | a key is defined (FS#2226) | |||
* | media manager: improved the panel widths | Anika Henke | 2011-09-20 | |
| | ||||
* | Add file revision above file detail page | Adrian Lang | 2011-09-19 | |
| | ||||
* | media manager: moved some html out of lang.php and fixed namespace in middle ↵ | Anika Henke | 2011-09-19 | |
| | | | | panel | |||
* | media manager: added a few newlines to the output | Anika Henke | 2011-09-19 | |
| | ||||
* | media manager: small functionality and css changes | Anika Henke | 2011-09-19 | |
| | ||||
* | media manager: word changes | Anika Henke | 2011-09-18 | |
| | ||||
* | media manager: re-newed CSS roughly (more to come) | Anika Henke | 2011-09-18 | |
| | ||||
* | Rework media manager HTML (JS and CSS will come) | Adrian Lang | 2011-09-17 | |
| | ||||
* | media manager design: added headline | Anika Henke | 2011-09-10 | |
| | ||||
* | issue #47 Changes to old media manager popup: removing edit and delete ↵ | Kate Arzamastseva | 2011-09-02 | |
| | | | | functionality | |||
* | merging | Kate Arzamastseva | 2011-08-25 | |
|\ | ||||
| * | added apple-touch-icon (aka 'mobile favicon') | Anika Henke | 2011-07-31 | |
| | | ||||
* | | issue #57, function names, params, html fixes | Kate Arzamastseva | 2011-08-24 | |
| | | ||||
* | | issue #44 removing drop-area after upload | Kate Arzamastseva | 2011-08-19 | |
| | | ||||
* | | issue #56 ajax deleting images | Kate Arzamastseva | 2011-08-19 | |
| | | ||||
* | | issue #38 diff links only if diff available; deleted files | Kate Arzamastseva | 2011-08-03 | |
| | | ||||
* | | issue #9 config option to disable media revisions, auth | Kate Arzamastseva | 2011-08-02 | |
| | | ||||
* | | issue #10 media revisions/changes in RSS feed | Kate Arzamastseva | 2011-08-02 | |
| | | ||||
* | | mediamanager resize | Kate Arzamastseva | 2011-07-18 | |
| | | ||||
* | | mediamanager html, css reworking | Kate Arzamastseva | 2011-07-17 | |
| | | ||||
* | | merging | Kate Arzamastseva | 2011-07-10 | |
|\| | ||||
| * | updated doc for tpl_indexerWebBug() | Andreas Haerter | 2011-07-10 | |
| | | ||||
* | | ajax mediamanager fix | Kate Arzamastseva | 2011-07-03 | |
| | | ||||
* | | ajax mediamanager | Kate Arzamastseva | 2011-07-03 | |
| | | ||||
* | | restoring old media revisions | Kate Arzamastseva | 2011-06-30 | |
| | | ||||
* | | media upload fix | Kate Arzamastseva | 2011-06-29 | |
| | | ||||
* | | media action buttons | Kate Arzamastseva | 2011-06-24 | |
| | | ||||
* | | media manager auth fix | Kate Arzamastseva | 2011-06-23 | |
| | |