History log of /dokuwiki/ (Results 4126 – 4150 of 10567)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
b9bd3ecf16-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add appropriate visibility keywords to event properties

6198904b16-Feb-2014 Anika Henke <anika@selfthinker.org>

generalised link colour in header, making interwiki links blue as well (to fit design)

dfe934f916-Feb-2014 Andreas Gohr <andi@splitbrain.org>

Switched file icons against generated ones, added 32x32 versions


inc/media.php
lib/exe/css.php
lib/images/fileicons/16x16/7z.png
lib/images/fileicons/16x16/bz2.png
lib/images/fileicons/16x16/conf.png
lib/images/fileicons/16x16/csv.png
lib/images/fileicons/16x16/deb.png
lib/images/fileicons/16x16/doc.png
lib/images/fileicons/16x16/docx.png
lib/images/fileicons/16x16/file.png
lib/images/fileicons/16x16/gif.png
lib/images/fileicons/16x16/gz.png
lib/images/fileicons/16x16/htm.png
lib/images/fileicons/16x16/html.png
lib/images/fileicons/16x16/ico.png
lib/images/fileicons/16x16/jpeg.png
lib/images/fileicons/16x16/jpg.png
lib/images/fileicons/16x16/mp3.png
lib/images/fileicons/16x16/mp4.png
lib/images/fileicons/16x16/odc.png
lib/images/fileicons/16x16/odf.png
lib/images/fileicons/16x16/odg.png
lib/images/fileicons/16x16/odi.png
lib/images/fileicons/16x16/odp.png
lib/images/fileicons/16x16/ods.png
lib/images/fileicons/16x16/odt.png
lib/images/fileicons/16x16/ogg.png
lib/images/fileicons/16x16/ogv.png
lib/images/fileicons/16x16/pdf.png
lib/images/fileicons/16x16/png.png
lib/images/fileicons/16x16/ppt.png
lib/images/fileicons/16x16/pptx.png
lib/images/fileicons/16x16/ps.png
lib/images/fileicons/16x16/rar.png
lib/images/fileicons/16x16/rpm.png
lib/images/fileicons/16x16/rtf.png
lib/images/fileicons/16x16/swf.png
lib/images/fileicons/16x16/sxc.png
lib/images/fileicons/16x16/sxd.png
lib/images/fileicons/16x16/sxi.png
lib/images/fileicons/16x16/sxw.png
lib/images/fileicons/16x16/tar.png
lib/images/fileicons/16x16/tgz.png
lib/images/fileicons/16x16/txt.png
lib/images/fileicons/16x16/wav.png
lib/images/fileicons/16x16/webm.png
lib/images/fileicons/16x16/xls.png
lib/images/fileicons/16x16/xlsx.png
lib/images/fileicons/16x16/xml.png
lib/images/fileicons/16x16/zip.png
lib/images/fileicons/32x32/7z.png
lib/images/fileicons/32x32/bz2.png
lib/images/fileicons/32x32/conf.png
lib/images/fileicons/32x32/csv.png
lib/images/fileicons/32x32/deb.png
lib/images/fileicons/32x32/doc.png
lib/images/fileicons/32x32/docx.png
lib/images/fileicons/32x32/file.png
lib/images/fileicons/32x32/gif.png
lib/images/fileicons/32x32/gz.png
lib/images/fileicons/32x32/htm.png
lib/images/fileicons/32x32/html.png
lib/images/fileicons/32x32/ico.png
lib/images/fileicons/32x32/jpeg.png
lib/images/fileicons/32x32/jpg.png
lib/images/fileicons/32x32/mp3.png
lib/images/fileicons/32x32/mp4.png
lib/images/fileicons/32x32/odc.png
lib/images/fileicons/32x32/odf.png
lib/images/fileicons/32x32/odg.png
lib/images/fileicons/32x32/odi.png
lib/images/fileicons/32x32/odp.png
lib/images/fileicons/32x32/ods.png
lib/images/fileicons/32x32/odt.png
lib/images/fileicons/32x32/ogg.png
lib/images/fileicons/32x32/ogv.png
lib/images/fileicons/32x32/pdf.png
lib/images/fileicons/32x32/png.png
lib/images/fileicons/32x32/ppt.png
lib/images/fileicons/32x32/pptx.png
lib/images/fileicons/32x32/ps.png
lib/images/fileicons/32x32/rar.png
lib/images/fileicons/32x32/rpm.png
lib/images/fileicons/32x32/rtf.png
lib/images/fileicons/32x32/swf.png
lib/images/fileicons/32x32/sxc.png
lib/images/fileicons/32x32/sxd.png
lib/images/fileicons/32x32/sxi.png
lib/images/fileicons/32x32/sxw.png
lib/images/fileicons/32x32/tar.png
lib/images/fileicons/32x32/tgz.png
lib/images/fileicons/32x32/txt.png
lib/images/fileicons/32x32/wav.png
lib/images/fileicons/32x32/webm.png
lib/images/fileicons/32x32/xls.png
lib/images/fileicons/32x32/xlsx.png
lib/images/fileicons/32x32/xml.png
lib/images/fileicons/32x32/zip.png
lib/images/fileicons/generate.php
lib/images/fileicons/index.php
be9008d316-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

user global strings for password confirmation prompt & error

d668eb9f16-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

since php 5, no need to access objects by reference

adb80b0216-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

An event object used as a string will return its name - the event name

b95f73d316-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

Add ordering to event handlers

Allows a sequence integer to be supplied when registering to handle
an event. When processing an event, handlers (hooks) will be
executed in ascending order of their

Add ordering to event handlers

Allows a sequence integer to be supplied when registering to handle
an event. When processing an event, handlers (hooks) will be
executed in ascending order of their sequence number. If two or
more handlers have the same sequence number their order of
execution is undefined.

A handler wanting to be first, should use -PHP_MAX_INT.
A handler wanting to be last can use PHP_MAX_INT.
There may be conflicts if two or more plugins use these values in
the expectation that they will guarantee being first or last.

show more ...

b83a74f115-Feb-2014 Anika Henke <anika@selfthinker.org>

fixed typo in phpdoc

3f5b653815-Feb-2014 Anika Henke <anika@selfthinker.org>

updated syntax page to include recently added video and audio formats

17954bb515-Feb-2014 Anika Henke <anika@selfthinker.org>

added title to video/audio tags, use title for fallback links, refactored duplicate code

8c25361215-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

improve PHPDocs of Mailer

acbf061c15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add Reply-To and Sender to whitelist for cleanAddress FS#2916

359e941715-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add password confirmation field when setting password in the usermanager

40d72af615-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

add braces and indentation per coding standards

6ed3476b15-Feb-2014 Christopher Smith <chris@jalakai.co.uk>

fixes possibility of a user password change being sent out when a password couldn't be/wasn't changed

c931f56915-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

rename unit tests for getRevisionAround. Fix revs order as well.

2e608c5215-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

reverse revisions display order

7f92538e15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

remove close p tag in diffview

4fc1354a15-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

diff navigation: move prev/next on one side or both side

eeb8f42915-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

add disable options to form_makeListboxField. Disable out of range revisions

221cb66515-Feb-2014 Anika Henke <anika@selfthinker.org>

fixed pagetools being inaccessible on screens lacking necessary height, and aligned them to content when on smaller screens

04180aa915-Feb-2014 Andreas Gohr <andi@splitbrain.org>

unit test for FS#2173

f379edc215-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

fix comment in _resolveInterWiki

f1f2f71115-Feb-2014 Gerrit Uitslag <klapinklapin@gmail.com>

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

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic b

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

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
* include upstream change
* added dropdowns

show more ...

9009847715-Feb-2014 Andreas Gohr <andi@splitbrain.org>

try to ignore chmod errors FS#2895

1...<<161162163164165166167168169170>>...423