summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Change when metadata is rendered - only when really neededMichael Hamann2011-05-08
| | | | | | | | | | | | | | | | | | | | | | This changes the cache logic for metadata. It introduces a new mode that tries to avoid rendering the page again for simple requests but still updates the metadata when the page has been changed (but not when the cache timeout has been reached or purge is used). It simply compares the time of the last rendering with the last modified time of the page. The old boolean $render parameter has been changed into an int with three possible values. Compatibility for the old parameter is provided using a check with is_numeric using the following mapping: - false is still don't render (0 is the new value for that) - true is using that new render logic which means that many plugins will still work unchanged even if they request a lot of data using $render=true (1 is the new value for that providing full compatibility in the case 1 has been used instead of true) The default value for p_get_first_heading is now that new simple cache logic, the default value for getting metadata is the cache logic which should be used with care but is the only way to request (rendered) metadata that can change because of plugin installations or upgrades.
* fixed some missing config_cascade occurrences (FS#2235)Anika Henke2011-05-07
|
* Dutch language updateBart Lamberigts2011-05-03
|
* Spanish language updateMarcelo Zunino2011-05-03
|
* Fix the wording of the search index check messagesMichael Hamann2011-05-02
|
* Add a test to do=check that should detect search index corruptionMichael Hamann2011-05-02
| | | | | | With this test it should be possible to detect if the search index has been corrupted by using Rincewind RC or a git version of the weeks before the RC release.
* 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
| |