History log of /dokuwiki/inc/html.php (Results 126 – 150 of 575)
Revision Date Author Comments
# 82f5f399 11-Mar-2016 Satoshi Sahara <sahara.satoshi@gmail.com>

use getNS() call instead of dirname()


# 9c65e2a9 22-Jan-2016 Andreas Gohr <andi@splitbrain.org>

fixed wrongly closed section edit button

The opening tag of the button was self closing, creating invalid HTML.

See https://forum.dokuwiki.org/thread/13346 for initial report


# ee6517f1 16-Sep-2015 Christopher Smith <chris@jalakai.co.uk>

Merge pull request #1356 from mariusvw/inc-html

Fixed undefined error in html_denied()


# c2243b78 16-Sep-2015 Marius van Witzenburg <info@mariusvw.com>

Use empty instead of isset, due REMOTE_USER should not be empty.


# 0ec7373d 11-Sep-2015 Marius van Witzenburg <info@mariusvw.com>

Fixed undefined error in html_denied()


# e1e937e5 10-Sep-2015 Andreas Gohr <gohr@cosmocode.de>

sort admin plugins alphabetically

Sorting by the sort number is too confusing since those are assigned
independently by different authors


# 976b572a 22-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

add sizechange to wiki's global recent page


# 53cba3d0 22-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting


# a023425b 22-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

reformating recent listing


# 551be3f9 21-Aug-2015 Gerrit Uitslag <klapinklapin@gmail.com>

Display filesize changes in revisionlog

Reformat some bits of code
apply some missing pieces also for first entry


# 21b07cb4 21-Aug-2015 Andreas Gohr <andi@splitbrain.org>

scroll to position only when ACT=index. closes #1314


# 0bfc8d5a 25-Jul-2015 Anika Henke <anika@selfthinker.org>

Merge remote-tracking branch 'origin/master' into styler

Conflicts:
lib/exe/css.php


# 8d4151de 18-Jul-2015 Andreas Gohr <andi@splitbrain.org>

added styler into default plugin section

The icon does not match the others because the NuvolaX icon theme seems
to have vanished from the Internet. Ideally all those admin icons could
use a replace

added styler into default plugin section

The icon does not match the others because the NuvolaX icon theme seems
to have vanished from the Internet. Ideally all those admin icons could
use a replacement. But that should be a different PR I guess.

show more ...


# ae614416 12-Jul-2015 Anika Henke <anika@selfthinker.org>

changed all input type=submit buttons to button type=submit button for better stylability


# bdca103a 22-May-2015 Andreas Gohr <andi@splitbrain.org>

avoid accessing nonexistant array key. fixes #1165


# 68921571 16-May-2015 Gerrit Uitslag <klapinklapin@gmail.com>

replace deprecated getRevisions call


# c8556525 18-Feb-2015 ghi <dokuwiki@imz.re>

passing rev and date_at to the event


# 0747f5d7 17-Feb-2015 ghi <dokuwiki@imz.re>

event HTML_SHOWREV_OUTPUT


# 79e79377 07-Jan-2015 Andreas Gohr <gohr@cosmocode.de>

Remove error supression for file_exists()

In an older version of PHP a file_exists() call would issue a warning
when the file did not exist. This was fixed in later PHP releases. Since
we require PH

Remove error supression for file_exists()

In an older version of PHP a file_exists() call would issue a warning
when the file did not exist. This was fixed in later PHP releases. Since
we require PHP 5.3 now, there's no need to supress any error here
anymore. This might even give a minor performance boost.

show more ...


# 6fa4721a 11-Dec-2014 Andreas Gohr <andi@splitbrain.org>

add new behaviour: bounce

Add the class .bounce to any element to let it bounce slightly for 2
seconds. This is useful to make the user aware of some element. Can be
combined with #scroll__here when

add new behaviour: bounce

Add the class .bounce to any element to let it bounce slightly for 2
seconds. This is useful to make the user aware of some element. Can be
combined with #scroll__here when a long list auto scrolls to a certain
item.

show more ...


# f7dbf175 11-Dec-2014 Andreas Gohr <andi@splitbrain.org>

scroll to current page when opening the sitemap


# 8702de7f 09-Dec-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Merge remote-tracking branch 'origin/master' into scrutinizerissues

Conflicts:
inc/media.php
inc/plugin.php
inc/template.php
lib/plugins/authplain/_test/escaping.test.php
lib/plugins/syntax.php


# e3710957 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more phpdocs and minor check


# 42ea7f44 01-Oct-2014 Gerrit Uitslag <klapinklapin@gmail.com>

Many PHPDocs, some unused and dyn declared vars

many PHPDocs
some unused variables
some dynamically declared variables declared


# 59bc3b48 29-Sep-2014 Gerrit Uitslag <klapinklapin@gmail.com>

more scrutinizer issue improvements


12345678910>>...23