- Mar 26, 2011
-
-
Michal Rezler authored
-
- Mar 09, 2011
-
-
marklundeberg authored
Make interwiki links match with every other icon-link: need 1px top and bottom padding or else the icons' top and bottom pixel rows get cut off.
-
- Mar 06, 2011
-
-
Adrian Lang authored
-
- Feb 26, 2011
-
-
Anika Henke authored
* code cleanup in lib/exe/css.php * renamed 'default' userstyle to 'screen' in config_cascade * splitted core lib/styles/style.css up into all.css, print.css and screen.css
-
- Feb 11, 2011
-
-
Andreas Gohr authored
-
- Feb 06, 2011
-
-
Michael Hamann authored
Previously the rmdir could be executed when the lock directory had been deleted by another indexer already. This could lead to a race condition when another indexer call creates the lock again between the if and the rmdir. This issue still exists for stale lock directories but they normally shouldn't exist. This also prevents the loop from becoming an endless loop when the lock directory can't be created. This change also fixes a syntax error in the indexer and prevents an endless loop when the lock directory exists but can't be deleted.
-
Andreas Gohr authored
-
Adrian Lang authored
Changes: * XML-RPC now correctly allows leading and trailing _ * Error messages from XML-RPC are correct * MEDIA_UPLOAD_FINISH has a sixth param specifying the move function * Not having upload rights when using media_upload throws a msg
-
Adrian Lang authored
Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even when the ns dir was deleted * media_delete changed quite a bit
-
Andreas Gohr authored
I also adjusted the coding style to match our other JS classes
-
- Jan 16, 2011
-
-
Andreas Gohr authored
-
Michael Hamann authored
For locks and getRevisions there hasn't been any acl check. In many other cases the id hadn't been cleaned before the acl check was done which means that many acl rules that should be applied weren't applied. So e.g. when you have read permissions for the root namespace but not for a subnamespace you could add a leading ":" and the permissions for the root namespace will be used instead of the permissions for the subnamespace. This did not apply to writing pages and reading media files, but writing and deleting media files have been concerned as well as reading both plain and html versions of pages. This only concerns installations where XML-RPC is enabled (default is disabled) and XML-RPC is allowed for all or untrusted users.
-
- Jan 15, 2011
-
-
Andreas Gohr authored
-
- Jan 14, 2011
-
-
Andreas Gohr authored
-
- Jan 09, 2011
-
-
Michael Hamann authored
-
Gabriel Birke authored
-
- Dec 29, 2010
-
-
Tom N Harris authored
-
- Nov 29, 2010
-
-
Michael Hamann authored
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
-
- Nov 22, 2010
-
-
Michael Hamann authored
This changes fundamentally when metadata is rendered. This commit introduces a new cache file for every page that just contains a timestamp and is updated whenever the metadata of that page is rendered. Metadata is rendered when p_get_metadata is called and the last rendering has been before a page, metadata, configuration or renderer update or purge is set like in the xhtml renderer cache. Metadata is no longer automatically rendered when the xhtml renderer cache isn't used but will still be rendered when needed as p_get_metadata is called in the cache. Metadata is also no longer rendered in the indexer script when missing as that is already done by pageinfo() before anything else is done so the indexer script won't be called when there is no metadata file.
-
- Nov 17, 2010
-
-
Tom N Harris authored
-
- Nov 14, 2010
-
-
Tom N Harris authored
-
- Nov 13, 2010
-
-
Adrian Lang authored
p_purge_metadata now updates the metadata cache and the INFO array like the other metadata writing functions
-
Hakan Sandell authored
-
- Oct 26, 2010
-
-
Michael Hamann authored
-
- Oct 25, 2010
-
-
Adrian Lang authored
-
- Oct 22, 2010
-
-
Andreas Gohr authored
-
- Oct 18, 2010
-
-
Andreas Gohr authored
-
- Oct 10, 2010
-
-
Pierre Spring authored
-
Pierre Spring authored
-
- Oct 02, 2010
-
-
Andreas Gohr authored
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Sep 27, 2010
-
-
Pierre Spring authored
-
- Sep 22, 2010
-
-
Michael Hamann authored
This makes it possible to autoload the sitemapper when needed.
-
Michael Hamann authored
-
Adrian Lang authored
In WebKit, newlines at the end of input field’s value parameters are removed. This breaks $PRE, so we protect those new lines with a dot and later remove the dot.
-
- Aug 11, 2010
-
-
Andreas Gohr authored
When creating new pages, no date field is added in the edit form.
-
- Aug 10, 2010
-
-
Adrian Lang authored
-
- Jun 27, 2010
-
-
Andreas Gohr authored
-
Christopher Smith authored
-