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
e54d901565
* Add an img plugin, based on Christian Mock's img plugin, but stripped
...
down to the bare essentials. Useful for handling large images on websites.
2006-10-21 21:59:44 +00:00
joey
182748a9c1
* Change the rss feed title from the wikiname to the page title.
...
Overriding the page title with meta title already overrode the rss feed
tittle.
2006-10-20 21:17:36 +00:00
joey
a2a65751a2
* Patch from Pawel Tecza to cp -a the templates in the Makefile.
2006-10-17 17:48:52 +00:00
joey
43ebaa6f7b
releasing version 1.30
2006-10-16 19:26:53 +00:00
joey
7c18261b80
* Wrap entire technortati ping operation in an eval to catch all possible
...
failure modes, after I observed a simple ->value crashing ikiwiki when
a ping failed.
2006-10-16 19:03:33 +00:00
joey
b02bbe8253
* Fix a subtle bug in will_render that broke some builds, by only clearing
...
items from renderedfiles the first time per build.
2006-10-16 18:51:13 +00:00
joey
6aa477fe8b
Fix support for --pingurl at the command line.
2006-10-16 18:33:59 +00:00
joey
b973ed8269
* Add no_override parameter to hook().
...
* Add a shortcut plugin, inspired by Victor Moral's contributed shortcuts
plugin, but featuring a more ikiwiki-ish syntax and with shortcuts that
can be configured using a page in wiki.
2006-10-15 19:33:52 +00:00
joey
15fb13d301
releasing version 1.29
2006-10-14 03:48:17 +00:00
joey
3ef0a67811
* Patch from Recai to limit recentchanges to displaying max 10 files for a
...
given changeset (to avoid large number of file changes excessively
bloating the page).
2006-10-14 03:12:30 +00:00
joey
9256360490
* Make the aggregate plugin emphasize error messages.
2006-10-13 18:31:18 +00:00
joey
85bcc483e3
correct
2006-10-09 00:05:14 +00:00
joey
be55f6fd7c
* Atom feed support based on a patch by Clint Adams.
...
* Add feeds=no option to inline preprocessor directive to turn off all types
of feeds. feeds=rss will still work, and feeds=atom was also added, for
fine control.
* $IkiWiki::version now holds the program version, and is accessible to
plugins.
2006-10-08 23:57:37 +00:00
joey
8c0f961264
update
2006-10-08 22:20:41 +00:00
joey
cefbe6210f
* Change %renderedfiles to store an array of files rendered from a given
...
source file, to allow tracking of extra rendered files like rss feeds.
* Note that plugins that accessed this variable will need to be updated!
The plugin interface has been increased to version 1.01 for this change.
* Add will_render function to the plugin interface, used to register that a
page renders a destination file, and do some security checks.
* Use will_render in the inline and linkmap plugins.
* Previously but no longer rendered files will be cleaned up.
* You will need to rebuild your wiki on upgrade to this version.
2006-10-08 21:56:50 +00:00
joey
67b513e8c4
* Patch from Alec Berryman adding a http_auth config item that allows
...
using HTTP Authentication instead of ikiwiki's built in authentication.
Useful for eg, large sites with their own previously existing user auth
setup. Closes : #384534
2006-10-02 22:56:09 +00:00
joey
711d4c075e
* Patch from Paul Tötterman to use CP in the Makefile.
2006-09-28 23:11:24 +00:00
joey
b78e139c50
* Don't fail syntax check if Text::Typography isn't installed.
...
Closes : #389406
2006-09-26 06:08:24 +00:00
joey
db8c6d8550
* Don't rm -rf ikiwiki on distclean, since a) there's no such file
...
and b) those poor Mac OSX users and their case insensative files!
2006-09-25 21:41:45 +00:00
joey
9f45c3080e
* Fix a forkbomb in various calls to IPC::Open2, which has a highly
...
braindead interface. Closes : #389383
2006-09-25 21:38:25 +00:00
joey
48e004acb1
* inline: Add ability to sort by page name, based on a patch from
...
Benjamin A'Lee.
2006-09-25 21:13:14 +00:00
joey
dc1b6a11f3
releasing version 1.27
2006-09-24 16:57:55 +00:00
joey
d782a418cd
reorder
2006-09-23 04:07:32 +00:00
joey
3d30413049
update
2006-09-23 00:05:27 +00:00
joey
c35444826c
* Add --render mode, which can be used to preview an edit at the command
...
line by test rendering a single page.
2006-09-21 21:34:29 +00:00
joey
c7140ad90b
* Add typography (SmartyPants) plugin by Recai.
2006-09-21 20:28:40 +00:00
joey
62e1a2ceed
estseek patch (slightly altered) and other replies
2006-09-18 20:53:17 +00:00
joey
f276e42430
typo
2006-09-18 20:11:35 +00:00
joey
396341b2c3
* Yet another fix for those poor case-insensative `OSX users.
...
* chomp trailing newlines at the end of templates read in by the template
plugin, to allow use of the template preprocessor directive in
whitespace-sensative situations. Closes : #387073
2006-09-18 19:28:09 +00:00
joey
55c18993b8
* README.Debian: typo Closes : #388110
2006-09-18 18:08:10 +00:00
joey
fa96eab120
* Updated ikiwiki.svgz from Recai, includes an icon and is used to generate
...
a multi-resolution favicon.ico.
2006-09-16 15:12:01 +00:00
joey
22ddd81dd2
* Numerous tla fixes from Clint.
2006-09-16 04:09:06 +00:00
joey
528454b9af
* Version the libcgi-session-perl dependency, some features that need
...
the new version are used in some cases (sslcookie).
2006-09-16 02:40:50 +00:00
joey
0df2ad5dfe
* Support Text::Markdown from CPAN, which has a different interface from
...
the original markdown or the one in Debian.
2006-09-16 01:50:29 +00:00
joey
a1888db132
foo
2006-09-16 01:25:51 +00:00
joey
26774c931c
* Patch from James Westby to deal with the case where you're editing a
...
new page, hit cancel, and need to be redirected to somewhere sane.
2006-09-16 01:23:14 +00:00
joey
39fd60f1ab
* Deal with CPAN installing Markdown as Text::Markdown, while it's
...
installed as just Markdown by apt.
2006-09-16 01:14:30 +00:00
joey
0f25ec8eb6
* pagetemplate hooks are now also called when generating cgi pages.
...
* Add a favicon plugin, which simply adds a link tag for an icon to each
page (and cgis).
2006-09-16 00:52:26 +00:00
joey
5598b315b5
foo
2006-09-15 17:26:36 +00:00
joey
993b20f990
* Yet another fix for those poor case-sensative OSX users.
2006-09-15 17:23:30 +00:00
joey
dfedb0351d
* Patch from Recai to fix a wide character warning from the search plugin
...
during setup if the wikiname contains utf8.
2006-09-15 17:10:53 +00:00
joey
c1b3572d4d
* Add a stub local.css to avoid problems with 404's.
2006-09-15 17:09:08 +00:00
joey
96b395705a
* Fix a baseurl problem in hyperestradier search results.
2006-09-15 03:15:34 +00:00
joey
9575948b51
hail UB313!
2006-09-14 22:28:04 +00:00
joey
1e7be2d3dd
* Patch from Recai to kill utf-8 on the wiki name when generating the
...
session cookie.
2006-09-11 16:24:05 +00:00
joey
d0b025468a
* Patch from Recai to use utf8 when reading the setup file, so that
...
utf8 wikinames from there will be used properly.
2006-09-10 18:16:43 +00:00
joey
68c67a5f41
* If an inlined page has a permalink, link the page title to that.
2006-09-10 04:19:46 +00:00
joey
70c5e7f0c8
typo
2006-09-09 23:11:10 +00:00
joey
9bae900242
* Add a module version number to IkiWiki, so you can "use IkiWiki '1.00'"
...
to declare which version of the interface your plugin needs.
2006-09-09 23:07:27 +00:00