- Dec 08, 2010
-
-
Adrian Lang authored
* Do not emit E_NOTICEs * Introduce explicit feed mode default value »recent« instead of handling every unknown feed mode as recent changes mode. This means: - FEED_MODE_UNKNOWN is only executed if the given feed mode is indeed unknown. This is specifically not the case if no feed mode request param has been specified or the requested feed mode is »recent«. - FEED_MODE_UNKNOWN dies with an error as default behaviour * opt[items] is forced to be a non-negative integer * opt[show_minor] is forced to be a boolean and thus has a default value of false instead of null
-
- Nov 29, 2010
-
-
Michael Hamann authored
As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
-
- Sep 28, 2010
-
-
Adrian Lang authored
-
- Jun 26, 2010
-
-
Gina Haeussge authored
-
- Mar 12, 2010
-
-
Andreas Gohr authored
-
- Jan 15, 2010
-
-
Andreas Gohr authored
-
- Dec 14, 2009
-
-
Adrian Lang authored
Ignore-this: ae4838a9a494746190a1c2c00838fe85 darcs-hash:20091214121831-e4919-e2cd550ff9d486a2681f1958f451c9f24bdaa577.gz
-
- Nov 15, 2009
-
-
Michael Klier authored
darcs-hash:20091115142450-23886-297f1373aeafdbdb5d33097b220d29798f663a2d.gz
-
- Nov 10, 2009
-
-
Gina Haeussge authored
Ignore-this: 4032feaea914f4b03dcdc4656837a11a This patch introduces three new events, FEED_OPTS_POSTPROCESS, FEED_MODE_UNKNOWN and FEED_DATA_PROCESS that allow for action plugins to hook into every part of the feed creation process. darcs-hash:20091110203404-2b4f5-54f2f928302e02459cc6bf7927438cceae3f2cc2.gz
-
- Oct 20, 2009
-
-
Andreas Gohr authored
Ignore-this: 259cb5773c3144c6c706d87298dcf674 darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
-
- Jul 29, 2009
-
-
Andreas Gohr authored
Ignore-this: 6f4e420b7fe41dfa15bacf63eb4529ca darcs-hash:20090729200815-7ad00-f64ccc26ea2fb654adcd527e1134582b62ce4377.gz
-
- Mar 13, 2009
-
-
Andreas Gohr authored
Ignore-this: 50de569608231b910a62327d2f3af1de This patch moves all HTTP sending related functions to inc/httputils.php Handling of range requests was rewritten completely to support mutirange requests. This should fix problems with Adobe Reader but needs testing. darcs-hash:20090313190247-7ad00-e6ec1f81acb9f7ac651357dd034c2689aea6868d.gz
-
- Oct 11, 2008
-
-
Andreas Gohr authored
darcs-hash:20081011170454-7ad00-9e724a621d886e298479bffdd529d604cbc07ae9.gz
-
- Jul 16, 2008
-
-
Andreas Gohr authored
darcs-hash:20080716192343-7ad00-990fe2ac9c48a518fc4384ffdc4665df762b39c5.gz
-
- Dec 03, 2007
-
-
Andreas Gohr authored
... but with this patch DokuWiki will not break completely when left out for trustExternal() auth backends darcs-hash:20071203201532-7ad00-72dbc2d16e4c8c09cca9558286164f4d858c19ce.gz
-
- Sep 30, 2007
-
-
Andreas Gohr authored
darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
-
Andreas Gohr authored
The use of realpath() to clean up relative file names caused some trouble in certain setups relying on symlinks or having restricitve file structure setups. This patch replaces all realpath() calls with a PHP only replacement which should solve those problems. darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
-
- Jul 18, 2007
-
-
Andreas Gohr authored
darcs-hash:20070718122311-7ad00-51d49508ab9ec8260d06b04d27aa803d686f8ff7.gz
-
Andreas Gohr authored
darcs-hash:20070718122011-7ad00-5c9ae37801b80ff2e42929ae9729f625c447c405.gz
-
Andreas Gohr authored
Lets you subscribe to the result of a full text search darcs-hash:20070718071053-7ad00-131c87d5a51ec0d600358590539193ab59b3dbe6.gz
-
- Jul 17, 2007
-
-
Andreas Gohr authored
darcs-hash:20070717152000-7ad00-cf80f04e5d4e1923c3de0975b8e5ae2521898bf9.gz
-
- Jul 11, 2007
-
-
Andreas Gohr authored
The feed now can export diff views (unified and HTML) as well as full HTML page content. Some things might be broken. Everybody please test it! darcs-hash:20070711213624-7ad00-49359417127fdbd6e31374738509110271b6b351.gz
-
- Jun 25, 2007
-
-
Andreas Gohr authored
Instead of disabling the whole ACL feature when the auth backend is unavailable just degrade the user to an anonymous user. darcs-hash:20070625205228-7ad00-19cfa3c302b4ee63f0a6562823c5d550f9c9755c.gz
-
- Dec 13, 2006
-
-
Andreas Gohr authored
darcs-hash:20061213192616-7ad00-526c26ebf249c07c6188f0062e928d70c7ee89db.gz
-
- Dec 08, 2006
-
-
Ben Coburn authored
Fixed a double escaping error with & when no url rewriting was done. Also made the feeds more responsive to changes in the wiki preferences. darcs-hash:20061208065933-05dcb-a4a6f1aa7457c05eb75349a978bb7743c46b4c05.gz
-
- Dec 05, 2006
-
-
Andreas Gohr authored
darcs-hash:20061205200144-7ad00-fbafb0be3d30bb9068213749e6067ad7485be485.gz
-
- Oct 31, 2006
-
-
Marc Mayfield authored
Add a configuration option to control whether or not the edit/revision summary is displayed with the title of RSS feeds. The default is to show the summary, the same as DokuWiki did prior to this addition. darcs-hash:20061101023313-9039d-d067e9bcd7dc0c7cabd57674d1072c5b882ad4e7.gz
-
- Nov 15, 2006
-
-
Tom N Harris authored
plugins can include styles with feed.css, templates can use the media type feed in style.ini darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
-
- May 30, 2006
-
-
Michael Klier chi@chimeric.de authored
darcs-hash:20060530063009-484ab-4617e68ce72052124027d3baeb901e33a2300848.gz
-
- May 28, 2006
-
-
Andreas Gohr authored
darcs-hash:20060528133552-7ad00-8281720582dbc448534f35cc978e9c8175b54f0d.gz
-
- Apr 19, 2006
-
-
alexander.krause authored
darcs-hash:20060419162307-0ad7b-b0d52123d32f81c024a0ac9e336baedff95b8738.gz
-
- Apr 09, 2006
-
-
Andreas Gohr authored
This patch updates the feedcreator.class.php with a few non official changes found at [1] - the download link didn't work at this page so [2] was used. Some additional minor modifications were done. feed.php now accepts the type darcs-hash:20060409132507-7ad00-8e5986631146eca9606aa1fb48278cb045a5db0a.gz
-
- Mar 31, 2006
-
-
Andreas Gohr authored
darcs-hash:20060331082125-7ad00-f7038baf83932614ba07fa1617463b24b2f1b6be.gz
-
- Mar 24, 2006
-
-
Ben Coburn authored
- Gives the wiki administrator control over how often the RSS feed is regenerated. - The RSS feed now handles conditional requests and returns HTTP '304 Not Modified' responses when possible. darcs-hash:20060324133315-05dcb-3b814e28523f2a0717222a4940d6fbbb28576cf5.gz
-
- Mar 03, 2006
-
-
Andreas Gohr authored
darcs-hash:20060303102012-7ad00-56d4ffdd28b89af5cc6bc7f16c32f78beee2d782.gz
-
- Jan 31, 2006
-
-
Nathan Neulinger authored
darcs-hash:20060131222019-effc9-784af6d641de5bfb57a15897fd657a94714629ce.gz
-
- Nov 26, 2005
-
-
Andreas Gohr authored
darcs-hash:20051126131800-7ad00-f8d8dd84e4aec36bc6a5abffee835dbc774c870c.gz
-
- Oct 21, 2005
-
-
Andreas Gohr authored
darcs-hash:20051021224230-7ad00-f5721db5853f1e5e22c3d15d77c19c60acbb4292.gz
-
- Oct 02, 2005
-
-
Andreas Gohr authored
This patch adds a minor edit checkbox to the edit form for logged in users. Minor edits are displayed different in recent changes and the page revision history. The RSS feed excludes minor edits by default - this can be changed by adding a minor darcs-hash:20051002113255-7ad00-2bc9e1aaa76d9616428e760529ecc14ef119cf71.gz
-
- Sep 18, 2005
-
-
Andreas Gohr authored
getRecents now reads the changelog backwards in 4KB chunks instead of loading the whole file into an array and rsort it. This should be more memory efficient (and probably faster) for large change logs. Note: the format of the array returned by getRecents changed slightly plugins relying on it need to be adjusted. Sorry. darcs-hash:20050918121008-7ad00-1fdba47d29b0c038c6e4e4edc1d4c93e5ba769e9.gz
-