| Commit message (Collapse) | Author | Age |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* master: (54 commits)
release preparations
RTL and IE7 fixes for code blocks
beautified code blocks, also using lighter background colour (FS#2444)
improved section highlighting styles
removed unnecessary print styles
fixed interwiki and filetype styles being included in all css modes
moved some styles around
improved tab styles
fixed typo in style.ini
Brazilia Portuguese language update
#2541, alter section highlighting to insert a container into the DOM to hold the elements being highlighted & later remove it
fixed lib/tpl/index.php to reflect recent changes
changed local style.ini to be merged with standard one
removed template dependencies from underscored CSS files in new default template
fixed 2-digit ordered list items in sidebar (FS#2624)
improved grammar in preview text (FS#2614)
improvements to h1 in sidebar (follow font size scale + vertical grid)
adjusted h1 size in sidebar
fixed warning in popularity plugin FS#2628
added support for local style.ini files
...
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| | |\
| | | |
| | | | |
Proposed fix for #2541
|
| | | |
| | | |
| | | |
| | | | |
the elements being highlighted & later remove it
|
| |/ /
| | |
| | |
| | |
| | | |
* added more selectors to allow different markup
* added border to make tabs more distinctive, especially in other templates
|
| | | |
|
| |\ \
| | | |
| | | | |
added support for local style.ini files
|
| | | | |
|
| | | | |
|
| | | | |
|
| | |/
| |/| |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
note: we recommend to NOT use H1 elements in the sidebar for semantic
reasons
|
| |/ |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
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.)
|
| |
| |
| |
| | |
(FS#2612)
|
| |
| |
| |
| |
| |
| | |
(FS#2612)
This reverts commit ea62d5316150a9477d962aff311f9c6f64f68db7.
|
| |\
| | |
| | | |
Update template footer with HTML5 icon (FS#2619)
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |/
| |
| |
| |
| |
| | |
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.
|
| | |
|
| |
| |
| |
| |
| |
| | |
... because it made the solution less transparent, more error prone and even more like a hack than it already was
This reverts commit 20391a36885910a616110df30f3ce30f8d23639d.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
This prevents buffering of the cache file output.
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| |
| | |
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.
|
| | |
|