History log of /dokuwiki/inc/html.php (Results 376 – 400 of 575)
Revision Date Author Comments
# fe9ec250 19-Nov-2008 Chris Smith <chris.eureka@jalakai.co.uk>

FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links

$conf['useheading'] values are now:
- 0 : off, use page name in link text
- 'content' :

FS#630: allow $conf['useheading'] to individually apply to content links and/or navigation links

$conf['useheading'] values are now:
- 0 : off, use page name in link text
- 'content' : use first heading text for links in wiki page content
- 'navigation' : use first heading text for links in non-page content, e.g. breadcrumps, backlinks, search results, etc.
- 1 : use first heading text in all links
(for backwards compatibility, any other values are mapped to 0 or 1 by empty() function.)

$conf['useheading'] value should now be checked using the useHeading($linktype) function,
where linktype can be "content" or "navigation"

darcs-hash:20081119140758-f07c6-6e26456d50dcecc949fada31b0d4e72877fde1cc.gz

show more ...


# 433efb25 10-Nov-2008 Andreas Gohr <andi@splitbrain.org>

always show IP addresses to managers

darcs-hash:20081110003321-7ad00-79f0d66e0a7094911067555e055d63f8dfbfd46d.gz


# f948eeab 16-Oct-2008 Michael Klier <chi@chimeric.de>

removed ALT+ from recent changes accesskeys

darcs-hash:20081016094201-23886-a6fef1f0970a20d4f67a620a47ea9bdba56377a7.gz


# 18d107cb 16-Oct-2008 Michael Klier <chi@chimeric.de>

added missing CSS class to recent changes buttons

darcs-hash:20081016093508-23886-ff0123235448294adbad67bbd7a93d598ca96755.gz


# 37a1dc12 12-Oct-2008 michael <michael@content-space.de>

Changed html_revisions() to use Doku_Form, FS#1064

html_revisions() uses Doku_Form now like html_recent(), the new event HTML_REVISIONSFORM_OUTPUT can be used to create action-plugins to customize t

Changed html_revisions() to use Doku_Form, FS#1064

html_revisions() uses Doku_Form now like html_recent(), the new event HTML_REVISIONSFORM_OUTPUT can be used to create action-plugins to customize the revisions-ouput like e.g. suggested in FS#1064.

darcs-hash:20081012201122-074e0-c965ada0cc5ff572cc905d5fc7152a94c93b2741.gz

show more ...


# cddd152c 12-Oct-2008 michael <michael@content-space.de>

Accesskeys and correct escaping for html_recent()

Readded the accesskeys to the recent changes HTML and removed double escaping of & in the diff- and revisions-urls.

darcs-hash:20081012190108-074e0

Accesskeys and correct escaping for html_recent()

Readded the accesskeys to the recent changes HTML and removed double escaping of & in the diff- and revisions-urls.

darcs-hash:20081012190108-074e0-ff556fd216f202ad1d7ef843cd98de908b919ceb.gz

show more ...


# 27eb9321 12-Oct-2008 Anika Henke <anika@selfthinker.org>

show pagesource when locked (FS#443)

darcs-hash:20081012194206-f7d6d-e6372bf1e518650ff71a811b78b3231b1dab1219.gz


# 07493d05 12-Oct-2008 Anika Henke <anika@selfthinker.org>

removed 'ALT+' from all titles of elements with accesskeys (FS#1172)

darcs-hash:20081012181638-f7d6d-d4614321134f78fc176688d8aaf9d9acccf1952e.gz


# abdcc39f 12-Oct-2008 michael <michael@content-space.de>

Changed html_recent() to use Doku_Form, FS#135

html_recent() uses Doku_Form now, this makes it possible that action-plugins can customize the recent changes view as suggested in FS#135.

darcs-hash:

Changed html_recent() to use Doku_Form, FS#135

html_recent() uses Doku_Form now, this makes it possible that action-plugins can customize the recent changes view as suggested in FS#135.

darcs-hash:20081012162732-074e0-ed776be1229177c5a8bd31540002afb2da9b3d31.gz

show more ...


# 17f89d7e 12-Oct-2008 Michael Klier <chi@chimeric.de>

FS#564 FS#1270 new option to disable the rememberme checkbox

darcs-hash:20081012144253-23886-c904f82c559c3ad5477bf921e93cb439a212134d.gz


# aab557e9 12-Oct-2008 Gina Haeussge <osd@foosel.net>

Don't display HTTP login in login form (FS#1210)

darcs-hash:20081012131125-2b4f5-8270c19ba0e164de7b83188ad8955cc3a7ef6275.gz


# 066fee30 12-Oct-2008 Andreas Gohr <andi@splitbrain.org>

Make license selectable from config FS#312

darcs-hash:20081012113150-7ad00-6408da058bdb6c923159d445e03b76f54b579362.gz


# 9e561443 11-Oct-2008 Andreas Gohr <andi@splitbrain.org>

text change for FS#607 - display the namespace in warning

darcs-hash:20081011123653-7ad00-8a659f942e0e24bb3239bab615d4498bb1efcad4.gz


# e83cef14 11-Oct-2008 Gina Haeussge <osd@foosel.net>

Adjust behaviour of Recent Changes to mirror behaviour of Index

Like the index, recent changes are now displayed only for the current namespace.
For convenience, a link to the recent changes of the

Adjust behaviour of Recent Changes to mirror behaviour of Index

Like the index, recent changes are now displayed only for the current namespace.
For convenience, a link to the recent changes of the whole wiki is included in the listing.

darcs-hash:20081011121539-2b4f5-a98e96550bdc4f28b401139def051b5a6beb56a6.gz

show more ...


# dc58b6f4 01-Oct-2008 Andy Webber <dokuwiki@andywebber.com>

editor_info_patch

At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under
revisions/recent changes. In a corporate en

editor_info_patch

At present, DW shows the username on the bottom left under "logged in as", and the login name for "last modified", "locked by" and under
revisions/recent changes. In a corporate environment, particularly when integrated with a Single Sign-On system, the login name may be somewhat
unfriendly. This patch makes the "logged in as" the same as the value used elsewhere and also allows an admin to decide whether it should be the
login name, username or e-mail address that is displayed. The e-mail address may also, optionally, be a mailto: link. E-mail addresses are
obfuscated according to the 'mailguard' setting. The default behaviour is to show the login name which is no change from previous behaviour for the
"last modified"/"locked by"/revisions/"recent changes", but is a change for the "logged in as".

darcs-hash:20081001152914-6ad63-9cd7174068ac55de381f1318a4401f8c51de5b0c.gz

show more ...


# f7c7911a 30-Aug-2008 Gina Haeussge <osd@foosel.net>

Fix for FS#1478

darcs-hash:20080830211206-2b4f5-4f7073d95c950329f7bd2a6eb9bced948e37db1f.gz


# bd2f6c2f 14-Aug-2008 Andreas Gohr <andi@splitbrain.org>

display the (shortened) namespace for page quicksearch

When displaying pagename matches in the Ajax quick search or normal search,
the namespace of the page is shown behind the pagename. This makes

display the (shortened) namespace for page quicksearch

When displaying pagename matches in the Ajax quick search or normal search,
the namespace of the page is shown behind the pagename. This makes it easier
to distinguish the pages when the same namespace is used in different namespaces.

To avoid breaking the layout in deep nested namespace hierarchies, the namespace
is shortened in the middle when needed.

This patch also disables the effect of the useheadings option in the Ajax quick
search. After all the results should show what was found and since the search
works on pagenames not headings it should show pagenames as result.

darcs-hash:20080814194826-7ad00-9add9c1bbbb4f4ede3c6884d37427644b2cddc56.gz

show more ...


# 0f3a5ebf 12-Aug-2008 Andreas Gohr <andi@splitbrain.org>

don't resort pages in html_search()

darcs-hash:20080812202134-7ad00-9ce6075c5b4eb1960e17338822814c89d180b65e.gz


# 24297a69 15-Jul-2008 Andreas Gohr <andi@splitbrain.org>

remove sensitive data from debug output more aggressively

This patch adds a new function that is used to remove sensitive data from
the debug output in a broader way. It will remove some innocent da

remove sensitive data from debug output more aggressively

This patch adds a new function that is used to remove sensitive data from
the debug output in a broader way. It will remove some innocent data but
should make sure most passwords and similar data can not be accessed even
when stored in some plugin's configuration data.

Disabling the debug option is still highly recommended.

darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz

show more ...


# ebbef3b1 04-May-2008 Andreas Gohr <andi@splitbrain.org>

fix for possible XSS vulnerability in html_revisions()

darcs-hash:20080504163149-7ad00-807016f20298b25c1a3df2040b051c02e6ce2d91.gz


# 54041c77 29-Mar-2008 Andreas Gohr <andi@splitbrain.org>

fix multidiff when one revision is current FS#1355

darcs-hash:20080329131438-7ad00-d3ab26eef403b1008a0d24c719f533e81f8ee6b5.gz


# 546d3a99 10-Mar-2008 Andreas Gohr <andi@splitbrain.org>

another change in highlight handling

Now higlighting phrases are passed as an array which then is quoted correctly
when used in a regexp. This should make phrase highlighting work completely
correct

another change in highlight handling

Now higlighting phrases are passed as an array which then is quoted correctly
when used in a regexp. This should make phrase highlighting work completely
correct.

Please everyone test it.

darcs-hash:20080310214939-7ad00-1abefb02dde40edeead50b4fa5c866c46b95ca3a.gz

show more ...


# a0fed8ac 09-Mar-2008 Andreas Gohr <andi@splitbrain.org>

more robust replacement for last highlight regexp fix

darcs-hash:20080309174810-7ad00-16f8bee9e9ce13f6255e59de42685e49b3854bac.gz


# 838fc1b3 09-Mar-2008 Andreas Gohr <andi@splitbrain.org>

make sure there are no leading or trailing pipes on search highlight regexp

darcs-hash:20080309173538-7ad00-07893a25205632ff4bc5d8b90595e7d1c9e49ff4.gz


# 7b3f8b16 23-Feb-2008 Andreas Gohr <andi@splitbrain.org>

correct diff display when dealing with deleted or newly created pages

darcs-hash:20080223143711-7ad00-2dceefca4ce2efcfee5a3b04cfc6f1107c630c02.gz


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