summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* Portuguese language updateJosé Carlos Campos2011-04-20
|
* Enable metadata rendering in the indexerMichael Hamann2011-04-20
| | | | Metadata is rendered now in the indexer when it's cache is invalid.
* Hungarian language updateTihanyi Sándor2011-04-19
|
* Latvian language updateAivars Miska2011-04-19
|
* Merge remote-tracking branch 'upstream/master'Kate Arzamastseva2011-04-18
|\
| * Japanese updateYuji TAKENAKA2011-04-17
| | | | | | | | Signed-off-by: Guy Brand <gb@unistra.fr>
| * tiny fixes for xhtml strictAnika Henke2011-04-17
| |
| * removed empty id in register form (FS#2222)Anika Henke2011-04-17
| |
| * do not strip empty form parameters FS#2222Andreas Gohr2011-04-17
| |
| * Bulgarian language updateKiril Velikov2011-04-17
| |
| * removed incorrect nbsps in diff view (FS#2223)Anika Henke2011-04-16
| |
| * eo: updates for esperanto languagelupo492011-04-16
| |
| * don't use form_makeTag() for blank.gif as empty attributes are not passed on ↵Anika Henke2011-04-16
| | | | | | | | (which resulted in a missing alt attribute)
| * removed nbsps from some clearer divsAnika Henke2011-04-16
| |
| * fixed invalid html in diff optionsAnika Henke2011-04-16
| |
| * Finnish language updateOtto Vainio2011-04-16
| |
| * Finnish language updateOtto Vainio2011-04-16
| |
| * Merge branch 'contrib/fix_perms' of git://git.ortolo.eu/pkg-dokuwikiAnika Henke2011-04-16
| |\
| | * chmod -x inc/lang/az/*Tanguy Ortolo2011-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 Lang2011-04-14
| |/
| * stay logged in when updating your passwordAndreas Gohr2011-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 captionIzidor Matušov2011-04-08
| |
| * If the page link is empty, it should link to current page -- FS#2178Izidor Matušov2011-04-07
| |
| * Merge branch 'master' of https://github.com/akate/dokuwiki into akate-masterMichael Hamann2011-04-07
| |\
| * \ Merge branch 'master' of git@github.com:splitbrain/dokuwikiChristopher Smith2011-04-02
| |\ \
| | * | Make .htaccess access protection work in more setupsMarc Schiffbauer2011-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 Gohr2011-03-26
| | |\ \
| | | * | Clarify usage of some indexer methodsTom N Harris2011-03-22
| | | | |
| | | * | Change Doku_Indexer visibility from private to protected, and get rid of ↵Tom N Harris2011-03-22
| | | | | | | | | | | | | | | | | | | | ugly underscores
| | * | | Using only __construct nowPiyush Mishra2011-03-23
| | | | |
| | * | | Done with DifferenceEngine.phpPiyush Mishra2011-03-23
| | | | |
| * | | | FS#2122 alter SafeFN safe and post indicator characters.Christopher Smith2011-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 updateKate Arzamastseva2011-04-18
| |_|_|/ |/| | |
* | | | indexer fix updating the search indexKate Arzamastseva2011-04-07
| |/ / |/| |
* | | Romanian language updateFlorin Iacob2011-03-21
| | |
* | | fixed handling of legacy and subscriber config options FS#2208Andreas Gohr2011-03-21
| | | | | | | | | | | | This was broken in 3a48618a538412994ec244d5a9fde5c4a6161d10
* | | Minor: Edited the delta_time function for php5Piyush Mishra2011-03-21
| |/ |/|
* | replace tokenizer_cmd with action hookAndreas Gohr2011-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#2202Andreas Gohr2011-03-19
| |
* | store session pass as hashAndreas Gohr2011-03-19
| | | | | | | | | | This avoids having the blowfish encrypted pass stored together with the decryption key on the same server.
* | warn about wrongly installed pluginAndreas Gohr2011-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.
* | Estonian language updateKristian Kankainen2011-03-18
| |
* | Merge remote-tracking branch 'lupo49/master'Andreas Gohr2011-03-18
|\ \
| * | de/de-informal: added and updated translationsMatthias Schulte2011-03-14
| | |
* | | Slovak language updateMatej Urban2011-03-18
| | |
* | | Traditional Chinese language updateShuo-Ting Jian2011-03-18
|/ /
* | Remove relation_references from the index when it is missingMichael Hamann2011-03-08
| |
* | Merge branch 'indexer_rewrite'Michael Hamann2011-03-08
|\ \
| * | Merge the two indexer events and use string keysMichael Hamann2011-03-06
| | | | | | | | | | | | | | | | | | | | | This merges the INDEXER_PAGE_ADD and INDEXER_METADATA_INDEX events and introduces the new string keys 'page', 'body' and 'metadata' in the event data. All plugins that use INDEXER_PAGE_ADD need to be adjusted to use the key 'page' instead of 0 and 'body' instead of 1.
| * | Fix wildcard searchTom N Harris2011-02-27
| | |