History log of /dokuwiki/inc/media.php (Results 301 – 323 of 323)
Revision Date Author Comments
# f2ea8432 08-Sep-2007 Andreas Gohr <andi@splitbrain.org>

CSRF SecurityToken added to the media manager

darcs-hash:20070908143307-7ad00-50730dd67239a2faaced2dfa0dee8de7c1db05e6.gz


# 55b2b31b 13-Jun-2007 Andreas Gohr <andi@splitbrain.org>

fixed URL in file upload notify mail FS#1160

darcs-hash:20070613191542-7ad00-0e72b3c40f9593838641be5c4e728a8e1a68d550.gz


# f495da32 13-May-2007 Anika Henke <a.c.henke@arcor.de>

fixed xhtml validity issues in media manager

darcs-hash:20070513212129-d5083-7ec1048f96fbd4588db6fa2a1d2e22355a3d4961.gz


# 26ceae18 24-Feb-2007 Andreas Gohr <andi@splitbrain.org>

Test uploaded files for HTML tags FS#1077

Following the problem with IE's mimetype handling described at
http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting

Test uploaded files for HTML tags FS#1077

Following the problem with IE's mimetype handling described at
http://www.splitbrain.org/blog/2007-02/12-internet_explorer_facilitates_cross_site_scripting
this patch adds a new option (on by default) to check the first 256
bytes of uploaded files against a list of a few HTML tags and denies
the upload of such a file. In rare occasions this may block harmless
and valid files, but that's price we have to pay for Microsoft's
stupidity.

Users who need HTML uploads should disable this check. (Don't do that on
open Wikis!)

darcs-hash:20070224124458-7ad00-0ced616d06f563515b36a0a6871b5ba50229c946.gz

show more ...


# 75030359 12-Feb-2007 Andreas Gohr <andi@splitbrain.org>

send notify mails for uploaded files

darcs-hash:20070212190216-7ad00-7be9443a13ab0e885e569f4bdae166fcd00ab836.gz


# 8cb1eb01 11-Feb-2007 Andreas Gohr <andi@splitbrain.org>

check if uploaded content matches the given mime type

A first attempt at fixing FS#1077

currently checks images and spam

darcs-hash:20070211223230-7ad00-ba8186c5e848e8783acabb9bf598739617aabdf2.gz


# 5e7fa82e 06-Jan-2007 Andreas Gohr <andi@splitbrain.org>

show lastmod datetime in mediamanager FS#964

darcs-hash:20070106125603-7ad00-a10d366e8a3c7d58aacbffbe333b4fccba340f4a.gz


# ee7b5a62 03-Nov-2006 Andreas Gohr <andi@splitbrain.org>

don't show .txt files as medianamespaces #963

darcs-hash:20061103150850-7ad00-9b6936efb8dd47eb366e5cd34a3149f4d81caa14.gz


# 1440e523 15-Oct-2006 Anika Henke <a.c.henke@arcor.de>

a bit of strictness for mediamgr + login form

darcs-hash:20061015222040-d5083-afb1c38f5bb2610260bbc51fbff816a8ed2e5f49.gz


# 18d69493 31-Jul-2006 Andreas Gohr <andi@splitbrain.org>

replaced inlinestyle with class

darcs-hash:20060731182514-7ad00-25984c9370bb43abe52e6c17fb1a5eb701c3e6da.gz


# 44e099ad 31-Jul-2006 Andreas Gohr <andi@splitbrain.org>

another try at the uploadform

darcs-hash:20060731175331-7ad00-7cfe2aa927bb837368c07e01a85ad9ffe697956d.gz


# 8902ae3d 30-Jul-2006 Anika Henke <a.c.henke@arcor.de>

mediamanager uploadform: adjusted html + css

darcs-hash:20060730111004-d5083-ab7efbe958e77f5b7ff4500b91b8d43da657e9d4.gz


# cc7d0c94 05-Jul-2006 Ben Coburn <btcoburn@silicodon.net>

IO action events

Adds page and namespace events:
IO_WIKIPAGE_READ
IO_WIKIPAGE_WRITE
IO_NAMESPACE_CREATED
IO_NAMESPACE_DELETED

The namespace events are purely advisory,
while the wikipage ev

IO action events

Adds page and namespace events:
IO_WIKIPAGE_READ
IO_WIKIPAGE_WRITE
IO_NAMESPACE_CREATED
IO_NAMESPACE_DELETED

The namespace events are purely advisory,
while the wikipage events allow page content
to be modified between DokuWiki and the disk.

These events are primarily intended to simplify
keeping other tools in sync with the semantic
structure of a DokuWiki site. As an added benefit,
the events allow plugins to conduct automated
processing of raw wiki page content.

The namespace events cover the separate namespace
trees for both pages and media. The "name" of the
tree that the event belongs to is included in the
event data.

darcs-hash:20060705105652-05dcb-f44024e852a2adf1a14b8a7d69c46db067e72307.gz

show more ...


# 74400ea5 09-Jun-2006 Ben Coburn <btcoburn@silicodon.net>

fix media file permissions

Always chmod media because they may be saved with
different permissions than expected from the php umask.

darcs-hash:20060609072434-05dcb-8e6cb602df7afc75633c7eec0a9056a8

fix media file permissions

Always chmod media because they may be saved with
different permissions than expected from the php umask.

darcs-hash:20060609072434-05dcb-8e6cb602df7afc75633c7eec0a9056a8b9696f77.gz

show more ...


# 7af1b404 07-Jun-2006 Anika Henke <a.c.henke@arcor.de>

more semantic alt values in media tree

darcs-hash:20060607193424-d5083-1ecd7dce6a41d12339c66b48883980e285c95214.gz


# 44409c3d 27-May-2006 Andreas Gohr <andi@splitbrain.org>

be clever about extensions on upload

This patch makes it possible to enter filenames without an
extension in the upload as field when the uploaded file it
self has a known extension.

It also prints

be clever about extensions on upload

This patch makes it possible to enter filenames without an
extension in the upload as field when the uploaded file it
self has a known extension.

It also prints a warning when an extension was changed by
the user.

darcs-hash:20060527100310-7ad00-cf2abb4b9730e54b96c6ba24b2a999011cfb834a.gz

show more ...


# 6c48a22e 26-May-2006 Andreas Gohr <andi@splitbrain.org>

added id to namespace headline

This makes the currently in the medaia manager selected namespace available
to any JavaScript files

darcs-hash:20060526144011-7ad00-23c476c38f8b559680c510c16b7de9924d

added id to namespace headline

This makes the currently in the medaia manager selected namespace available
to any JavaScript files

darcs-hash:20060526144011-7ad00-23c476c38f8b559680c510c16b7de9924d3dd669.gz

show more ...


# 4868e1c6 25-May-2006 Andreas Gohr <andi@splitbrain.org>

validity fix in image meta edit form

darcs-hash:20060525173150-7ad00-07520ef2e00d48a01eb3681357d3a31e2feea86b.gz


# 0b173dce 25-May-2006 Andreas Gohr <andi@splitbrain.org>

media manager validity fixes

darcs-hash:20060525172718-7ad00-4395765bab12098f5fb8c4ec6d1f98ffd8937f0c.gz


# 256ca81e 25-May-2006 Andreas Gohr <andi@splitbrain.org>

label for root of medianamespaces

darcs-hash:20060525160758-7ad00-43610809062192c93c4ec7dfb578e9f3eb6a0e80.gz


# cf6894df 25-May-2006 Andreas Gohr <andi@splitbrain.org>

more mediamanager fixes

This fixes some styling issues, the cookie handling and a bug in the
JavaScript caching mechanism.

darcs-hash:20060525144000-7ad00-2f0b673d4f747c979f460e4e927a50eeeae81ec1.gz


# 64c9cfd5 19-May-2006 Andreas Gohr <andi@splitbrain.org>

media manager enhancements

Separate scrolling for right and left side of the manager (like frames)
Show syntax example for simple copy'n'paste if no JavaScript available.

darcs-hash:20060519202900-

media manager enhancements

Separate scrolling for right and left side of the manager (like frames)
Show syntax example for simple copy'n'paste if no JavaScript available.

darcs-hash:20060519202900-7ad00-9b20bd7993d3687f83b807a81cd23051b16785db.gz

show more ...


# 3df72098 19-May-2006 Andreas Gohr <andi@splitbrain.org>

new mediamanager

This patch adds a completely rewritten media popup. The following noteworthy
changes were made:

- media manager uses a collapsible namespace tree
- media manager uses AJAX if avail

new mediamanager

This patch adds a completely rewritten media popup. The following noteworthy
changes were made:

- media manager uses a collapsible namespace tree
- media manager uses AJAX if available
- media manager popup can be kept open when selecting a media file
- only one template is used for the media manager :!: Template
- Editable image metadata is configured in conf/mediameta.php now
- The JS cookie mechanism was enhanced to store key/value pairs
- Language strings can be exported to JS in js.php

darcs-hash:20060519165023-7ad00-4932b4553fc919aa4a8b8187958b823acf4f8cee.gz

show more ...


1...<<111213