History log of /dokuwiki/inc/html.php (Results 451 – 475 of 560)
Revision Date Author Comments
# 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


# 63afe2a6 05-Feb-2006 Anika Henke <a.c.henke@arcor.de>

tableless edit form

darcs-hash:20060205211548-d5083-8419738e453d5df611dd5cbbce362f8f84e240e9.gz


# 140c93f3 04-Feb-2006 Anika Henke <a.c.henke@arcor.de>

small fix of quick results

darcs-hash:20060204172036-d5083-05e07c95a561852f9514fc12e23c71a8e012acbc.gz


# 4f732f0e 04-Feb-2006 Anika Henke <a.c.henke@arcor.de>

more semantic search quick results

darcs-hash:20060204171707-d5083-2f6e2ad47d12f32db771c69ff97965e1ad1d40ad.gz


# 82fd59b6 03-Feb-2006 Andreas Gohr <andi@splitbrain.org>

new way of auth module capability checking

This changes the way of how the capabilities of the used auth module are
checked as suggested as first option in
http://www.freelists.org/archives/dokuwiki

new way of auth module capability checking

This changes the way of how the capabilities of the used auth module are
checked as suggested as first option in
http://www.freelists.org/archives/dokuwiki/01-2006/msg00267.html

The MySQL backend WAS NOT TESTED and probably needs some work.

darcs-hash:20060203150302-7ad00-c524cafe20499f32e76ad42b4e68d7c635f6a9e9.gz

show more ...


# 8fd2f03a 29-Jan-2006 Andreas Gohr <andi@splitbrain.org>

resendpasswd option added

darcs-hash:20060129131054-7ad00-aa633eafdd206cb38c710cc6a6de958c14eecb6d.gz


# 50835be7 27-Jan-2006 Andreas Gohr <andi@splitbrain.org>

scroll to preview pane on preview

darcs-hash:20060127211137-7ad00-b4433b51fe014e1b8f2e741857bd6b101e6677f5.gz


# 02e51121 27-Jan-2006 Anika Henke <a.c.henke@arcor.de>

further xhtml strictness -- part 3

darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz


# 1dd0c202 27-Jan-2006 Anika Henke <a.c.henke@arcor.de>

replaced form attr. 'name' by 'id' + prefixed values with 'dw__' for strictness

darcs-hash:20060127112205-d5083-8020a108120f6f1baa68456dd509a13021320c21.gz


# cd52f92d 25-Jan-2006 chris <chris@jalakai.co.uk>

oo auth update - remove legacy auth remnants, add auth->canDo

darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz


# 0c6b58a8 21-Jan-2006 Andreas Gohr <andi@splitbrain.org>

removed graphical list bullet

Unordered lists used a graphic for the list bullet. Using the same technique
as in the ordered lists we don't need an image just to have the color. This
has two advanta

removed graphical list bullet

Unordered lists used a graphic for the list bullet. Using the same technique
as in the ordered lists we don't need an image just to have the color. This
has two advantages:

1. The list bullets still have the correct color when colors are adjusted
in style.ini

2. List bullets grow and shrink correctly with the fontsize

It has a disadvantage as well: All list items need to be marked up like this:

<li><div class

darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz

show more ...


# 3aa54d7c 21-Jan-2006 Andreas Gohr <andi@splitbrain.org>

output session info in debug output

darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz


# 46723c19 11-Jan-2006 Andreas Gohr <gohr@cosmocode.de>

clear floats in preview pane

darcs-hash:20060111101104-6e07b-3086cbd4df88971f1c05c41725723676d1353a08.gz


# 96331712 15-Jan-2006 Anika Henke <a.c.henke@arcor.de>

stricter xhtml compliance -- part 2

darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz


# 4beabca9 14-Jan-2006 Anika Henke <a.c.henke@arcor.de>

better_xhtml_compliance_1.patch

darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz


# 4cb79657 11-Nov-2005 Matthias Grimm <matthiasgrimm@users.sourceforge.net>

profile change feedback

This pathc adds a feedback for the user after changing his/her
profile and the profile dialog will be closed.

darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d5500223

profile change feedback

This pathc adds a feedback for the user after changing his/her
profile and the profile dialog will be closed.

darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz

show more ...


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