joey
aa2b3b8f63
* Add a googlecalendar plugin. A bit special-purpose, but it shows
...
one way to to deal with user-supplied content that could cause XSS
issues w/o the htmlscrubber, and won't survive the scrubber.
2006-09-09 07:11:51 +00:00
joey
0e224e9f9c
* Add a missing -n to tla undo call.
...
* otl2hmtl can't be safely used with IPC::Open2 since it sometimes
writes before consuming its whole stdin. Avoid this deadlock.
* Fix alt tags for outline checkboxes.
2006-09-08 20:33:49 +00:00
joey
757b627414
* Add a missing -n to tla undo call.
2006-09-08 19:19:56 +00:00
joey
19bb1c5211
releasing version 1.25
2006-09-08 06:04:45 +00:00
joey
f6ca901b9e
typo
2006-09-07 15:36:39 +00:00
joey
eff2ddbe9a
* Add a linkmap plugin (requires graphviz).
2006-09-07 05:31:01 +00:00
joey
a9c926cabc
reword
2006-09-06 22:43:04 +00:00
joey
17ee4179f3
reword
2006-09-06 22:36:05 +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
f7f3b0bb7d
* Add support for mercurial, contributed by Emanuele Aina.
2006-09-06 20:31:55 +00:00
joey
9439a374d0
update
2006-09-06 20:01:37 +00:00
joey
0c1999f782
update
2006-09-06 19:52:24 +00:00
joey
f26e744247
add tla
2006-09-05 19:17:44 +00:00
joey
40ca2cf3c7
typo
2006-09-04 06:16:29 +00:00
joey
99d52a1794
* Add support for tla, contributed by Clint Adama. Closes : #385936
2006-09-04 06:15:54 +00:00
joey
b6075d6163
move html escaping
2006-09-04 04:29:18 +00:00
joey
ea95624e2d
* Drop real uid/gid in the suid wrapper, thus allowing commits to remote
...
subversion repos and fixing some other issues.
2006-09-04 03:38:02 +00:00
joey
7f243ae21a
* Add proper waitpid calls for open2ed processes throughout to avoid
...
zombies; this hit htmltidy especially badly.
2006-09-03 20:11:39 +00:00
joey
35a4bc6d0e
releasing version 1.24
2006-09-03 19:55:59 +00:00
joey
f0393523c8
* Fix another destpage issue in the inline directive. Closes : #385512
...
again.
2006-09-03 19:54:44 +00:00
joey
92065444d9
* Simplify the data structure returned by rcs_recentchanges to avoid
...
each rcs plugin needing to form complex strings on its own.
2006-09-03 19:53:23 +00:00
joey
fdaab0fddd
releasing version 1.23
2006-09-03 16:25:47 +00:00
joey
2fc39b28b2
releasing version 1.22
2006-09-02 05:32:59 +00:00
joey
bd4cd357a1
* Add processed date to aggregate preprocessor directive status output.
2006-09-02 02:07:44 +00:00
joey
a04c959af5
remove some unimportant changelog entries to cut it down a bit..
2006-08-29 05:26:55 +00:00
joey
f281e6c9c6
flip
2006-08-28 21:17:12 +00:00
joey
47df37addf
rebuild needed due to css changes
2006-08-28 20:04:10 +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
joey
4895955cea
* Change htmlize, format, and sanitize hooks to use named parameters.
2006-08-28 18:17:59 +00:00
joey
e16746a52f
* Add toc (table of contents) plugin.
2006-08-28 07:40:20 +00:00
joey
4ad7c9d625
* Patch from James Westby to add a --sslcookie switch, which forces
...
cookies to only be sent over ssl connections to avoid interception.
* Factor out the cgi header printing code into a new function.
* Fix preferences page on anonok wikis; still need to sign in to get
to the preferences page.
2006-08-27 20:25:05 +00:00
joey
b37070d888
more PREFIX fun
2006-08-27 17:17:54 +00:00
joey
a61d531edb
* Added a ddate plugin.
2006-08-27 03:55:45 +00:00
joey
2bec3518c2
* Patch from James Westby to add a template for the search form.
...
* Cache search form for speedup.
2006-08-26 21:57:59 +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
joey
6fc3b624f2
* Generalised preprocesser loop protection code.
2006-08-25 19:06:37 +00:00
joey
f4d99ac1ca
* Use DESTDIR and not PREFIX to specify installation prefix for packaging.
...
* Support running "perl Makefile.PL PREFIX=foo" to build ikiwiki to run
from a different directory.
2006-08-25 02:12:43 +00:00
joey
56d0ceee2e
* Make all pages pull in a local.css style sheet, if present. This won't
...
be included in ikiwiki, but can be created to make local styling changes
w/o needing to merge in every new change to the distributed style.css.
2006-08-24 20:45:09 +00:00
joey
d4ca3b3f50
* Change order of linkify and preprocess; first preprocess and then linkify.
...
This allows passing a wikilink inside a parameter to a preprocessor
directive without it being expanded to html, and leaking out of the
parameter, which had required some non-obvious use of triple-quoting
to avoid. Note that any preprocessor plugins that output something
that looks like a wikilink will now have it treated as such; AFAIK
this doesn't change any behavior though except for the template plugin.
* Enable preprocessor directives when previewing an edit.
2006-08-23 20:23:57 +00:00
joey
aa04f54ae9
* Patch from Jordà Polo to make Setup::Standard support hashes in config
...
files.
2006-08-23 18:41:32 +00:00
joey
c9dbcd29e5
* Make pagespec merge code smarter about merging duplicate pagespecs.
2006-08-23 06:44:47 +00:00
joey
9d7375c3b2
* Allow preprocessor directives to contain python-like triple-quoted
...
text blocks, for easy nesting of quotes inside.
* Add a template plugin.
* Use the template plugin to add infoboxes to each plugin page listing basic
info about the plugin.
2006-08-23 05:41:07 +00:00
joey
78b279c3d8
* Allow preprocessor directives to span multiple lines, both to make
...
long ones with lots of values easier to write, and to allow for ones with
multi-line quoted values.
2006-08-23 03:25:40 +00:00
joey
128cb30e7a
add upgrade note
2006-08-22 19:41:15 +00:00
joey
fddedd1834
remove removed fix
2006-08-22 17:55:24 +00:00
joey
43f2ba5def
revert broken parentlinks fix, which was broken, explain why
...
add plugins/contrib page to avoid broken link on this wiki
2006-08-22 17:54:10 +00:00
joey
467d5b5e2a
* Fix a bug introduced last version to do with nested inlines.
2006-08-22 17:02:01 +00:00
joey
d0295d9dc0
* Clean up behavior with broken parentlinks.
2006-08-21 22:45:17 +00:00
joey
cf3021ef3f
* Fixed a bug with previews of subpages having broken links to top-level
...
pages.
* Change how the stylesheet url is determined in the templates: Remove
STYLEURL and add BASEURL to all templates (some already had it). This
new more general variable can be used to link to other things (eg, images)
from the template, as well as stylesheets.
2006-08-21 22:27:02 +00:00
joey
e32b07ed2b
releasing version 1.21
2006-08-20 20:53:56 +00:00
joey
132e41500f
* Fix utf-8 in blog post form.
2006-08-20 20:45:55 +00:00
joey
90a5d232b3
update
2006-08-19 05:07:44 +00:00
joey
9c2b8c4b3e
add python-docutils
2006-08-19 05:05:42 +00:00
joey
63edea27bc
* Add first draft at a Restructured Text (rst) plugin, by Sergio
...
Talens-Oliag. Note that this has many known issues -- see the caveats on
the plugin's page.
* Credit everyone who wrote a plugin on the plugins' wiki pages.
2006-08-19 05:05:02 +00:00
joey
ccd3a7e2c2
* Fix ikiwiki-mass-rebuild to work in the way the postinst uses it.
2006-08-19 02:58:47 +00:00
joey
7f58a84dea
* Add otl format plugin, which handles files as created by vimoutliner.
2006-08-18 21:48:03 +00:00
joey
2eac55e90e
* Add a map plugin contributed by Alessandro Dotti Contra.
2006-08-18 16:18:45 +00:00
joey
c6ee9cbf45
* Support inlining pages raw, rather than creating a blog.
...
* Clean up yes/no parameter parsing in inline plugin.
* Implemented better cycle detection in the inline plugin; nested inlines
will now work.
2006-08-18 03:56:18 +00:00
joey
69d1592a17
* Call filter hooks on inlined page content.
2006-08-18 00:44:46 +00:00
joey
cedb48765b
* Add a tail fin^W^Wsidebar plugin by Tuomo Valkonen.
...
* If a page links to itself, mark up the link text in a span with
class="selflink" so that it can be styled. I don't have a useful style
defined for that though.
2006-08-18 00:24:22 +00:00
joey
9556c4a889
* Fix a bug in the aggregator introduced last version that caused all
...
aggregator state to be lost during a non-aggregating build.
2006-08-17 23:09:55 +00:00
joey
480a49af47
* Catch failing IPC::Open2 in tidy plugin and retry in case this is a
...
transient failure to fork (which I've seen happen in the wild).
2006-08-17 20:39:00 +00:00
joey
24fcf2b97d
* Add --syslog config option, to log to the syslog.
2006-08-16 21:17:49 +00:00
joey
f738b155b1
* Relicense the templates and basewiki under the 2-clause BSD license.
...
Since these can easily become part of other people's websites, they
should be under as permissive a license as possible.
2006-08-16 20:38:11 +00:00
joey
97e10558fe
releasing version 1.19
2006-08-16 17:50:51 +00:00
joey
53cf5ca9a3
* Fix an infinite loop in the aggregator when finding a unique filename.
2006-08-16 17:37:36 +00:00
joey
df30eda283
* Add some locking to prevent 2 aggregators from running at once.
2006-08-16 17:32:30 +00:00
joey
d6a576077d
up
2006-08-13 05:58:36 +00:00
joey
be092a67c2
* Fix a bug in page type determination during online editing.
2006-08-13 05:56:01 +00:00
joey
dd74a51c96
releasing version 1.18
2006-08-13 02:19:52 +00:00
joey
4b36dee35a
* The last release accidentially installed ikiwiki as ikiwiki.pl, now fixed.
...
* Add --version.
* Man page format fixups.
* Add a %pagecase which maps lower-case page names to the actual case
used in the filename. Use this in bestlinks calculation instead of
forcing the link to lowercase.
* Also use %pagecase in various other places that want to check if a page
with a given name exists.
* This means that links to pages with mixed case names will now work,
even if the link is in some other case mixture, and mixed case pages
should be fully supported throughout ikiwiki.
* Recommend rebuilding wikis on upgrade to this version.
2006-08-13 02:03:43 +00:00
joey
d39717a1cb
* If the meta plugin overides the page title, set a title_overridden
...
variable in the template to true. This allows doing things with the
templates conditional on the title being overriden.
2006-08-12 17:51:32 +00:00
joey
3fcc926c5f
releasing version 1.17
2006-08-12 16:56:04 +00:00
joey
2eff1c64ab
* Set die_on_bad_params => 0 for all templates, to allow users to modify
...
them without annoyances.
* Suck in the page content when generating an inline archive page, to work
around the meta plugin's lack of caching of title metadata across runs.
2006-08-12 16:36:35 +00:00
joey
627c20808a
update
2006-08-10 04:13:59 +00:00
joey
cade16fbb6
* Improve markdown loading. First, try to load it as a properl perl module,
...
in case it was installed as one. Then fall back to trying
/usr/bin/markdown.
* Document in install page how to install markdown, since it has no
installation procedure in the upstream tarball.
2006-08-10 04:11:58 +00:00
joey
119e3e209d
* Display an error message if /usr/bin/markdown can't be loaded.
2006-08-10 03:03:34 +00:00
joey
9dee2ec20e
* Ship ikiwiki executable as ikiwiki.pl in source to avoid issues on
...
case-sensative filesystems like OSX.
2006-08-08 14:55:14 +00:00
joey
2ea8fbe2d9
misc changes
2006-08-05 21:15:50 +00:00
joey
7a05087f47
* Turn on HTML::Template loop_context_vars; not actually used in stock
...
templates but can be useful for things like making comma-delimited lists
of tags or what have you.
2006-08-05 03:21:14 +00:00
joey
a41abc80ac
* Turn off tidy indentation too.
2006-08-05 02:31:38 +00:00
joey
d98b2480f9
* Move tidy back to sanitize hook, found out how to only show body.
2006-08-05 02:28:04 +00:00
joey
e8ec0187da
* Disable tidy generator tag.
2006-08-05 01:09:04 +00:00
joey
a69bb505ab
releasing version 1.16
2006-08-05 00:57:02 +00:00
joey
485a017a88
* Fix dates in rss feeds if running localised, so they're still rfc 822.
2006-08-05 00:45:03 +00:00
joey
0708bb8aec
* Don't run tidy with -xml as that fails if the input is not well-formed.
...
Run it with -asxhtml instead, so it will output well-formed xhtml no
matter what the input.
* Disable tidy warnings too.
* Add a new format hook, and make tidy use it, since tidy can really only
operate on and output complete html documents, not the body chunks
that sanitise gets.
2006-08-04 07:41:02 +00:00
joey
acaee3d0bc
* Fix the htmltidy plugin, which wasn't working due my breaking it when
...
I added it..
2006-08-04 07:04:16 +00:00
joey
91e416b5f3
* Also generate rel=bookmark links for permalinks.
2006-08-04 04:29:18 +00:00
joey
d8819689b1
* Add xhtml files to the default prune regexp.
2006-08-04 02:35:54 +00:00
joey
d3713b0164
* Encode link and guid urls in rss feeds to avoid illegal utf8 slipping in.
2006-08-04 01:57:32 +00:00
joey
5077165953
revert this, it seems wrong
2006-08-04 01:47:07 +00:00
joey
819b31d46c
* Various CSS and formatting changes.
2006-08-04 00:47:28 +00:00
joey
c5919df5f3
* Make aggregator save permalinks and author name to pages as metadata.
...
* Add permalink and author support to meta plugin, affecting RSS feeds
and blog pages.
* Change titlepage() to encode utf-8 alnum characters. This is necessary
to avoid UTF-8 creeping into filenames in urls. (There are still
some other ways that it can get in.)
2006-08-04 00:01:51 +00:00
joey
e8b39b0941
* Try to handle relative links in aggregated feeds. However,
...
the current support is a crude hack due to limitations of XML::Feed:
xml:base is not supported, neither is Content-Location. And of course,
relative links in RSS feeds are ill-undefined..
2006-08-03 21:50:47 +00:00
joey
4bc87e86ed
releasing version 1.15
2006-08-03 17:02:17 +00:00
joey
1253db7de2
* Added created_before and created_after PageSpec limits.
2006-08-03 16:55:52 +00:00
joey
14d107ee6b
* Remove CDPATH and other env vars perl taint checking doesn't like.
...
Closes : #381279
2006-08-03 16:13:48 +00:00
joey
df5ee4d123
releasing version 1.14
2006-08-02 15:35:37 +00:00
joey
ee84ed3770
* Fix stupid bug in date matching, patch from Roland Mas. Closes : #381132
...
* Added many unit tests for pagespec_match.
2006-08-02 15:33:26 +00:00
joey
98f6f5e580
* Memoize pagespec translation, this speeds up a build of the ikiwiki tree
...
by 10% or so.
2006-08-02 03:39:19 +00:00