summaryrefslogtreecommitdiff
path: root/conf
Commit message (Collapse)AuthorAge
...
* multiple hash methods for passwordsandi2005-05-13
| | | | | | | | | | This patch allows the method for hashing (onewaycrypting) the user passwords to be set with $conf['passcrypt']. Available are MD5, salted MD5, SHA1 salted SHA1 (SSHA) and the old Unix crypt (2 char seed). This change was inspired by a mail from Chris Brotherton (thanks for making me think about this) darcs-hash:20050513152248-9977f-2358b26449ed865a981c8558308a2857ba17c12f.gz
* Turn sensitive files into scripts that exit immediatelyjan2005-05-12
| | | | darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz
* user registration without emailmatthias.grimm2005-05-08
| | | | | | | | | | | | This patch extends the user registration with a more direct way without the need for an valid email address. The user password is queried in the registration form and not automatically generated and sent by email. This mode could be configured with the new option 'autopasswd'. Some new texts were added for translation but only english and german translation databases have been updated yet. darcs-hash:20050508200129-45302-ad4f2cf1d18514c76373cb6d6015e74712638402.gz
* example local.php addedandi2005-05-06
| | | | darcs-hash:20050506174256-9977f-0dc70f659d591ed62c03564a1db874e172ae66cd.gz
* blacklist updateandi2005-05-06
| | | | darcs-hash:20050506145725-9977f-5c317b0bba373c7521aabfa5640e899713c5f892.gz
* more cleanupandi2005-04-29
| | | | darcs-hash:20050429205436-9977f-762f3ded6f93cfb3e068f3acdc1bb80690ad658b.gz
* added internal rewritingandi2005-04-29
| | | | darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz
* basedir option added #292andi2005-04-29
| | | | darcs-hash:20050429104545-9977f-ac44f6be6333965c96a5d3bca7acde9f610d4d78.gz
* small acronym fix #282andi2005-04-27
| | | | darcs-hash:20050427180844-9977f-bb8e94037594c32662e481dac300543814dca0c3.gz
* small fixes, spamlist updatedandi2005-04-24
| | | | darcs-hash:20050424191942-9977f-2ffbb2a682d43151de5fb759020732932a10b216.gz
* new parser: images, added flash support #154andi2005-04-15
| | | | darcs-hash:20050415121416-9977f-583ee34659f70017fec4f8b8a4de327c5b1631e4.gz
* more fetch.php hackingandi2005-04-14
| | | | darcs-hash:20050414205219-9977f-abd598794c5261b12a89d402e481d3425851d2b9.gz
* new parser - more fixesandi2005-04-10
| | | | darcs-hash:20050410170115-9977f-620a5fccdc80d5af01d0b9aec9f8b1fb8e4c667d.gz
* Use first heading as page name in links.jan2005-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | I just read "Don't make me think!" by Steve Krug, about web usability, and I liked its common sense a lot. One message was that every page should have a title, and that it should literally match what you click to get there. This patch tries to automate that for Dokuwiki. In wiki page links, it will fetch the first heading (the title) and use it as the name in links (unless an explicit other name is defined in the link). The same is done for the breadcrumbs (at least the default ones). I believe all this should make navigation easier. The feature is enabled/disabled with a configuration variable called $conf['useheading']. TO DO: more testing. Check whether the first heading is at a unique high level (probably easier when true parsing will be used.) Check hierarchical breadcrumbs. Perhaps omit the title from the automatic table of contents, and perhaps adapt the toc intentation of the lower level headings. darcs-hash:20050326130557-45605-bf7fdaf29e61924f2631af1bb95177ee0415c24d.gz
* template support (incomplete, maybe broken)andi2005-03-06
| | | | darcs-hash:20050306183159-9977f-22dbb69831b5fa2e28bbf62448c65053d96a2cb9.gz
* relnofollow added #181andi2005-03-04
| | | | darcs-hash:20050304184755-9977f-9dccfd8e8330b18c179298f2b0f09819cc5fb913.gz
* load local.php from init.phpandi2005-03-04
| | | | darcs-hash:20050304184127-9977f-9fbde6f7973ddc0a516f26fc18ee0ff1f19686e3.gz
* safemode hack #179andi2005-03-03
| | | | darcs-hash:20050303222903-9977f-038e77fc63d17af9bda168d214cecd1cf84b5aa9.gz
* using DOKU_BASE for local.php includeandi2005-03-02
| | | | darcs-hash:20050302193328-9977f-4221f30768ee58c60247dcd42e8d98b7b1e6a5eb.gz
* blacklist updateandi2005-03-02
| | | | darcs-hash:20050302192226-9977f-d222f383308822a72bc9941128323d98305600cd.gz
* admin config changesandi2005-02-25
| | | | darcs-hash:20050225120234-9977f-2a1e6e63b41ffa7da98db82339230c08678de4f4.gz
* blacklist updateandi2005-02-19
| | | | darcs-hash:20050219102741-9977f-dd9f2310af17a9c43dc9b0002996a2febfb112c4.gz
* updated blacklistandi2005-02-04
| | | | darcs-hash:20050204213231-9977f-efdd0d04b4e2068b839bcffceacd45834201d8d1.gz
* gdlib config option (fixes #106)andi2005-02-01
| | | | darcs-hash:20050201195637-9977f-0b793fe383ace1b8ecb0569ce8fb6a4fe404c84f.gz
* coral cache interwiki linkandi2005-01-30
| | | | darcs-hash:20050130121637-9977f-07e27567edf3255a99ad0a478d4ef0341a9f1113.gz
* removed ldap stuff from configandi2005-01-29
| | | | darcs-hash:20050129170255-9977f-b69ffb1949555b2d4a79c3e926a48dc49057874d.gz
* deaccenting configandi2005-01-23
| | | | darcs-hash:20050123201406-9977f-68b7ed58d460af96a0a076d973aa4f2568fb28b8.gz
* Initial revision.andi2005-01-12
darcs-hash:20050112202454-9977f-60936f24fe2092a30223627e0683de2df61d0c4a.gz