summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* German language updatesPierre Corell2011-10-27
|
* Use JSON wrapper in image upload (FS#2345)schplurtz le déboulonné2011-10-27
|
* Slovak language updateMartin Michalek2011-10-23
|
* Norwegian language updateJon Magne Bøe2011-10-23
|
* Fix upload to deeper namespaces with new AJAX uploaderAndreas Gohr2011-10-23
| | | | | Now params_toarray() correctly decodes parameters on parsing query strings
* HTML compliant fix for missing ul wrapper in TOC (FS#2328)Hakan Sandell2011-10-17
|
* Upgraded SimplePie library to 1.2.1Andreas Gohr2011-10-16
| | | | | From the release notes: This release fixes a few bugs, including a major URL parsing bug, where URLs with query strings were parsed incorrectly.
* bind security token to usernameAndreas Gohr2011-10-15
| | | | | | | This makes the security token more robust agains session fixation attacks. A CSRF warning will no longer abort a page save but lead to the preview mode to avoid information loss when a user logs in during editing (eg in another tab).
* readded delete in popup and link to full mediamanager FS#2347Andreas Gohr2011-10-15
|
* French language updateJohan Guilbaud2011-10-15
|
* Latvian language updateAivars Miska2011-10-15
|
* media manager: removed obsolete and broken hiding of parts of the option labelsAnika Henke2011-10-15
|
* allow page unlocking based on session IDs FS#2262Andreas Gohr2011-10-15
|
* show accesskey also on actionlink title and add accesskey parameter only if ↵Anika Henke2011-10-15
| | | | a key is defined (FS#2226)
* FS#2317 fix CSS compress for generic pseudo classes/pseudo elementsChristopher Smith2011-10-15
|
* added test case for non-breaking spaces in headlines and pagenames (to ↵Anika Henke2011-10-15
| | | | accompany FS#2291)
* Fix XML-RPC login method FS#2324Andreas Gohr2011-10-15
| | | | | | | | The login wasn't able to modify the session as it was already closed earlier. This patch also executes the correct event when logins via XMLRPC are done.
* Fixes FS#2323 Symbolic link to template doesn't workHakan Sandell2011-10-15
| | | | patch by Chris Green
* FS#2291 replace space with non-breaking space in utf8 special charsChristopher Smith2011-10-15
|
* Fixed missing ul wrapper in TOC (FS#2328)Hakan Sandell2011-10-15
|
* Only send 401 if user is not logged in in XML-RPC FS#2133Michael Hamann2011-10-15
| | | | If the user is already logged in, a 403 is sent instead now.
* Send a 401 Unauthorized header in XML-RPC when access is deniedMichael Hamann2011-10-15
| | | | | | | This is far from perfect but should solve most issues in the recommended configuration where only authorized users have access. Sending proper status codes should be implemented when the API implementation refactoring is done.
* replace unset with array_popAndreas Gohr2011-10-15
| | | | | unset does not reset the Array's internal pointer which messes up later calls. array_pop is still much faster than array_splice
* fix off-by-one errorAndreas Gohr2011-10-15
|
* fixed German translation informal -> formalAndreas Gohr2011-10-15
|
* removed remnants of old flash uploader (FS#2335)Anika Henke2011-10-15
|
* added the missing bit to my last commitAndreas Gohr2011-10-15
|
* Fix performance issue in close_paragraphAndreas Gohr2011-10-15
| | | | Looks like a for loop is faster than array_splice
* cleanup of handler.phpAndreas Gohr2011-10-15
| | | | The file contained a few DOS lineendings and trailing spaces
* added the new data/media* directories to .gitignoreAndreas Gohr2011-10-15
|
* Treat a whitespace-only page as empty and delete it FS#2283Andreas Gohr2011-10-15
|
* Check if given file is really a file in JpegMeta FS#2322Andreas Gohr2011-10-14
|
* Fixed test and broken salt generation in PassHash classAndreas Gohr2011-10-14
| | | | | | | Turned out a test wasn't really testing what it should have been testing and thus did hide a bug. Still puzzles me why it still worked some times. This patch also sets the default iteration count for bmd5 and pmd5 to 8.
* don't run SimplePie_File constructor FS#2348Andreas Gohr2011-10-14
|
* added a test case to check for FS#2349Andreas Gohr2011-10-14
| | | | no problems found
* Dutch language updateJeroen Roeterd2011-10-10
|
* German language updateKaeptn Haddock2011-10-10
|
* Spanish language updateRubén Figols2011-10-10
|
* Romanian language updateMarius-Alex Olar2011-10-10
|
* limit edit summaries to 255 charactersAndreas Gohr2011-10-10
|
* Fixes a problem with parsing overlong changelog linesAndreas Gohr2011-10-10
| | | | | | | | | | | | | When an overlong edit summary was given for an edit, the resulting changelog line could be longer than the chunk that is handled in the changelog reader (8192 bytes) causing the reader to abort the operation. This meant that old revisions where no longer accessible. This patch fixes the reader (it continues reading chunks until a full line is found). However, limiting the summary makes sense and will be added in another patch.
* media manager: IE7 fixes (and other small improvements)Anika Henke2011-09-27
|
* media manager: adjusted file uploader styles in media popup to recent changesAnika Henke2011-09-25
|
* whitespace fixes: tabs to spacesAnika Henke2011-09-25
|
* removed obsolete todoAnika Henke2011-09-25
|
* media manager: file uploader improvementsAnika Henke2011-09-25
|
* renamed mediamanager.css to start with underscoreAnika Henke2011-09-25
|
* media manager: fixed and improved diff viewsAnika Henke2011-09-25
|
* fix namespace cleaning FS#2295Andreas Gohr2011-09-25
| | | | | | | | | | | This patch applies the correct pagename cleaning to namespaces as well. Namespaces should follow the same rules as pagenames but due to a bug it was possible to have namespaces ending in a underscore. If you used such a namespace it will be inaccessible after applying this patch. You should rename the namespace directory on the filesystem (removing the trailing underscore). You old links will then work automatically again. Rebuilding the search index is recommended.
* Fixed the Windows share warning (related to #2274)Andreas Gohr2011-09-25
|