summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* msgs are saved in send_redirect now, less code duplication neededAndreas Gohr2010-06-13
|
* Spanish language updateMauro Javier Giamberardino Fernandez2010-05-19
|
* avoid autocompletion in usermanager password fieldAndreas Gohr2010-04-30
|
* Arabic language updateUsama Akkad2010-04-18
|
* Polish language updateGrzegorz Widła2010-04-18
|
* Arabic language updateUsama Akkad2010-04-15
|
* Slovak language updateMartin Michalek2010-04-15
|
* Arabic language updateUsama Akkad2010-04-11
|
* Slovak language updateMartin Michalek2010-04-10
|
* Slovak language updateMartin Michalek2010-04-09
|
* Arabic language updateUsama Akkad2010-04-08
|
* new fnencode option FS#1649Andreas Gohr2010-04-04
| | | | | | This patch adds an option to choose how filenames are encoded when saved to the file system. You can choose between urlencoding (url), the new SafeFn method (safe) and storing real UTF-8 (utf-8).
* Preserve selected item in the acl manager during ajax requestsMichael Hamann2010-04-03
| | | | | | There are two new parameters submitted that contain the currently selected namespace and page id so it can be selected again indenpendently from the opened namespace.
* Fixed sorting in the acl manager treeviewMichael Hamann2010-04-03
| | | | | | | | Previously the content of expanded namespaces was displayed below all other pages, now it is placed below it's parent namespace. The new comparison function is quite complex. Please have a look at it if it can done easier or if there are cases I haven't considered where the function produces incorrect results.
* Corrected German translation in the acl pluginMichael Hamann2010-04-03
|
* Danish language updateRasmus Kinnerup2010-04-02
|
* Update syntax plugin base class (DOOM DO-OOM)Adrian Lang2010-03-29
|
* Allow plugins to specify that they have to be instantiatedAdrian Lang2010-03-29
| | | | | | | | Plugins may return false in isSingleton to let plugin_load return a new instance every time it is called. Renderer plugins are not loaded with $new set to true, but instead specify themself that they are not singletons. This behaviour allows the odt renderer to keep working (see #1598).
* Limiting use of readdir in the idx_indexLengths function (v2).YoBoY2010-03-24
| | | | | | Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk access. Switching a normal search to use file_exists 1 or more times, and not readdir all the directory. Switching a wildcard search to use a lengths.idx file containing all the word lengths used in the wiki, file generated if a new configuration parameter $conf[readdircache] is not 0 and fixed to a time in second. Creation of a new function idx_listIndexLengths to do this part.
* German language updateRobert Bogenschneider2010-03-22
|
* Polish language updatemaros2010-03-17
|
* Galician language updateJosé António Cidre Bardelás2010-03-17
|
* Make constants in TarLib.class.php class constantsChristopher Smith2010-03-16
| | | | | The constants are required by the class constructor, which effectively means before the autoloader is triggered. This change fixes that issue.
* Merge branch 'requireall'Andreas Gohr2010-03-12
|\ | | | | | | | | Conflicts: inc/fulltext.php
| * plugin related autoloadingAndreas Gohr2010-02-01
| | | | | | | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload)
* | Galician language updateMedúlio2010-03-08
| |
* | French language updateFlorian Gaub2010-03-08
| |
* | Czech language updateMarek Sacha2010-03-03
| |
* | Latvian language updateAivars Miska2010-03-03
| |
* | Albanian translation addedLeonard Elezi2010-03-02
| |
* | Russian language updateAleksey Osadchiy2010-02-28
| |
* | Esperanto language updateRobert Bogenschneider2010-02-28
| |
* | Luxembourgish translation addedJoël Schintgen2010-02-22
| |
* | Polish language updateLeszek Stachowski2010-02-14
| |
* | Interlingua Language UpdateMartijn Dekker2010-02-12
| |
* | Spanish language updateVictor M Castelan2010-02-12
| |
* | Italian language updateTraduzioni2010-02-11
| |
* | Interlingua Translation addedMartijn Dekker2010-02-10
| |
* | Macedonian transaltion addedDimi T2010-02-10
| |
* | French language updatePhilippe Bajoit2010-02-08
| |
* | Informal German language updateMarcel Metz2010-02-08
| |
* | Fix documentation for subscribe_timeAdrian Lang2010-02-08
| |
* | Polish language updateLSwp2010-02-06
| |
* | French language fix FS#1875Didier Raboud2010-02-03
| |
* | fixed "numericopt" handling in plugin:configKazutaka Miyasaka2010-02-03
| |
* | Portuguese language updateSergio Motta2010-02-02
|/
* Update translations for subscriptionAdrian Lang2010-01-27
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAdrian Lang2010-01-26
|\
| * German (informal) language updateJürgen Schwarzer2010-01-25
| |
| * Apply group/user cleaning on saving ACLs FS#1859Christian Marg2010-01-21
| |