summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* resendpasswd option addedAndreas Gohr2006-01-29
| | | | darcs-hash:20060129131054-7ad00-aa633eafdd206cb38c710cc6a6de958c14eecb6d.gz
* indonesian translationmubaidillah2006-01-29
| | | | darcs-hash:20060129102109-e8571-5fbd8694737fbfcf2c10056d7aed05193bb15e39.gz
* Several more french updates (UI and plugins)gb2006-01-29
| | | | darcs-hash:20060129001120-2060e-aca189a18e75d422619f8c4e66d0abceaaf76593.gz
* scroll to preview pane on previewAndreas Gohr2006-01-27
| | | | darcs-hash:20060127211137-7ad00-b4433b51fe014e1b8f2e741857bd6b101e6677f5.gz
* further xhtml strictness -- part 3Anika Henke2006-01-27
| | | | darcs-hash:20060127193238-d5083-7af0a40e439cd5f63e45d4037611132a16856799.gz
* Synced french lang.phpgb2006-01-27
| | | | darcs-hash:20060127171834-2060e-75d34744fd23d33208cf977f86fdf928fa8d6db5.gz
* Minor typo in commentgb2006-01-27
| | | | darcs-hash:20060127171739-2060e-e1ca4da2fdca49b8d183b9ac889935f6eb45b435.gz
* Wrong text in search message (fix for FS#671)gb2006-01-27
| | | | darcs-hash:20060127133020-2060e-6af565d430f68cefb9ac40bde12fb0bb43745a5e.gz
* moved translations for ACL managerAndreas Gohr2006-01-27
| | | | darcs-hash:20060127141826-7ad00-c1689c7db5c4831fbbfca4a4c6c5f27c64546951.gz
* Missing french messagesgb2006-01-27
| | | | darcs-hash:20060127130334-2060e-93f2919f20ba08aa2563c771f5fd39f755a462de.gz
* Missing french button translationgb2006-01-27
| | | | darcs-hash:20060127124938-2060e-add3a3b05e90ece506e4a90314c603f042880234.gz
* replaced form attr. 'name' by 'id' + prefixed values with 'dw__' for strictnessAnika Henke2006-01-27
| | | | darcs-hash:20060127112205-d5083-8020a108120f6f1baa68456dd509a13021320c21.gz
* fixed indexer word counts for UTF-8 words #653Osamu Higuchi2006-01-27
| | | | darcs-hash:20060126233702-87e23-9382dd77b66f263fa51ad02dc31264c667fdbc70.gz
* MySQL getUserCount() optimizsationmatthiasgrimm2006-01-26
| | | | | | | | 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
* MySQL retrieveUsers() use LIMITmatthiasgrimm2006-01-26
| | | | | | | | 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
* ldap auth fixesAndreas Gohr2006-01-26
| | | | | | | 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
* java script changesAndreas Gohr2006-01-26
| | | | | | | 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
* config plugin update & removal of $conf['pluginmanager'] optionchris2006-01-26
| | | | darcs-hash:20060126011342-9b6ab-40d04573bef34fa4012edac74186355b9a7ff0d9.gz
* fix for broken $conf['typography']Andreas Gohr2006-01-25
| | | | darcs-hash:20060125211620-7ad00-aecd98eba9a237f3314281c0924c1eab99dbe589.gz
* oo auth update - remove legacy auth remnants, add auth->canDochris2006-01-25
| | | | darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz
* MySQL modify user patchmatthiasgrimm2006-01-24
| | | | | | | | | | | | | | | | 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
* MySQL backend code cleanup fixmatthiasgrimm2006-01-22
| | | | | | This patch make the MySQL backend work again after Andi's code cleanup ;-) darcs-hash:20060122125327-7ef76-5b7a46fa8bc49fc68a11a44fabddc9753e9a1dfb.gz
* GeSHi updated to 1.0.7.6Andreas Gohr2006-01-22
| | | | darcs-hash:20060122125327-7ad00-3850bd0d928235a39fd19d79b306259f3139ba75.gz
* adds support for wordblock.local.confchris2006-01-22
| | | | darcs-hash:20060122011249-9b6ab-fdd9188322e1dc4441562a905ac481f66b703db2.gz
* Windows compatible rename #683Andreas Gohr2006-01-21
| | | | darcs-hash:20060121194539-7ad00-c880c0980513a3ccb45253c02e1a02d4cbdd6009.gz
* urlencode -> rawurlencode (related to #685)Andreas Gohr2006-01-21
| | | | | | | | This changes nearly all occurences of urlencode to rawurlencode. The latter encodes spaces as %20 while the former uses a + sign. For the use in browser URLs %20 is the correct form. darcs-hash:20060121192747-7ad00-6563b77368a41f071609495c6a145982938a8301.gz
* streamlining auth backends :!:Andreas Gohr2006-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | This patch is a start to make all the auth backend mor alike in configuration and to update all backend to the new OO method. This patch changed some config placeholders and thus may break existing configs! Here is a list of the new place holders used in MySQL and LDAP: %{user} - the login name %{group} - a group name %{pass} - the password (cleartext or crypted) %{dgroup} - the default group %{guid} - a group id %{uid} - a user id %{name} - full name of a user %{email} - email of a user %{dn} - DN for a user (LDAP only) The LDAP backend was enhanced a little bit. The default group now is always added to the list of returned groups. A different Server Port can be configured. More changes will follow. darcs-hash:20060121181149-7ad00-79de68aa7f87aef87dcff9dd7afd50adda859289.gz
* spellfix for mysql auth backendAndreas Gohr2006-01-21
| | | | darcs-hash:20060121152740-7ad00-80eecea2be4754494fef5f11cc91d7f3e4acf1fb.gz
* removed graphical list bulletAndreas Gohr2006-01-21
| | | | | | | | | | | | | | | | | Unordered lists used a graphic for the list bullet. Using the same technique as in the ordered lists we don't need an image just to have the color. This has two advantages: 1. The list bullets still have the correct color when colors are adjusted in style.ini 2. List bullets grow and shrink correctly with the fontsize It has a disadvantage as well: All list items need to be marked up like this: <li><div class darcs-hash:20060121121435-7ad00-c6455f9b58c6e78b630c1121499e2052525fb556.gz
* output session info in debug outputAndreas Gohr2006-01-21
| | | | darcs-hash:20060121114041-7ad00-d56b28d75937bc6a4fe3a7612569498ecf344c18.gz
* clear floats in preview paneAndreas Gohr2006-01-11
| | | | darcs-hash:20060111101104-6e07b-3086cbd4df88971f1c05c41725723676d1353a08.gz
* external authenticationAndreas Gohr2006-01-10
| | | | | | | | | This patch adds the functionality to override the usual auth_mechanism completely and replace it with your own. This can be used to authenticate against Apache auth mechanisms or third party software cookies. A very basic example for using PunBB's $pun_user variable is included. darcs-hash:20060110092903-6e07b-7c7750da4eb4e9116ddc28c77015488ea500c07d.gz
* stricter xhtml compliance -- part 2Anika Henke2006-01-15
| | | | darcs-hash:20060115183253-d5083-a343b935336bee053b99d75c7e3e72a296eb0099.gz
* add missing long open tags "<?php"chris2006-01-12
| | | | darcs-hash:20060112180542-9b6ab-ec8052adc77b0de7325aaa07d02727003f38199e.gz
* better_xhtml_compliance_1.patchAnika Henke2006-01-14
| | | | darcs-hash:20060114163558-d5083-0d8e27162de2b0bfe9783e31cf4ca45a99006dd5.gz
* chinese language updateFXCarl2006-01-09
| | | | darcs-hash:20060109213129-c04ac-448931a0a339aa1d8890871107e49d55dc03786b.gz
* Small patch to recent changes listWolfgang Ocker2006-01-09
| | | | | | | In the "recent changes" list I've seen some artefacts. This patch fixes them. darcs-hash:20060109211929-6ddad-2f467e426b661fb978160c0bfd419abd50537931.gz
* arabic translationMostafa Hussein2006-01-09
| | | | darcs-hash:20060109211722-1b36e-502e8defbb8f5d103b1ec72beca4a1cc168c2288.gz
* mysql class password encryption bugfixmatthiasgrimm2006-01-07
| | | | | | | | A syntax error in the checkpass() function prevented the module from using password encryption by the database. It always did the password encryption by itself - fixed. darcs-hash:20060107114635-7ef76-0eeee13b57844097e83f14d85372502e6b1ce10e.gz
* confutils fix to allow '#' when immediately preceeded by'&' (# is a comment ↵chris2005-12-13
| | | | | | indicator otherwise) darcs-hash:20051213175633-9b6ab-1103b79a9d956d72e20b3df6ba4e5e6b55443c78.gz
* css fix for compatibility with older templatesAndreas Gohr2005-12-12
| | | | darcs-hash:20051212202103-7ad00-0dc080bff0423f2c93e29361db03452552577e93.gz
* unobstrusive JS for TOC, better onload handlingAndreas Gohr2005-12-10
| | | | | | | | | This path adds more unobstrusive JavaScript for the TOC handling. It also loads JavaScript initialiezers as soon as the DOM is parsed for Mozilla-based Browsers as described at http://dean.edwards.name/weblog/2005/09/busted/ - a IE solution was not chosen yet. darcs-hash:20051210193709-7ad00-771461e56d9661caf9ca733a6d617f009e24d0b7.gz
* remove error supression for local.php (related to #659)Andreas Gohr2005-12-07
| | | | darcs-hash:20051207194400-7ad00-2b0cb5baec92b9cdf40ad7e3e429de0b34aa9f2a.gz
* polish language updateGrzegorz Zur2005-12-04
| | | | darcs-hash:20051204142522-e561a-6b557c039c980da9645443834bb23623a8176933.gz
* fix for wrong include path #651Andreas Gohr2005-12-03
| | | | darcs-hash:20051203131815-7ad00-b45dfcae203764658deb80e0b18b9ddc0cfba37b.gz
* don't use named recipients in mails on Windows #652Andreas Gohr2005-12-03
| | | | darcs-hash:20051203131542-7ad00-9c65b70a7fade074b4d46939b1cc62984caa59c9.gz
* slovak languageOndrej Vegh2005-11-29
| | | | darcs-hash:20051129185404-38858-50ac1050a556d387d4a4d2134b1ded484ef78bbb.gz
* Wildcardsearch added #552 #632Andreas Gohr2005-11-27
| | | | | | | | | | | Now searching for word parts is possible by adding or prepending a * character to the searchword: 'foo*' searches for words beginning with 'foo' eg. 'foobar' '*foo' looks for words ending in 'foo' eg. 'barfoo' '*foo*' gets anything with 'foo' in it eg. 'barfoobaz' darcs-hash:20051127180723-7ad00-1eb29e812ddaf38d9812697bb1cffffe9a5fb330.gz
* added greek character to special char pickerAndreas Gohr2005-11-26
| | | | darcs-hash:20051126143544-7ad00-8bbceecac51498aaf707b130457616d9d2232943.gz
* added export_xhtmlbody option #636Andreas Gohr2005-11-26
| | | | darcs-hash:20051126125627-7ad00-142bb2502948ce20b7ecc60941ffa3eb318478ed.gz