#
7d7ab775 |
| 04-Jul-2011 |
Kate Arzamastseva <pshns@ukr.net> |
mediamanager ajax forms
|
#
9c1bd4bc |
| 30-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
restoring old media revisions
|
#
88a71175 |
| 23-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
media manager auth fix
|
#
d9162c6c |
| 09-Jun-2011 |
Kate Arzamastseva <pshns@ukr.net> |
fullscreen media manager
|
#
dea1115b |
| 06-Mar-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Pass edid to the mediamanager
|
#
87229c84 |
| 06-Feb-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
XML-RPC deleteAttachment now uses media_delete
Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even w
XML-RPC deleteAttachment now uses media_delete
Functionality changes: * deleteAttachment now triggers MEDIA_DELETE_FILE (closes FS#1568) * deletion success msg in mediamanager is correct, even when the ns dir was deleted * media_delete changed quite a bit
show more ...
|
#
0b34c70f |
| 27-Jun-2010 |
Gina Haeussge <gina@foosel.net> |
FS#1795: Restrict media manager to users with at least read access on the supplied namespace.
|
#
24b3cb1a |
| 01-Feb-2010 |
Andreas Gohr <andi@splitbrain.org> |
removed require's in lib/exe/*
|
#
a5de816f |
| 28-Nov-2009 |
Andreas Gohr <andi@splitbrain.org> |
Set php setting for Flash multi uploader FS#1641
Ignore-this: c389f8d2428f3e0bba2d1c736ef9ee78
darcs-hash:20091128170811-7ad00-8ef06583981a7cdab32b96278590a5aa82cedb74.gz
|
#
07ae50bf |
| 15-Nov-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed message on deleting a file successfully
Ignore-this: 76fa6cff9e537289d6c017faa7d48a52
darcs-hash:20091115153844-7ad00-137d4253cbd9fd2dab888c22a3170bd70b90958e.gz
|
#
99766eef |
| 15-Nov-2009 |
Andreas Gohr <andi@splitbrain.org> |
don't check filesize but rely on error on upload FS#1716
Ignore-this: adff36f3e49963a6682b5faabf6cb63e
darcs-hash:20091115153119-7ad00-2c20c420faeea08c113a76acc05917621f361880.gz
|
#
d5b31577 |
| 05-Jun-2009 |
Christian Marg <marg@rz.tu-clausthal.de> |
fix printf calls in mediamanager FS#1711
Ignore-this: a8fb901f3bea94cd3052555e05e70486
darcs-hash:20090605150728-b686a-5543ff58c5cd3c0f48e260aaf4d3c7b365c2be6a.gz
|
#
58b091de |
| 04-Jun-2009 |
Andreas Gohr <andi@splitbrain.org> |
Multiple enhancements in the flash uploader
Ignore-this: 9f05194de64b5e5d47fa45bb45814f8d
darcs-hash:20090604230010-7ad00-118e3b31589f882440eaa35509bf2126cf49d9a9.gz
|
#
365be586 |
| 16-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
replaced str_replace with sprintf in media manager
darcs-hash:20090116220659-7ad00-176afb347702b72fdb75faa3401b5c2c4b50c6a0.gz
|
#
666cdec5 |
| 16-Jan-2009 |
Michael Klier <chi@chimeric.de> |
fix for FS#1534
darcs-hash:20090116225428-23886-2ce4d48a20f66265764c95b19ee505c6519446e2.gz
|
#
a93e6f85 |
| 16-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
catch too big uploads FS#1552
darcs-hash:20090116135017-7ad00-5815811717b4b5eb86698e57277e9ae74c660883.gz
|
#
a249681d |
| 10-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
Added a MEDIAMANAGER_STARTED event
darcs-hash:20081210172924-7ad00-ad1e7a0c23f8df5c76878e3e8718f6e93020ffd1.gz
|
#
d00ec455 |
| 06-Jun-2008 |
Andreas Gohr <andi@splitbrain.org> |
experimental Flash based multi upload
This patch adds experimental support for uploading multiple files in one go. This is achieved by using Flash for selecting multiple images and intitiating the H
experimental Flash based multi upload
This patch adds experimental support for uploading multiple files in one go. This is achieved by using Flash for selecting multiple images and intitiating the HTTP upload.
When Flash 8 or higher is detected, an additional icon is added to the usual upload form. Clicking it will swith the form to the Flash based upload queue.
Things that need work:
* Better Icon * Feedback if Flash detection works on all Flash 8 supported platforms * Progress feedback seems not to work on Linux (might be Adobe bug) * No final feedback how many images were uploaded correctly
The flash sources are located in lib/_fla/
Any feedback and help would be appreciated.
darcs-hash:20080606222849-7ad00-738083445af275752aaebc29bfa51430f3d94459.gz
show more ...
|
#
a05e297a |
| 23-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
use fulltext index to search for used media files FS#1336 FS#1275
This changes how DokuWiki looks for reference toa media file which is about to deleted. Instead of doing a full grep through all pag
use fulltext index to search for used media files FS#1336 FS#1275
This changes how DokuWiki looks for reference toa media file which is about to deleted. Instead of doing a full grep through all pages it now uses the fulltext index first, then does an exact match on the found pages.
This speeds up the search significantly on larger wikis. However the fulltext search limits now apply: images with names shorter than 3 charcters may not be found.
This needs extensive testing!
darcs-hash:20080223205254-7ad00-486de0a4125d51b4e7999827f710d1d9de8bc60d.gz
show more ...
|
#
d186898b |
| 15-Feb-2008 |
Andreas Gohr <andi@splitbrain.org> |
redirect to root namespace in mediamanager when namespace was deleted FS#1286
darcs-hash:20080215105251-7ad00-b7ac1bfc0e2d1eccf079f4ff2f0db8876896b79d.gz
|
#
d0a27cb0 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use fullpath() before initialized
darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
|
#
00976812 |
| 30-Sep-2007 |
Andreas Gohr <andi@splitbrain.org> |
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure
don't use realpath() anymore (FS#1261 and others)
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups.
This patch replaces all realpath() calls with a PHP only replacement which should solve those problems.
darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
show more ...
|
#
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 ...
|
#
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
|
#
7b877f51 |
| 20-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
minor media manager tweaks
darcs-hash:20060520172118-7ad00-ad605bf51c8774d734012ece0071f70e6624788a.gz
|