Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'requireall' | Andreas Gohr | 2010-03-12 |
|\ | | | | | | | | | Conflicts: inc/fulltext.php | ||
| * | some more load fixes | Andreas Gohr | 2010-03-12 |
| | | |||
| * | plugin related autoloading | Andreas Gohr | 2010-02-01 |
| | | | | | | | | | | This patch moved the place where DOKU_PLUGIN is defined. It no longer can be set from a normal config (only via preload) | ||
| * | removed more unneeded require_once() calls | Andreas Gohr | 2010-02-01 |
| | | |||
| * | do not autorequire class only libraries | Andreas Gohr | 2010-02-01 |
| | | | | | | | | | | | | those are loaded on demand through the autoloader mechanism Also cliopts.php is not loaded automatically at all | ||
| * | first attempt to centralize all include loading | Andreas Gohr | 2010-01-31 |
| | | | | | | | | | | | | | | | | Classes are loaded throug PHP5's class autoloader, all other includes are just loaded by default. This skips a lot of require_once calls. Parser and Plugin stuff isn't handled by the class loader yet. | ||
* | | fixed target handling for license link FS#1917 | Andreas Gohr | 2010-03-12 |
| | | |||
* | | Russian language update | Andrey Mikhaylov | 2010-03-12 |
| | | |||
* | | Move & rename HTML_PAGE_FROMTEMPLATE to common.php | Adrian Lang | 2010-03-10 |
| | | | | | | | | | | The new COMMON_PAGE_FROMTEMPLATE is triggered by pageTemplate AFTER the template has been read but before performing the template replacements. | ||
* | | Correct edit conflict detection | Adrian Lang | 2010-03-10 |
| | | | | | | | | | | Edit conflicts occur when a page has been edited since starting the current edit. In order to detect them, the date of the newest revision is saved. | ||
* | | Remove wordblock action, issue a msg instead | Adrian Lang | 2010-03-09 |
| | | |||
* | | Move data preprocessing out of html_edit | Adrian Lang | 2010-03-09 |
| | | |||
* | | Allow plugins to manage edit intro text | Adrian Lang | 2010-03-09 |
| | | |||
* | | Add missing global declaration | Adrian Lang | 2010-03-09 |
| | | |||
* | | Allow filtering of block buttons in initToolbar | Adrian Lang | 2010-03-09 |
| | | |||
* | | Galician language update | Medúlio | 2010-03-08 |
| | | |||
* | | Italian language update | Matteo Carnevali | 2010-03-08 |
| | | |||
* | | French language update | Florian Gaub | 2010-03-08 |
| | | |||
* | | Really allow plugins to use section editing | Adrian Lang | 2010-03-04 |
| | | |||
* | | Output common parts of edit forms before the event | Adrian Lang | 2010-03-04 |
| | | |||
* | | Czech language update | Marek Sacha | 2010-03-03 |
| | | |||
* | | Latvian language update | Aivars Miska | 2010-03-03 |
| | | |||
* | | Fixed testcase and getID - FS#1908 FS#1831 FS#1838 | Michael Hamann | 2010-03-02 |
| | | | | | | | | | | | | | | | | | | $_SERVER['PATH_INFO'] is used now to determine the page id when using internal rewriting, in all testcases I've seen so far this variable was set correctly. There are also a couple of fallbacks if the variable doesn't exist, $_SERVER['SCRIPT_NAME'] is now preferred instead of custom path extraction which fails when doku.php is outside the document root. | ||
* | | Albanian translation added | Leonard Elezi | 2010-03-02 |
| | | |||
* | | Provide ›original size‹ media insertion | Adrian Lang | 2010-03-02 |
| | | |||
* | | extended mediamanager options | Dominik Eckelmann | 2010-03-02 |
| | | |||
* | | Revert "Redirect to start page for the root namespace too" | Andreas Gohr | 2010-03-02 |
| | | | | | | | | | | | | | | This reverts commit 7873e7571e67c02167e5747441a2c6be32b07267. The patch breaks at least the behaviour of the "view recent changes of the whole wiki" link. | ||
* | | Show last edit section button again | Adrian Lang | 2010-03-01 |
| | | |||
* | | moved number of search result snippets to a define | Andreas Gohr | 2010-02-28 |
| | | |||
* | | Better performance on assigning section IDs FS#1894 | Chris Tapp | 2010-02-28 |
| | | |||
* | | Russian language update | Aleksey Osadchiy | 2010-02-28 |
| | | |||
* | | Esperanto language update | Robert Bogenschneider | 2010-02-28 |
| | | |||
* | | Fix german backlinks page header | Adrian Lang | 2010-02-26 |
| | | |||
* | | Finnish language update | Otto Vainio | 2010-02-24 |
| | | |||
* | | Redirect to start page for the root namespace too | Stephen Warren | 2010-02-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dokuwiki emits an HTTP redirect when accessing: /path/to/some/namespace/ to force the browser to: /path/to/some/namespace/$conf['start'] However, this doesn't happen for the root namespace itself. In some ways, this doesn't really matter, since accessing plain "doku.php" will show the root namespace "start" page even without the redirection. Equally, this can be trivially fixed using mod_rewrite rules, but I don't want to encode the start page name into my rewrite rules. Finally, I like the consistency of always having the start page name in the URL, rather than special-casing the root namespace. (Actually, I'd prefer never to have it in the URL, but that looks more complex to achieve). Anyway, the attached patch makes the redirect happen for the root namespace as well. | ||
* | | Omit do=show from URLs | Stephen Warren | 2010-02-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | It looks like when there is no "do=" parameter to doku.php, "show" is assumed. When clean URLs are used (via mod_rewrite), regular page-to-page links hence just link to "pagename". However, if you "Show pagesource", then "Show page", the browser is sent back to "pagename?do=show" instead of just "pagename". This seems like a "less clean" URL to me. So, the attached patch removes "do=show" from URLs in this case, so cleaner URLs are used. | ||
* | | Luxembourgish translation added | Joël Schintgen | 2010-02-22 |
| | | |||
* | | Use double quotes for XHTML attributes | Adrian Lang | 2010-02-17 |
| | | |||
* | | Disable locking when locktime is zero | Daniel Calviño Sánchez | 2010-02-15 |
| | | |||
* | | Correct german subscription digest mail | Adrian Lang | 2010-02-15 |
| | | |||
* | | Validate section edit data | Adrian Lang | 2010-02-15 |
| | | |||
* | | Polish language update | Leszek Stachowski | 2010-02-14 |
| | | |||
* | | Interlingua Language Update | Martijn Dekker | 2010-02-12 |
| | | |||
* | | Spanish language update | Victor M Castelan | 2010-02-12 |
| | | |||
* | | Italian language update | Traduzioni | 2010-02-11 |
| | | |||
* | | update ignore criteria when populating master plugin list | Christopher Smith | 2010-02-10 |
| | | |||
* | | Interlingua Translation added | Martijn Dekker | 2010-02-10 |
| | | |||
* | | Macedonian transaltion added | Dimi T | 2010-02-10 |
| | | |||
* | | Nicer list subscription mail | Adrian Lang | 2010-02-09 |
| | | |||
* | | Add security token to subscription manage page | Adrian Lang | 2010-02-09 |
| | |