Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | set cursor to start of textbox when focusing FS#2243 | Andreas Gohr | 2011-05-02 |
| | | | | This works around a new "feature/bug" of Firefox 4. | ||
* | Add a force option to idx_addPage() | Michael Hamann | 2011-05-02 |
| | |||
* | Add line endings at the end of the file | Michael Hamann | 2011-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#2237 | Andreas Gohr | 2011-05-02 |
| | |||
* | execute edit action when draft was specified but no draft exists FS#2240 | Andreas Gohr | 2011-05-02 |
| | |||
* | Brazilian Portuguese language update | Frederico Goncalves Guimaraes | 2011-05-02 |
| | |||
* | Fix a warning in the indexer when words exist without corresponding index ↵ | Michael Hamann | 2011-05-02 |
| | | | | FS#2242 | ||
* | Chinese language update | Choicky Chou | 2011-05-01 |
| | |||
* | Merge pull request #43 from lupo49/master. | Michael Hamann | 2011-05-01 |
|\ | | | | | fixed location of favicon in feed.php (FS#2232) | ||
| * | fixed location of favicon in feed.php (FS#2232) | Matthias Schulte | 2011-05-01 |
|/ | |||
* | fixed typo in PassHash class | Andreas Gohr | 2011-05-01 |
| | | | | The pure PHP implementation for smd5 failed. | ||
* | Merged pull request #42 from lupo49/master. | Andreas Gohr | 2011-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-checks | Matthias Schulte | 2011-04-28 |
|/ | |||
* | Czech language update | Vojta Beran | 2011-04-27 |
| | |||
* | Korean language update | Erial Krale | 2011-04-27 |
| | |||
* | Bulgarian language update | Kiril Velikov | 2011-04-27 |
| | |||
* | Merged pull request #41 from lupo49/master. | Andreas Gohr | 2011-04-27 |
|\ | | | | | de/eu - language updates / tpl_getfavicon() | ||
| * | eu: language updates | Matthias Schulte | 2011-04-27 |
| | | |||
| * | Merge remote branch 'upstream/master' | Matthias Schulte | 2011-04-27 |
| |\ | |||
| * | | Merge HEAD, branch 'master' of github.com:lupo49/dokuwiki | Matthias Schulte | 2011-04-27 |
| | | | |||
| * | | allow tpl_getFavicon() returning the absolute path to the icon file | lupo49 | 2011-04-26 |
| | | | |||
| * | | de/de-informal: language updates (added "packageinstalled") | lupo49 | 2011-04-23 |
| | | | |||
* | | | Remove deprecated call-time pass-by-reference in inc/common.php | Michael Hamann | 2011-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 empty | Michael Hamann | 2011-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 again | Michael Hamann | 2011-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 preparations | Adrian Lang | 2011-04-22 |
| | |||
* | Make ft_pageLookup respect the namespace restriction again | Michael Hamann | 2011-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 tests | Adrian Lang | 2011-04-21 |
| | |||
* | Make locktimer more robust | Adrian Lang | 2011-04-21 |
| | | | | | If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error. | ||
* | Portuguese language update | José Carlos Campos | 2011-04-20 |
| | |||
* | Enable metadata rendering in the indexer | Michael Hamann | 2011-04-20 |
| | | | | Metadata is rendered now in the indexer when it's cache is invalid. | ||
* | Hungarian language update | Tihanyi Sándor | 2011-04-19 |
| | |||
* | Latvian language update | Aivars Miska | 2011-04-19 |
| | |||
* | Merge https://github.com/akate/dokuwiki into akate-058f1c3 | Guy Brand | 2011-04-18 |
|\ | |||
| * | Merge remote-tracking branch 'upstream/master' | Kate Arzamastseva | 2011-04-18 |
| |\ | |||
| * | | Ukrainian language update | Kate Arzamastseva | 2011-04-18 |
| | | | |||
| * | | Ukrainian language update | Kate Arzamastseva | 2011-04-18 |
| | | | |||
* | | | Revert "correctly disable unfinished media options popup" | Andreas Gohr | 2011-04-18 |
| |/ |/| | | | | | | | | | This reverts commit 342e58c8c048bfd5f57f10bd88cee95aa2732e96. The options code had already been fixed. My mistake. | ||
* | | correctly disable unfinished media options popup | Andreas Gohr | 2011-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 update | Shuo-Ting Jian | 2011-04-17 |
| | | |||
* | | Don't ignore bundled plugin paths | Guy Brand | 2011-04-17 |
| | | |||
* | | Japanese update (missing file) | Yuji TAKENAKA | 2011-04-17 |
| | | | | | | | | Signed-off-by: Guy Brand <gb@unistra.fr> | ||
* | | Japanese update | Yuji TAKENAKA | 2011-04-17 |
| | | | | | | | | Signed-off-by: Guy Brand <gb@unistra.fr> | ||
* | | Trap onbeforeunload when event fired (attempt to fix FS#2196) | Guy Brand | 2011-04-17 |
| | | |||
* | | tiny fixes for xhtml strict | Anika Henke | 2011-04-17 |
| | | |||
* | | removed empty id in register form (FS#2222) | Anika Henke | 2011-04-17 |
| | | |||
* | | do not strip empty form parameters FS#2222 | Andreas Gohr | 2011-04-17 |
| | | |||
* | | attach textChanged property to window attempt to fix FS#2196 | Andreas Gohr | 2011-04-17 |
| | | |||
* | | Bulgarian language update | Kiril Velikov | 2011-04-17 |
| | | |||
* | | removed incorrect nbsps in diff view (FS#2223) | Anika Henke | 2011-04-16 |
| | |