Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | improved section highlighting styles | Anika Henke | 2012-10-13 |
| | |||
* | removed unnecessary print styles | Anika Henke | 2012-10-12 |
| | |||
* | fixed interwiki and filetype styles being included in all css modes | Anika Henke | 2012-10-12 |
| | |||
* | moved some styles around | Anika Henke | 2012-10-12 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Anika Henke | 2012-10-12 |
|\ | |||
| * | Merge pull request #135 from Chris--S/master | Andreas Gohr | 2012-10-12 |
| |\ | | | | | | | Proposed fix for #2541 | ||
| | * | #2541, alter section highlighting to insert a container into the DOM to hold ↵ | Christopher Smith | 2012-10-12 |
| | | | | | | | | | | | | the elements being highlighted & later remove it | ||
* | | | improved tab styles | Anika Henke | 2012-10-12 |
|/ / | | | | | | | | | * added more selectors to allow different markup * added border to make tabs more distinctive, especially in other templates | ||
* | | fixed typo in style.ini | Anika Henke | 2012-10-12 |
| | | |||
* | | Merge pull request #134 from splitbrain/local-style-ini | Andreas Gohr | 2012-10-12 |
|\ \ | | | | | | | added support for local style.ini files | ||
| * | | fixed lib/tpl/index.php to reflect recent changes | Anika Henke | 2012-10-11 |
| | | | |||
| * | | changed local style.ini to be merged with standard one | Anika Henke | 2012-10-11 |
| | | | |||
| * | | added support for local style.ini files | Anika Henke | 2012-10-07 |
| | | | |||
* | | | Brazilia Portuguese language update | Frederico Goncalves Guimaraes | 2012-10-12 |
| |/ |/| | |||
* | | removed template dependencies from underscored CSS files in new default template | Anika Henke | 2012-10-10 |
| | | |||
* | | fixed 2-digit ordered list items in sidebar (FS#2624) | Anika Henke | 2012-10-07 |
| | | |||
* | | improved grammar in preview text (FS#2614) | Anika Henke | 2012-10-07 |
| | | |||
* | | improvements to h1 in sidebar (follow font size scale + vertical grid) | Anika Henke | 2012-10-07 |
| | | |||
* | | adjusted h1 size in sidebar | Andreas Gohr | 2012-10-07 |
| | | | | | | | | | | note: we recommend to NOT use H1 elements in the sidebar for semantic reasons | ||
* | | fixed warning in popularity plugin FS#2628 | Andreas Gohr | 2012-10-07 |
|/ | |||
* | Basque language update | Zigor Astarbe | 2012-10-07 |
| | |||
* | removed stray closing div (FS#2633) | Anika Henke | 2012-10-07 |
| | |||
* | fixed sidebar test and renamed it to reflect recent changes | Anika Henke | 2012-10-06 |
| | |||
* | 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.) | ||
* | deprecated very old (and unused) images, deleted two which were never used ↵ | Anika Henke | 2012-10-06 |
| | | | | (FS#2612) | ||
* | Revert "deleted very old (and unused) images", will deprecate them instead ↵ | Anika Henke | 2012-10-06 |
| | | | | | | (FS#2612) This reverts commit ea62d5316150a9477d962aff311f9c6f64f68db7. | ||
* | Merge pull request #133 from NReilingh/master | Anika Henke | 2012-10-05 |
|\ | | | | | Update template footer with HTML5 icon (FS#2619) | ||
| * | Changed XHTML validator icon to HTML5 (FS#2619) | Nick Reilingh | 2012-09-30 |
| | | |||
* | | Always load the parser in the test environment | Michael Hamann | 2012-10-02 |
| | | | | | | | | | | | | | | This fixes the problem that $PARSER_MODES was sometimes unset by PHPUnit between test functions that called p_get_parsermodes() as PHPUnit tried to restore the global environment. I couldn't reproduce this when I executed all tests but just when I executed a single plugin test. | ||
* | | Escape filename in regex in search_index() | Michael Hamann | 2012-10-02 |
|/ | | | | | | This problem was reported in https://forum.dokuwiki.org/thread/8143. Apart from warnings you could notice that when you have namespaces "foo" and "f.o" and you open the sitemap for "foo" that "f.o" is opened, too. | ||
* | fixed wrong apple-touch-icon extension (FS#2627) | Anika Henke | 2012-09-26 |
| | |||
* | Revert "removed html dependency from media query detection JS in new template" | Anika Henke | 2012-09-26 |
| | | | | | | ... because it made the solution less transparent, more error prone and even more like a hack than it already was This reverts commit 20391a36885910a616110df30f3ce30f8d23639d. | ||
* | removed html dependency from media query detection JS in new template | Anika Henke | 2012-09-25 |
| | |||
* | de-couple mobile JS from widths to actual media query equivalent (fixes FS#2623) | Anika Henke | 2012-09-25 |
| | |||
* | Esperanto language update | Robert Bogenschneider | 2012-09-21 |
| | |||
* | Slovak language update | Martin Michalek | 2012-09-21 |
| | |||
* | Simplified Chinese language update | lainme | 2012-09-21 |
| | |||
* | Italian language update | Edmondo Di Tucci | 2012-09-21 |
| | |||
* | Start output buffering in lib/exe/css.php only when the CSS is generated | Michael Hamann | 2012-09-18 |
| | | | | This prevents buffering of the cache file output. | ||
* | Load rtl userstyle as it is still supported (did it ever work?) | Michael Hamann | 2012-09-18 |
| | |||
* | Set default userstyle only once as screen userstyle | Michael Hamann | 2012-09-18 |
| | |||
* | Fix CSS cache handling and CSS output | Michael Hamann | 2012-09-18 |
| | | | | | | | | | | | | | | This fixes several problems: - the CSS cache was only updated when either the CSS files for all media types or one of the global files was modified - when only the screen CSS was changed, the screen CSS was regenerated but then the cache was printed which either caused duplicated screen CSS output when gzip output was disabled or invalid output with gzip enabled as first the plain text screen CSS and then the gzip-compressed cache file was printed Now first all CSS files are collected, then the cache is checked once and only after this the CSS content is collected. | ||
* | add linebreaks and escaping in digest HTML mails FS#2606 | Andreas Gohr | 2012-09-18 |
| | | | | | | | this is a temporary and somewhat ugly fix. digest subscriptions should make use of the inline format just as the 'every' subscriptions do. But it makes sense to implement it correctly in the subscription branch instead and not introduce new code in the RC. | ||
* | Remove diff link from French notify mail FS#2602 | Michael Hamann | 2012-09-18 |
| | | | | | | The link doesn't exist in the English version and it doesn't work anymore because appending a parameter to a link doesn't work when the link is not just a URL but an HTML link | ||
* | Only complain about invalid plugin names when plugins are loaded FS#2595 | Michael Hamann | 2012-09-18 |
| | | | | | | | This fixes error messages about invalid plugin names for directories in the plugin directory which didn't contain any plugin. Now the message is only displayed for plugins which couldn't be loaded because of the invalid name. | ||
* | fixed checkboxes missing border in Opera (FS#2603) | Anika Henke | 2012-09-17 |
| | |||
* | Simplify js_compress() for regular expressions FS#2593 | Michael Hamann | 2012-09-18 |
| | | | | | | | This simplifies a while loop in the js_compress() code. The functionality of the new code is completely identical to the old code but it uses less comparisons and according to FS#2593 it is thus a lot faster. | ||
* | Fix link names of start pages in sitemap/index FS#2605 | Michael Hamann | 2012-09-17 |
| | |||
* | Fix revisions title for pages without title with useheading on FS#2597 | Michael Hamann | 2012-09-17 |
| | |||
* | moved media manager resize image to core image folder | Anika Henke | 2012-09-16 |
| |