History log of /dokuwiki/inc/html.php (Results 351 – 375 of 575)
Revision Date Author Comments
# b1f92db2 23-Nov-2009 Adrian Lang <lang@cosmocode.de>

Keep Andi’s Family out of this

darcs-hash:20091123091200-e4919-33f6b12974478575932e34b89beec98169a1079a.gz


# c0322273 13-Nov-2009 Adrian Lang <lang@cosmocode.de>

Less E_NOTICEs, removed spell checker leftover

darcs-hash:20091113123458-e4919-d4841ea9c627059a4afa8e0032dd889b3cc579cb.gz


# 76ec5467 17-Nov-2009 Michael Klier <chi@chimeric.de>

make register/resendpwd accessible throught the DW form object

darcs-hash:20091117085912-23886-ad3c4c9c980aae225d46f287d4f45b1a6c80119b.gz


# c66972f2 04-Nov-2009 Adrian Lang <lang@cosmocode.de>

Emit less E_NOTICEs and E_STRICTs

Changes of behaviour are:
* Allow the user name, title & description \e2\80\9c0\e2\80\9d
* Default to Port 443 if using HTTPS
* Set $INFO['isadmin'] and $IN

Emit less E_NOTICEs and E_STRICTs

Changes of behaviour are:
* Allow the user name, title & description \e2\80\9c0\e2\80\9d
* Default to Port 443 if using HTTPS
* Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
logged in
* Do not pass empty fragment field in the event data for event
ACTION_SHOW_REDIRECT
* Handle chunked encoding in HTTPClient

darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz

show more ...


# e351c80d 22-Oct-2009 Adrian Lang <lang@cosmocode.de>

Make Doku_Form constructor more flexible

The Doku_Form constructor used to take up to four arguments setting specific
parameters of the resulting form HTML element. Instead, a generic array is
passe

Make Doku_Form constructor more flexible

The Doku_Form constructor used to take up to four arguments setting specific
parameters of the resulting form HTML element. Instead, a generic array is
passed to the constructor specifying HTML parameters.

darcs-hash:20091022120138-e4919-3a42baf8c12b15e6df20e1f28152a992e347859d.gz

show more ...


# 5808bc54 02-Nov-2009 Andreas Gohr <gohr@cosmocode.de>

Fixed ssues on the "Page locked" screen

Ignore-this: 9d142450d439f26feb5cc0aefb5963da

darcs-hash:20091102104643-6e07b-c26aa2fd5f3899e81b0e7e0e45b3c1d7043e8571.gz


# db959ae3 20-Oct-2009 Andreas Gohr <andi@splitbrain.org>

Coding Standard Cleanup

Ignore-this: 259cb5773c3144c6c706d87298dcf674

darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz


# f2263577 07-Oct-2009 Andreas Gohr <gohr@cosmocode.de>

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template dev

New dformat() function for fuzzy date support

Ignore-this: 7193cd788fee2c05a9068bf6edd5dc17

It is now possible to use the %f placeholder in $conf['dformat']
to add a fuzzy age string.

Template developers and plugin authors should replace their strftime +
$conf['dformat'] calls with calls to the new dformat() function.

Example:

%Y/%m/%d %H:%M (%f) produces dates like this:

2009/09/16 10:36 (3 weeks ago)

darcs-hash:20091007133614-6e07b-677108d1b43928ef8fd886813e43514507b5e073.gz

show more ...


# 7aea91af 04-Oct-2009 Chris Smith <chris.eureka@jalakai.co.uk>

#FS1767, ensure disabled renderer plugins aren't used for renderering

Ignore-this: a88b14f64c6f6fb827c816214d06c727

darcs-hash:20091004195623-f07c6-d52ce63f5c1f4ad4cf48f78404b3d82f120ccc45.gz


# 6f8e9f59 21-Sep-2009 Andreas Gohr <andi@splitbrain.org>

diff view puts revision back into $REV

Ignore-this: c671d4887772c0e08b04687472a5142f

When a diff is shown without giving a revision (eg when coming from recent
changes), the diff is done agains the

diff view puts revision back into $REV

Ignore-this: c671d4887772c0e08b04687472a5142f

When a diff is shown without giving a revision (eg when coming from recent
changes), the diff is done agains the latest non-current revisions. This
revision is now put back into the global $REV.

This fixes a problem with the restore button not visible.

However this only works when the restore button is called after the diff
view. A better solution probably needs to be found.

darcs-hash:20090921213302-7ad00-aa9ef53f9bc9ea8d0dc51e55b049943feb11c412.gz

show more ...


# 865c2687 20-Sep-2009 Kazutaka Miyasaka <kazmiya@gmail.com>

enhanced full-text search function

Ignore-this: cb05f50ca4de12e1cdf3a6cfb0e1b8bc

- better search experience in Asian language
- sophisticated search query syntax (OR, grouping, etc.)

darcs-has

enhanced full-text search function

Ignore-this: cb05f50ca4de12e1cdf3a6cfb0e1b8bc

- better search experience in Asian language
- sophisticated search query syntax (OR, grouping, etc.)

darcs-hash:20090920121116-9b77a-2718be7a043374669037b10d94101fc70efb95e3.gz

show more ...


# 76c65fd3 25-Jul-2009 Andreas Gohr <andi@splitbrain.org>

correctly handle disabled plugins in admin menu FS#1715

Ignore-this: b9710cae350620157381653fcf82f150

darcs-hash:20090725124241-7ad00-0d6a20412e09f8ee89f5ade512355faac5d8a245.gz


# 10271ce4 06-Jun-2009 Andreas Gohr <andi@splitbrain.org>

Redesigned admin screen

Ignore-this: a0d2db2839de9eacbd6a853c39ed592c

This patch reorders the admin screen to make the main tasks better accessible.
This was inspired by a similar plugin by Håkan S

Redesigned admin screen

Ignore-this: a0d2db2839de9eacbd6a853c39ed592c

This patch reorders the admin screen to make the main tasks better accessible.
This was inspired by a similar plugin by Håkan Sandell [1]

[1] http://www.dokuwiki.org/plugin:adminhomepage

darcs-hash:20090606101045-7ad00-83fbb0dd3af288f66801b796387e4ec3d411d4c9.gz

show more ...


# 6d233a0c 31-May-2009 Andy Webber <dokuwiki@andywebber.com>

Enhance "locked by" page

Make "locked by" name in main part of locked page use "showuseras" config (via editorinfo()). This was missed from editor_info_patch of October 2008

darcs-hash:200905311325

Enhance "locked by" page

Make "locked by" name in main part of locked page use "showuseras" config (via editorinfo()). This was missed from editor_info_patch of October 2008

darcs-hash:20090531132514-6ad63-9ae8e1aad5b7f68573cb0c41fad8c141db2ead6f.gz

show more ...


# 808551e3 26-May-2009 Andreas Gohr <andi@splitbrain.org>

don't pass function return as reference in html_hilight()

Ignore-this: 19a8e8cbdbafea2268a31a08a65f4e05

This was actually reported [1] as a bug elsewhere, but really should be
fixed in DokuWiki and

don't pass function return as reference in html_hilight()

Ignore-this: 19a8e8cbdbafea2268a31a08a65f4e05

This was actually reported [1] as a bug elsewhere, but really should be
fixed in DokuWiki and now is.

[1] https://www.projectzero.org/bugzilla/show_bug.cgi?id†71

darcs-hash:20090526073013-7ad00-90c0bee83ebc6c9c3e33b2a58b8d0a17d828f748.gz

show more ...


# b42bcfe7 11-Mar-2009 daniel.lindgren <daniel.lindgren@tullverket.se>

Search function update

Ignore-this: 4cd6bddacb795ef15f133559c223ac1f

* Adds the possibility to exclude namespace(s) from search, by preceding them with "^".
* Changed handling of search parameters

Search function update

Ignore-this: 4cd6bddacb795ef15f133559c223ac1f

* Adds the possibility to exclude namespace(s) from search, by preceding them with "^".
* Changed handling of search parameters to allow any order of words and namespaces.

darcs-hash:20090311160255-13810-c2e00cc7764d180967b4c6f22e17b1c0dafe36f4.gz

show more ...


# 4af9f0d4 13-Feb-2009 Andreas Gohr <andi@splitbrain.org>

fixed uniqueness check in html_msg FS#1606

Ignore-this: 6a22dba02d89c9c9745c8b2bab0188ab

darcs-hash:20090213094416-7ad00-e70fa1b82cb657539304c761075defb5b24aef8c.gz


# d5bd720d 02-Feb-2009 Andreas Gohr <andi@splitbrain.org>

avoid double messages FS#1581

Ignore-this: d3596f87ee9c2bb78ab7b4c74789e665

darcs-hash:20090202175623-7ad00-af147192fbecf7b5573dc95aeb3eb5620c3782e7.gz


# 658b1aa0 23-Jan-2009 Anika Henke <anika@selfthinker.org>

better styling of new diff header

darcs-hash:20090123004015-f7d6d-814c0c3cb2abe0aa202b7e7b97cda6fc78ae9c56.gz


# e5e61eb0 21-Jan-2009 Anika Henke <anika@selfthinker.org>

display summary + user in diff-view (FS#1424)

darcs-hash:20090121003858-f7d6d-7ede1c1b9b83f059c98389356614a9018c9fc0c2.gz


# 87cb01b7 19-Jan-2009 Anika Henke <anika@selfthinker.org>

fix for input accesskeys

darcs-hash:20090119170235-f7d6d-4c0c66781e23148f1ed583dc304979ec2d5471b2.gz


# 9ae41cdc 16-Jan-2009 Andreas Gohr <andi@splitbrain.org>

minor source tweak in flash code

darcs-hash:20090116185152-7ad00-e61cc172e23a24c9d552086b1af1d935e45d29a1.gz


# d4c61e61 16-Jan-2009 Andreas Gohr <andi@splitbrain.org>

Use html_flashobject for MultiUploader

darcs-hash:20090116182523-7ad00-3bf44603ff1f5193877e0a29400b25a8edc5365a.gz


# 07bf32b2 16-Jan-2009 Andreas Gohr <andi@splitbrain.org>

new html_flashobject() function for simple and XHTML valid flash embeds

darcs-hash:20090116174140-7ad00-4eb1fe3269d10cb21819a5b220484b7114cbb4de.gz


# fa8adffe 13-Dec-2008 Andreas Gohr <andi@splitbrain.org>

removed some illogical path setups

darcs-hash:20081213090400-7ad00-4e21cd75978bb07513f32f5d750658e8d777c59e.gz


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