- Aug 09, 2010
-
-
osman tekin authored
-
- Aug 01, 2010
-
-
Emanuel-Emeric Andraşi authored
-
- Jul 26, 2010
-
-
Arne Pelka authored
-
FELTZ Vincent authored
-
- Jul 16, 2010
-
-
Szabó Dávid authored
-
Aleksandr Selivanov authored
-
- Jul 12, 2010
-
-
Honza Lefty Škoda authored
-
Jeferson Propheta authored
-
Ulrikhe Lukoie authored
-
Georgios Petsagourakis authored
-
Omid Mottaghi authored
-
- Jul 02, 2010
-
-
Michael Kjær Pedersen authored
-
- Jun 27, 2010
-
-
Andreas Gohr authored
-
Szabó Dávid authored
-
- Jun 26, 2010
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
This patch also removes legacy support for @USER@. Only %USER% is valid now.
-
- Jun 22, 2010
-
-
Samuel Dorsaz authored
-
Marijn Hofstra authored
-
- Jun 18, 2010
-
-
Adrian Lang authored
-
- Jun 13, 2010
-
-
Andreas Gohr authored
-
- May 19, 2010
-
-
Mauro Javier Giamberardino Fernandez authored
-
- Apr 30, 2010
-
-
Andreas Gohr authored
-
- Apr 18, 2010
-
-
Usama Akkad authored
-
Grzegorz Widła authored
-
- Apr 15, 2010
-
-
Usama Akkad authored
-
Martin Michalek authored
-
- Apr 11, 2010
-
-
Usama Akkad authored
-
- Apr 10, 2010
-
-
Martin Michalek authored
-
- Apr 09, 2010
-
-
Martin Michalek authored
-
- Apr 08, 2010
-
-
Usama Akkad authored
-
- Apr 04, 2010
-
-
Andreas Gohr authored
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).
-
- Apr 03, 2010
-
-
Michael Hamann authored
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.
-
Michael Hamann authored
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.
-
Michael Hamann authored
-
- Apr 02, 2010
-
-
Rasmus Kinnerup authored
-
- Mar 29, 2010
-
-
Adrian Lang authored
-
Adrian Lang authored
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).
-
- Mar 24, 2010
-
-
YoBoY authored
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.
-