summaryrefslogtreecommitdiff
path: root/inc/media.php
Commit message (Collapse)AuthorAge
...
| * use HMAC in media_token FS#2794Andreas Gohr2013-05-30
| |
* | Added media_isexternal()Klap-in2013-05-21
|/
* Merge pull request #203 from splitbrain/fetchissues3Christopher Smith2013-04-07
|\ | | | | prevent third-party requests from using fetch
| * add a token to fetch urls requiring image resize/crop to prevent external ↵Christopher Smith2013-03-22
| | | | | | | | DDOS via fetch
* | don't resize images when resize dimensions match native image dimensionsChristopher Smith2013-03-22
| |
* | avoid creating an intermediate crop image when the final image will match a ↵Christopher Smith2013-03-19
|/ | | | resize
* correct parenthesis in image crop calculations to ensure integer valuesChristopher Smith2013-03-18
|
* alternative fix for FS#2734Andreas Gohr2013-03-01
|
* Media manager: don't create empty namespaces FS#2642Michael Hamann2013-02-16
| | | | | | Previously the media manager created an empty namespace whenever you opened a non-existing namespace with upload permissions. Now the current namespace is only displayed in the tree but not actually created.
* fixed media upload not working with QuickPHP (FS#2531 + FS#2673)Anika Henke2013-02-16
|
* don't use keep-alive with single shot HTTP clientsAndreas Gohr2013-02-16
|
* Implement media subscriptions in the new subscription classMichael Hamann2013-01-26
|
* html validity fixes (removed name and align in some plugins)Anika Henke2012-08-05
|
* copy not move uploaded files FS#2465Andreas Gohr2012-07-29
| | | | This fixes problems with setgid bits on the media directory
* added missing includeAndreas Gohr2012-07-28
|
* replaced use of basename() with utf8_basename() FS#2015Andreas Gohr2012-07-28
|
* syntax fix for media_diffAndreas Gohr2012-07-06
| | | | same problem as in f1d7655b8b6288d5b3d63a44412a69c0aa012ed8
* Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into ↵Andreas Gohr2012-07-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | pull-request-110 * 'input-validation' of git://github.com/whoopdedo/dokuwiki: fix incorrect usage of tpl_getMediaFile fix necessary global declaration Input wrapper for html forms Input validation for media manager Input wrapper for exe scripts more INPUT wrapper uses: cache purge, sectok, getID Input wrapper for action.php Conflicts: lib/exe/css.php
| * Input validation for media managerTom N Harris2012-06-28
| |
* | xml compatibility fixes (mainly entities to unicode conversions)Anika Henke2012-07-05
|/
* Fix for FS#2522 / Now all places of $lang['restored'] are covered with the ↵lupo492012-06-10
| | | | restored-date information
* display uploadable file size in media manager FS#2425Andreas Gohr2012-04-23
|
* Merge branch 'master' into htmlmailAndreas Gohr2012-04-15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (382 commits) Romanian language update Marathi language update Arabic Language Update when there's not enough space for images, make sure they stay proportional (might be FS#2480) added minimal RTL print styles (part of FS#2185) moved plugins' rtl.css to their style.css counterpart (part of FS#2185) removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary removed comments from accidentally commented lines in tpl_includeFile() removed obsolete template file added tpl_includeFile() to core Make getTitle method in remote interface public Changed an error code in XML-RPC interface. This error hasn't anything to do with the rest of the -32600 errors. BG: language update Korean language update fixed performance issues with gradient in Firefox (which also added gradient support for IE9) (FS#2447) deleted very old (and unused) images added accidentally removed '<?php' back in (was in 57fc5edd) wrapped X-UA-Compatible meta tag with conditional comments added explanation to todo in _forms.css removed problematic 'overflow: hidden' from lists again ('unfixes' FS#1950) ... Conflicts: inc/auth.php inc/load.php
| * coding style updatesAndreas Gohr2012-03-16
| |
| * added div.table around non-editable content as well (FS#1980)Anika Henke2012-02-04
| |
| * 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
| * 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
| |
| * Fix double URL-encoding in media manager (FS#2403)Adrian Lang2011-12-18
| |
| * Avoid a warning when a media cachefile doesn't exist yetAndreas Gohr2011-12-13
| |
| * 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.
* / Replaced mail_send calls with new Mailer classAndreas Gohr2011-11-12
|/
* fixed media list options in new mediamanager to work without JavaScript ↵Anika Henke2011-11-04
| | | | again (FS#2363)
* MediaManager: Check DOKU_PREF cookie value for validnessAdrian Lang2011-10-30
|
* readded delete in popup and link to full mediamanager FS#2347Andreas Gohr2011-10-15
|
* media manager: IE7 fixes (and other small improvements)Anika Henke2011-09-27
|
* whitespace fixes: tabs to spacesAnika Henke2011-09-25
|
* media manager: fixed and improved diff viewsAnika Henke2011-09-25
|
* More mediamanager reworkingAdrian Lang2011-09-24
|
* Resize images in fullscreen mediamanager using CSSAdrian Lang2011-09-22
|
* media manager: added a few newlines to the outputAnika Henke2011-09-19
|
* media manager: small functionality and css changesAnika Henke2011-09-19
|
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2011-09-18
|\ | | | | | | | | Conflicts: lib/tpl/default/mediamanager.css
| * Fix mediamanager JS (diffs not yet working)Adrian Lang2011-09-18
| |
* | media manager: more CSS changesAnika Henke2011-09-18
|/
* Change className from form.actions to form.optionsAdrian Lang2011-09-18
|