Commit Graph

201 Commits (369cf45ace663f42960cea72f87e669ea81979cd)

Author SHA1 Message Date
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 c4e8a8c62f update 2006-10-28 05:10:13 +00:00
joey db3b72c482 instead of over and over. Typical speedup is ~4x. Max possible speedup:
8x.
* Add "scan" parameter to hook(), which is used to make the hook be called
  during the scanning pass, as well as the render pass. The meta and tag
  plugins need to use the new scan parameter, so will any others that modify
  %links.
* Now that links are calculated in a separate pass, it can also 
  precalculate backlinks in one pass, which is O(N^2) instead of the
  previous code that was O(N^3). A very nice speedup for wikis with lots
  (thousands) of pages.
2006-10-28 05:07:56 +00:00
joey 49bf877701 * Add a separate pass to find page links, and only render each page once,
instead of over and over. This is up to 8 times faster than before!
  (This could have introduced some subtle bugs, so it needs to be tested
  extensively.)
2006-10-28 03:27:10 +00:00
joey b6509c74a9 * Add basic spam fighting tool for admins: An admin's prefs page now allows
editing a list of banned users who are not allowed to log in.
2006-10-28 00:35:33 +00:00
joey bf4e6716cc responses and reorg 2006-10-08 22:27:48 +00:00
joey 118c481766 remove, redundant 2006-10-08 21:55:55 +00:00
joey f04251bc9a update 2006-10-06 06:33:30 +00:00
joey bcd338531f web commit by EthanGlasserCamp 2006-09-29 15:57:33 +00:00
joey 4e2f082ebb web commit by EthanGlasserCamp: more demanding, unreasonable thoughts about this -- I want a pony 2006-09-28 15:26:12 +00:00
joey 44a08155ee web commit by EthanGlasserCamp: Oops! This doesn't work at all. 2006-09-28 07:21:35 +00:00
joey af05e7badc web commit by EthanGlasserCamp: another entry on my wish list 2006-09-28 06:56:52 +00:00
joey a084682f73 new idea 2006-09-23 04:06:59 +00:00
joey 4dfa87ae86 move, this contains todo items, not bugs 2006-09-21 18:00:45 +00:00
joey 1705e6246e updates 2006-09-10 02:55:42 +00:00
joey dae0f48e91 * Work on firming up the plugin interface:
- Plugins should not need to load IkiWiki::Render to get commonly
    used functions, so moved some functions from there to IkiWiki.
  - Picked out the set of functions and variables that most plugins
    use, documented them, and made IkiWiki export them by default,
    like a proper perl module should.
  - Use the other functions at your own risk.
  - This is not quite complete, I still have to decide whether to
    export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
  referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
  to make like changes to it and avoid use of non-exported symboles from
  "IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
  setting.
2006-09-09 22:50:27 +00:00
joey eff2ddbe9a * Add a linkmap plugin (requires graphviz). 2006-09-07 05:31:01 +00:00
www-data bd70136ca1 web commit by joey 2006-09-07 03:43:17 +00:00
joey 7ba4a844a8 * Include <link rel> tag for RSS feeds, used by some aggregators and
firefox to find the feed.
2006-09-06 21:03:39 +00:00
joey bd1eb38ed8 comment 2006-09-06 20:49:01 +00:00
joey f7f3b0bb7d * Add support for mercurial, contributed by Emanuele Aina. 2006-09-06 20:31:55 +00:00
www-data 85f7f40863 web commit by tuomov 2006-09-05 08:13:34 +00:00
www-data b8c8977bcb web commit by tuomov 2006-09-05 08:13:15 +00:00
joey 99d52a1794 * Add support for tla, contributed by Clint Adama. Closes: #385936 2006-09-04 06:15:54 +00:00
www-data d71c50b43c web commit by Kyle 2006-09-01 15:00:20 +00:00
www-data 49b2bf5a1a web commit by Kyle 2006-09-01 14:58:35 +00:00
joey 27e5cd4496 update 2006-08-28 20:02:16 +00:00
joey ca98211c95 fix formatting 2006-08-28 19:59:13 +00:00
joey d464c47a15 update 2006-08-28 19:53:33 +00:00
joey 1aeb64e148 * Patch from James Westby to add an actions option to inline; this
adds Edit and Discussion links at the end of blog entries.
2006-08-28 19:43:07 +00:00
www-data e3a6ff0044 web commit by JamesWestby 2006-08-28 16:47:59 +00:00
www-data 9b3f3a7e2f web commit by JamesWestby 2006-08-28 15:46:41 +00:00
www-data 048da7194d web commit by JamesWestby 2006-08-28 13:49:15 +00:00
www-data f14ed48b33 web commit by JamesWestby 2006-08-28 12:54:39 +00:00
joey e16746a52f * Add toc (table of contents) plugin. 2006-08-28 07:40:20 +00:00
joey bfe0d3f5c6 format 2006-08-28 00:31:38 +00:00
joey aebcbca4d6 response 2006-08-28 00:27:44 +00:00
www-data 59f8adae6c web commit by JamesWestby 2006-08-28 00:01:11 +00:00
joey 2f5c0a5480 update 2006-08-27 23:16:51 +00:00
joey cbc3bf32f2 fix 2006-08-27 05:38:57 +00:00
www-data 48b485bde0 web commit by JamesWestby 2006-08-27 00:16:15 +00:00
joey 204c4cdfda comment 2 2006-08-26 21:59:23 +00:00
joey 02a2de8ead response 2006-08-26 21:41:49 +00:00
www-data 92885b87ab web commit by JamesWestby 2006-08-26 20:39:23 +00:00
joey 38ce4c3cef * Patch from James Westby to allow a description to be set for rss feeds. 2006-08-26 17:36:46 +00:00
www-data ef157082ad web commit by JamesWestby 2006-08-26 12:42:12 +00:00