| 0c94c420 | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added hmd5 and pmd5 as passcrypt choices in config manager |
| f91977c2 | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
Added support for Wordpress' password hashing FS#2134 |
| ef7df687 | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
added unit test for kmd5 password hashing |
| 99f04cb7 | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
don't use » for non hierarchical breadcrumbs FS#2135
Not sure if this sympol is the best to use. I'm open for different suggestions.
Template auhtors still can overwrite the symbol of course. |
| a8254dfa | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
made ajax quicksearch its own object
This makes it possible for plugin and template authors to overwrite or extend the quicksearch JavaScript logic. |
| d83e78ed | 15-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
added missing change for path length shortener in ajax backend |
| bced4159 | 14-Jan-2011 |
Adrian Lang <dokuwiki@adrianlang.de> |
Deprecate $NS in doku.php
$NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context is present. The two functions which use $NS in inc/template.php are only called through those both e
Deprecate $NS in doku.php
$NS is only used in lib/exe/{ajax,mediamanager}.php when no $ID context is present. The two functions which use $NS in inc/template.php are only called through those both endpoints, not through doku.php. In doku.php, $ID is the only correct value, $NS is not kept synchronous with $ID.
Use getNS($ID) in functions which are called through doku.php.
show more ...
|
| 301971b3 | 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
correctly(?) shorten namespaces for RTL langunages in quicksearch |
| 5ba8d196 | 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
shorten quicksearch namespaces in JavaScript
This patch moves the shortening of namespaces in the quicksearch results to JavaScript. This makes it independend from used template and will always try
shorten quicksearch namespaces in JavaScript
This patch moves the shortening of namespaces in the quicksearch results to JavaScript. This makes it independend from used template and will always try to fill the width of the result pane correctly.
Things missing:
* Make it work with RTL-languages * Check Browser compatibility (only tested in Chrome so far)
show more ...
|
| ef7acde6 | 14-Jan-2011 |
Christian Wichmann <nospam@zone0.de> |
German (informal) language update |
| 168cead4 | 14-Jan-2011 |
Christian Wichmann <nospam@zone0.de> |
German language update |
| d0b9cae1 | 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
coding style fix |
| 11aec52a | 14-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
updated adLDAP library to 3.3.2
[+] New feature: Move the user to a new OU using user_move() function [-] Bug fix: Prevent an 'undefined index' error in recursive_groups() when full PHP E_ALL lo
updated adLDAP library to 3.3.2
[+] New feature: Move the user to a new OU using user_move() function [-] Bug fix: Prevent an 'undefined index' error in recursive_groups() when full PHP E_ALL logging is enabled [-] Bug fix: user_groups() does not return primary group when objectsid is not given (Tracker ID:2931213) [-] Bug fix: Undefined index in function user_info for non-existent users (Tracker ID:2922729) [-] Bug fix: Force user_info to find objectCategory of person as if a sAMAccountName also exists in a group it will return that group. (Tracker ID:3006096) [-] Bug fix: Return false for user_info if the user does not exist [-] Bug fix: user_info, checks for for a "count" value that not exist in $entries array if "memberof" isn't passed in $fields array. (Tracker ID:2993172) [-] Bug fix: In authenticate() if user authentication fails function returns and does not rebind with admin credentials - so the other funcions don't work anymore as $this->_bind === false. (Tracker ID:2987887) [-] Bug fix: When calling $ldap->user_modify('user', array("expires"=>0)) the function fails due to the value being 0. Changed to isset (Tracker ID:3036726)
show more ...
|
| 99fef164 | 12-Jan-2011 |
Yaron Shahrabani <sh.yaron@gmail.com> |
Hebrew language update |
| 299c3423 | 12-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
fixed brackets |
| b58bcfed | 12-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
removed setter/getter to match coding style
since we don't use setter/getters for the other options it doesn't make sense to have them for the keep-alive function |
| a6bacf70 | 11-Jan-2011 |
Tobias Sarnowski <sarnowski@new-thoughts.org> |
do not reuse errornous http connections
As soon as something goes wrong while querying a http server do not reuse the same connection again, its state is undefined.
In addition, check the connectio
do not reuse errornous http connections
As soon as something goes wrong while querying a http server do not reuse the same connection again, its state is undefined.
In addition, check the connection for feof() before reusing it.
show more ...
|
| 1415e8b5 | 11-Jan-2011 |
Tobias Sarnowski <sarnowski@new-thoughts.org> |
keep http connections application wide alive
Using a static context for the connection pool allows connection reuse throughout the whole application without additional changes in other places. |
| 4481b2a0 | 11-Jan-2011 |
Tobias Sarnowski <sarnowski@new-thoughts.org> |
added keep-alive capabilities to the http client
The DokuHTTPClient is now able to keep connections alive. This feature is enabled by default. It can be disabled with $client->setKeepAlive(false
added keep-alive capabilities to the http client
The DokuHTTPClient is now able to keep connections alive. This feature is enabled by default. It can be disabled with $client->setKeepAlive(false); and asked with $client->isKeepAlive();.
show more ...
|
| ba0267b3 | 12-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fix metaFiles for ids that require utf-8 escaping
Before this change metaFiles didn't return anything for ids where the part without the namespace needs (utf-8) filename escaping. |
| 01032c33 | 09-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Fix FS#2131 - metaFiles returning unrelated files |
| 283c7183 | 12-Jan-2011 |
Usama Akkad <uahello@gmail.com> |
Arabic language update |
| 9063ec14 | 12-Jan-2011 |
Adrian Lang <lang@cosmocode.de> |
Remove trailing whitespace in buildAttributes output |
| ff725173 | 10-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Add define for metadata usage limit in p_get_first_heading
This commit introduces a new define P_GET_FIRST_HEADING_METADATA_LIMIT that can be set in preload.php in order to change the limit for how
Add define for metadata usage limit in p_get_first_heading
This commit introduces a new define P_GET_FIRST_HEADING_METADATA_LIMIT that can be set in preload.php in order to change the limit for how many pages the first heading shall be loaded from metadata in p_get_first_heading. Changing this is probably most interesting for Wikis with a lot of pages where loading the title index costs a significant amount of time and memory.
show more ...
|
| 517a47ec | 10-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Call the indexer for hidden pages
This makes sure that the indexer is also called for hidden pages so they aren't missing in the title index and digest subscriptions work for them, too. Hidden pages
Call the indexer for hidden pages
This makes sure that the indexer is also called for hidden pages so they aren't missing in the title index and digest subscriptions work for them, too. Hidden pages are already filtered from the search results.
show more ...
|