- May 07, 2011
-
-
Michael Hamann authored
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.
-
Anika Henke authored
-
- May 03, 2011
-
-
Bart Lamberigts authored
-
Marcelo Zunino authored
-
- May 02, 2011
-
-
Michael Hamann authored
-
Michael Hamann authored
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.
-
Andreas Gohr authored
This works around a new "feature/bug" of Firefox 4.
-
Michael Hamann authored
-
Michael Hamann authored
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.
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Frederico Goncalves Guimaraes authored
-
Michael Hamann authored
-
- May 01, 2011
-
-
Choicky Chou authored
-
Michael Hamann authored
fixed location of favicon in feed.php (FS#2232)
-
Matthias Schulte authored
-
Andreas Gohr authored
The pure PHP implementation for smd5 failed.
-
- Apr 28, 2011
-
-
Andreas Gohr authored
language updates: update.dokuwiki.org is currently used for update/msg-checks
-
Matthias Schulte authored
-
- Apr 27, 2011
-
-
Vojta Beran authored
-
Erial Krale authored
-
Kiril Velikov authored
-
Andreas Gohr authored
de/eu - language updates / tpl_getfavicon()
-
Michael Hamann authored
The value is still passed by reference as the parameter of the called function is declared as reference.
-
Matthias Schulte authored
-
Matthias Schulte authored
-
Matthias Schulte authored
-
- Apr 26, 2011
-
-
Michael Hamann authored
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.
-
lupo49 authored
-
- Apr 23, 2011
-
-
lupo49 authored
-
- Apr 22, 2011
-
-
Michael Hamann authored
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.
-
Adrian Lang authored
-
Michael Hamann authored
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.
-
- Apr 21, 2011
-
-
Adrian Lang authored
-
Adrian Lang authored
If no HTML element with the id wiki__text exists, locktimer.init led to a JavaScript error.
-
- Apr 20, 2011
-
-
José Carlos Campos authored
-
Michael Hamann authored
Metadata is rendered now in the indexer when it's cache is invalid.
-
- Apr 19, 2011
-
-
Tihanyi Sándor authored
-
Aivars Miska authored
-
- Apr 18, 2011
-