summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* preg_quote namespaces in auth_aclcheckMichael Hamann2011-01-16
| | | | | | | | | | | | | | | | | | | | | | | | Like ids namespaces are now preg_quoted in the acl check (and therefore the escaping of "*" has been removed). When plugins call the ACL check function with strange ids the regex fails otherwise (in the case of the include plugin errors like "Warning: preg_grep() [function.preg-grep]: Compilation failed: missing terminating ] for character class at offset 47" have been reported by two users). I've run the acl tests after this change and everything passes so this shouldn't break anything but please test this especially with protected wikis as this change modifies the code that handles namespace permissions. Furthermore permissions for a namespace foobar are no longer applied to namespaces with names like foo.ar, I hope nobody has used that "feature". When you are using per-user namespaces, user registration is open and either write or read protection for these namespaces is important to you this is a security fix for you: When someone wants to get access to the namespace of a user "foo.bar" he can register as "fooxbar" (where "x" is an arbitrary character) and will have access to the user namespace of the user "foo.bar" as when a page in "foo.bar" is checked it will match the rule for "fooxbar".
* Merge branch 'master' of github.com:splitbrain/dokuwikiAnika Henke2010-11-07
|\
| * Chinese Language updateChoicky Chou2010-11-07
| |
| * handle mailfrom replacements in a central place FS#2091Andreas Gohr2010-11-05
| |
| * Fix XSS vulnerability FS#2085Vadim Nevorotin2010-10-31
| |
* | make custom buttons possible with html_btn() without the need of global ↵Anika Henke2010-11-07
|/ | | | $lang (more consistent with tpl_pagelink())
* Merge remote branch 'lupo49/master'Andreas Gohr2010-10-30
|\
| * de-informal / typo fixMatthias Schulte2010-10-27
| | | | | | | | de / typo fix
| * de / typo fixedMatthias Schulte2010-10-27
| |
* | Basque language updateInko I.A2010-10-30
|/
* Fix SafeFN-encoded file namesAdrian Lang2010-10-26
| | | | SafeFN encoding now always end the encoding block by appending a dot at the end of the file name. This is necessary since the file name may get an extension which is not encoded.
* do not strip .txt in namespaces in indexAndreas Gohr2010-10-26
|
* Fix sorting of quicksearch resultsAdrian Lang2010-10-24
|
* fixed missing globalAndreas Gohr2010-10-24
|
* detect corrupt title indexes FS#2076Andreas Gohr2010-10-24
|
* Correctly decode user names in unsubscriptionsAdrian Lang2010-10-22
|
* Correctly decode user names in subscriptionsAdrian Lang2010-10-21
|
* Chinese language updatelainme2010-10-19
|
* Portuguese language updateAndré Neves2010-10-19
|
* remove deprecated scriptify() mechanismAndreas Gohr2010-10-18
|
* removed deprecated index update functionAndreas Gohr2010-10-18
|
* print LDAP group debugging even on success (like for user debug)Andreas Gohr2010-10-18
|
* Fix subscription lockingAdrian Lang2010-10-18
| | | | | - use directories since working with them is atomic - delete stale locks after 5 minutes
* Fix language encodingsAdrian Lang2010-10-18
|
* Merge remote branch 'tstaerk/master'Andreas Gohr2010-10-17
|\
| * explaining what Doku_Parser_Mode_formatting does: it sets markupThorsten Staerk2010-10-17
| |
| * give a description for a functionThorsten Staerk2010-10-16
| |
* | Latin translation addedMassimiliano Vassalli2010-10-17
| | | | | | | | | | | | | | | | I used the Latin of the first century B.C., so the word are written as Cicero wrote: for example there isn't the 'v' letter unless in capital form and if the word ending in -uus or -uum, I wrote -uos and -uom. This form of Latin, as I said, is that of the classic authores as Cicero, Caesar, Sallustius etc...
* | Hindi language updateYagnesh Desai2010-10-17
| |
* | Danish language updateKalle Sommer Nielsen2010-10-17
| |
* | Finnish language updateOtto Vainio2010-10-17
| |
* | Fix encoding in inc/feedcreator.class.phpAdrian Lang2010-10-12
| |
* | Improve compatibility of table instructions handlingAdrian Lang2010-10-12
| |
* | Add missing files for Japanese translationYuji Takenaka2010-10-11
| |
* | Japanese language updateYuji Takenaka2010-10-11
| |
* | Check whether auth is available in mail notificationsAdrian Lang2010-10-11
| |
* | Correctly handle non-default sepchars in page templates (FS#2057)Adrian Lang2010-10-11
| |
* | Remove unneeded i18n filesAdrian Lang2010-10-10
|/
* Merge remote branch 'lupo49/master'Andreas Gohr2010-10-08
|\ | | | | | | | | Conflicts: inc/lang/de-informal/lang.php
| * added new fileMatthias Schulte2010-10-07
| |
| * changed a word to german translationMatthias Schulte2010-10-07
| |
| * typo fixedMatthias Schulte2010-10-07
| |
| * typo fixedMatthias Schulte2010-10-07
| |
| * Added subscr_digest.txtMatthias Schulte2010-10-07
| |
| * added date strings at the endMatthias Schulte2010-10-07
| |
| * Added subscription stringsMatthias Schulte2010-10-07
| |
| * fixed line terminationlupo492010-10-06
| |
| * typos fixed / added new stringslupo492010-10-06
| |
* | Fix page name lookup in searchAdrian Lang2010-10-08
| | | | | | | | The page name lookup only checked whether the namespace part occured in the page name and dropped all other search criteria. Moreover, cleaning is not necessary anymore as ft_pageLookup does this itself.
* | Slovak language updateMartin Michalek2010-10-07
| |