simple fix for pageID clash with sidebar in mobile viewSince the pageid is no longer positioned absolute it clashed with thesidebar since #1027. this introduces a very simplisitc fix.
fixed the margin for the sidebar
add bottom margin to tables in print. fixes #1052
avoid messages pushing down page tools. fixes #1011This moves the message area into content div. The pageid is now alignedby floating instead of absolute positioning.
Losslessly reduced PNG images with optipng -o7 -strip all, advdef -z4 -i60, and advpng -z4 -i60.
use nav+ul element for "you are here"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
use nav+ul element for "you are here"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.htmlfor discussion and background.
show more ...
scrutinizer documentations issues
updated dates in info.txt of various plugins and template
fixed template color replacement preview
oops, removed unintentionally added CSS files
tiny improvement on diffnav select width
override user link icon in header
refactor detail.php to template.php- refactor detail en mediamanager link creation- refactor metadata listing
made sidebar content styles re-usable outside of ID (added class: aside)
made search form styles independent from sitetools ID
improved positioning of diff options
improved styling of diff nav row
roughly styled diff nav row
generalised link colour in header, making interwiki links blue as well (to fit design)
fixed pagetools being inaccessible on screens lacking necessary height, and aligned them to content when on smaller screens
fixed html errors in video and audio rendering
dokuwiki template: Fix the preview width on small screens FS#2914
add parameter at($DATE_AT) and mind revisions
removed tpl from TEMPLATE_PAGETOOLS_DISPLAY event as it's always available in
Improved pagetools event in dokuwiki templateThis moves the template name away from the hook name into the event data (asthe 'tpl' value). Therefore it moves the previous data items into the 'item
Improved pagetools event in dokuwiki templateThis moves the template name away from the hook name into the event data (asthe 'tpl' value). Therefore it moves the previous data items into the 'items' sub array.A 'view' value has also been added to describe in which template file theevent was called ('main' or 'detail').This way it will be much easier for plugins to consider default cases anddifferentiate between main and other layouts.
12345678910>>...28