Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed link in popup media manager to fullscreen media manager to open in ↵ | Anika Henke | 2011-12-04 |
| | | | | correct namespace (FS#2401) | ||
* | Merge pull request #66 from dploeger/28db35ad3dd974cc2f627d25f7bcc16e9fd0ceac | Andreas Gohr | 2011-11-28 |
|\ | | | | | This fix is alright. The action gets escaped by DokuForm's use of buildAttributes() | ||
| * | Fixes SYMPTOMS of FS #2393 | dploeger | 2011-11-28 |
| | | |||
* | | deprecated 3rd parameter of cleanID() FS#2377 | Andreas Gohr | 2011-11-28 |
|/ | | | | | | | For some reason trailing/leading underscores were allowed when uploading files. But the rest of the code (eg. listing or downloading files) never supported this. This patch removes this special case for uploading files to streamline ID cleaning of pages and media files. | ||
* | suppress errors on stream_select FS#2276 | Andreas Gohr | 2011-11-27 |
| | | | | | On certain environments, stream_select might produce temporary errors when file descriptors are running scarce. | ||
* | Latvian language update | Aivars Miska | 2011-11-27 |
| | |||
* | Dutch language update | Marijn Hofstra | 2011-11-27 |
| | |||
* | French language update | Christophe Martin | 2011-11-27 |
| | |||
* | Traditional Chinese language update | Shuo Ting Jian | 2011-11-27 |
| | |||
* | Chinese language update | Shuo Ting Jian | 2011-11-27 |
| | |||
* | Merge pull request #62 from lupo49/master | Anika Henke | 2011-11-23 |
|\ | | | | | eo: language updates | ||
| * | eo: language updates | Felipe Castro | 2011-11-14 |
| | | |||
* | | fixed german language strings | Andreas Gohr | 2011-11-13 |
| | | |||
* | | fixed various errors in language files | Andreas Gohr | 2011-11-13 |
| | | |||
* | | Bulgarian language update | Kiril Velikov | 2011-11-13 |
| | | |||
* | | Czech language update | Zbyněk Křivka | 2011-11-13 |
| | | |||
* | | Finnish language fixes | Otto Vainio | 2011-11-13 |
| | | |||
* | | fixed HTML in Esperanto language file | Andreas Gohr | 2011-11-13 |
|/ | |||
* | Use mailprefix also for registration and resend password notification mails ↵ | lupo49 | 2011-11-12 |
| | | | | (FS#2366) | ||
* | Esperanto language update | Robert Bogenschneider | 2011-11-10 |
| | |||
* | use DOKU_SCRIPT instead of stray doku.php in checkUpdateMessages() (FS#2364) | Anika Henke | 2011-11-08 |
| | |||
* | renamed plugins.protected.php to plugins.required.php and added it cascade ↵ | Piyush Mishra | 2011-11-06 |
| | | | | to allow overwriting as a local protected file | ||
* | French strings minor fix and obsolete email address update | Guy Brand | 2011-11-05 |
| | |||
* | Verify conf/ directory is writable in the do=check action | Guy Brand | 2011-11-05 |
| | |||
* | fixed media list options in new mediamanager to work without JavaScript ↵ | Anika Henke | 2011-11-04 |
| | | | | again (FS#2363) | ||
* | Do not send empty changes to the AD backend | Andreas Gohr | 2011-10-31 |
| | | | | | | This fixes password changing operations: password change and user modification are two different operations on the AD backend - the user modification should not be done on password only changes. | ||
* | Remove references to (un)?subscribens. | Adrian Lang | 2011-10-30 |
| | |||
* | MediaManager: Check DOKU_PREF cookie value for validness | Adrian Lang | 2011-10-30 |
| | |||
* | Removed faulty <span> tags from translations (FS#2360) | Hakan Sandell | 2011-10-29 |
| | |||
* | Slovak language update | Martin Michalek | 2011-10-27 |
| | |||
* | Bulgarian language update | Kiril Velikov | 2011-10-27 |
| | |||
* | German language updates | Pierre Corell | 2011-10-27 |
| | |||
* | Slovak language update | Martin Michalek | 2011-10-23 |
| | |||
* | Norwegian language update | Jon Magne Bøe | 2011-10-23 |
| | |||
* | HTML compliant fix for missing ul wrapper in TOC (FS#2328) | Hakan Sandell | 2011-10-17 |
| | |||
* | Upgraded SimplePie library to 1.2.1 | Andreas Gohr | 2011-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 username | Andreas Gohr | 2011-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#2347 | Andreas Gohr | 2011-10-15 |
| | |||
* | French language update | Johan Guilbaud | 2011-10-15 |
| | |||
* | Latvian language update | Aivars Miska | 2011-10-15 |
| | |||
* | allow page unlocking based on session IDs FS#2262 | Andreas Gohr | 2011-10-15 |
| | |||
* | show accesskey also on actionlink title and add accesskey parameter only if ↵ | Anika Henke | 2011-10-15 |
| | | | | a key is defined (FS#2226) | ||
* | FS#2291 replace space with non-breaking space in utf8 special chars | Christopher Smith | 2011-10-15 |
| | |||
* | Fixed missing ul wrapper in TOC (FS#2328) | Hakan Sandell | 2011-10-15 |
| | |||
* | replace unset with array_pop | Andreas Gohr | 2011-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 error | Andreas Gohr | 2011-10-15 |
| | |||
* | removed remnants of old flash uploader (FS#2335) | Anika Henke | 2011-10-15 |
| | |||
* | added the missing bit to my last commit | Andreas Gohr | 2011-10-15 |
| | |||
* | Fix performance issue in close_paragraph | Andreas Gohr | 2011-10-15 |
| | | | | Looks like a for loop is faster than array_splice | ||
* | cleanup of handler.php | Andreas Gohr | 2011-10-15 |
| | | | | The file contained a few DOS lineendings and trailing spaces |