| b5a0b131 | 26-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
First attempt to improve rewrite blocks; also eliminates post-paragraph starting single linebreaks. |
| 08162f00 | 26-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Fixes an issue of metadata missing on links with empty altname. FS#2144 |
| 9aa0e6c6 | 26-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Like others, there's no need to define $sectionedits as private, and it prevents plugins that ought to handle headers from working and require a lot of ugly workarounds (such as header2).
If there's
Like others, there's no need to define $sectionedits as private, and it prevents plugins that ought to handle headers from working and require a lot of ugly workarounds (such as header2).
If there's a concern, "protected" may be another choice.
show more ...
|
| 14a7c26b | 24-Jan-2011 |
Andreas Gohr <gohr@cosmocode.de> |
correctly catch password policy problems in adLDAP
This patch supresses a warning in the adLDAP library when a password change is attempted but fails due to the configured Active Directory Password
correctly catch password policy problems in adLDAP
This patch supresses a warning in the adLDAP library when a password change is attempted but fails due to the configured Active Directory Password Policy. Instead of the error an Exception is thrown.
This change probably needs to be replicated in the user modification function.
Patch sent to upstream.
show more ...
|
| f078bb00 | 24-Jan-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer Rewrite v3: wildcards in lookupKey and automatically unwrap single result |
| bbc85ee4 | 24-Jan-2011 |
Tom N Harris <tnharris@whoopdedo.org> |
Indexer v3 Rewrite: streamline indexing of deleted or disabled pages |
| 8605afb1 | 23-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Add INDEXER_VERSION_GET event so plugins can add their version
This allows plugins to add their own version strings like plugin_tag=1 so pages can be reindexed when plugins update their index conten
Add INDEXER_VERSION_GET event so plugins can add their version
This allows plugins to add their own version strings like plugin_tag=1 so pages can be reindexed when plugins update their index content.
show more ...
|
| 5b718e23 | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Traditional Chinese update |
| 33c72f1d | 23-Jan-2011 |
Cédric Schmitz <webmestre@amiclubdefrance.net> |
French language update |
| 62bbd5ef | 23-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
use a bigger range of characters for password salts |
| 52c9860c | 23-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
django pass hashes have no leading $ |
| b8709913 | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Traditional Chinese update |
| ae6c4ec0 | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
Add CJK characters to IDX_ASIAN2 - FS#2143 |
| c5982caa | 23-Jan-2011 |
Danny Lin <danny0838@pchome.com.tw> |
InlineWordLevelDiff regex should be /xsu - FS#2142 |
| 320f489a | 23-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Indexer v3 Rewrite: Use the metadata index for backlinks; add INDEXER_METADATA_INDEX event
This new event allows plugins to add or modify the metadata that will be indexed. Collecting this metadata
Indexer v3 Rewrite: Use the metadata index for backlinks; add INDEXER_METADATA_INDEX event
This new event allows plugins to add or modify the metadata that will be indexed. Collecting this metadata in an event allows plugins to see if other plugins have already added the metadata they need and leads to just one single indexer call thus fewer files are read and written. Plugins could also replace/prevent the metadata indexer call using this event.
show more ...
|
| e1e1a7e0 | 23-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Indexer v3 Rewrite: fix addMetaKeys and locking
This fixes addMetaKeys so it actually removes values. This also changes the functionality of the function: It now updates the key for the page with th
Indexer v3 Rewrite: fix addMetaKeys and locking
This fixes addMetaKeys so it actually removes values. This also changes the functionality of the function: It now updates the key for the page with the current value instead of adding new values as this will be the default use case. A new parameter could be added to restore the "old" behavior when needed. addMetaKeys now only saves the index when the content has really been changed. Furthermore no empty number is added anymore to the reverse index when it has been empty previously. addMetaKeys now releases the lock again and really fails when the lock can't be gained.
show more ...
|
| cd763a5b | 22-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Indexer v3 Rewrite: implement lookupKey()
Saving and looking up metadata key/value pairs seems to work now at least with some basic tests. |
| 4373c7b5 | 22-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Indexer v3 Rewrite: _saveIndexKey now really writes on the desired line
Now _saveIndexKey inserts empty lines when the index isn't long enough. This is necessary because the page ids are taken from
Indexer v3 Rewrite: _saveIndexKey now really writes on the desired line
Now _saveIndexKey inserts empty lines when the index isn't long enough. This is necessary because the page ids are taken from the global page index, but there is not every page in the metadata key specific index so e.g. line 10 might be the first entry in the index.
show more ...
|
| d64516f5 | 22-Jan-2011 |
Michael Hamann <michael@content-space.de> |
Indexer v3 Rewrite: fix obvious typos and type errors |
| 3e1ca056 | 22-Jan-2011 |
Jacopo Corbetta <jacopo.corbetta@gmail.com> |
Italian language update |
| 3a0a2d05 | 22-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reus
refactored passowrd hashing functions to a class
this splits the long auth_cryptPassword() function into many member functions of a new class PassHash which should make it more maintainable and reusable for other projects.
This also adds two new methods djangomd5 and djangosha1 as used by the popular python framework Django.
Maybe the auth_cryptPassword() and auth_verifyPassword() functions should be deprecated in favor of using the class directly?
show more ...
|
| 09c93641 | 22-Jan-2011 |
Matej Urbančič <mateju@svn.gnome.org> |
Slovenian language update |
| 3bfb17c9 | 22-Jan-2011 |
danny0838 <danny0838@pchome.com.tw> |
Traditional Chinese update |
| e6aac8cd | 22-Jan-2011 |
Ladyko Andrey <fylh@succexy.spb.ru> |
Russian language update |
| 7ec56993 | 22-Jan-2011 |
Andreas Gohr <andi@splitbrain.org> |
use • as breadcrumb separator |