History log of /dokuwiki/lib/exe/js.php (Results 151 – 167 of 167)
Revision Date Author Comments
# b1a4fe22 07-May-2006 Andreas Gohr <andi@splitbrain.org>

empty default title for inserted images #770

darcs-hash:20060507165308-7ad00-3526c8c4e5d8c10a8e003068008e2344e94e1739.gz


# a531dd93 30-Apr-2006 Andreas Gohr <andi@splitbrain.org>

minor javascript cleanup

darcs-hash:20060430182156-7ad00-1548636dbfaa9fc0b25c26e4121f763a485c2f9c.gz


# 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 ...


# 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 ...


# 38f56bff 15-Mar-2006 Ben Coburn <btcoburn@silicodon.net>

Enable '304 Not Modified' responses for CSS and JS.

darcs-hash:20060315115745-05dcb-6f50f3a070d2898ab51a32e59395631cab2ae09c.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 ...


# 24a33b42 26-Feb-2006 Andreas Gohr <andi@splitbrain.org>

changed IDs to avoid name clashes

darcs-hash:20060226172332-7ad00-f073117ba2f027935f87cf23106bf6a4316a5790.gz


# 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 ...


# 00540a38 10-Dec-2005 Andreas Gohr <andi@splitbrain.org>

unobstrusive JS for TOC, better onload handling

This path adds more unobstrusive JavaScript for the TOC handling. It also
loads JavaScript initialiezers as soon as the DOM is parsed for Mozilla-base

unobstrusive JS for TOC, better onload handling

This path adds more unobstrusive JavaScript for the TOC handling. It also
loads JavaScript initialiezers as soon as the DOM is parsed for Mozilla-based
Browsers as described at http://dean.edwards.name/weblog/2005/09/busted/ - a
IE solution was not chosen yet.

darcs-hash:20051210193709-7ad00-771461e56d9661caf9ca733a6d617f009e24d0b7.gz

show more ...


# 92715eba 26-Nov-2005 Andreas Gohr <andi@splitbrain.org>

javascript fixes #641

darcs-hash:20051126124017-7ad00-7ea49b9ecdae1e7c0b7645245db6ecfc642aa89e.gz


# d4df8f5c 25-Nov-2005 Andreas Gohr <andi@splitbrain.org>

Support for template specific JavaScript

darcs-hash:20051125123839-7ad00-71c1c32083123f74f6fd28c00c6b4f9518d072cc.gz


# c591aabe 11-Nov-2005 Andreas Gohr <andi@splitbrain.org>

JavaScript Fixes for the toolbar #628

darcs-hash:20051111200142-7ad00-158925aee01bc24378a8bd99ad27a6173ea085dd.gz


# 1c2d1019 30-Oct-2005 Andreas Gohr <andi@splitbrain.org>

Interwiki icons are set through CSS classes now

darcs-hash:20051030152828-7ad00-58a99ca20a1d6ec62612a6281034c1dd669be44d.gz


# 78a6aeb1 29-Oct-2005 Andreas Gohr <andi@splitbrain.org>

More work on Javascript and CSS dispatchers

darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz


1234567