fd0cab2e | 01-Jul-2006 |
Andreas Gohr <andi@splitbrain.org> |
check if ignore_user_abort was successful (maybe fix for #852)
darcs-hash:20060701120325-7ad00-07efe9cacd51043ad95d8d2d71d8680036721286.gz |
4ad141d6 | 28-Jun-2006 |
Michael Klier chi@chimeric.de <andi@splitbrain.org> |
use template name along with CSS cache file name
darcs-hash:20060628094419-484ab-148d62ec3e29deb7ca9fa9b787c238a1d73bc4e3.gz |
3f4c2ce3 | 19-Jun-2006 |
chris <chris@jalakai.co.uk> |
js.php fix
- correct begin/end comment, plugin filename wasn't being used - add file exists check, to avoid bloating js with comments for non-existent plugin js. Many (most?) plugins don't have ja
js.php fix
- correct begin/end comment, plugin filename wasn't being used - add file exists check, to avoid bloating js with comments for non-existent plugin js. Many (most?) plugins don't have javascript.
darcs-hash:20060619104613-9b6ab-08a570cdbb0d6441f1caa71766d4c59c73828835.gz
show more ...
|
5cafff96 | 16-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
better onload handling
This patch improves the way the window.oninit JavaScript function is called. This function is used to initialiaze all JavaScript funcions attached to the DOM so it needs to be
better onload handling
This patch improves the way the window.oninit JavaScript function is called. This function is used to initialiaze all JavaScript funcions attached to the DOM so it needs to be executed **after** the full DOM was parsed by the browser. Unfortunately currently only Mozilla supports a DOMContentLoaded event. In all other browsers we had to wait for the window.onload event which will only be called after **all** content (including images) was loaded - this caused a visible delay on all JavaScript generated content (like the toolbar) in non-Mozilla browsers.
Dean Edwards now presented a solution [1] which will work for all the bigger Browsers and is used in this patch.
The following browsers now should fire the init event right after parsing the DOM:
All Mozilla based browsers Internet Explorer Safari Opera >
darcs-hash:20060616104539-7ad00-db70d31fcb21cb812cf4982fe80a7d649e2daa1c.gz
show more ...
|
847b8298 | 15-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
$conf['fetchsize'] added
This patch adds an option to configure the maximum size for files the fetch.php will ever download. Setting this to 0 completely turns of the caching of external media files
$conf['fetchsize'] added
This patch adds an option to configure the maximum size for files the fetch.php will ever download. Setting this to 0 completely turns of the caching of external media files.
Disadvantages of setting a low or zero fetchsize:
* fetch.php needs to download images to be able to resize them. When the used fetchsize prevents the downloading the images can only be resized by the browser which means the browser will need to download the fullsized image first.
* If the linked external media files vanishes it will no longer display in the wiki because it is not cached.
Advantages of setting a low or zero fetchsize:
* fetch.php may be used for a possible denial of service attack by requesting many big external files.
* The created cache files may take a lot of space on the server
I recommend to leave the setting at 2MB for internal and private wikis and lower the setting to about 200 to 500 Kb for bigger public Wikis.
Note: the caching of files uploaded through the media manager is not affected by this setting.
darcs-hash:20060615184847-7ad00-04fc39928f7d72e56f5c5e271013ef265436e6c9.gz
show more ...
|
1e68a7fe | 04-Jun-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for serious security bug #823
darcs-hash:20060604175833-7ad00-cd96ba6a7db7211082ff82e189828e2e11a6f566.gz |
0280d25b | 29-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed google sitemap pinging #815
darcs-hash:20060529183003-7ad00-de0e3acac75a9f94f6c27f67651eeabe40411d7a.gz |
8d975344 | 27-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
usability enhancements for the loginform #803
darcs-hash:20060527185238-7ad00-1593c8b25d7f870c8a0b3017fbcf29c4e047f52c.gz |
45be45c5 | 27-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
small improvements on JS compressor (maybe fixes #807)
darcs-hash:20060527140157-7ad00-225a9ba66f658cc279cb44ebb04d483291d567d2.gz |
10eae714 | 26-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for sitemap creation #813
darcs-hash:20060526223358-7ad00-2bdfd39a5dd8ca09101288834cc75e5e963afda5.gz |
9f420521 | 25-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed an AJAX problem for the media manager
darcs-hash:20060525175501-7ad00-eebd033af344904eab32fe70ba5acfb77b94eada.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 |
7b877f51 | 20-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
minor media manager tweaks
darcs-hash:20060520172118-7ad00-ad605bf51c8774d734012ece0071f70e6624788a.gz |
3138b5c7 | 19-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
moved gzip compression to init.php
darcs-hash:20060519212751-7ad00-ace54b61706fdf4f1b7c2abdbabee215a1e256ab.gz |
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 ...
|
2b03e74d | 16-May-2006 |
Ben Coburn <btcoburn@silicodon.net> |
jpg quality option
- Adds a jpg quality setting for scaled images (Some images were getting too many jpg artifacts at the hard-coded compression setting.) - Creates a group for the medi
jpg quality option
- Adds a jpg quality setting for scaled images (Some images were getting too many jpg artifacts at the hard-coded compression setting.) - Creates a group for the media settings in the config plugin.
darcs-hash:20060516062321-05dcb-a175b0de3264322a335cf60d8ee96317f7b03144.gz
show more ...
|
7421c3cc | 11-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
more info is gathered on metaupdate in background indexer
The background indexer now gathers info on contributors and modification dates from the changelog when adding the missing meta info.
A new
more info is gathered on metaupdate in background indexer
The background indexer now gathers info on contributors and modification dates from the changelog when adding the missing meta info.
A new io_grep function was added which might be useful for other parts in the Wiki as well.
darcs-hash:20060511191450-7ad00-baba1b48ea03b823c88a480862c612316f159b5a.gz
show more ...
|
b1a4fe22 | 07-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
empty default title for inserted images #770
darcs-hash:20060507165308-7ad00-3526c8c4e5d8c10a8e003068008e2344e94e1739.gz |
a4a2d4cf | 07-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
metadata hnalding updates, header fixes
This removes the meta instruction again in favour of the new meta renderer. Most tests work now again, a few tweaks were done on the header handler to render
metadata hnalding updates, header fixes
This removes the meta instruction again in favour of the new meta renderer. Most tests work now again, a few tweaks were done on the header handler to render certain headers as it did in earlier versions.
darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz
show more ...
|
15c394af | 06-May-2006 |
Andreas Gohr <andi@splitbrain.org> |
url fixing in CSS compressor fixed #793
darcs-hash:20060506215440-7ad00-a04d6ebb428816b534b7b3636f050885bc02f266.gz |
a531dd93 | 30-Apr-2006 |
Andreas Gohr <andi@splitbrain.org> |
minor javascript cleanup
darcs-hash:20060430182156-7ad00-1548636dbfaa9fc0b25c26e4121f763a485c2f9c.gz |
95dbfe57 | 30-Apr-2006 |
Andreas Gohr <andi@splitbrain.org> |
metadata enhancements
This adds meta data rendering to the indexer process to build missing meta data in the background.
p_get_first_heading was adjusted to make use of the new meta data mechanisms
metadata enhancements
This adds meta data rendering to the indexer process to build missing meta data in the background.
p_get_first_heading was adjusted to make use of the new meta data mechanisms
A problem with unitialized arrays in p_set_metadata and PHP5 was fixed (I think)
darcs-hash:20060430181740-7ad00-8952fa6beb4fadf6b4321627998442d34febfc8d.gz
show more ...
|
83730152 | 21-Apr-2006 |
Ben Coburn <btcoburn@silicodon.net> |
smart cache-control headers for media fetch
The HTTP Cache-Control header output now respects the Dokuwiki media parameters 'cache', 'recache', and 'nocache'. - cache: cachetime or one hour (which
smart cache-control headers for media fetch
The HTTP Cache-Control header output now respects the Dokuwiki media parameters 'cache', 'recache', and 'nocache'. - cache: cachetime or one hour (which ever is larger) - recache: remaining cachetime + 10 seconds so the newly recached media is used - nocache: no caching
Notes: - 'proxy-revalidate' should ensure that public caches always revalidate, this will keep caches from (accidentally) ignoring Dokuwiki's ACL rules. - 'no-transform' should keep media from being modified in transit by caches.
Impact: Speeds up page layout/display by browsers when they already have the media in their [memory] cache. For example the 2nd time a page is viewed. This also reduces server load by eliminating most of the overhead needed to return '304 Not Modified' responses each time an image is viewed.
darcs-hash:20060421025424-05dcb-23ff26c5cb410bcd166299a840f4c500fa0d112e.gz
show more ...
|
4f3c4962 | 21-Apr-2006 |
Ben Coburn <btcoburn@silicodon.net> |
bugfix fetch remote media (recache and nocache)
Fixes a major bug in fetching remote media with 'recache' and improves the efficiency of 'nocache'.
Recache: - Used to reload the remote media on E
bugfix fetch remote media (recache and nocache)
Fixes a major bug in fetching remote media with 'recache' and improves the efficiency of 'nocache'.
Recache: - Used to reload the remote media on EVERY request. - Now it behaves as intended and only reloads the remote media into the Dokuwiki cache every $conf['cachetime'] time.
Nocache: - No longer stores remote media in the Dokuwiki cache. - No longer loads, saves, and forwards remote media -- just redirects. - No longer resizes images on the server because the cached results can not be reused. Overall this is faster for Dokuwiki. The bandwidth usage for the 3rd party server is the same (less for Dokuwiki). Page loading should also be faster because data is not being forwarded through Dokuwiki (and the 3rd part server's cache control headers will be respected automatically).
darcs-hash:20060421012210-05dcb-a6029baa0fad218ace28e0e3c2f442b1ca645a99.gz
show more ...
|
b1112787 | 28-Apr-2006 |
Ben Coburn <btcoburn@silicodon.net> |
accesskey tooltip rewriting
Does client-side rewriting of accesskey tooltip text so that it will be more OS and browser specific. Dokuwiki should output all accesskey tooltips as [ALT+<key>] because
accesskey tooltip rewriting
Does client-side rewriting of accesskey tooltip text so that it will be more OS and browser specific. Dokuwiki should output all accesskey tooltips as [ALT+<key>] because this patch matches on "[ALT+".
darcs-hash:20060428015158-05dcb-0102a1b2068c053e81dd21ad3927c78b6c9f349e.gz
show more ...
|