summaryrefslogtreecommitdiff
path: root/inc/common.php
Commit message (Collapse)AuthorAge
* 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
* uservariable replacement in usermailsandi2005-01-26
| | | | darcs-hash:20050126201526-9977f-9112c4ff4742a42578e3f95fb683464747def25e.gz
* more deaccentingandi2005-01-25
| | | | darcs-hash:20050125184855-9977f-bcb8c1e22c8814d1d9b2c65a5673dae5ef7d86e4.gz
* fix for windows/apache2 leading backslash bug (#71)andi2005-01-24
| | | | darcs-hash:20050124204601-9977f-fc2aa87830321f24dea17dc6ef855e3c30f1dba5.gz
* new versionstring methodandi2005-01-24
| | | | darcs-hash:20050124200309-9977f-fda536f83c08a38d56f77a09bd99abdd1745e2fb.gz
* locales removedandi2005-01-24
| | | | darcs-hash:20050124192653-9977f-9b17dd147f4bf9b89a83b1d475943a85ab35e0ca.gz
* deaccenting configandi2005-01-23
| | | | darcs-hash:20050123201406-9977f-68b7ed58d460af96a0a076d973aa4f2568fb28b8.gz
* allow msg after headers were sentandi2005-01-23
| | | | darcs-hash:20050123182938-9977f-4404c519f6b05550c6ba3d43cea24f246b137dad.gz
* check for mb_string availability in check()andi2005-01-23
| | | | darcs-hash:20050123161332-9977f-87cf44a0a960e20ff27ae0fa724910402f02be8a.gz
* Unicode filenames with URL encodingandi2005-01-23
| | | | darcs-hash:20050123102905-9977f-1065a1112bfd47caed0f198b94e5226c81351b64.gz
* cleanID UTF8 patchandi2005-01-17
| | | | darcs-hash:20050117192112-9977f-084e54a393e8ff0af3954e3a51b8072931529f9b.gz