joey [Thu, 3 Aug 2006 17:02:57 +0000 (17:02 +0000)]
add news item for ikiwiki 1.15
joey [Thu, 3 Aug 2006 17:02:17 +0000 (17:02 +0000)]
releasing version 1.15
joey [Thu, 3 Aug 2006 16:59:46 +0000 (16:59 +0000)]
more slashery
joey [Thu, 3 Aug 2006 16:57:25 +0000 (16:57 +0000)]
more doubled slashes..
joey [Thu, 3 Aug 2006 16:55:52 +0000 (16:55 +0000)]
* Added created_before and created_after PageSpec limits.
joey [Thu, 3 Aug 2006 16:13:48 +0000 (16:13 +0000)]
* Remove CDPATH and other env vars perl taint checking doesn't like.
Closes: #381279
joey [Wed, 2 Aug 2006 15:36:31 +0000 (15:36 +0000)]
add news item for ikiwiki 1.14
joey [Wed, 2 Aug 2006 15:35:37 +0000 (15:35 +0000)]
releasing version 1.14
joey [Wed, 2 Aug 2006 15:33:26 +0000 (15:33 +0000)]
* Fix stupid bug in date matching, patch from Roland Mas. Closes: #381132
* Added many unit tests for pagespec_match.
joey [Wed, 2 Aug 2006 05:37:13 +0000 (05:37 +0000)]
meh
joey [Wed, 2 Aug 2006 05:35:51 +0000 (05:35 +0000)]
meh
joey [Wed, 2 Aug 2006 05:32:10 +0000 (05:32 +0000)]
thoughts
joey [Wed, 2 Aug 2006 04:52:35 +0000 (04:52 +0000)]
link and backlink pagespec tests
joey [Wed, 2 Aug 2006 04:41:07 +0000 (04:41 +0000)]
add a couple more ikiwiki users
joey [Wed, 2 Aug 2006 03:39:19 +0000 (03:39 +0000)]
* Memoize pagespec translation, this speeds up a build of the ikiwiki tree
by 10% or so.
joey [Wed, 2 Aug 2006 03:31:15 +0000 (03:31 +0000)]
stupid perl..
joey [Wed, 2 Aug 2006 02:17:42 +0000 (02:17 +0000)]
backlink is just the reverse of link, so..
joey [Wed, 2 Aug 2006 02:10:24 +0000 (02:10 +0000)]
complex test
joey [Wed, 2 Aug 2006 01:46:25 +0000 (01:46 +0000)]
update
joey [Wed, 2 Aug 2006 01:46:07 +0000 (01:46 +0000)]
fix
joey [Wed, 2 Aug 2006 01:45:46 +0000 (01:45 +0000)]
add news
joey [Wed, 2 Aug 2006 01:44:34 +0000 (01:44 +0000)]
add news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:42:41 +0000 (01:42 +0000)]
add news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:41:39 +0000 (01:41 +0000)]
add news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:32:12 +0000 (01:32 +0000)]
add news item for ikiwiki 1.13
joey [Wed, 2 Aug 2006 01:31:39 +0000 (01:31 +0000)]
releasing version 1.13
joey [Wed, 2 Aug 2006 01:06:59 +0000 (01:06 +0000)]
oy, case-insensativity lost!
joey [Wed, 2 Aug 2006 00:59:56 +0000 (00:59 +0000)]
redundancy
joey [Wed, 2 Aug 2006 00:52:47 +0000 (00:52 +0000)]
oops
joey [Wed, 2 Aug 2006 00:28:46 +0000 (00:28 +0000)]
better use gmtime here
joey [Wed, 2 Aug 2006 00:17:42 +0000 (00:17 +0000)]
update
joey [Wed, 2 Aug 2006 00:14:31 +0000 (00:14 +0000)]
* Renamed GlobLists to PageSpecs.
* PageSpecs can now include nested parens, "and", and "or". This remains
backwards compatible to the old GlobList format. It's implemented by
treating the GlobList as a very limited microlanguage that is transformed
to perl code that does the matching.
* The old GlobList format is deprecated, and I encourage users to switch to
using the new PageSpec format. Compatability with the old format will be
removed at some point, possibly by 2.0.
* Wiki rebuild needed on upgrade to this version due to PageSpec change.
* Add support for creation_month and creation_year to PageSpec.
Closes: #380680
* Changes to index file encoding.
joey [Tue, 1 Aug 2006 20:12:15 +0000 (20:12 +0000)]
typo
joey [Tue, 1 Aug 2006 20:08:42 +0000 (20:08 +0000)]
* Patch from Roland Mas to support an rss=no parameter to inline directives.
Closes: #380743
joey [Mon, 31 Jul 2006 22:51:04 +0000 (22:51 +0000)]
add
joey [Mon, 31 Jul 2006 22:50:09 +0000 (22:50 +0000)]
fix
joey [Mon, 31 Jul 2006 01:24:18 +0000 (01:24 +0000)]
* Fix issue with unicode filenames and updating the hyper estradier search
index. (Aka Please Please Please, let that be the last one.)
joey [Mon, 31 Jul 2006 01:05:22 +0000 (01:05 +0000)]
one more change; use the page that pulls in a feed as the anchor for the
default directory
joey [Mon, 31 Jul 2006 00:59:54 +0000 (00:59 +0000)]
fix
joey [Mon, 31 Jul 2006 00:34:18 +0000 (00:34 +0000)]
fix title metadata on blogs, reorg needed to do it, simplified tag some
joey [Sun, 30 Jul 2006 23:51:48 +0000 (23:51 +0000)]
* Title metadata of inlined pages now shows up in blogs, although not yet
in their rss feeds.
joey [Sun, 30 Jul 2006 23:08:10 +0000 (23:08 +0000)]
avoid message if mailing password or registering
joey [Sun, 30 Jul 2006 22:58:48 +0000 (22:58 +0000)]
* Change meta tags to use html entity-escaped text for values, so that
quotes and such can be represented in title tags.
* Depend and build-depend on HTML::Parser for HTML::Entities which is used
for the above.
* Make --rebuild also cause --aggregate to re-download and write aggregated
pages.
* Avoid outputting duplicate meta info.
* Include title metadata on aggregated posts for capitalised and un-munged
titles.
joey [Sun, 30 Jul 2006 21:54:03 +0000 (21:54 +0000)]
add test for nonexistant polygen
joey [Sun, 30 Jul 2006 21:51:37 +0000 (21:51 +0000)]
escape slashes in page names
www-data [Sun, 30 Jul 2006 14:46:48 +0000 (14:46 +0000)]
web commit by JonasSmedegaard: Corrected typo: imge -> image.
joey [Sun, 30 Jul 2006 07:59:04 +0000 (07:59 +0000)]
improce
joey [Sun, 30 Jul 2006 07:41:26 +0000 (07:41 +0000)]
allow hooks to add options even to --setup
joey [Sun, 30 Jul 2006 07:30:08 +0000 (07:30 +0000)]
when autogenerating a dir naem, include "feed/" in it
joey [Sun, 30 Jul 2006 07:17:44 +0000 (07:17 +0000)]
fix
joey [Sun, 30 Jul 2006 07:07:20 +0000 (07:07 +0000)]
need to lower-case pages, sigh..
joey [Sun, 30 Jul 2006 06:57:42 +0000 (06:57 +0000)]
erase old tags
joey [Sun, 30 Jul 2006 06:55:33 +0000 (06:55 +0000)]
stop abusing titlepage for internal encoding (esp since it doesn't work)
joey [Sun, 30 Jul 2006 06:20:58 +0000 (06:20 +0000)]
fix encoding of some stuff
joey [Sun, 30 Jul 2006 06:15:04 +0000 (06:15 +0000)]
fix
joey [Sun, 30 Jul 2006 06:14:44 +0000 (06:14 +0000)]
more robust and faster handling of feedurls
joey [Sun, 30 Jul 2006 06:08:56 +0000 (06:08 +0000)]
security note
joey [Sun, 30 Jul 2006 05:44:17 +0000 (05:44 +0000)]
robustness and etc
joey [Sun, 30 Jul 2006 05:29:03 +0000 (05:29 +0000)]
deal with title-less feeds
joey [Sun, 30 Jul 2006 05:17:59 +0000 (05:17 +0000)]
md5 can't handle wide chars
joey [Sun, 30 Jul 2006 05:14:35 +0000 (05:14 +0000)]
fixes, and make dir optional
joey [Sun, 30 Jul 2006 04:31:08 +0000 (04:31 +0000)]
* ikiwiki can now download and aggregate feeds with its new aggregate
plugin, so it's possible to implement a Planet using ikiwiki!
* --setup --refresh no longer rebuilds wrappers. Use --setup --refresh
--wrappers to do that.
* Add %IkiWiki::forcerebuild to provide a way for plugins like aggregate
to update pages that haven't changed on disk.
joey [Sun, 30 Jul 2006 01:38:50 +0000 (01:38 +0000)]
forgot to add this
joey [Sun, 30 Jul 2006 00:20:11 +0000 (00:20 +0000)]
* Add a run_hooks function for the common task of running all hooks of a
given type.
* Add a savestate hook.
* Don't put blog post forms on pages if there's no cgiurl set.
* Reformat front page.
www-data [Sat, 29 Jul 2006 22:35:03 +0000 (22:35 +0000)]
web commit by joey: fix format
joey [Sat, 29 Jul 2006 22:32:19 +0000 (22:32 +0000)]
add news item for ikiwiki 1.12
joey [Sat, 29 Jul 2006 22:25:40 +0000 (22:25 +0000)]
updats
joey [Sat, 29 Jul 2006 22:17:07 +0000 (22:17 +0000)]
add type pages
joey [Sat, 29 Jul 2006 22:15:45 +0000 (22:15 +0000)]
* Tag plugins according to type.
joey [Sat, 29 Jul 2006 21:54:50 +0000 (21:54 +0000)]
add fortune
joey [Sat, 29 Jul 2006 21:53:57 +0000 (21:53 +0000)]
* fortune plugin (trivial)
joey [Sat, 29 Jul 2006 21:40:59 +0000 (21:40 +0000)]
last minute fix from faidon
joey [Sat, 29 Jul 2006 21:38:50 +0000 (21:38 +0000)]
* Allow preprocessor directives to be expanded in inlined blog pages.
However, to avoid inlining loops etc, don't expand inline directives in
inlined pages.
joey [Sat, 29 Jul 2006 21:27:09 +0000 (21:27 +0000)]
right paper
joey [Sat, 29 Jul 2006 21:12:08 +0000 (21:12 +0000)]
1.12 is not released yet
joey [Sat, 29 Jul 2006 21:04:31 +0000 (21:04 +0000)]
* Locale patch from Faidon:
- Adds a locale setting to setup files.
- Proper local time, if the locale configuration option is used.
- Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
commiting (or even rcs_updating) on repositories with UTF-8 filenames was
impossible.
joey [Sat, 29 Jul 2006 20:50:20 +0000 (20:50 +0000)]
* htmltidy plugin from Faidon.
www-data [Sat, 29 Jul 2006 20:39:34 +0000 (20:39 +0000)]
web commit by FaidonLiambotis: Add HTML Tidy plugin to patchqueue
joey [Sat, 29 Jul 2006 20:38:46 +0000 (20:38 +0000)]
remove this, pagestats is too slow and it was mostly for testing
www-data [Sat, 29 Jul 2006 20:32:36 +0000 (20:32 +0000)]
web commit by FaidonLiambotis: Revise the locale patch
joey [Sat, 29 Jul 2006 20:30:39 +0000 (20:30 +0000)]
fix %links iteration
joey [Sat, 29 Jul 2006 20:14:07 +0000 (20:14 +0000)]
more links
joey [Sat, 29 Jul 2006 20:07:48 +0000 (20:07 +0000)]
use htmllink
joey [Sat, 29 Jul 2006 20:01:29 +0000 (20:01 +0000)]
"Viva l'Italia!"
* Polygen plugin from Enrico.
joey [Sat, 29 Jul 2006 19:16:55 +0000 (19:16 +0000)]
* Build-depend on libtext-wikiformat-perl, so that the syntax check of
the wikiformat plugin works. Thanks, Emanuele Aina.
* Patch from Alessandro Dotti Contra to clean up backlinks and navbar
display, running them through pagetitle. This removes ugly underscores and
other gunk from the display, much nicer. You may want to rebuild your wiki
when upgrading to get the cleanup globally.
joey [Sat, 29 Jul 2006 18:05:50 +0000 (18:05 +0000)]
mercuriual backend in progress
joey [Sat, 29 Jul 2006 17:46:25 +0000 (17:46 +0000)]
add pagestats
joey [Sat, 29 Jul 2006 17:44:41 +0000 (17:44 +0000)]
* New pagestats plugin from Enrico, which can generate a table counting
the backlinks for each page, or a del.icio.us style cloud.
joey [Sat, 29 Jul 2006 07:25:17 +0000 (07:25 +0000)]
* Put categories in rss feeds for tagged items.
joey [Fri, 28 Jul 2006 17:48:24 +0000 (17:48 +0000)]
* Add exclude option in setup files, works same as --exclude.
joey [Fri, 28 Jul 2006 05:36:37 +0000 (05:36 +0000)]
improve
joey [Fri, 28 Jul 2006 05:26:49 +0000 (05:26 +0000)]
* Add getopt hook type, this allows plugins to add new command-line options.
* Add --tagbase option to tag plugin.
joey [Fri, 28 Jul 2006 04:43:45 +0000 (04:43 +0000)]
small improvements
joey [Fri, 28 Jul 2006 01:02:37 +0000 (01:02 +0000)]
another doubled escape removed
www-data [Fri, 28 Jul 2006 01:00:06 +0000 (01:00 +0000)]
web commit by joey
joey [Fri, 28 Jul 2006 00:52:43 +0000 (00:52 +0000)]
add news item for ikiwiki 1.11
joey [Fri, 28 Jul 2006 00:52:21 +0000 (00:52 +0000)]
releasing version 1.11
joey [Fri, 28 Jul 2006 00:33:57 +0000 (00:33 +0000)]
don't need double-escape on indented literal text as markdown doesn't mess
with it
www-data [Fri, 28 Jul 2006 00:30:05 +0000 (00:30 +0000)]
web commit by joey
www-data [Fri, 28 Jul 2006 00:29:42 +0000 (00:29 +0000)]
web commit by joey