| ab2d4a05 | 26-Dec-2010 |
Matthias Schulte <post@lupo49.de> |
fixed typo in link (FS#2129) |
| 7cb3c08f | 23-Dec-2010 |
Ben Fifield <bfifield@live.olivet.edu> |
Spanish language update |
| 682a7e10 | 22-Dec-2010 |
Andreas Gohr <gohr@cosmocode.de> |
skip empty image title from abstract |
| a8e72133 | 22-Dec-2010 |
Andreas Gohr <gohr@cosmocode.de> |
store the creator's login name in metadata FS#1397 |
| f2cfd2ce | 21-Dec-2010 |
Gregor Skumavc <grega.skumavc@gmail.com> |
Slovak language update |
| 4f56ecbf | 21-Dec-2010 |
Adrian Lang <lang@cosmocode.de> |
Fix handling of case in auth_isMember; add and fix test cases |
| 5827ba0b | 18-Dec-2010 |
Guillaume Turri <guillaume.turri@gmail.com> |
Popularity plugin displays the last time the data was sent |
| 02700828 | 18-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
Update EmailValidator to r10 and allow local email addresses FS#2118 |
| 15e86bd3 | 12-Dec-2010 |
Tanguy Ortolo <tanguy+debian@ortolo.eu> |
Correct the phpdoc license tag of TarLib.class.php
The author of MaxgTar (original name of this file) wrote an incorrect phpdoc license tag mentionning the “GPL” without a version number.
Contacted
Correct the phpdoc license tag of TarLib.class.php
The author of MaxgTar (original name of this file) wrote an incorrect phpdoc license tag mentionning the “GPL” without a version number.
Contacted to clarify the licensing situation of this file, he explained that he wanted to use the LGPL-2.1: > I am the author of MaxgTar and I must say I am more than slightly > surprised to hear about it. > […] > I have no doubt that my intention was to use the GNU Lesser General > Public License, version 2.1.
show more ...
|
| 5627186c | 18-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
more robust hostname detection
as discussed in http://www.freelists.org/post/dokuwiki/git-changes-20101209,7 |
| 6ac2077a | 13-Dec-2010 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
Removed unnecessary regexp excecution in ft_termParser() |
| 35594613 | 13-Dec-2010 |
Kazutaka Miyasaka <kazmiya@gmail.com> |
Fixed Asian search term handling in ft_snippet_re_preprocess() |
| ec5906e6 | 13-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Delete superfluous assignment created by the last commit |
| 03f008cd | 12-Dec-2010 |
Michael Hamann <michael@content-space.de> |
Copy changes from ajax_lock to act_draftsave |
| 3e304b55 | 10-Dec-2010 |
Michael Hamann <michael@content-space.de> |
preg_quote namespaces in auth_aclcheck
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 st
preg_quote namespaces in auth_aclcheck
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".
show more ...
|
| 8596046d | 10-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
added missing files for popularity plugin |
| fb7b7723 | 09-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
some language improvements(?) for the popularity plugin |
| 98be6429 | 09-Dec-2010 |
Guillaume Turri <guillaume.turri@gmail.com> |
Add support for autosubmitting popularity data FS#2025 |
| 204d9c53 | 08-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
surpress warning in mail setup when hostname can't be determined |
| d6dc956f | 08-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
added auth_isMember()
This function abstracts checking a given user and her groups against a given member list (as used in the superuser and manager options).
It is also used in auth_isManager() an
added auth_isMember()
This function abstracts checking a given user and her groups against a given member list (as used in the superuser and manager options).
It is also used in auth_isManager() and auth_isAdmin(), unlike the previous function, this one skips the nameencode step as it should be unnessary here (all input is given decoded).
The test cases where extended by some non-ID user and group names.
People with non-plain auth backends should check that their administrator and manager setups still work as expected
show more ...
|
| 5b72404c | 08-Dec-2010 |
Andreas Gohr <andi@splitbrain.org> |
fixed indent |
| fa7c70ff | 08-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
tmp |
| 3733161e | 08-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Add missing variable declaration |
| b5a0be43 | 07-Dec-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
Various changes to feed.php’s parameter handling
* Do not emit E_NOTICEs * Introduce explicit feed mode default value »recent« instead of handling every unknown feed mode as recent changes m
Various changes to feed.php’s parameter handling
* Do not emit E_NOTICEs * Introduce explicit feed mode default value »recent« instead of handling every unknown feed mode as recent changes mode. This means: - FEED_MODE_UNKNOWN is only executed if the given feed mode is indeed unknown. This is specifically not the case if no feed mode request param has been specified or the requested feed mode is »recent«. - FEED_MODE_UNKNOWN dies with an error as default behaviour * opt[items] is forced to be a non-negative integer * opt[show_minor] is forced to be a boolean and thus has a default value of false instead of null
show more ...
|
| 58a22bd0 | 14-Nov-2010 |
Adrian Lang <dokuwiki@adrianlang.de> |
tmp: disable notices in doku.php |