Commit Graph

1597 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 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
joey 438676af37 fold 2006-10-29 00:24:18 +00:00
joey 318ca063b8 update 2006-10-28 23:47:16 +00:00
joey 1a8beaf4c6 * Install the source of the examples into /usr/share/doc/ikiwiki/examples. 2006-10-28 23:46:45 +00:00
joey bba10bb898 update 2006-10-28 23:42:43 +00:00
joey 4109ef94fd * Add a default stylesheet entry for the pagecloud.
* Add examples page with some examples of things that can be done using
  ikiwiki, like a weblog. The examples can be copied into a user's wiki
  for a quick start, without needing to learn everything about how to put
  them together.
2006-10-28 23:41:39 +00:00
joey 74b5fb09aa fix a bug 2006-10-28 22:24:18 +00:00
joey f6f87c14ab updated again 2006-10-28 22:11:09 +00:00
joey 9890790fa5 * Now that links are calculated in a separate pass, it can also
* Stylish update to the ikiwiki logo, thanks to Recai Oktaş and Selçuk
  Erdem.
2006-10-28 17:18:50 +00:00
joey 994c242994 update 2006-10-28 05:45:56 +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 05fe79b487 add news item for ikiwiki 1.31 2006-10-28 03:17:52 +00:00
joey 230789cc47 releasing version 1.31 2006-10-28 03:17:35 +00:00
joey 63b745e5c9 update 2006-10-28 01:20:13 +00:00
joey a1eaeffe5e delete session 2006-10-28 00:36:34 +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 ed463de21f revert spammer 2006-10-27 23:48:38 +00:00
joey dcadf11388 web commit by shoesorder 2006-10-27 23:22:36 +00:00
joey bd8390018a web commit by shoesorder 2006-10-27 23:21:39 +00:00
joey ee3878f8ad web commit by shoesorder 2006-10-27 23:20:24 +00:00
joey f0f1263c14 web commit by shoesorder 2006-10-27 23:19:07 +00:00
joey e5c4eae640 * Add missing dependency on the URI perl module. 2006-10-27 17:11:30 +00:00
joey c43112d1d9 web commit by MarkBucciarelli 2006-10-27 02:43:25 +00:00
joey 558e524165 web commit by ScottHenson 2006-10-25 22:39:05 +00:00
joey 8a207f556e response 2006-10-25 00:31:06 +00:00
joey 278765b9a5 web commit by ScottHenson 2006-10-24 17:24:36 +00:00
joey 4dc618cba8 response 2006-10-24 15:47:32 +00:00
joey ad2c77dd30 web commit by NicolasDuboc 2006-10-24 14:46:56 +00:00
joey 7be29d0bfd web commit by VictorMoral 2006-10-24 13:24:10 +00:00
joey 7a1dfbc49f web commit by VictorMoral 2006-10-24 13:20:32 +00:00
joey df2354b009 web commit by NicolasDuboc 2006-10-24 12:16:54 +00:00
joey 6d514b7b33 web commit by ScottHenson 2006-10-23 16:28:06 +00:00
joey 2a7082236e web commit by EthanGlasserCamp: do I have to maintain this? 2006-10-23 03:41:05 +00:00
joey 01d894af98 web commit by MarkBucciarelli 2006-10-23 00:34:30 +00:00
joey 771791104c * Change the rss feed title from the wikiname to the page title, with
an exception for the wiki's toplevel index page, which will still use the
  wikiname as the feed title.
* Sanitize possibly problimatic characters out of the polygen grammar names,
  just in case. Should not be exploitable anyway, since it only tries to run
  polygen after finding the specified grammar file.
2006-10-22 21:12:50 +00:00
joey c49af80ab3 some notes about the security (or lack thereof) of plugins 2006-10-22 21:12:21 +00:00
joey 6a75123d7a web commit by VictorMoral 2006-10-22 20:36:59 +00:00