| 22952965 | 23-Mar-2010 |
YoBoY <yoboy.leguesh@gmail.com> |
Limiting use of readdir in the idx_indexLengths function (v2).
Each searches on the wiki use this function. Scanning the index directory eachtime is time consuming with a constant series of disk acc
Limiting use of readdir in the idx_indexLengths function (v2).
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.
show more ...
|
| 9d706dd2 | 22-Mar-2010 |
Robert Bogenschneider <robog@gmx.de> |
German language update |
| 8d557116 | 17-Mar-2010 |
maros <dobrimaros@yahoo.pl> |
Polish language update |
| 1c5d577c | 17-Mar-2010 |
José António Cidre Bardelás <medulio@ciberirmandade.org> |
Galician language update |
| e0415e22 | 16-Mar-2010 |
Christopher Smith <chris@jalakai.co.uk> |
Make constants in TarLib.class.php class constants
The constants are required by the class constructor, which effectively means before the autoloader is triggered. This change fixes that issue. |
| 90a0f2e1 | 08-Mar-2010 |
Medúlio <medulio@ciberirmandade.org> |
Galician language update |
| c1fe9e9f | 08-Mar-2010 |
Florian Gaub <floriang@floriang.net> |
French language update |
| 620404a5 | 03-Mar-2010 |
Marek Sacha <sachamar@fel.cvut.cz> |
Czech language update |
| ec0fe1a5 | 03-Mar-2010 |
Aivars Miska <allefm@gmail.com> |
Latvian language update |
| 7caaf84c | 02-Mar-2010 |
Leonard Elezi <leonard.elezi@depinfo.info> |
Albanian translation added |
| 516582b3 | 28-Feb-2010 |
Aleksey Osadchiy <rfc@nm.ru> |
Russian language update |
| 57202056 | 28-Feb-2010 |
Robert Bogenschneider <robog@gmx.de> |
Esperanto language update |
| f77ccdf7 | 22-Feb-2010 |
Joël Schintgen <joel@schintgen.net> |
Luxembourgish translation added |
| b04e9c28 | 14-Feb-2010 |
Leszek Stachowski <shazarre@gmail.com> |
Polish language update |
| 8e6d6cfd | 12-Feb-2010 |
Martijn Dekker <martijn@inlv.org> |
Interlingua Language Update |
| c04912f6 | 12-Feb-2010 |
Victor M Castelan <victorcastelan@gmail.com> |
Spanish language update |
| 2eb3414d | 11-Feb-2010 |
Traduzioni <ita.translations@tiscali.it> |
Italian language update |
| fc5dbe99 | 10-Feb-2010 |
Martijn Dekker <martijn@inlv.org> |
Interlingua Translation added |
| 9ee282d8 | 09-Feb-2010 |
Dimi T <dimi3.14@gmail.com> |
Macedonian transaltion added |
| c4b04b7f | 08-Feb-2010 |
Philippe Bajoit <philippe.bajoit@gmail.com> |
French language update |
| 52b35d3a | 08-Feb-2010 |
Marcel Metz <marcel_metz@gmx.de> |
Informal German language update |
| 25fabd1d | 05-Feb-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix documentation for subscribe_time |
| 9bec85f2 | 06-Feb-2010 |
LSwp <sleshek@wp.pl> |
Polish language update |
| 1807fcf5 | 03-Feb-2010 |
Didier Raboud <didier.raboud@swisslinux.org> |
French language fix FS#1875 |
| 358eb25c | 02-Feb-2010 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
fixed "numericopt" handling in plugin:config |