| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
|
| |
This time PHP and libGD is used so it should work on Windows as well.
The image quality is much better this time and the active highlight
color is read directly from the template's style.ini
|
|
|
|
|
|
| |
This makes it easier to modify or extend the icons in the sprite.
Just place the source files in the pagetools directory and run the build
script.
|
| |
|
|
|
|
| |
as discussed at https://github.com/splitbrain/dokuwiki/pull/82#r419699
|
| |
|
| |
|
|
|
|
|
|
|
| |
Add rtl.css as *screen* style, but append all RTL styles with [dir=rtl].
That has the advantage that all styles are in the same CSS output, so there are no different requests.
Later on all styles in rtl.css should be moved to their respective "parent" css file.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
the same classes somewhere else within the page
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
into new-template
* localtemplate/initial_commit_from_starter: (159 commits)
moved files to template hierarchy for merging with core
deleted obsolete files
added styles for screen resolutions between 480 and 768px (#26)
minor improvements
improved minor edits in recent changes
increased site width a bit (#45)
fixed search input issue caused by previous commit
improved search box and action dropdown spacing in mobile view
made large tables scrollable (fixes #40)
typo
added includes for sidebar header and footer (closes #41) and moved page header and footer inside .page div
toned down active colour of pagetools a bit (#22)
changed link colours (#22)
removed outline from links (focus and active states are set differently anyway)
added license for pagetool icons
remove bold from link to current page inside the main content (closes #31)
removed needless relative position on content (fixes #35)
initialize variable
first attempt to fix media queries on modern smartphones
fixed logo size setting. closes #36
...
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Improbement and "bug"fixing of the xmlrpc interface
|
| |
| |
| |
| |
| | |
The score was randomly transfered as string or as integer.
This way it will always be transfered as an integer.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added the new error codes and categories:
--- 212 Not allowed to delete media
== 230 Media edit error
--- 231 Filename not given
--- 232 File is still referenced
--- 233 Could not delete file
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Since there are currently a lot of error coded returning 1, that mean
completly different thing, i guess it would be very nice to change this.
A client should not be forced to parse the error message, the error code
should be enough to explain the error.
This change suggests some error codes, that have a hierarchical
structure. In the following list the categories begin with = and the
error codes actually used with -.
= 100 Page errors
== 110 Page access errors
--- 111 User is not allowed to read the requested page
--- 112 User is not allowed to edit the page
== 120 Page existance errors
--- 121 The requested page does not exist
== 130 Page edit errors
--- 131 Empty page id
--- 132 Empty page content
--- 133 Page is locked
--- 134 Positive wordblock check
= 200 Media errors
== 210 Media access errors
--- 211 User is not allowed to read media
--- 215 User is not allowed to list media
== 220 Media existance errors
--- 221 The requested media does not exist
= 300 Search errors
== 310 Argument errors
--- 311 The provided value is not a valid timestamp
== 320 Search result errors
--- 321 No chances in specified timeframe
|
| |
| |
| | |
Without creating an IXR_Base64 object, the file will be encoded as base64, but send as string. The client XML-RPC parser cannot detect that it is meant to be a base64 encoded file.
|
|\ \
| | |
| | | |
Added bcrypt support for password hashes
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
Conflicts:
lib/plugins/config/settings/config.metadata.php
|
| | | | |
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
This implements the salted MD5 password hash format of the LDAP RFC.
The format is quite simple the password, followed by the 8 byte hash in
base64 encoding, which results in 32 characters, prepended with the
string "{smd5}".
|
| |\| |
|
| | |
| | |
| | |
| | | |
This method require PHP 5.3+ it will fail otherwise!
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Templates authors should support these to make the transition between templates easier. Templates which already have a sidebar could first check for $conf['sidebar'] and use it if it's defined, otherwise use their old own sidebar functionality to stay backwards-compatible.
|
| | | |
|
| | |
| | |
| | |
| | | |
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
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Template authors need to update their _mediamanager.css
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Thanks to Anael in the DokuWiki IRC channel for spotting the errors.
|
|\ \ \
| | | |
| | | | |
Bulgarian language update (added "mediarevisions")
|
| | | | |
|
| | | | |
|
| | | | |
|
|/ / / |
|
| | | |
|