Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | French language update | Philippe Bajoit | 2010-02-08 |
| | |||
* | Informal German language update | Marcel Metz | 2010-02-08 |
| | |||
* | Persian language update | Omid Mottaghi | 2010-02-08 |
| | |||
* | Receive event data by ref to change it | Adrian Lang | 2010-02-08 |
| | |||
* | run dbg() output through htmlspecialchars | Andreas Gohr | 2010-02-08 |
| | |||
* | I’m stupid | Adrian Lang | 2010-02-08 |
| | |||
* | Strip (secedit) id from section edit request | Adrian Lang | 2010-02-08 |
| | |||
* | Hide secedit buttons without title | Adrian Lang | 2010-02-08 |
| | |||
* | Fix section editing killing next section | Adrian Lang | 2010-02-08 |
| | |||
* | Polish language update | LSwp | 2010-02-06 |
| | |||
* | Rewrite section edit handling according to #1860 | Adrian Lang | 2010-02-04 |
| | |||
* | cast 2nd param to array when executing render instructions FS#1880 | Andreas Gohr | 2010-02-03 |
| | |||
* | USERINFO instead of INFO['userinfo'] in tpl parsing | Adrian Lang | 2010-02-03 |
| | |||
* | Move page template parsing to an own function | Adrian Lang | 2010-02-03 |
| | |||
* | Portuguese language update | Sergio Motta | 2010-02-02 |
| | |||
* | fixed file header | Andreas Gohr | 2010-01-31 |
| | |||
* | fixed call-time pass-by-reference warning | Andreas Gohr | 2010-01-31 |
| | |||
* | table: Remove redundant parser data, update tests | Adrian Lang | 2010-01-29 |
| | |||
* | more code cleanup | Andreas Gohr | 2010-01-29 |
| | |||
* | more code cleanup according to coding standard | Andreas Gohr | 2010-01-29 |
| | |||
* | fixed variable misspelling in TarLib FS#1871 | Andreas Gohr | 2010-01-27 |
| | |||
* | Update translations for subscription | Adrian Lang | 2010-01-27 |
| | |||
* | Merge branch 'master' of github.com:splitbrain/dokuwiki | Adrian Lang | 2010-01-26 |
|\ | |||
| * | German (informal) language update | Jürgen Schwarzer | 2010-01-25 |
| | | |||
| * | initialize array in linesToHash FS#1845 | Andreas Gohr | 2010-01-21 |
| | | |||
| * | Hebrew Language Update | Yaron Yogev | 2010-01-21 |
| | | |||
* | | Merge branch 'subscription' | Adrian Lang | 2010-01-20 |
|\ \ | |||
| * | | nicer subscription styles | Andreas Gohr | 2010-01-20 |
| | | | | | | | | | | | | | | | | | | Ignore-this: e1b3b815b5ebb0da320bff997c4fed4b darcs-hash:20091130130311-6e07b-03ccfc52abb3dcc0764eed5784d81f8416841328.gz |