Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bulgarian language update | Kiril Velikov | 2011-04-27 |
| | |||
* | Merged pull request #41 from lupo49/master. | Andreas Gohr | 2011-04-27 |
|\ | | | | | de/eu - language updates / tpl_getfavicon() | ||
| * | eu: language updates | Matthias Schulte | 2011-04-27 |
| | | |||
| * | Merge remote branch 'upstream/master' | Matthias Schulte | 2011-04-27 |
| |\ | |||
| * | | allow tpl_getFavicon() returning the absolute path to the icon file | lupo49 | 2011-04-26 |
| | | | |||
* | | | Remove deprecated call-time pass-by-reference in inc/common.php | Michael Hamann | 2011-04-27 |
| |/ |/| | | | | | | | The value is still passed by reference as the parameter of the called function is declared as reference. | ||
* | | Fix p_get_first_heading for when the search index is empty | Michael Hamann | 2011-04-26 |
|/ | | | | | | When the search index is empty, there was a warning and no headings were displayed. Now the headings are displayed and there is no warning anymore. | ||
* | Make the page lookup by title case insensitive again | Michael Hamann | 2011-04-23 |
| | | | | | | The page lookup by title has been case insensitive before the indexer rewrite, since then it has been case sensitive, this makes it case insensitive again. | ||
* | Make ft_pageLookup respect the namespace restriction again | Michael Hamann | 2011-04-22 |
| | | | | | | Before this change all pages of the given namespace have been included in the result, now the search is restricted to the namespace again as it was before the new indexer has been implemented. | ||
* | Portuguese language update | José Carlos Campos | 2011-04-20 |
| | |||
* | Enable metadata rendering in the indexer | Michael Hamann | 2011-04-20 |
| | | | | Metadata is rendered now in the indexer when it's cache is invalid. | ||
* | Hungarian language update | Tihanyi Sándor | 2011-04-19 |
| | |||
* | Latvian language update | Aivars Miska | 2011-04-19 |
| | |||
* | Merge remote-tracking branch 'upstream/master' | Kate Arzamastseva | 2011-04-18 |
|\ | |||
| * | Japanese update | Yuji TAKENAKA | 2011-04-17 |
| | | | | | | | | Signed-off-by: Guy Brand <gb@unistra.fr> | ||
| * | tiny fixes for xhtml strict | Anika Henke | 2011-04-17 |
| | | |||
| * | removed empty id in register form (FS#2222) | Anika Henke | 2011-04-17 |
| | | |||
| * | do not strip empty form parameters FS#2222 | Andreas Gohr | 2011-04-17 |
| | | |||
| * | Bulgarian language update | Kiril Velikov | 2011-04-17 |
| | | |||
| * | removed incorrect nbsps in diff view (FS#2223) | Anika Henke | 2011-04-16 |
| | | |||
| * | eo: updates for esperanto language | lupo49 | 2011-04-16 |
| | | |||
| * | don't use form_makeTag() for blank.gif as empty attributes are not passed on ↵ | Anika Henke | 2011-04-16 |
| | | | | | | | | (which resulted in a missing alt attribute) | ||
| * | removed nbsps from some clearer divs | Anika Henke | 2011-04-16 |
| | | |||
| * | fixed invalid html in diff options | Anika Henke | 2011-04-16 |
| | | |||
| * | Finnish language update | Otto Vainio | 2011-04-16 |
| | | |||
| * | Finnish language update | Otto Vainio | 2011-04-16 |
| | | |||
| * | Merge branch 'contrib/fix_perms' of git://git.ortolo.eu/pkg-dokuwiki | Anika Henke | 2011-04-16 |
| |\ | |||
| | * | chmod -x inc/lang/az/* | Tanguy Ortolo | 2011-04-13 |
| | | | | | | | | | | | | | | | These regular files were executable for no reason. They needed a special rule for the Debian package, better to fix it upstream. | ||
| * | | Support the empty link [[]] | Adrian Lang | 2011-04-14 |
| |/ | |||
| * | stay logged in when updating your password | Andreas Gohr | 2011-04-11 |
| | | | | | | | | | | | | This functionality broke in recent updates to the cookie handling. This patch makes it work again. Binding to the session is now a functionality of auth_cookiesalt() | ||
| * | Check if link exists and set right caption | Izidor Matušov | 2011-04-08 |
| | | |||
| * | If the page link is empty, it should link to current page -- FS#2178 | Izidor Matušov | 2011-04-07 |
| | | |||
| * | Merge branch 'master' of https://github.com/akate/dokuwiki into akate-master | Michael Hamann | 2011-04-07 |
| |\ | |||
| * \ | Merge branch 'master' of git@github.com:splitbrain/dokuwiki | Christopher Smith | 2011-04-02 |
| |\ \ | |||
| | * | | Make .htaccess access protection work in more setups | Marc Schiffbauer | 2011-03-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | Before this patch with a .htaccess file on a higher level in the hierarchy with "Satisfy Any" it has been possible that the directory protection didn't work as expected. | ||
| | * | | Merge remote branch 'whoopdedo/tokenizer-rewrite' | Andreas Gohr | 2011-03-26 |
| | |\ \ | |||
| | | * | | Clarify usage of some indexer methods | Tom N Harris | 2011-03-22 |
| | | | | | |||
| | | * | | Change Doku_Indexer visibility from private to protected, and get rid of ↵ | Tom N Harris | 2011-03-22 |
| | | | | | | | | | | | | | | | | | | | | ugly underscores | ||
| | * | | | Using only __construct now | Piyush Mishra | 2011-03-23 |
| | | | | | |||
| | * | | | Done with DifferenceEngine.php | Piyush Mishra | 2011-03-23 |
| | | | | | |||
| * | | | | FS#2122 alter SafeFN safe and post indicator characters. | Christopher Smith | 2011-04-02 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note, any filenames encoded with the previous SafeFN scheme will need to be converted to the new scheme. Users of the old SafeFN scheme should not use this new scheme until after converting their filenames. | ||
* | | | | | Ukrainian language update | Kate Arzamastseva | 2011-04-18 |
| |_|_|/ |/| | | | |||
* | | | | indexer fix updating the search index | Kate Arzamastseva | 2011-04-07 |
| |/ / |/| | | |||
* | | | Romanian language update | Florin Iacob | 2011-03-21 |
| | | | |||
* | | | fixed handling of legacy and subscriber config options FS#2208 | Andreas Gohr | 2011-03-21 |
| | | | | | | | | | | | | This was broken in 3a48618a538412994ec244d5a9fde5c4a6161d10 | ||
* | | | Minor: Edited the delta_time function for php5 | Piyush Mishra | 2011-03-21 |
| |/ |/| | |||
* | | replace tokenizer_cmd with action hook | Andreas Gohr | 2011-03-19 |
| | | | | | | | | | | as discussed at http://www.freelists.org/post/dokuwiki/tokenizer-cmd-in-indexer,1 | ||
* | | bind non-sticky logins to the session id FS#2202 | Andreas Gohr | 2011-03-19 |
| | | |||
* | | store session pass as hash | Andreas Gohr | 2011-03-19 |
| | | | | | | | | | | This avoids having the blowfish encrypted pass stored together with the decryption key on the same server. | ||
* | | warn about wrongly installed plugin | Andreas Gohr | 2011-03-19 |
| | | | | | | | | | | | | | | When a plugin is installed in the wrong directory, the class loading will fail. This patch tries to find the correct directory from the plugin.info.txt (using the base key) and give a hint to the user on how to fix this. |