Commit Graph

1635 Commits (ad088c13c191f56175a93af56024e88734525d99)

Author SHA1 Message Date
joey ad088c13c1 web commit by JoshTriplett 2006-11-12 01:41:40 +00:00
joey 7256dceffc web commit by JoshTriplett 2006-11-11 10:50:24 +00:00
joey 80ca01186c web commit by JoshTriplett 2006-11-11 10:36:58 +00:00
joey 293dfac57b web commit by JoshTriplett 2006-11-11 10:24:49 +00:00
joey 38e19d5d9a web commit by BradRoberts 2006-11-10 18:15:41 +00:00
joey 321083df4d web commit by EthanGlasserCamp: wikify 2006-11-10 08:34:21 +00:00
joey e47a282989 web commit by BradRoberts 2006-11-10 08:26:38 +00:00
joey ef3021c403 web commit by BradRoberts 2006-11-10 08:14:52 +00:00
joey 60aca5e0fe fixes 2006-11-10 07:51:14 +00:00
joey 96eb9bb3fa * Work around a strange bug in CGI::FormBuilder 3.0401 that makes
FORM-SUBMIT unusable on customised formbuilder templates. For now,
  hardcode the submit buttons in editpage.tmpl instead of using the
  template variable, which is ok, since the buttons are static.
2006-11-10 07:46:41 +00:00
joey 54c90b2d41 * Fix img plugin's handling of adding dependencies for images that do not
yet exist.
2006-11-09 20:58:24 +00:00
joey c16fd3d71f response 2006-11-08 21:06:35 +00:00
joey 35ee7e44a6 * Make sure to check for errors from every eval. 2006-11-08 21:03:33 +00:00
joey dd2ce6e6a0 web commit by joey: responses 2006-11-08 20:58:07 +00:00
joey 29b75a1e8e update 2006-11-08 20:46:20 +00:00
joey 680e06e52b this is really a todo item, not a bug 2006-11-08 20:44:32 +00:00
joey 299455ab27 response 2006-11-08 20:43:36 +00:00
joey 6e1986cf12 * Patch from Ethan Glasser Camp to add a skip option to the inline plugin. 2006-11-08 20:39:48 +00:00
joey 68f84e12f2 web commit by EthanGlasserCamp: This is probably better. 2006-11-08 20:19:49 +00:00
joey cb3f89f429 * Enable utf8 file IO in aggregate plugin.
* Fix some issues with the new registration form.
2006-11-08 20:13:59 +00:00
joey b48beb9e80 web commit by EthanGlasserCamp 2006-11-08 20:11:48 +00:00
joey 4010e641c8 web commit by EthanGlasserCamp: exactly what it sounds like 2006-11-08 20:10:44 +00:00
joey 0617793bf6 web commit by EthanGlasserCamp: Oops, this is what the patch actually says! 2006-11-08 06:45:05 +00:00
joey a2766fa0d7 web commit by EthanGlasserCamp: use diff -ur so I can apply this easier in the future 2006-11-08 06:42:08 +00:00
joey 11479d71bc web commit by EthanGlasserCamp: use a real patch format rather than just doing svn diff 2006-11-08 06:05:45 +00:00
joey 54551d3866 web commit by JoshTriplett: Canonical feed location? 2006-11-06 22:44:34 +00:00
joey 4175b35d38 web commit by JoshTriplett 2006-11-06 22:27:15 +00:00
joey 0961a6d05e web commit by JoshTriplett: Fix links which just had [homepage] or [blog] in the text to include the surrounding attribution, and change the ion link from HTML to markdown 2006-11-06 21:55:06 +00:00
joey 7ccbbe1b01 web commit by JoshTriplett: Add the Sparse wiki. 2006-11-06 21:45:55 +00:00
joey cc018082d0 typo 2006-11-06 04:27:29 +00:00
joey 3a3219c0e0 * Avoid syntax errors in templates used by the template plugin crashing
ikiwiki.
2006-11-05 23:44:20 +00:00
joey b78e93098b * Fix issue with aggregate plugin updating expired pages. 2006-11-04 19:20:24 +00:00
joey 2e4cefdc3e add news item for ikiwiki 1.32 2006-11-03 19:49:08 +00:00
joey f82a7d2668 releasing version 1.32 2006-11-03 19:48:58 +00:00
joey dc52eb68a8 move :-) to correct location 2006-11-03 19:47:27 +00:00
joey 66f4b2c22a Closes: #396702 2006-11-02 18:03:38 +00:00
joey 3f8165963d web commit by KyleMacLea 2006-11-01 14:55:17 +00:00
joey bf52bb4c5f web commit by KyleMacLea 2006-11-01 14:53:33 +00:00
joey 369cf45ace * Patch from James Westby to support podcasting, photoblogging, vidcasting,
or what have you, by creating enclosures for non-page items that are
  included in feeds.
2006-11-01 06:45:59 +00:00
joey f8dbe2657c idea 2006-11-01 06:07:54 +00:00
joey e258048197 update 2006-11-01 06:06:07 +00:00
joey 4cac43981e foo 2006-11-01 06:05:08 +00:00
joey 0d666f4a7c done-ish 2006-11-01 06:03:00 +00:00
joey 5a82103526 * Implemented expiry options for aggregate plugin.
* Use precalculated backlinks info when determining if files need an update
  due to a page they link to being added/removed. Mostly significant if
  there are lots of pages.
* Remove duplicate link info when saving index. In some cases it could
  pile up rather badly. (Probably not the best way to deal with this
  problem.)
2006-11-01 05:41:37 +00:00
joey 5a9064dea8 add pointer to backport 2006-10-31 17:30:50 +00:00
joey c3a530ab93 * Improve login/register process, the login dialog has only name and
password fields, which allows more web browsers to regognise it as a login
  field, and is less confusing.
2006-10-30 23:28:01 +00:00
joey 285b9d8b99 * Add perlmagick to build-depends so syntax check of img plugin works. 2006-10-30 19:31:45 +00:00
joey 687cbdbd0b web commit by jh 2006-10-30 17:51:46 +00:00
joey 8a9056d6e5 revamp css market, allow selecting stylesheets on the fly in web browser 2006-10-30 02:00:38 +00:00
joey d8b4819d88 another update 2006-10-29 16:58:19 +00:00