summaryrefslogtreecommitdiff
path: root/inc/common.php
Commit message (Collapse)AuthorAge
...
* DOKU_CONF define for config directory #479Andreas Gohr2005-07-29
| | | | darcs-hash:20050729155457-7ad00-94554865259e4cbd6a1c75bb62a93f37304adbf0.gz
* some minor fixes in image detail handlingAndreas Gohr2005-07-24
| | | | darcs-hash:20050724125047-7ad00-a03fa69aed22694f6b7635923b1f2ce564165b9f.gz
* pagetemplate support #104Andreas Gohr2005-07-18
| | | | | | | | | | | | This adds very simple pagetemplate support. When a file named _template.txt exists in a namespace this file's contents are loaded into the editor when a new page is added in the namespace. Please note that this file is not editable from within the Wiki as it starts with an underscore. The wiki admin has to create it her self on the filesystem. darcs-hash:20050718173842-7ad00-39b1b76bef4c6243fc00d94673793d68b356aecb.gz
* UTF-8 fix for getRevisionsKobaYY2005-06-30
| | | | darcs-hash:20050630205337-d0e47-40abf0e684d6636063b770a86524568cc93dae88.gz
* directory cleanupandi2005-06-26
| | | | | | | | This cleans up the directory structure as discussed on the mailning list. Users should delete their previous _cache directories to recover diskspace. darcs-hash:20050626100913-9977f-83c0fdc32047db2090fc52a843ffae50cbf12248.gz
* minor fixesandi2005-06-17
| | | | darcs-hash:20050617175013-9977f-85394cdeaca3f0b07150dcd4d6850d1f63b7d9c1.gz
* use $conf[title] in notify mails #374andi2005-06-17
| | | | darcs-hash:20050617084820-9977f-a98703e3ea8903ab3d3b5ae4c81ae946483202d6.gz
* session_write_close added #364andi2005-06-08
| | | | | | | | | | I just learned that PHP does lock it's session objects. This is realy bad if you have multiple images in a page as each one will call fetch.php which locks the session, so everything can only be loaded sequentially. The fix for this is to close the session after using it which is after doing the auth and the breadcrumbs. I added the needed calls everywhere. darcs-hash:20050608213514-9977f-f2dfc467ebbd06406e10e33a386fa1db6cb32dba.gz
* AJAX spellchecker #29andi2005-06-07
| | | | | | | | | | | | | | | | | | | | This is nearly a complete rewrite of the gmail like AJAX spellchecker from http://www.broken-notebook.com/spell_checker/index.php Here are the differences and features * seemless integrated into DokuWiki * no need for the pspell extension * needs GNU aspell installed (not sure about the version I guess 0.60+ for UTF8) * needs PHP 4.3.0+ * uses SACK for AJAX * gets errors and suggestions in one transfer So far only tested in Firefox. It should work in IE, Safari and Opera 8, too. Please test and report back. darcs-hash:20050607194456-9977f-f699144d1fd28359742b2ce0f28c839a1f4cefbb.gz
* directory layout cleanup !IMPORTANTandi2005-06-05
| | | | | | | | | | | | | This patch changes the directory structure of dokuwiki as suggested in http://www.freelists.org/archives/dokuwiki/06-2005/msg00045.html As the changes.log is not managed through darcs you need to move it your self to the new location in data/changes.log I think I modified the code at all nessessary places, but I may have forgotten a few things. darcs-hash:20050605103842-9977f-af20f63c1d604888375d175d89ac6bd71566d47d.gz
* fix for history navigation buttonsmatthiasgrimm2005-05-25
| | | | | | | | This patch adds some sanity checks for the history start parameter 'first'. Only the needed history entries will be loaded at once now. This will reduce server load a bit darcs-hash:20050525161658-7ef76-1ab681b4c784bbe834fae91301ee7b9cd2a2cd8b.gz
* history navigation buttonsmatthiasgrimm2005-05-23
| | | | | | | | This patch adds a 'next' and a 'previous' button to the history page. They make it possible to see more than one page of history data. darcs-hash:20050523165826-7ef76-77a2c21e8b172200f169e0aea8441e8b100ab278.gz
* replaced rsort with array_reverse for getRevisionInfo()andi2005-05-14
| | | | darcs-hash:20050514173404-9977f-01e016ca326d65bb339d1a339c3aa1506a375b2a.gz
* Turn sensitive files into scripts that exit immediatelyjan2005-05-12
| | | | darcs-hash:20050512204225-45605-bee22b4df3d23374bc4922ede8f48106ea217209.gz
* only show IP when username is not availableandi2005-05-11
| | | | darcs-hash:20050511191229-9977f-86608b464b474e36ff1b4a059e2a0d88996537df.gz
* remove linefeed from version in meta headerandi2005-05-09
| | | | darcs-hash:20050509162458-9977f-c1022acb2bb18a4c077b86948208d033d1173a27.gz
* added internal rewritingandi2005-04-29
| | | | darcs-hash:20050429205320-9977f-6bf54f3b022104a0a9aefa882dfba09a98bc9c2a.gz
* fix for sectionediting #281andi2005-04-26
| | | | darcs-hash:20050426191726-9977f-f9e8bd35c6d8aebf251ddb671ed05b48ef14e5e9.gz
* Support for useheading with new parserjan2005-04-16
| | | | darcs-hash:20050416211422-45605-fe8c790a6b317dc9c35a63d78c6367248cc01045.gz
* section editing fixedandi2005-04-17
| | | | darcs-hash:20050417150906-9977f-96fcdc018414606bc58252631708c8b55d82354a.gz
* new parser now default, caching addedandi2005-04-16
| | | | darcs-hash:20050416171733-9977f-61a66a56862c4126c6987cdc19609b4e5504da9b.gz
* new parser: more hacking, RSS readdedandi2005-04-15
| | | | darcs-hash:20050415204735-9977f-613d9b007452d538dcb8fce4ade5cbec389c4415.gz
* more fetch.php hackingandi2005-04-14
| | | | darcs-hash:20050414205219-9977f-abd598794c5261b12a89d402e481d3425851d2b9.gz
* new file to add ACL checks on media files #204 (incomplete yet)andi2005-04-13
| | | | darcs-hash:20050413200438-9977f-7b75da8fcdd239f3ef9658e8c487e998e619e9d2.gz
* removed closing php tag for includesandi2005-04-13
| | | | darcs-hash:20050413175338-9977f-c969db6f86df5df175db9a39b4fabb9f072f8f67.gz
* new parser added (define DOKU_USENEWPARSER to use it)andi2005-03-31
| | | | darcs-hash:20050331145749-9977f-f011ea6c65a278197e9087b685c635c60a204cd2.gz
* Replace .* files by _*jan2005-03-30
| | | | darcs-hash:20050330095025-45605-5b5e82865c7fba8e88c43511ae4bf28ebf334d1b.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
* fix for pathnames in windows (#213)andi2005-03-26
| | | | darcs-hash:20050326125144-9977f-d0f5080b8b085322057ffc87547cb214c7d33b4b.gz
* remove empty namespaces on page deletionandi2005-03-20
| | | | darcs-hash:20050320182150-9977f-34610c4d2cd518c1de891e098859e1aaa74355a8.gz
* template support (incomplete, maybe broken)andi2005-03-06
| | | | darcs-hash:20050306183159-9977f-22dbb69831b5fa2e28bbf62448c65053d96a2cb9.gz
* revison sanitizingandi2005-03-01
| | | | darcs-hash:20050301181638-9977f-212463af48be9fb6c4e2f9e738f3eb57878c30f7.gz
* added init.php - may have broken something! (related to #153)andi2005-02-19
| | | | darcs-hash:20050219102055-9977f-575d654e742934c911ffab855d82aa91f198b5cf.gz
* check for changes.log #136andi2005-02-18
| | | | darcs-hash:20050218124809-9977f-3622ad862b92942942f4f6b36eabb7ace2fa49c2.gz
* some getBaseURL changes (maybe fixes #123)andi2005-02-17
| | | | darcs-hash:20050217180602-9977f-06df5b55635df223490d5baf9aafe1cb08471e86.gz
* utf8_stripspecials added (related to #152)andi2005-02-16
| | | | darcs-hash:20050216201830-9977f-57c89f9f77c9ee598af884efac9fb62d3b977961.gz
* spanish special chars removed in cleanID (#152)andi2005-02-16
| | | | darcs-hash:20050216164748-9977f-97cdf756765478b1d7622b939fa8680335e71b0a.gz
* fixed slash in pagenames #144andi2005-02-15
| | | | darcs-hash:20050215202042-9977f-319be1272d78e47c142f267c8ee2ec9e2c10acc2.gz
* bugfix for msg() (#124)andi2005-02-08
| | | | darcs-hash:20050208114635-9977f-ff00e04a36857cf338b6695313d14b2943000a7d.gz
* use supllied summary on deletion if anyandi2005-02-07
| | | | darcs-hash:20050207211226-9977f-2b2fd148e8912c846245443ad8639ae8a278c951.gz
* PCRE limit workaround for old PHP versions (#119)andi2005-02-07
| | | | darcs-hash:20050207171920-9977f-2ad8f85cf4e4488e93cd686fec99b6c10ecbad73.gz
* fix for MAX_PATTERN_SIZE in wordblock (fixes #99)andi2005-02-04
| | | | darcs-hash:20050204212349-9977f-124405c67094f4d9fcdc2cfe76d07bbe54c47be8.gz
* editor names for old revisions #85andi2005-02-03
| | | | darcs-hash:20050203190209-9977f-e246ffa72e9eded86aaaf3502efbee75c608ec3b.gz
* fix for non-cached external images (fixes #95)andi2005-01-29
| | | | darcs-hash:20050129123205-9977f-8c44fa21cba3b1686ee93bcc9e81ebe79416e9f0.gz
* workaround for php umask bug (fixes #97)andi2005-01-29
| | | | darcs-hash:20050129113621-9977f-a3439b9f7a590d3c64522046e79001f0ba9b199b.gz
* utf8 safe mailfunctions added (fixes #82)andi2005-01-27
| | | | darcs-hash:20050127211411-9977f-77f25921e855969dd8b7d4ded732bfdba5aec7ab.gz
* argh! last try!andi2005-01-26
| | | | darcs-hash:20050126211653-9977f-855affbb3d1307f84bb25ce62121f9500606e333.gz
* UNDO: undo fix which broke x's in names (silly me)andi2005-01-26
| | | | darcs-hash:20050126201424-9977f-8f4dd0fa186f9c437d21c4d5c886c8ef7d0fddfc.gz
* undo fix which broke x's in names (silly me)andi2005-01-26
| | | | darcs-hash:20050126201424-9977f-10e5657efc877e9fa0f1f63130038b0487985233.gz
* correct notify page urls (fixes #72)andi2005-01-26
| | | | darcs-hash:20050126204226-9977f-1692b8d55afa8cf0f402f8ba8116ec432575d93e.gz