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


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

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for

use strftime() instead of date() FS#1335 :!:

This patch replaces the use of the date() function with the strftime()
function. The latter will respect a set locale and will use localized
strings for things like month names.

Because the format options for strftime differ from the ones used in date,
DokuWiki will rest the value of $conf['dformat'] if it contains an old
date format string (detected by missing % characters).

Plugins or templates using the $conf['dformat'] need to be updated.

darcs-hash:20080223124045-7ad00-6afb2b839afc58781463e25577e06adb675fff79.gz

show more ...


# 1db218e9 15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

do case insensitive search word highlighting in page FS#1297

darcs-hash:20080215180239-7ad00-2b9e1d5cff75f581a549bc3881a18cfffc53efb5.gz


# 60c15d7d 15-Feb-2008 Andreas Gohr <andi@splitbrain.org>

better highlighting for phrase searches FS#1193

This patch makes the highlighting of phrases in search snippets and on
the pages itself much better.

Now a regexp gets passed to the ?s

darcs-hash:2

better highlighting for phrase searches FS#1193

This patch makes the highlighting of phrases in search snippets and on
the pages itself much better.

Now a regexp gets passed to the ?s

darcs-hash:20080215174653-7ad00-cd2d6f7d408db7b7dd3cb9974c3eb27f3a9baeac.gz

show more ...


# 39ba8890 13-Feb-2008 Andreas Gohr <andi@splitbrain.org>

check modMail capability correctly FS#1329

darcs-hash:20080213213322-7ad00-bd2a818080046a492447b7c1ecb0a4c1a89ea5e1.gz


# ebbb1c49 19-Jan-2008 Andreas Gohr <andi@splitbrain.org>

correct fix for FS#1227

darcs-hash:20080119005310-7ad00-055e1aaf63625c0ab9bfd31f49fd9c7cba5972a8.gz


# e6b3271c 18-Jan-2008 Andreas Gohr <andi@splitbrain.org>

Always show pageids for "matching pagenames" FS#1227

darcs-hash:20080118225518-7ad00-772f0368e71ffe5868d1ba0a5ca2fcc1010f1bf9.gz


# b278f2de 26-Oct-2007 Andreas Gohr <andi@splitbrain.org>

adds a second class to action buttons

darcs-hash:20071026210930-7ad00-e8048c01f924eeaf060effee155fc5d36b997804.gz


# 103c256a 30-Sep-2007 Chris Smith <chris@jalakai.co.uk>

add page_exists function (inc/pageutils.php)

bool page_exists($id, $rev

darcs-hash:20070930021040-d26fc-e3847bfdd20a36154685262eca94211cfd461e83.gz


# 00976812 30-Sep-2007 Andreas Gohr <andi@splitbrain.org>

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure

don't use realpath() anymore (FS#1261 and others)

The use of realpath() to clean up relative file names caused some
trouble in certain setups relying on symlinks or having restricitve
file structure setups.

This patch replaces all realpath() calls with a PHP only replacement
which should solve those problems.

darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz

show more ...


# 11df47ec 13-Aug-2007 Michael Klier <chi@chimeric.de>

added nothing found message to backlinks output

darcs-hash:20070813160452-23886-c40e9f3bfe259d698500a6ef01f75894801b22c5.gz


# 4a119027 10-Aug-2007 Andreas Gohr <andi@splitbrain.org>

correctly URL encode idx parameter in index view

darcs-hash:20070810082232-7ad00-e6abe2b952b7575454f8a2fcc5c257ec07b09e78.gz


# 7d91652a 07-Aug-2007 Andreas Gohr <andi@splitbrain.org>

TOC fixed

This fixes some small bugs which were introduced with recent TOC changes

darcs-hash:20070807171844-7ad00-fc09dd6d09b72927e64dfa41dd8b86fc20d86ed0.gz


# 2bb0d541 05-Aug-2007 chris <chris@jalakai.co.uk>

minor fixes for recent tpl_toc() patch

darcs-hash:20070805163833-9b6ab-82e8cd7ec37d163ccb552e3b6aee8c1f70e75f15.gz


# b8595a66 05-Aug-2007 Andreas Gohr <andi@splitbrain.org>

separated TOC from page

This patch introduces a tpl_toc() function which can be used to freely place
the Table of Contents in a template. When used, tpl_content should be called
with a parameter of

separated TOC from page

This patch introduces a tpl_toc() function which can be used to freely place
the Table of Contents in a template. When used, tpl_content should be called
with a parameter of false to supress the automatic TOC placement.

Note: if tpl_toc() us run *before* tpl_content(), TOCs will not work in the
preview. A work around is to run tpl_content() in a output buffer first.

This patch also adds a getTOC() function for admin plugins which allows plugin
authors to put create their own TOC which will be placed correctly in the
template. A convenience function html_mktocitem() is available.

The config manager was adjusted to make ue of this new feature, but some bugs
might remain.

darcs-hash:20070805132405-7ad00-77d2c3cdf66cc62b2d408cc6580f938636a109af.gz

show more ...


# fdb8d77b 30-Jul-2007 Tom N Harris <tnharris@whoopdedo.org>

New structured forms and action events

Replaces a number of *FORM_INJECTION events with a more flexible way of
modifying forms. Forms are created with a Doku_Form class (inc/form.php)
that can be ma

New structured forms and action events

Replaces a number of *FORM_INJECTION events with a more flexible way of
modifying forms. Forms are created with a Doku_Form class (inc/form.php)
that can be manipulated by plugins prior to output. Plugins register a
HTML_{$name}FORM_OUTPUT event which can modify the form object prior to
output. Available forms are:
LOGIN DRAFT CONFLICT REGISTER UPDATEPROFILE EDIT RESENDPWD
Documentation for the Doku_Form class is in inc/form.php.

darcs-hash:20070730215007-6942e-a0cf08197f939e224a2b28c40aec5431b118ea94.gz

show more ...


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