summaryrefslogtreecommitdiff
path: root/lib/plugins
Commit message (Collapse)AuthorAge
* RTL adjustments for config manager FS#2044Andreas Gohr2010-10-03
|
* coding style changes in plugin manager cssAndreas Gohr2010-10-03
|
* RTL adjustments for the ACL manager FS#2046Andreas Gohr2010-10-03
|
* RTL fixes for the config manager FS#2045Andreas Gohr2010-10-03
|
* typo fixAndreas Gohr2010-10-02
|
* Brazilian Portuguese language updateIsaias Masiero Filho2010-10-02
|
* Informal German language updateMatthias Schulte2010-10-02
|
* Small fixes / cleanupAdrian Lang2010-09-28
|
* Slovak language updateMartin Michalek2010-09-23
|
* gather namespace stats in popularity pluginAndreas Gohr2010-09-17
|
* Russian language updateAleksandr Selivanov2010-09-07
|
* don't load disabled plugins FS#1990Andreas Gohr2010-08-29
|
* Finish language updateOtto Vainio2010-08-27
|
* allow empty values for emails in config manager FS#2012Andreas Gohr2010-08-27
|
* Dutch language updateTimon Van Overveldt2010-08-20
|
* Serbian language updateMiroslav Šolti2010-08-20
|
* Italian language updateosman tekin2010-08-09
|
* Romanian language updateEmanuel-Emeric Andraşi2010-08-01
|
* German language updatesArne Pelka2010-07-26
|
* French language updateFELTZ Vincent2010-07-26
|
* Hungarian updateSzabó Dávid2010-07-16
|
* Russian language updateAleksandr Selivanov2010-07-16
|
* Czech language updateHonza Lefty Škoda2010-07-12
|
* Brasilian Portuguese language updateJeferson Propheta2010-07-12
|
* Ukrainian language updateUlrikhe Lukoie2010-07-12
|
* Greek language updateGeorgios Petsagourakis2010-07-12
|
* Persian language updateOmid Mottaghi2010-07-12
|
* Danish language updateMichael Kjær Pedersen2010-07-02
|
* Use config_cascade for ACLs and plain auth users FS#1677Andreas Gohr2010-06-27
|
* Hungarian language updateSzabó Dávid2010-06-27
|
* added proxy exception regexp FS#1247Andreas Gohr2010-06-26
|
* generate password if wanted on usermodify FS#1873Andreas Gohr2010-06-26
|
* Let config manager post to script FS#1942Andreas Gohr2010-06-26
|
* fixed wildcard handling in ACL manager FS#1955Andreas Gohr2010-06-26
| | | | | This patch also removes legacy support for @USER@. Only %USER% is valid now.
* French language updateSamuel Dorsaz2010-06-22
|
* Dutch language updateMarijn Hofstra2010-06-22
|
* Do not output trailing whitespace in conf/local.phpAdrian Lang2010-06-18
|
* 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.