summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
...
| * | | | Merge remote-tracking branch 'localtemplate/initial_commit_from_starter' ↵Andreas Gohr2012-02-06
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 ...
| | * | | | moved files to template hierarchy for merging with coreAndreas Gohr2012-02-06
| | / / /
* | | | | BG: language updateKiril LastName2012-04-03
| | | | |
* | | | | Korean language updateErial Krale2012-03-26
| | | | |
* | | | | deleted very old (and unused) imagesAnika Henke2012-03-24
| | | | |
* | | | | Japanese language updateTaisuke Shimamoto2012-03-23
| | | | |
* | | | | more verbose remote API config setting explanationAndreas Gohr2012-03-23
| | | | |
* | | | | removed requires, changed conf check in xmlrpc.phpDominik Eckelmann2012-03-22
| | | | |
* | | | | replaced $HTTP_RAW_POST_DATA with http_get_raw_post_data functionDominik Eckelmann2012-03-21
| | | | |
* | | | | Merge branch 'master' of https://github.com/splitbrain/dokuwikiDominik Eckelmann2012-03-14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/exe/xmlrpc.php
| * \ \ \ \ Merge branch 'jscachekey'Andreas Gohr2012-03-10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jscachekey: trigger JS_CACHE_USE in lib/exe/js.php added INIT_LANG_LOAD event let js.php use multiple caches
| | * | | | | trigger JS_CACHE_USE in lib/exe/js.phpAndreas Gohr2012-02-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes the cachekey parameter again and instead follows @michitux's suggestion to trigger an event for the cache usage
| | * | | | | let js.php use multiple cachesDominik Eckelmann2012-01-24
| | | | | | |
| * | | | | | Czech language updateBohumír Zámečník2012-03-04
| | | | | | |
| * | | | | | make RSS contents (media/pages) configurableAndreas Gohr2012-03-02
| | | | | | |
| * | | | | | Korean language updateErial Krale2012-02-15
| | | | | | |
| * | | | | | Romanian language updateMarius Olar2012-02-07
| | | | | | |
| * | | | | | Russian language updatePCPA2012-02-06
| | |/ / / / | |/| | | |
| * | | | | added div.table around non-editable content as well (FS#1980)Anika Henke2012-02-04
| | | | | |
| * | | | | Slovak language updateMatej Urban2012-02-02
| | | | | |
| * | | | | Polish language updateBegina Felicysym2012-02-02
| | | | | |
| * | | | | increased XMLRPC API version for 1d667b4Andreas Gohr2012-02-01
| | | | | |
| * | | | | Merge pull request #69 from timroes/masterAndreas Gohr2012-02-01
| |\ \ \ \ \ | | | | | | | | | | | | | | Improbement and "bug"fixing of the xmlrpc interface
| | * | | | | Fixed bug in XML-RPC search.Tim Roes2011-12-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The score was randomly transfered as string or as integer. This way it will always be transfered as an integer.
| | * | | | | Second part of the error codes. Forgot some :(Tim Roes2011-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | Using sensefull error codes.Tim Roes2011-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | * | | | | Fixed XML-RPC getAttachment method. Tim Roes2011-11-27
| | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Merge pull request #58 from splitbrain/bcryptAndreas Gohr2012-02-01
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Added bcrypt support for password hashes
| | * \ \ \ \ \ Merge branch 'lmd5' into bcryptAndreas Gohr2011-11-27
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/plugins/config/settings/config.metadata.php
| | | * | | | | | renamed passhash method smd6 to lsmd5Andreas Gohr2011-11-27
| | | | | | | | |
| | | * | | | | | MD5 password hash format of the LDAP RFC FS#2378Patrick Michel2011-11-27
| | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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}".
| | * | | | | | Merge branch 'master' into bcryptAndreas Gohr2011-11-27
| | |\| | | | |
| | * | | | | | Added bcrypt support for password hashesAndreas Gohr2011-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This method require PHP 5.3+ it will fail otherwise!
| * | | | | | | some more DOKU_TPL removalAndreas Gohr2012-02-01
| | | | | | | |
| * | | | | | | removed some more occurances of DOKU_TPL*Andreas Gohr2012-02-01
| | |_|_|_|/ / | |/| | | | |
| * | | | | | added two new config options: tagline and sidebarAnika Henke2012-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | Romanian language updateEmanuel-Emeric Andrași2012-01-25
| | |_|/ / / | |/| | | |
| * | | | | removed 'view original' button from new media manager again (was added in ↵Anika Henke2012-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
| * | | | | Removed obsolete Opera fix that now causes harm FS#2429Andreas Gohr2012-01-18
| | | | | |
| * | | | | don't limit download sizes in plugin managerAndreas Gohr2012-01-17
| | | | | |
| * | | | | Slovak language updateMartin Michalek2012-01-13
| | | | | |
| * | | | | readded missing "view original" button to the new media managerAndreas Gohr2012-01-13
| | | | | | | | | | | | | | | | | | | | | | | | Template authors need to update their _mediamanager.css
| * | | | | Fix sorting in media manager search (FS#2423)Adrian Lang2012-01-13
| | | | | |
| * | | | | Galician language updateOscar M. Lage2012-01-09
| | | | | |
| * | | | | Spanish language updateOscar M. Lage2012-01-08
| | | | | |
| * | | | | Correct two spaces in the French translation of the popularity pluginMichael Hamann2012-01-04
| | | | | | | | | | | | | | | | | | | | | | | | Thanks to Anael in the DokuWiki IRC channel for spotting the errors.
| * | | | | Merge pull request #73 from NEOhidra/masterAnika Henke2012-01-03
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | Bulgarian language update (added "mediarevisions")
| | * | | | BG: language update (added "mediarevisions")NEOhidra2011-12-22
| | | | | |
| * | | | | fixed no align option in media settings modal window (FS#2411)Anika Henke2011-12-27
| | | | | |
| * | | | | French language updateskimpax2011-12-22
| | | | | |