summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* set cursor to start of textbox when focusing FS#2243Andreas Gohr2011-05-02
| | | | This works around a new "feature/bug" of Firefox 4.
* Add a force option to idx_addPage()Michael Hamann2011-05-02
|
* Add line endings at the end of the fileMichael Hamann2011-05-02
| | | | | | | | | | | | The bug that is fixed here may have corrupted your search index in a way that it produces wrong or missing results and won't be fixed automatically. This occurs when you have deleted the last occurrence of a word that has been on the last line of one of the word indexes. A functionality for checking for a broken search index will be added. The index can be fixed by deleting it completely (remove all .idx files in data/index/) and recreating it using bin/indexer.php -c. The searchindex plugin will be updated to be able to do the same, soon.
* change indexer webbug dimension FS#2237Andreas Gohr2011-05-02
|
* execute edit action when draft was specified but no draft exists FS#2240Andreas Gohr2011-05-02
|
* Brazilian Portuguese language updateFrederico Goncalves Guimaraes2011-05-02
|
* Fix a warning in the indexer when words exist without corresponding index ↵Michael Hamann2011-05-02
| | | | FS#2242
* Chinese language updateChoicky Chou2011-05-01
|
* Merge pull request #43 from lupo49/master.Michael Hamann2011-05-01
|\ | | | | fixed location of favicon in feed.php (FS#2232)
| * fixed location of favicon in feed.php (FS#2232)Matthias Schulte2011-05-01
|/
* fixed typo in PassHash classAndreas Gohr2011-05-01
| | | | The pure PHP implementation for smd5 failed.
* Merged pull request #42 from lupo49/master.Andreas Gohr2011-04-28
|\ | | | | language updates: update.dokuwiki.org is currently used for update/msg-checks
| * language updates: update.dokuwiki.org is currently used for update/msg-checksMatthias Schulte2011-04-28
|/
* Czech language updateVojta Beran2011-04-27
|
* Korean language updateErial Krale2011-04-27
|
* Bulgarian language updateKiril Velikov2011-04-27
|
* Merged pull request #41 from lupo49/master.Andreas Gohr2011-04-27
|\ | | | | de/eu - language updates / tpl_getfavicon()
| * eu: language updatesMatthias Schulte2011-04-27
| |
| * Merge remote branch 'upstream/master'Matthias Schulte2011-04-27
| |\
| * | Merge HEAD, branch 'master' of github.com:lupo49/dokuwikiMatthias Schulte2011-04-27
| | |
| * | allow tpl_getFavicon() returning the absolute path to the icon filelupo492011-04-26
| | |
| * | de/de-informal: language updates (added "packageinstalled")lupo492011-04-23
| | |
* | | Remove deprecated call-time pass-by-reference in inc/common.phpMichael Hamann2011-04-27
| |/ |/| | | | | | | The value is still passed by reference as the parameter of the called function is declared as reference.
* | Fix p_get_first_heading for when the search index is emptyMichael Hamann2011-04-26
|/ | | | | | When the search index is empty, there was a warning and no headings were displayed. Now the headings are displayed and there is no warning anymore.
* Make the page lookup by title case insensitive againMichael Hamann2011-04-23
| | | | | | The page lookup by title has been case insensitive before the indexer rewrite, since then it has been case sensitive, this makes it case insensitive again.
* Release preparationsAdrian Lang2011-04-22
|
* Make ft_pageLookup respect the namespace restriction againMichael Hamann2011-04-22
| | | | | | Before this change all pages of the given namespace have been included in the result, now the search is restricted to the namespace again as it was before the new indexer has been implemented.
* Fix HTML in DifferenceEngine testsAdrian Lang2011-04-21
|
* Make locktimer more robustAdrian Lang2011-04-21
| | | | | If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error.
* Portuguese language updateJosé Carlos Campos2011-04-20
|
* Enable metadata rendering in the indexerMichael Hamann2011-04-20
| | | | Metadata is rendered now in the indexer when it's cache is invalid.
* Hungarian language updateTihanyi Sándor2011-04-19
|
* Latvian language updateAivars Miska2011-04-19
|
* Merge https://github.com/akate/dokuwiki into akate-058f1c3Guy Brand2011-04-18
|\
| * Merge remote-tracking branch 'upstream/master'Kate Arzamastseva2011-04-18
| |\
| * | Ukrainian language updateKate Arzamastseva2011-04-18
| | |
| * | Ukrainian language updateKate Arzamastseva2011-04-18
| | |
* | | Revert "correctly disable unfinished media options popup"Andreas Gohr2011-04-18
| |/ |/| | | | | | | | | This reverts commit 342e58c8c048bfd5f57f10bd88cee95aa2732e96. The options code had already been fixed. My mistake.
* | correctly disable unfinished media options popupAndreas Gohr2011-04-17
| | | | | | | | | | | | | | | | | | We disabled the media options shortly before the last release because of an unfixed bug. The disabling was not complete which caused problems with templates not incorporating the needed CSS. Since the option dialog hasn't been fixed yet, this patch also disables the creation of the corresponding HTML to avoid the mentioned template problems.
* | Traditional Chinese updateShuo-Ting Jian2011-04-17
| |
* | Don't ignore bundled plugin pathsGuy Brand2011-04-17
| |
* | Japanese update (missing file)Yuji TAKENAKA2011-04-17
| | | | | | | | Signed-off-by: Guy Brand <gb@unistra.fr>
* | Japanese updateYuji TAKENAKA2011-04-17
| | | | | | | | Signed-off-by: Guy Brand <gb@unistra.fr>
* | Trap onbeforeunload when event fired (attempt to fix FS#2196)Guy Brand2011-04-17
| |
* | tiny fixes for xhtml strictAnika Henke2011-04-17
| |
* | removed empty id in register form (FS#2222)Anika Henke2011-04-17
| |
* | do not strip empty form parameters FS#2222Andreas Gohr2011-04-17
| |
* | attach textChanged property to window attempt to fix FS#2196Andreas Gohr2011-04-17
| |
* | Bulgarian language updateKiril Velikov2011-04-17
| |
* | removed incorrect nbsps in diff view (FS#2223)Anika Henke2011-04-16
| |