- Jun 04, 2011
-
-
Kate Arzamastseva authored
-
Kate Arzamastseva authored
-
- Jun 03, 2011
-
-
Szabó Dávid authored
-
Andreas Gohr authored
This adds a DEPRECATED() JavaScript function. This function will print a warning to the Browser's debug console if available (Chrome and Firefox with Firebug extension) when ever it is called. The DEPRECATED() function was also added to the $() function which should no longer be used and be replaced with JQuery calls. Other deprecated functions need to be identified and marked.
-
Andreas Gohr authored
This was broken by the JQuery port. This patch makes the page search work again and also removes the anonymous wrapper function around ajax_quicksearch again.
-
- May 31, 2011
-
-
Martin Michalek authored
-
- May 30, 2011
-
-
Soroush Falahati authored
-
Rune Rasmussen authored
-
- May 29, 2011
-
-
Michael Hamann authored
Conflicts: lib/scripts/edit.js lib/scripts/locktimer.js Some whitespace (at end of line) cleanup
-
Michael Hamann authored
-
- May 26, 2011
-
-
Kate Arzamastseva authored
-
- May 25, 2011
-
-
Adrian Lang authored
-
Adrian Lang authored
-
Michael Hamann authored
The security token here doesn't improve the security as the other requests that allow you to do the same thing aren't protected and I don't see why locking or draft creation should be subject of XSRF attacks.
-
Martin Michalek authored
-
Omid Mottaghi authored
-
Usama Akkad authored
-
- May 24, 2011
-
-
Michael Hamann authored
This disables lock and draft creation for pages the user can't edit. It additionally adds a security token to the draft creation and deletion request so - at least for logged in users - drafts can't be created, modified or deleted so easily anymore.
-
Michael Hamann authored
Since the password is no longer stored in the session, we need to use the login cookie instead.
-
- May 23, 2011
-
-
Adrian Lang authored
-
Michael Hamann authored
Users with names like foo.bar still didn't receive the mail when user foo edited the page. Now the two possibilities (space and end of line) are tested instead of just a word boundary.
-
- May 22, 2011
-
-
Michael Hamann authored
This fixes the subscription user regex to really only not to match the author of the change but to still match users who have that username as substring in their username.
-
- May 18, 2011
-
-
Kate Arzamastseva authored
-
- May 08, 2011
-
-
Adrian Lang authored
-
Anika Henke authored
-
Andreas Gohr authored
Cosmetic changes in tpl_getFavicon()
-
lupo49 authored
-
Michael Hamann authored
This adds a new rendering limit of currently 5 pages to the p_get_metadata function. This means that in one request not more than 3 pages will be parsed/rendered. Pages for which the cache can be used aren't counted. This should make the new cache modes safe to use and should provide backwards compatibility while keeping the advantage of rendering metadata on demand (i.e. imagine one included page out of 10 is updated, then the metadata for that page can be rendered, but when you request a purge of the cache not 10 pages are rendered). In this commit most of the changes to the p_get_first_heading function are reverted and the title index is no longer used. This makes the first heading functionality no longer depends on the search index of DokuWiki. Maybe it can be added again later when the indexer provides a proper API for getting metadata values for all or selected pages. The performance of the p_get_first_heading function should be almost back to the performance in Anteater as the simple cache of p_get_metadata is used and also the limit of p_get_metadata is of course applied.
-
- 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
-