summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* added INIT_LANG_LOAD eventDominik Eckelmann2012-01-24
|
* removed 'view original' button from new media manager again (was added in ↵Anika Henke2012-01-22
| | | | b8a84c03) and made a link around the image instead, as that is a more minor change (as it should be during the RC phase) and is what was originally planned
* corrected old mediaupload introduction textAnika Henke2012-01-19
|
* Disable E_STRICT error reportingMichael Hamann2012-01-15
| | | | | | | | This change disables the reporting of strict standard errors in PHP 5.4, in PHP versions prior to 5.4 E_STRICT wasn't part of E_ALL so for these versions this doesn't cause any change (however E_STRICT is available in all versions of PHP 5 so this doesn't cause any problems). See also FS#2427.
* Make Sitemapper functions static as they were used as static functionsMichael Hamann2012-01-15
| | | | | | | All calls to the Sitemapper were static function calls, this caused notices because they weren't static, with this commit they are marked as static. Furthermore two FIXME comments were removed as dbglog now checks if debugging is enabled.
* Merge pull request #75 from lupo49/masterAndreas Gohr2012-01-13
|\ | | | | localization: removed strings from old flashuploader
| * localization: removed strings from old flashuploaderlupo492012-01-13
| |
* | Slovak language updateMartin Michalek2012-01-13
|/
* Polish language updateBegina Felicysym2012-01-13
|
* readded missing "view original" button to the new media managerAndreas Gohr2012-01-13
| | | | Template authors need to update their _mediamanager.css
* always show full filename as tooltip in mediamanagerAndreas Gohr2012-01-13
|
* Fix sorting in media manager search (FS#2423)Adrian Lang2012-01-13
|
* do not rely on tmpfile() in the AJAX uploader backend FS#2417Andreas Gohr2012-01-09
|
* Galician language updateOscar M. Lage2012-01-09
|
* Spanish language updateOscar M. Lage2012-01-08
|
* make sure that sidebar TOCs won't interfere with page TOCsAndreas Gohr2012-01-07
| | | | | This could happen if a sidebar is rendered before the page (populating $TOC) and the page itself had no own TOC (no headers).
* French language updateskimpax2011-12-22
|
* Japanese language updateKazutaka Miyasaka2011-12-22
|
* Revert 4a24b459, thus fixing FETCH_MEDIA_STATUS for missing files (FS#2405)Adrian Lang2011-12-20
|
* Fix double URL-encoding in media manager (FS#2403)Adrian Lang2011-12-18
|
* Malay language updateJian Wei Tay2011-12-15
|
* Polish language updateBegina Felicysym2011-12-14
|
* Avoid a warning when a media cachefile doesn't exist yetAndreas Gohr2011-12-13
|
* Dutch language updateRicardo Guijt2011-12-08
|
* Norwegian language updateEgil Hansen2011-12-06
|
* fixed link in popup media manager to fullscreen media manager to open in ↵Anika Henke2011-12-04
| | | | correct namespace (FS#2401)
* Merge pull request #66 from dploeger/28db35ad3dd974cc2f627d25f7bcc16e9fd0ceacAndreas Gohr2011-11-28
|\ | | | | This fix is alright. The action gets escaped by DokuForm's use of buildAttributes()
| * Fixes SYMPTOMS of FS #2393dploeger2011-11-28
| |
* | deprecated 3rd parameter of cleanID() FS#2377Andreas Gohr2011-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#2276Andreas Gohr2011-11-27
| | | | | On certain environments, stream_select might produce temporary errors when file descriptors are running scarce.
* Latvian language updateAivars Miska2011-11-27
|
* Dutch language updateMarijn Hofstra2011-11-27
|
* French language updateChristophe Martin2011-11-27
|
* Traditional Chinese language updateShuo Ting Jian2011-11-27
|
* Chinese language updateShuo Ting Jian2011-11-27
|
* Merge pull request #62 from lupo49/masterAnika Henke2011-11-23
|\ | | | | eo: language updates
| * eo: language updatesFelipe Castro2011-11-14
| |
* | fixed german language stringsAndreas Gohr2011-11-13
| |
* | fixed various errors in language filesAndreas Gohr2011-11-13
| |
* | Bulgarian language updateKiril Velikov2011-11-13
| |
* | Czech language updateZbyněk Křivka2011-11-13
| |
* | Finnish language fixesOtto Vainio2011-11-13
| |
* | fixed HTML in Esperanto language fileAndreas Gohr2011-11-13
|/
* Use mailprefix also for registration and resend password notification mails ↵lupo492011-11-12
| | | | (FS#2366)
* Esperanto language updateRobert Bogenschneider2011-11-10
|
* use DOKU_SCRIPT instead of stray doku.php in checkUpdateMessages() (FS#2364)Anika Henke2011-11-08
|
* renamed plugins.protected.php to plugins.required.php and added it cascade ↵Piyush Mishra2011-11-06
| | | | to allow overwriting as a local protected file
* French strings minor fix and obsolete email address updateGuy Brand2011-11-05
|
* Verify conf/ directory is writable in the do=check actionGuy Brand2011-11-05
|
* fixed media list options in new mediamanager to work without JavaScript ↵Anika Henke2011-11-04
| | | | again (FS#2363)