ea40e5ef | 17-Apr-2006 |
mtbrains <mtbrains@comcast.net> |
Allow styles sheets that apply to "all" media
darcs-hash:20060417003153-a90f0-4792fd7b946f62d3696b979f8debfa73587d353a.gz |
07525e80 | 10-Apr-2006 |
Ben Coburn <btcoburn@silicodon.net> |
CSS and JS cache-control tweak
Tells standards compliant browsers that conditional requests for CSS and JS need only be made once an hour. This should reduce page display latency on some browsers.
CSS and JS cache-control tweak
Tells standards compliant browsers that conditional requests for CSS and JS need only be made once an hour. This should reduce page display latency on some browsers.
Originated from the comment in this thread: http://www.freelists.org/archives/dokuwiki/03-2006/msg00590.html
darcs-hash:20060410012723-05dcb-eccb42aefe85c9dbb4f35fdf03a9635561cf5710.gz
show more ...
|
14338d29 | 17-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixes spellchecker problem with apostrophe in links #753
darcs-hash:20060317203643-7ad00-9968464c2d9c41b1d99a6b16f415082f79af7a8d.gz |
5b77caf4 | 17-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
changes order of CSS loading #746
This changes the order of how Stylesheets are loaded, loading template styles *after* the plugin styles to allow template authors to simply override those styles.
changes order of CSS loading #746
This changes the order of how Stylesheets are loaded, loading template styles *after* the plugin styles to allow template authors to simply override those styles.
darcs-hash:20060317185142-7ad00-ac3f36a801babbbc09115124fa1472ee7470047e.gz
show more ...
|
ff4f5ee7 | 15-Mar-2006 |
Ben Coburn <btcoburn@silicodon.net> |
fixed bug where '304 Not Modified' worked every other time because cache headers were not sent
darcs-hash:20060315120248-05dcb-5d5d4e06d0074a687185131cda2000b914346e19.gz |
38f56bff | 15-Mar-2006 |
Ben Coburn <btcoburn@silicodon.net> |
Enable '304 Not Modified' responses for CSS and JS.
darcs-hash:20060315115745-05dcb-6f50f3a070d2898ab51a32e59395631cab2ae09c.gz |
254e5c84 | 15-Mar-2006 |
Ben Coburn <btcoburn@silicodon.net> |
refactored http_conditionalRequest($timestamp) to inc/pageutils.php
darcs-hash:20060315064506-05dcb-92833a95f37a43ef50e6b993930ac9d25caed81f.gz |
ee4c4a1b | 11-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
Automatic draft saving
DokuWiki now automatically creates a draft file of the currently edited page. In case of an editing interuption (eg. Browsercrash) the draftfile can be continued later.
darcs
Automatic draft saving
DokuWiki now automatically creates a draft file of the currently edited page. In case of an editing interuption (eg. Browsercrash) the draftfile can be continued later.
darcs-hash:20060311200148-7ad00-919337a51e001136178d175a1755cd26122e9726.gz
show more ...
|
3f825b15 | 07-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
fixed bad permission setting in lib/exe/media.php
darcs-hash:20060307202053-7ad00-e3ca72efb3599a9a46011d0f9d57e9f1d26027b1.gz |
755f1e03 | 07-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
clean media directories after medeia deletion FS#734
darcs-hash:20060307184706-7ad00-c57e9e6c54879afaf17858fe642478fcb91af983.gz |
1ca31cfe | 04-Mar-2006 |
Andreas Gohr <andi@splitbrain.org> |
simplified file permission handling
This patch simpliefies the configuration of the file and directory creation modes. There is no need to set the umask anymore. Only the wanted permissions for file
simplified file permission handling
This patch simpliefies the configuration of the file and directory creation modes. There is no need to set the umask anymore. Only the wanted permissions for files and directories are set. An init function compares the wanted modes with the ones that would be choosen by the system automatically (consulting the system's umask) and sets the modes for chmod when needed.
darcs-hash:20060304154038-7ad00-5ef1db3a87e42563a602f9d050c681d2ea74682f.gz
show more ...
|
7c96e92f | 02-Mar-2006 |
Andreas Gohr <gohr@cosmocode.de> |
load spellchecker styles only when needed fixes #539
darcs-hash:20060302143643-6e07b-ff99705142a057d0c53b1b6b5c5e2cfc73ff8902.gz |
e935fb4a | 02-Mar-2006 |
Andreas Gohr <gohr@cosmocode.de> |
fetch.php now understands partial and conditional requests, fix for #593
darcs-hash:20060302125020-6e07b-25b701312aa4da899f299d82ccac1f5fd66e0255.gz |
24a33b42 | 26-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
changed IDs to avoid name clashes
darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz |
44881d27 | 24-Feb-2006 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
* Don't set the umask() any
Fix umask bug and do a code cleanup of chmod/mkdir usage so set the correct permissions, this should also fix problems with dokuwiki making setuid files on some umasks.
* Don't set the umask() anymore, this is not good form and we don't really know what is it in the old code anyway as it was not done properly. * Retire the dmask config option introduce 2 new ones called fmode and dmode, this is more in line with posix and should make more sense. * Use chmod for setting the correct permissions but only if it's needed. * Set changing of permissions off by default as i should work properly in most Apache setups without and it does not make sense on windows anyway.
darcs-hash:20060224211655-ee6b9-68f7bb59417d6f0033cfd3764146923daa4dcf1b.gz
show more ...
|
ac9115b0 | 18-Feb-2006 |
Troels Liebe Bentsen <tlb@rapanden.dk> |
Fix wrong umask usage and so we set the correct file premissions.
darcs-hash:20060218183251-ee6b9-798ab2994526311b1e58f04e7684b39b51426887.gz |
98c86858 | 17-Feb-2006 |
Andreas Gohr <andi@splitbrain.org> |
file cleanups
This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style)
It converts files to UNIX lineendings and removes
file cleanups
This patch cleans up the source code to satisfy the coding guidelines (see http://wiki.splitbrain.org/wiki:development#coding_style)
It converts files to UNIX lineendings and removes tabs and trailing whitespace. Not all files were cleaned yet.
darcs-hash:20060217222040-7ad00-bba3d2bee3b5aa7cbb5184258abd50805cd071bf.gz
show more ...
|
6035eb33 | 28-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
Pagelocks are now refreshed in the background
An AJAX call is used to refresh the pagelock when keypresses in the textarea are detected (With a minimum wait of one minute between calls).
darcs-hash
Pagelocks are now refreshed in the background
An AJAX call is used to refresh the pagelock when keypresses in the textarea are detected (With a minimum wait of one minute between calls).
darcs-hash:20060128152139-7ad00-66d64326bcf04c9b8d49285ac736137e9dd48249.gz
show more ...
|
50835be7 | 27-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
scroll to preview pane on preview
darcs-hash:20060127211137-7ad00-b4433b51fe014e1b8f2e741857bd6b101e6677f5.gz |
c632fc69 | 26-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
scroll__here support
This adds a simple JavaScript behavior. When an element with the id 'scroll__here' is found in the document the browser will scroll this element into view. Useful to scroll to s
scroll__here support
This adds a simple JavaScript behavior. When an element with the id 'scroll__here' is found in the document the browser will scroll this element into view. Useful to scroll to some output after form submitting.
darcs-hash:20060126212926-7ad00-b359915a5d6a299652134d8dfa64015786283b6b.gz
show more ...
|
2411dd85 | 26-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
java script changes
This adds a javascript confirmation for the delete button in the user manager. It also adds the $() shortcut function known from the prototype library.
darcs-hash:20060126203550
java script changes
This adds a javascript confirmation for the delete button in the user manager. It also adds the $() shortcut function known from the prototype library.
darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz
show more ...
|
fd7c2db0 | 22-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
CSS compressor fix
darcs-hash:20060122124613-7ad00-41ed03a1d6668874a324db8bc98aee72ab90e277.gz |
247c1c5d | 21-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
strip (incorrect but common) one line comments in CSS compressor
darcs-hash:20060121114730-7ad00-773f787251a52d230aee9078fb2c974ffe37599a.gz |
96331712 | 15-Jan-2006 |
Anika Henke <a.c.henke@arcor.de> |
stricter xhtml compliance -- part 2
darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz |
704bbeb0 | 15-Jan-2006 |
Erik Bystrm <erik.bystrom@gmail.com> |
use usleep in locking to avoid 100% CPU
darcs-hash:20060115105943-4b825-c15733992e9bbf26621d4431da3171bcb8d24057.gz |