| dbf714f7 | 18-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Improve PHPDocs pageutils |
| cefd14cb | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs of cache classes |
| 81e7bffe | 17-Feb-2014 |
lisps <stummp@loewen.de> |
rename classname |
| 5965f64b | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
PHPDocs for Doku_Event and handler |
| 53204f80 | 17-Feb-2014 |
Gerrit Uitslag <klapinklapin@gmail.com> |
cleanup PHPDocs: DokuWiki_Syntax_Plugin is a DokuWiki_Plugin as well |
| 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 |