| 262065ef | 30-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
language updates
darcs-hash:20060130214840-7ad00-ef1974692b64d4e4f7420d5c68f70f113630957b.gz |
| 24bc1a35 | 30-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL canDo() patch
This patch adds a canDo() function to the MySQL backend to give higher program levels the opportunity to find out what functions the MySQL backend provides.
Furthermore the opti
MySQL canDo() patch
This patch adds a canDo() function to the MySQL backend to give higher program levels the opportunity to find out what functions the MySQL backend provides.
Furthermore the option encryptPass was renamed to forwardClearPass because the old name was misleading and not clear.
Last but not least the mysql.conf.php was reorganized to make clear which SQL statements enable which functions.
darcs-hash:20060130192750-7ef76-2ba9388ea56b17e4f26feda74a66b7d9b8da7333.gz
show more ...
|
| 8fd2f03a | 29-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
resendpasswd option added
darcs-hash:20060129131054-7ad00-aa633eafdd206cb38c710cc6a6de958c14eecb6d.gz |
| 71592cae | 29-Jan-2006 |
mubaidillah <mubaidillah@gmail.com> |
indonesian translation
darcs-hash:20060129102109-e8571-5fbd8694737fbfcf2c10056d7aed05193bb15e39.gz |
| cf157a80 | 29-Jan-2006 |
gb <gb@isis.u-strasbg.fr> |
Several more french updates (UI and plugins)
darcs-hash:20060129001120-2060e-aca189a18e75d422619f8c4e66d0abceaaf76593.gz |
| 50835be7 | 27-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
scroll to preview pane on preview
darcs-hash:20060127211137-7ad00-b4433b51fe014e1b8f2e741857bd6b101e6677f5.gz |
| 02e51121 | 27-Jan-2006 |
Anika Henke <a.c.henke@arcor.de> |
further xhtml strictness -- part 3
darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz |
| 1bb49acb | 27-Jan-2006 |
gb <gb@isis.u-strasbg.fr> |
Synced french lang.php
darcs-hash:20060127171834-2060e-75d34744fd23d33208cf977f86fdf928fa8d6db5.gz |
| 912a0cf3 | 27-Jan-2006 |
gb <gb@isis.u-strasbg.fr> |
Minor typo in comment
darcs-hash:20060127171739-2060e-e1ca4da2fdca49b8d183b9ac889935f6eb45b435.gz |
| 7ecffc08 | 27-Jan-2006 |
gb <gb@isis.u-strasbg.fr> |
Wrong text in search message (fix for FS#671)
darcs-hash:20060127133020-2060e-6af565d430f68cefb9ac40bde12fb0bb43745a5e.gz |
| 1d3e0272 | 27-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
moved translations for ACL manager
darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz |
| 5ca43e07 | 27-Jan-2006 |
gb <gb@isis.u-strasbg.fr> |
Missing french messages
darcs-hash:20060127130334-2060e-93f2919f20ba08aa2563c771f5fd39f755a462de.gz |
| 40347e27 | 27-Jan-2006 |
gb <gb@isis.u-strasbg.fr> |
Missing french button translation
darcs-hash:20060127124938-2060e-add3a3b05e90ece506e4a90314c603f042880234.gz |
| 1dd0c202 | 27-Jan-2006 |
Anika Henke <a.c.henke@arcor.de> |
replaced form attr. 'name' by 'id' + prefixed values with 'dw__' for strictness
darcs-hash:20060127112205-d5083-8020a108120f6f1baa68456dd509a13021320c21.gz |
| 63201c6e | 26-Jan-2006 |
Osamu Higuchi <osamu@higuchi.com> |
fixed indexer word counts for UTF-8 words #653
darcs-hash:20060126233702-87e23-9382dd77b66f263fa51ad02dc31264c667fdbc70.gz |
| a49c00b5 | 26-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL getUserCount() optimizsation
The function getUserCount() uses SQL_CALC_FOUND_ROWS now if MySQL v4.0 or later is found. This will speed up this query with big user tables.
darcs-hash:200601262
MySQL getUserCount() optimizsation
The function getUserCount() uses SQL_CALC_FOUND_ROWS now if MySQL v4.0 or later is found. This will speed up this query with big user tables.
darcs-hash:20060126205715-7ef76-e3a7009ad6be3659002b562bc055e4fe1cbd904a.gz
show more ...
|
| 36eaa3eb | 26-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL retrieveUsers() use LIMIT
The function retrieveUsers() uses the SQL statement LIMIT now to select a subset of tupel out of a result table instead of fetching the whole table and filter in PHP.
MySQL retrieveUsers() use LIMIT
The function retrieveUsers() uses the SQL statement LIMIT now to select a subset of tupel out of a result table instead of fetching the whole table and filter in PHP.
darcs-hash:20060126195109-7ef76-79af82f95282d43b585a67b495bfa86c2f5e3a15.gz
show more ...
|
| d87e576a | 26-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
ldap auth fixes
Adds a config option for the key using in groups as suggested on the wiki. Makes the debug outputs distinct. Removes commented, nonimplemented functions.
darcs-hash:20060126214935-7
ldap auth fixes
Adds a config option for the key using in groups as suggested on the wiki. Makes the debug outputs distinct. Removes commented, nonimplemented functions.
darcs-hash:20060126214935-7ad00-e4ab08d9fcaa4f43bad7048e8bb9800107e32432.gz
show more ...
|
| 2411dd85 | 26-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
java script changes
This adds a javascript confirmation for the delete button in the user manager. It also adds the $() shortcut function known from the prototype library.
darcs-hash:20060126203550
java script changes
This adds a javascript confirmation for the delete button in the user manager. It also adds the $() shortcut function known from the prototype library.
darcs-hash:20060126203550-7ad00-d5690ef06432286239953a79c5dbbc25f8720204.gz
show more ...
|
| 20e7ccb0 | 26-Jan-2006 |
chris <chris@jalakai.co.uk> |
config plugin update & removal of $conf['pluginmanager'] option
darcs-hash:20060126011342-9b6ab-40d04573bef34fa4012edac74186355b9a7ff0d9.gz |
| e77ea1bc | 25-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
fix for broken $conf['typography']
darcs-hash:20060125211620-7ad00-aecd98eba9a237f3314281c0924c1eab99dbe589.gz |
| cd52f92d | 25-Jan-2006 |
chris <chris@jalakai.co.uk> |
oo auth update - remove legacy auth remnants, add auth->canDo
darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz |
| dfdd92d5 | 24-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL modify user patch
This patch changed the function modifyUser(). Before this update each data change was applied by deleting and re-adding the complete user entry. The new function uses the UPD
MySQL modify user patch
This patch changed the function modifyUser(). Before this update each data change was applied by deleting and re-adding the complete user entry. The new function uses the UPDATE SQL statement.
Furthermore all human readable error messages were removed. The calling procedure is in charge now to inform the user about failures. Internal debug messages were added. They can be enabled in the configuration file.
Last but not least the module retrieves the database version now to handle incompatible features between different MySQL versions.
darcs-hash:20060124190625-7ef76-f6dffabf230155aa51bf3c8569c31fd444634407.gz
show more ...
|
| a771ad3a | 22-Jan-2006 |
matthiasgrimm <matthiasgrimm@users.sourceforge.net> |
MySQL backend code cleanup fix
This patch make the MySQL backend work again after Andi's code cleanup ;-)
darcs-hash:20060122125327-7ef76-5b7a46fa8bc49fc68a11a44fabddc9753e9a1dfb.gz |
| 3971c1cc | 22-Jan-2006 |
Andreas Gohr <andi@splitbrain.org> |
GeSHi updated to 1.0.7.6
darcs-hash:20060122125327-7ad00-3850bd0d928235a39fd19d79b306259f3139ba75.gz |