Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Small fixes / cleanup | Adrian Lang | 2010-09-28 |
| | |||
* | Slovak language update | Martin Michalek | 2010-09-23 |
| | |||
* | gather namespace stats in popularity plugin | Andreas Gohr | 2010-09-17 |
| | |||
* | Russian language update | Aleksandr Selivanov | 2010-09-07 |
| | |||
* | don't load disabled plugins FS#1990 | Andreas Gohr | 2010-08-29 |
| | |||
* | Finish language update | Otto Vainio | 2010-08-27 |
| | |||
* | allow empty values for emails in config manager FS#2012 | Andreas Gohr | 2010-08-27 |
| | |||
* | Dutch language update | Timon Van Overveldt | 2010-08-20 |
| | |||
* | Serbian language update | Miroslav Šolti | 2010-08-20 |
| | |||
* | Italian language update | osman tekin | 2010-08-09 |
| | |||
* | Romanian language update | Emanuel-Emeric Andraşi | 2010-08-01 |
| | |||
* | German language updates | Arne Pelka | 2010-07-26 |
| | |||
* | French language update | FELTZ Vincent | 2010-07-26 |
| | |||
* | Hungarian update | Szabó Dávid | 2010-07-16 |
| | |||
* | Russian language update | Aleksandr Selivanov | 2010-07-16 |
| | |||
* | Czech language update | Honza Lefty Škoda | 2010-07-12 |
| | |||
* | Brasilian Portuguese language update | Jeferson Propheta | 2010-07-12 |
| | |||
* | Ukrainian language update | Ulrikhe Lukoie | 2010-07-12 |
| | |||
* | Greek language update | Georgios Petsagourakis | 2010-07-12 |
| | |||
* | Persian language update | Omid Mottaghi | 2010-07-12 |
| | |||
* | Danish language update | Michael Kjær Pedersen | 2010-07-02 |
| | |||
* | Use config_cascade for ACLs and plain auth users FS#1677 | Andreas Gohr | 2010-06-27 |
| | |||
* | Hungarian language update | Szabó Dávid | 2010-06-27 |
| | |||
* | added proxy exception regexp FS#1247 | Andreas Gohr | 2010-06-26 |
| | |||
* | generate password if wanted on usermodify FS#1873 | Andreas Gohr | 2010-06-26 |
| | |||
* | Let config manager post to script FS#1942 | Andreas Gohr | 2010-06-26 |
| | |||
* | fixed wildcard handling in ACL manager FS#1955 | Andreas Gohr | 2010-06-26 |
| | | | | | This patch also removes legacy support for @USER@. Only %USER% is valid now. | ||
* | French language update | Samuel Dorsaz | 2010-06-22 |
| | |||
* | Dutch language update | Marijn Hofstra | 2010-06-22 |
| | |||
* | Do not output trailing whitespace in conf/local.php | Adrian Lang | 2010-06-18 |
| | |||
* | msgs are saved in send_redirect now, less code duplication needed | Andreas Gohr | 2010-06-13 |
| | |||
* | Spanish language update | Mauro Javier Giamberardino Fernandez | 2010-05-19 |
| | |||
* | avoid autocompletion in usermanager password field | Andreas Gohr | 2010-04-30 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-18 |
| | |||
* | Polish language update | Grzegorz Widła | 2010-04-18 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-15 |
| | |||
* | Slovak language update | Martin Michalek | 2010-04-15 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-11 |
| | |||
* | Slovak language update | Martin Michalek | 2010-04-10 |
| | |||
* | Slovak language update | Martin Michalek | 2010-04-09 |
| | |||
* | Arabic language update | Usama Akkad | 2010-04-08 |
| | |||
* | new fnencode option FS#1649 | Andreas Gohr | 2010-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 requests | Michael Hamann | 2010-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 treeview | Michael Hamann | 2010-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 plugin | Michael Hamann | 2010-04-03 |
| | |||
* | Danish language update | Rasmus Kinnerup | 2010-04-02 |
| | |||
* | Update syntax plugin base class (DOOM DO-OOM) | Adrian Lang | 2010-03-29 |
| | |||
* | Allow plugins to specify that they have to be instantiated | Adrian Lang | 2010-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). | YoBoY | 2010-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 update | Robert Bogenschneider | 2010-03-22 |
| |