summaryrefslogtreecommitdiff
path: root/inc
Commit message (Collapse)AuthorAge
* 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
* Automatic adding of feeds and alternative versions can be disabled in templateAndreas Gohr2005-11-25
| | | | darcs-hash:20051125123735-7ad00-78780796c46463692d5ae9310ddc7f136349380f.gz
* lang_italianRoberto Bolli - http://www.rbnet.it/2005-11-19
| | | | darcs-hash:20051119213830-67d1a-abc9a6a0f807ed75812f0a32da8e3d37069683df.gz
* updated to GeShi 1.0.7.5Andreas Gohr2005-11-23
| | | | darcs-hash:20051123191014-7ad00-ac5bfe0f4f292a7b3c3f879513e39955d64763a2.gz
* fixed a very rare problem with io_readfile and unserializeAndreas Gohr2005-11-18
| | | | darcs-hash:20051118194856-7ad00-5b7f8dea8371acd85ccfe31ac6f748cb2b619486.gz
* Display fileicons in Media DialogAndreas Gohr2005-11-18
| | | | darcs-hash:20051118154544-7ad00-44682b3e800a616d74eacb61dfa8c6dc5a1a336b.gz
* turkish translationSelim Farsakogflu2005-11-16
| | | | darcs-hash:20051116221055-cb711-78445993d520a9157fa8e5ddf0a20ed99adf5e49.gz
* change username fixmatthiasgrimm2005-11-11
| | | | | | | This patch adds support for changing the username in modifyUser() which is needed by the user manager. darcs-hash:20051111185816-7ef76-062a7d949beaa90981d4fef8dfa70edc9d4723e6.gz
* fix for bad characters in interwiki classesAndreas Gohr2005-11-11
| | | | darcs-hash:20051111203902-7ad00-d3cd09528f6732723652e1bb01ba6e8fb9b6205f.gz
* Fix for broken Prox Support #626Andreas Gohr2005-11-11
| | | | darcs-hash:20051111200646-7ad00-0eca22780e39dfd24344180a541500b08a3a93df.gz
* JavaScript Fixes for the toolbar #628Andreas Gohr2005-11-11
| | | | darcs-hash:20051111200142-7ad00-158925aee01bc24378a8bd99ad27a6173ea085dd.gz
* profile change feedbackMatthias Grimm2005-11-11
| | | | | | | This pathc adds a feedback for the user after changing his/her profile and the profile dialog will be closed. darcs-hash:20051111170122-4145d-8b04e5078ac5f7f5bff2309d55002232e67f344a.gz
* MySQL OO auth module bug fixMatthias Grimm2005-11-10
| | | | | | | This patch fixes some bugs in the MySQL OO auth module regarding modifying user data. darcs-hash:20051110173812-4145d-384877de723b568ccc456f42738a8a5e012fb84d.gz
* html_hilight test cases fixedAndreas Gohr2005-11-08
| | | | darcs-hash:20051108201701-7ad00-956b228ad91dbc0f8b6c8abfaecfc5fce273b012.gz
* fixed two bugs reported by Timo FalkAndreas Gohr2005-11-08
| | | | darcs-hash:20051108195013-7ad00-f2b2b6d955e64fe2d2abfc1d9421ed619f70abd3.gz
* MySQL auth module documentationMatthias Grimm2005-11-07
| | | | | | | | | This patch completes the documentation of the MySQL SQL statements that are necessary to run the mysql OO auth module in mysql.conf.php.example. Some pattern names in the code were not in line - fixed. darcs-hash:20051107210740-4145d-cdf140b6d14664ce9c1a85f67e1bf8feb294c17b.gz
* get_tests_running_1hfuecks2005-11-07
| | | | darcs-hash:20051106233800-e96b6-90328f1b6cc5c8b25c6e02f113cf80475789d297.gz
* xhtmlsummary_patchhfuecks2005-11-07
| | | | darcs-hash:20051107000554-e96b6-1a7ae7a9d5e820d3c52629570ff33f8e75bc4a46.gz
* fix_url.patchchinsan.tw2005-11-07
| | | | darcs-hash:20051107030302-8864c-130902174a6a419f2f4e95605a723db714274869.gz
* mysql extension for OO auth systemMatthias Grimm2005-11-06
| | | | | | | | | | | | | This patch adds the mysql extension to the OO auth system. The SQL statements are defined in conf/mysql.conf.php.example and needs to be adapted to the local database. The set of statements work with the database structure described in conf/mysql.conf.php.example. This module is beta and heavy testing in different environments is recommended. The documentation of the SQL statements is not complete yet darcs-hash:20051106130303-4145d-28acb18584822f8d1eafa1d63e206f2e83f64009.gz
* de_language_updateMatthias Grimm2005-11-06
| | | | | | The german translation was updated and missing files were added. darcs-hash:20051106111006-4145d-975932c5619c6774365e3f32c7abe1d638114d6d.gz
* en_language_updateMatthias Grimm2005-11-06
| | | | | | | | | | This patch removes the autopasswd fix again, because all users may forget their password from time to time. The wording in the dialog changed a bit instead to make the feature more clear to the user. Furthermore some english texts were updated. darcs-hash:20051106110259-4145d-114d6bbfa99c347a026a17a267d3cbc39b574e98.gz
* autopasswd_fixMatthias Grimm2005-11-05
| | | | | | | Resending of a new password must depend on $conf['autopasswd']. Only if $conf['autopasswd'] darcs-hash:20051105223311-4145d-598b7c8d9d10eb8c3612ce2c6beb543e8b16e430.gz
* OO_auth_fixesMatthias Grimm2005-11-05
| | | | | | | | | | This patch allows the OO auth module to fail. The basic class got a new property $success that is checked in auth.php. Derived classes might change this calue in their constructors. Beautifying the whitespaces in auth.php completes this patch. darcs-hash:20051105124932-4145d-dfcfa6c3b87d0087b4bffe3e5a29db000b10b242.gz
* use classes for file icons like in interwiki linksAndreas Gohr2005-11-05
| | | | darcs-hash:20051105155911-7ad00-ecba6272c534f73fc1ace47152187be87ef7c6d3.gz
* Table Syntax fixes #280 #591Andreas Gohr2005-11-03
| | | | darcs-hash:20051103162630-6e07b-21520008f556114f8273307e7d6d33795488b1d2.gz
* hidepages configoptionAndreas Gohr2005-11-03
| | | | | | | | | | | | | This new option accepts a RegExp to filter certain pages from all automatic listings (RSS, recent changes, search results, index). This is useful to exclude certain pages like the ones used in the sitebar templates. The regexp is matched against the full page ID with a leading colon. If it matches the page is assumed to be a hidden one. IMPORTANT: this is not related to ACL. A hidden page is still visible to all users (if not restricted by ACL) when linked or called directly. darcs-hash:20051103101726-6e07b-8d45912a1b4f6cfc9e3fce147c15f84a58ea7ca2.gz
* some fixes in the testmanagementAndreas Gohr2005-11-02
| | | | darcs-hash:20051102222604-7ad00-f8f3ae8435f8d6f6d738daaec205c541a371e9c7.gz
* options for searchform template functionAndreas Gohr2005-11-01
| | | | darcs-hash:20051101223559-7ad00-cca84b64eb86d2c72b880bc558fb337ba29d992a.gz
* Security fix for hmtl_hilight() #616Andreas Gohr2005-10-30
| | | | darcs-hash:20051030212242-7ad00-e21dc88d3f6abc87b3e9691006d6b9b21a8683d6.gz
* Interwiki icons are set through CSS classes nowAndreas Gohr2005-10-30
| | | | darcs-hash:20051030152828-7ad00-58a99ca20a1d6ec62612a6281034c1dd669be44d.gz
* More work on Javascript and CSS dispatchersAndreas Gohr2005-10-29
| | | | darcs-hash:20051029185222-7ad00-c184ab3496539f3027407c7d17e8770a1849546a.gz