History log of /dokuwiki/inc/html.php (Results 226 – 250 of 575)
Revision Date Author Comments
# 56133a04 16-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Fix width of indicator column.


# c0e94f2a 16-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Monospace font for header prefix.


# 07a7d21a 16-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

fix a couple of diff issues: shouldn't be any need to html encode before finding diffs; move quantifier outside regex condition


# f76724a4 16-Feb-2013 Tom N Harris <tnharris@whoopdedo.org>

Move inline diff headers into a vertical column.


# 25c4afb8 16-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

FS#2111, improve security check


# 8a65ef2e 16-Feb-2013 Anika Henke <anika@selfthinker.org>

fixed edit toolbar being cut off (FS#2715)


# 2509b6f1 03-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

Merge pull request #164 from splitbrain/diff_recent_prefs

store choices for recent changes and diff views in cookie


# 1061759b 03-Feb-2013 Christopher Smith <chris@jalakai.co.uk>

Merge pull request #165 from Chris--S/FS#2676

fix for FS#2676, inserting zero length spaces into long sequences of non...


# fc7684bc 30-Jan-2013 René Corinth <corinth@cosmocode.de>

Added the title attribute for namespace-links


# f9528c0c 27-Jan-2013 Klap-in <klapinklapin@gmail.com>

Added diff navigation
Navigation links to move to previous edit before revision in left column or next/last edit after revision in right column.


# 298a7e08 26-Jan-2013 Christopher Smith <chris@jalakai.co.uk>

update pattern to catch more html entities


# 3c94d07b 26-Jan-2013 Anika Henke <anika@selfthinker.org>

store choices for recent changes and diff views in cookie (FS#2438 and
FS#2700)

Note: These changes don't work yet. The cookie is not set and deletes the old
one.


# fcfecb69 26-Jan-2013 Christopher Smith <chris@jalakai.co.uk>

fix for FS#2676, inserting zero length spaces into long sequences of non-breaking characters in diffs


# 182ac905 24-Jan-2013 Andreas Gohr <gohr@cosmocode.de>

fix custom editor loading

Custom editors can also be loaded when not a section is given. For
example this happens on a preview click where the page is already
separated into pre, suf and text.


# 9aa38483 17-Sep-2012 Michael Hamann <michael@content-space.de>

Fix link names of start pages in sitemap/index FS#2605


# ff5a286c 17-Sep-2012 Michael Hamann <michael@content-space.de>

Fix revisions title for pages without title with useheading on FS#2597


# c0f0f1f8 24-Aug-2012 Michael Hamann <michael@content-space.de>

Remove unused/directly overwritten variable declarations in inc/html.php


# 8d5e837e 24-Aug-2012 Michael Hamann <michael@content-space.de>

Fix/add some PHPDoc comments in inc/html.php


# 6d9eab4d 24-Aug-2012 Michael Hamann <michael@content-space.de>

Prevent access to undefined variables and make returns consistent in html.php


# 90658f38 28-Jul-2012 Michael Hamann <michael@content-space.de>

Respect useheading setting on revisions page FS#2139


# 677d2785 28-Jul-2012 Dominik Eckelmann <deckelmann@gmail.com>

fixed script blocks CDATA for ie on TPL_METAHEADER_OUTPUT FS#2563


# b3d1090e 25-Jul-2012 Michael Hamann <michael@content-space.de>

Fix type declarations in some PHPDoc comments


# 0686da46 25-Jul-2012 Michael Hamann <michael@content-space.de>

Fix icon alt text for page changes

The alt text is now the page id as it is the media id for media changes,
previously it was empty as $filename is undefined in that context.


# f1d7655b 06-Jul-2012 Andreas Gohr <andi@splitbrain.org>

fixed error in html_diff()

The used syntax was invalid in PHP < 3.4 and seemed to be wrong logical
as well.


# 29f2dfdc 06-Jul-2012 Andreas Gohr <andi@splitbrain.org>

Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110

* 'input-validation' of git://github.com/whoopdedo/dokuwiki:
fix incorrect usage of tpl_getMediaFile

Merge branch 'input-validation' of git://github.com/whoopdedo/dokuwiki into pull-request-110

* 'input-validation' of git://github.com/whoopdedo/dokuwiki:
fix incorrect usage of tpl_getMediaFile
fix necessary global declaration
Input wrapper for html forms
Input validation for media manager
Input wrapper for exe scripts
more INPUT wrapper uses: cache purge, sectok, getID
Input wrapper for action.php

Conflicts:
lib/exe/css.php

show more ...


12345678910>>...23