| 758447cf | 13-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
Support for multirange requests for media FS#1630
Ignore-this: 50de569608231b910a62327d2f3af1de
This patch moves all HTTP sending related functions to inc/httputils.php
Handling of range requests
Support for multirange requests for media FS#1630
Ignore-this: 50de569608231b910a62327d2f3af1de
This patch moves all HTTP sending related functions to inc/httputils.php
Handling of range requests was rewritten completely to support mutirange requests. This should fix problems with Adobe Reader but needs testing.
darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz
show more ...
|
| 9eb397eb | 08-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
removed debug statements
Ignore-this: c7d706a81320fb2bf80a399e5fcc259a
darcs-hash:20090308112249-7ad00-488e7b5cc87ad3727a161b9625892709d4f25fc0.gz |
| 445e8084 | 03-Mar-2009 |
Andreas Gohr <andi@splitbrain.org> |
Support login in XMLRCP and added API version info
A simple version number was added to the XMLRPC API to make it easy for clients to check if the remote endpoint supports certain features.
The log
Support login in XMLRCP and added API version info
A simple version number was added to the XMLRPC API to make it easy for clients to check if the remote endpoint supports certain features.
The login function will take credentials and set cookies on successful login. This is useful when HTTP Basic auth is not available.
darcs-hash:20090303193608-7ad00-45b1cd7a5165656796df25ed5c4ebc6e8ef7f95a.gz
show more ...
|
| a4da2756 | 27-Feb-2009 |
michael <michael@content-space.de> |
Fixed media size in getRecentMediaChanges XML-RPC call.
Ignore-this: 6477d59a1da2f51295326537fa8e14bf
darcs-hash:20090227220304-074e0-24e77eb6641c0b43c30a941146487facf2f2277f.gz |
| 224122cf | 23-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
streamlined media listing
Some parameters of media_search where changed, parts using this function need to be identified and fixed.
darcs-hash:20090223172746-7ad00-d07951739fba17d0c8925b28b947f7cbb
streamlined media listing
Some parameters of media_search where changed, parts using this function need to be identified and fixed.
darcs-hash:20090223172746-7ad00-d07951739fba17d0c8925b28b947f7cbb7fc7e1a.gz
show more ...
|
| 28ec3c76 | 20-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
XMLRPC lock or unlock a whole bunch of pages
Ignore-this: d7bb2a80532df444e1ee8e60e3a7b653
darcs-hash:20090220184624-7ad00-2ed594f166e29bcc69d7ecbfe017251764981dd8.gz |
| 1b11c097 | 19-Feb-2009 |
Andreas Gohr <andi@splitbrain.org> |
additional custom dokuwiki.* methods in XMLRPC
darcs-hash:20090219214505-7ad00-c547bfbf1f7c12cf7509e0ea66222980c6fa11bc.gz |
| cd3c835d | 25-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
removed importoldchangelog and importoldindex plugins
Ignore-this: fb48b24cecb52541a728ba9c17597d8f These one-shot plugins where used for upgrading older DokuWiki versions and are no longer needed.
removed importoldchangelog and importoldindex plugins
Ignore-this: fb48b24cecb52541a728ba9c17597d8f These one-shot plugins where used for upgrading older DokuWiki versions and are no longer needed. If you upgrade from a really old version you might want upgrade to intermediate versions instead.
darcs-hash:20090125143050-7ad00-5ff7b2cd5f61c392e9e02e13eab947d045d60b04.gz
show more ...
|
| 98bda4fd | 22-Jan-2009 |
Andreas Gohr <andi@splitbrain.org> |
fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571
- Avoid double compression when gzip_output is enabled - Only compress when gzip_output is enabled - Do not use x-sendfile for
fixed multiple gzip/sendfile problems in css and js dispatchers FS#1571
- Avoid double compression when gzip_output is enabled - Only compress when gzip_output is enabled - Do not use x-sendfile for compressed content (content-encoding is not supported) - Make sure the script terminates after using x-sendfile - Moved gzip browser support check to init.php
darcs-hash:20090122215010-7ad00-765765d353ff78df5b8704086328c5c699bbe7e0.gz
show more ...
|
| f8121585 | 22-Jan-2009 |
Chris Smith <chris.eureka@jalakai.co.uk> |
further updates to config_cascade patch
- add mediameta and license config files into the cascade - update the cache validity code in cache.php, css.php & js.php to use config_cascade - redo inclusi
further updates to config_cascade patch
- add mediameta and license config files into the cascade - update the cache validity code in cache.php, css.php & js.php to use config_cascade - redo inclusion of main config files to avoid suppression of errors in config files - add getConfigFiles($type) function - minor updates elsewhere to use config_cascade rather than hardcoded config file names
darcs-hash:20090122114457-f07c6-98ad5627fd5df93edf8dd03289b9cf6d81962afe.gz
show more ...
|
| ca2b464b | 18-Jan-2009 |
Chris Smith <chris.eureka@jalakai.co.uk> |
Add capability to send pre-compressed js & css files if the browser can accept them
- save a gzipped version of js & css files at the same time as the uncompressed version is cache - basic content n
Add capability to send pre-compressed js & css files if the browser can accept them
- save a gzipped version of js & css files at the same time as the uncompressed version is cache - basic content negotiation to send the compressed files - uses sendfile (for compressed or uncompressed versions) if config indicates its available
darcs-hash:20090118184354-f07c6-66c5b465ab147d83de409708bab2c47d1dafcf8d.gz
show more ...
|
| 6106ad89 | 18-Jan-2009 |
Chris Smith <chris.eureka@jalakai.co.uk> |
add http_sendfile() function
- update fetch.php to use the new function
darcs-hash:20090118183600-f07c6-65c818bba58fab8856c9f353ff4953ead9b5221e.gz |
| 99c8d7f2 | 18-Jan-2009 |
michael <michael@content-space.de> |
Media changelog added
There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, tha
Media changelog added
There is a new media changelog now, with the flag RECENTS_MEDIA_CHANGES media changes can be requested from the getRecents()-function or the new getRecentsSince()-function, that returns all changes since a given timestamp and optionally before a given timestamp. The media upload and the XML-RPC-server have been changed to use these functions.
Additionally, the event MEDIA_UPLOAD_FINISH has been extended, it has a new $data-attribute (the 5th), that contains a boolean if the file does already exist and will be overwritten.
darcs-hash:20090118154345-074e0-5d9a90d269e86d8c6a156ecce5cf63115c827433.gz
show more ...
|
| 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 |
| ecebf3a8 | 02-Dec-2008 |
Andreas Gohr <andi@splitbrain.org> |
Make content-disposition configurable in mime.conf FS#1541
With this patch it is possible to define if a file should be served as download or be displayed inside the browser (if supported) by config
Make content-disposition configurable in mime.conf FS#1541
With this patch it is possible to define if a file should be served as download or be displayed inside the browser (if supported) by configuring it in conf/mime.conf
Mimetypes that should be served with a "Content-Disposition: attachment" header need to be prefixed with a exclamation mark. All others will be served inline.
This will also fix a Problem with Flash 10.
darcs-hash:20081202210322-7ad00-6e7ef30aff9322cd135311be77809187da121f3b.gz
show more ...
|
| 13c08e2f | 26-Oct-2008 |
Michael Klier <chi@chimeric.de> |
moved crop/resize functions out of fetch.php for reusability
darcs-hash:20081026135833-23886-a9c8e910571c6e7a4e1603a2ebd365b3ed37108a.gz |
| 5ec8d092 | 19-Oct-2008 |
Samuele Tognini <samuele@netsons.org> |
The last "removed ALT+ from recent changes accesskeys" patch by Michael Klier forgot to remove the updateAccessKeyTooltip reference in js.php. If the function deletion was not erroneously deleted by
The last "removed ALT+ from recent changes accesskeys" patch by Michael Klier forgot to remove the updateAccessKeyTooltip reference in js.php. If the function deletion was not erroneously deleted by Michael, this patch fixes it.
darcs-hash:20081019174917-2b15f-938ff41beddf7aaf648d6056c60120d6b2e04a35.gz
show more ...
|
| df813e6e | 16-Oct-2008 |
Andreas Gohr <andi@splitbrain.org> |
added a few index.html files to prevent browsing the lib directory FS#1507
This prevents browsing the top directories of the lib directory. There is nothing dangerous in that directory and it needs
added a few index.html files to prevent browsing the lib directory FS#1507
This prevents browsing the top directories of the lib directory. There is nothing dangerous in that directory and it needs to be accessible from web, but making it a bit harder to snopp around is never a bad idea ;-)
darcs-hash:20081016190251-7ad00-453ec37fd9729c5fb57d9ed03101f6ee7d6b2216.gz
show more ...
|
| e3e6ab3c | 12-Oct-2008 |
Gina Haeussge <osd@foosel.net> |
Include host in the seed for the JS and the CSS cachenames (FS#1487)
darcs-hash:20081012172855-2b4f5-85b89a7968681932d30f75072df347ba6a53b24c.gz |
| f3d20849 | 24-Aug-2008 |
Michael Hamann <michael@content-space.de> |
Added perms and size to getRecentChanges in XML-RPC
darcs-hash:20080824100938-fdd0b-c44a74e698eab59347b315881728c6a063e8b740.gz |
| f01ff8c1 | 24-Aug-2008 |
Gina Haeussge <osd@foosel.net> |
XMLRPC: Fixed identation, added deleteAttachment, changed params of putAttachment to fit Wiki RPC specs
darcs-hash:20080824100043-2b4f5-4ad6d86abcf6bc816a47bfd902e37684483ff43e.gz |
| e070c6f3 | 24-Aug-2008 |
Gina Haeussge <osd@foosel.net> |
XMLRPC: Fixed lastModified property for getAllPages and getAttachments
darcs-hash:20080824092446-2b4f5-8424c621fcca7f765feaccea88c1e6664ce94209.gz |