summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAge
* Italian language updateJacopo Corbetta2011-01-22
|
* Slovenian language updateMatej Urbančič2011-01-22
|
* Traditional Chinese updatedanny08382011-01-22
|
* Russian language updateLadyko Andrey2011-01-22
|
* increase indexer version to reforce rebuild for the new title indexAndreas Gohr2011-01-16
|
* Fix several security issues in the XML-RPC interfaceMichael Hamann2011-01-16
| | | | | | | | | | | | | | | For locks and getRevisions there hasn't been any acl check. In many other cases the id hadn't been cleaned before the acl check was done which means that many acl rules that should be applied weren't applied. So e.g. when you have read permissions for the root namespace but not for a subnamespace you could add a leading ":" and the permissions for the root namespace will be used instead of the permissions for the subnamespace. This did not apply to writing pages and reading media files, but writing and deleting media files have been concerned as well as reading both plain and html versions of pages. This only concerns installations where XML-RPC is enabled (default is disabled) and XML-RPC is allowed for all or untrusted users.
* Added hmd5 and pmd5 as passcrypt choices in config managerAndreas Gohr2011-01-15
|
* made ajax quicksearch its own objectAndreas Gohr2011-01-15
| | | | | This makes it possible for plugin and template authors to overwrite or extend the quicksearch JavaScript logic.
* added missing change for path length shortener in ajax backendAndreas Gohr2011-01-15
|
* correctly(?) shorten namespaces for RTL langunages in quicksearchAndreas Gohr2011-01-14
|
* shorten quicksearch namespaces in JavaScriptAndreas Gohr2011-01-14
| | | | | | | | | | | This patch moves the shortening of namespaces in the quicksearch results to JavaScript. This makes it independend from used template and will always try to fill the width of the result pane correctly. Things missing: * Make it work with RTL-languages * Check Browser compatibility (only tested in Chrome so far)
* German (informal) language updateChristian Wichmann2011-01-14
|
* German language updateChristian Wichmann2011-01-14
|
* coding style fixAndreas Gohr2011-01-14
|
* Hebrew language updateYaron Shahrabani2011-01-12
|
* Arabic language updateUsama Akkad2011-01-12
|
* Fixed css_loadfile and removed unneeded complexity, added testcasesMichael Hamann2011-01-09
|
* Preserve @import statements in CSSGabriel Birke2011-01-09
|
* German language updateNiels Lange2011-01-09
|
* Latin language updateMassimiliano Vassalli2011-01-09
| | | | | | | | | | - better use of Latin terminology for DokuWiki - ACL is not translated as AAA (Aditus Administrationis Aditus) but with ICA (Index Custodiae Aditus), which is a more literal translation - minor corrections of grammar and logic - The word "namespace" is more literally translated "spatium nominis", but according to other translations (like the Italian one), I preferred to use "genus".
* Merge branch 'lupo49-master'Michael Hamann2011-01-06
|\
| * updated russian translations for bundled pluginslupo492011-01-04
| |
* | updated splitbrain interwiki iconAnika Henke2011-01-04
| |
* | added paypal interwiki linksAnika Henke2011-01-04
|/ | | | usage: [[paypal>email@address.com]]
* removed obsolete references to 'JSnocheck' classAnika Henke2011-01-03
|
* Allow a prefix for subject of sent mails (Close FS#2021)Guy Brand2010-12-31
|
* Language files can now be customized in the conf/ directoryMichael Hamann2010-12-29
| | | | | | As suggested by Robin Getz locale .txt files can now be duplicated and changed in the conf/lang/ directory and conf/plugin_lang/$plugin/ directory for plugins.
* de/de-informal: language optimizinglupo492010-12-28
|
* added de/de-informal translation stringsMatthias Schulte2010-12-28
|
* fixed typo in link (FS#2129)Matthias Schulte2010-12-26
|
* Spanish language updateBen Fifield2010-12-23
|
* Slovak language updateGregor Skumavc2010-12-21
|
* Popularity plugin displays the last time the data was sentGuillaume Turri2010-12-18
|
* added missing files for popularity pluginAndreas Gohr2010-12-10
|
* some language improvements(?) for the popularity pluginAndreas Gohr2010-12-09
|
* Add support for autosubmitting popularity data FS#2025Guillaume Turri2010-12-09
|
* added security warning to fullpath config option (FS#2113)Anika Henke2010-12-06
|
* Allow spaces in numeric configuration valuesMichael Hamann2010-11-30
|
* Revert "Fix for $conf['breadcrumbs'] < 0, FS#2107", new fixMichael Hamann2010-11-30
| | | | | | | This reverts commit 4871414204799044c31aa2764c4b4ca020e2331d. Additionally there is a new fix for FS#2107 that doesn't introduce a lot of checks but instead ensures that the configuration option can't be set to negative values when the configuration manager is used.
* Added min and max options for configuration metadataMichael Hamann2010-11-30
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* Fix for $conf['breadcrumbs'] < 0, FS#2107Michael Hamann2010-11-26
| | | | | | This fixes an infinite loop in breadcrumbs() and makes the behaviors in all places where breadcrumbs are used consistent so that non-numeric values, values < 0 and 0 are treated the same way.
* Render metadata when neededMichael Hamann2010-11-22
| | | | | | | | | | | | | | | | | | This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the metadata of that page is rendered. Metadata is rendered when p_get_metadata is called and the last rendering has been before a page, metadata, configuration or renderer update or purge is set like in the xhtml renderer cache. Metadata is no longer automatically rendered when the xhtml renderer cache isn't used but will still be rendered when needed as p_get_metadata is called in the cache. Metadata is also no longer rendered in the indexer script when missing as that is already done by pageinfo() before anything else is done so the indexer script won't be called when there is no metadata file.
* Turkish language updateCaleb Maclennan2010-11-20
|
* Merge branch 'master' of git://github.com/splitbrain/dokuwikiHakan Sandell2010-11-20
|\
| * Merge branch 'later'Andreas Gohr2010-11-20
| |\
| | * Deprecate html_attbuild in favor of buildAttributesTom N Harris2010-10-24
| | |
| * | Korean language updateYooS C2010-11-18
| | |
| * | Czech language updateZbyněk Švec2010-11-18
| | |
| * | Introduce metadata write wrapper p_save_metadataAdrian Lang2010-11-13
| | | | | | | | | | | | p_purge_metadata now updates the metadata cache and the INFO array like the other metadata writing functions