| df0e21b4 | 17-Feb-2014 |
lisps <stummp@loewen.de> |
fix last merge |
| 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) |
| 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 |