History log of /dokuwiki/inc/html.php (Results 451 – 475 of 575)
Revision Date Author Comments
# 8d975344 27-May-2006 Andreas Gohr <andi@splitbrain.org>

usability enhancements for the loginform #803

darcs-hash:20060527185238-7ad00-1593c8b25d7f870c8a0b3017fbcf29c4e047f52c.gz


# 041d7a86 26-May-2006 Ben Coburn <btcoburn@silicodon.net>

resolve darcs conflict 20060526

darcs-hash:20060526144958-05dcb-4e04cb5cc9d9f60180f867a12957ceda9ae963b4.gz


# 35dae8b0 22-May-2006 Ben Coburn <btcoburn@silicodon.net>

decouple section edit from header in renderer

This patch achieves a partial decoupling of the section edit buttons
from the header syntax. A new 'section_edit' instruction is added to the
instructio

decouple section edit from header in renderer

This patch achieves a partial decoupling of the section edit buttons
from the header syntax. A new 'section_edit' instruction is added to the
instruction list. The default set of these instructions is generated from
the header handler and the _finalize function. A generic 'section_edit'
renderer is now part of the renderer.

To rewrite the section semantics, add, or remove section edit buttons the
header handler and renderer no longer need to be modified. Changes can be
dynamically made to the section edit buttons through the 'PARSER_HANDLER_DONE'
action event. An action plugin that registers this event can then modify
the calls list of the handler object before it is rendered.

In short, this patch makes it possible to change the behavior of the section
edit buttons without having to change unrelated code. This patch should be
entirely transparent to DokuWiki users and cleanly written plugins.

darcs-hash:20060522060004-05dcb-8e6b5215e1b610877f126ca0b9e1e5bc21cc6469.gz

show more ...


# fb53bfe2 25-May-2006 Ben Coburn <btcoburn@silicodon.net>

getRevisionInfo much faster (cached)

Makes getRevisionInfo much faster when loading all the revisions of a page.
This is done by efficiently parsing the 'changes.log' data and caching the
results (i

getRevisionInfo much faster (cached)

Makes getRevisionInfo much faster when loading all the revisions of a page.
This is done by efficiently parsing the 'changes.log' data and caching the
results (in memory) so that future calls to getRevisionInfo return
immediately without reloading the 'changes.log' file.

(Note: the changelog system in DokuWiki should still be rewritten so
that changes are not logged into one huge file!)

darcs-hash:20060525083202-05dcb-8c0eea695055b51a218a0e311169cda0bb0d4363.gz

show more ...


# 306b2c85 22-May-2006 Denis Simakov <akinoame1@gmail.com>

fix: wrong secedit when page changes

Binds secedit buttons to file modification stamp ('lastmod'), so that if the page changes in between, editing of the old revision starts.

darcs-hash:20060522182

fix: wrong secedit when page changes

Binds secedit buttons to file modification stamp ('lastmod'), so that if the page changes in between, editing of the old revision starts.

darcs-hash:20060522182043-3c565-17e6ac5d018300dd009c24218f4b1b8c8ae80363.gz

show more ...


# ee379fa4 21-May-2006 Andreas Gohr <andi@splitbrain.org>

media manager fixes

darcs-hash:20060521213334-7ad00-d3bdc1fbce1b904d3f939197bae0b811aa5bbac3.gz


# 72f0e11f 19-May-2006 Andreas Gohr <andi@splitbrain.org>

link to media manager

This patch add a link to the media manager when no JavaScript is available.
Users can upload and browse for pictures now without the need for JavaScript
only inserting has to b

link to media manager

This patch add a link to the media manager when no JavaScript is available.
Users can upload and browse for pictures now without the need for JavaScript
only inserting has to be done manually then.

darcs-hash:20060519175959-7ad00-5ee77fd00d20bef9a36eee632a1c5897097ba4a8.gz

show more ...


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


# d0ab54f6 18-May-2006 Michael Klier chi@chimeric.de <andi@splitbrain.org>

namespace restricted fulltext-search

- The fulltext-search can now be restricted to a given
namespace seperated by an "@"

darcs-hash:20060518161855-484ab-1617b6d2c3593525f4d29a789b0a32ebf

namespace restricted fulltext-search

- The fulltext-search can now be restricted to a given
namespace seperated by an "@"

darcs-hash:20060518161855-484ab-1617b6d2c3593525f4d29a789b0a32ebf414b9ae.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 ...


# 42c7abd6 31-Mar-2006 Andreas Gohr <andi@splitbrain.org>

moved toolbar out of form scope #757

This ensures that the save button stays the default button of the
form again.

darcs-hash:20060331085543-7ad00-8db519b51a7bc65479ebc6b303f3cf016f8088be.gz


# 0e99f6d7 21-Mar-2006 Ben Coburn <btcoburn@silicodon.net>

'Back to top' style bug fix

Removes some link underlining that would appear around the 'Back to top' button.

darcs-hash:20060321020948-05dcb-e0e5f2d30bd05bad37ad64d587fc4dc29abcb30b.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 ...


# 21a15207 08-Mar-2006 Anika Henke <a.c.henke@arcor.de>

unique id for top button, link and anchor

darcs-hash:20060308232857-d5083-f9aa3009a5b70cbcb14d66ae94deb3edf6da3693.gz


# daf4ca4e 08-Mar-2006 Anika Henke <a.c.henke@arcor.de>

killed some borders, widths and other strictness bugs

darcs-hash:20060308225006-d5083-d273d41551fee37d28442beef847eb57891ba73e.gz


# 4d6f545e 05-Mar-2006 Andreas Gohr <andi@splitbrain.org>

more html fixes

darcs-hash:20060305120815-7ad00-28c98cc4a629967c44ac176f843ce1f8f54e383c.gz


# 0c1887a0 05-Mar-2006 Andreas Gohr <andi@splitbrain.org>

small HTML fixes

darcs-hash:20060305113807-7ad00-e239a50aa47b7be8693c753bc7d545686f256284.gz


# 9edac8a8 02-Mar-2006 Andreas Gohr <gohr@cosmocode.de>

no more document.write for progressbar

darcs-hash:20060302140949-6e07b-d85f1e3f8989bd5fe8464f4f82ef8a14f8722eff.gz


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

changed IDs to avoid name clashes

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


# 06a4bf8f 24-Feb-2006 Andreas Gohr <andi@splitbrain.org>

added type check in html_btn #715

darcs-hash:20060224192428-7ad00-c6910ed8cf9656f61b1c813e899f7f75d13309ab.gz


# fa24fadb 19-Feb-2006 Anika Henke <a.c.henke@arcor.de>

another try on styling the edit bar

darcs-hash:20060219001944-d5083-ccf6932ab2878183e116524f45eec31f78ac422c.gz


# c5a8fd96 18-Feb-2006 Andreas Gohr <andi@splitbrain.org>

create unique IDs for sections

This patch finally completes the support for unique section IDs.

To achive this the mechanism how the TOC is build was changed. The
TOC now is build in the renderer o

create unique IDs for sections

This patch finally completes the support for unique section IDs.

To achive this the mechanism how the TOC is build was changed. The
TOC now is build in the renderer only. Currently the TOC will be
rendered in the end_document function and is then prepended to the
doc. This should ensure compatibility with the rest of the code.

Adding support for separating the TOC from the page should now be a
simpler task in the future.

TODO:
- Update base class
- remove commented old TOC code
- make sure no other parts of the code use any of the old TOC
code

darcs-hash:20060218230744-7ad00-40c5463d93f8ae1c543fb4fed747b2047b4c1302.gz

show more ...


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


# 5298a619 11-Feb-2006 Andreas Gohr <andi@splitbrain.org>

updated auth_punbb

darcs-hash:20060211180240-7ad00-c7c589aa6e5e67f2d7ad54f7e41837f116a91c9c.gz


# fdf3dcb9 07-Feb-2006 Matthias Urlichs <smurf@smurf.noris.de>

simple performance patch for html_wikilink()

darcs-hash:20060207213425-5ac8f-17fb87ac0d23138440fa2278e5266771ff96aac7.gz


1...<<11121314151617181920>>...23