| c59b3e00 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add visibility keywords and PHPDocs for cache |
| b63529ad | 17-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove '' from list, its not part of the hook array |
| 90124802 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
fix httputils PHPDocs |
| d7fd4c3e | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Add dynamic declared _time attribute to cache object |
| d0f7cf78 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs improvements and minor fixes feedcreator |
| 0e2431b7 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve PHPDocs, rename auth_basic to DokuWiki_Auth_Plugin |
| f23eef27 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs internallink |
| a8397511 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve PHPDocs html.php |
| c7686ac1 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Reorganise generation and displaying of html. Added comments |
| cfe2f202 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Put diff navigation in diff view table |
| 04e99fe1 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Code reformatting html_diff |
| 98a6b214 | 17-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
roughly styled diff nav row |
| ad9453f4 | 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove unnecessary strings and Dutch diff strings (better later once) |
| 51684808 | 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add comments to html_diff |
| 2a2a43c4 | 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
change default userspace to :user:<username> and add interwiki class |
| 723eeeae | 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
replace arrows in names of diff links by texts |
| cf0a9227 | 16-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
Ensure hook array is always in the correct sequence
Changed to sort on add from sort on process for efficiency. Some events (e.g. AUTH_ACL_CHECK) could be trigged many times in a single page reques
Ensure hook array is always in the correct sequence
Changed to sort on add from sort on process for efficiency. Some events (e.g. AUTH_ACL_CHECK) could be trigged many times in a single page request.
show more ...
|
| 33416b82 | 16-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
remove reference operator from object, no longer required |
| b9bd3ecf | 16-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add appropriate visibility keywords to event properties |
| dfe934f9 | 16-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
Switched file icons against generated ones, added 32x32 versions |
| d668eb9f | 16-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
since php 5, no need to access objects by reference |
| adb80b02 | 16-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
An event object used as a string will return its name - the event name |
| b95f73d3 | 16-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 ...
|
| b83a74f1 | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
fixed typo in phpdoc |
| 17954bb5 | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
added title to video/audio tags, use title for fallback links, refactored duplicate code |