| 118e0052 | 16-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update unittest with interwiki.conf change as well |
| 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 |
| 6198904b | 16-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
generalised link colour in header, making interwiki links blue as well (to fit design) |
| dfe934f9 | 16-Feb-2014 |
Andreas Gohr <andi@splitbrain.org> |
Switched file icons against generated ones, added 32x32 versions |
| be9008d3 | 16-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
user global strings for password confirmation prompt & error |
| 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 |
| 3f5b6538 | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
updated syntax page to include recently added video and audio formats |
| 17954bb5 | 15-Feb-2014 |
Anika Henke <anika@selfthinker.org> |
added title to video/audio tags, use title for fallback links, refactored duplicate code |
| 8c253612 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
improve PHPDocs of Mailer |
| acbf061c | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
add Reply-To and Sender to whitelist for cleanAddress FS#2916 |
| 359e9417 | 15-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add password confirmation field when setting password in the usermanager |
| 40d72af6 | 15-Feb-2014 |
Christopher Smith <chris@jalakai.co.uk> |
add braces and indentation per coding standards |
| 6ed3476b | 15-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 |
| c931f569 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
rename unit tests for getRevisionAround. Fix revs order as well. |
| 2e608c52 | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reverse revisions display order |
| 7f92538e | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
remove close p tag in diffview |
| 4fc1354a | 15-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
diff navigation: move prev/next on one side or both side |