joey
fe52c28bd6
* Move the footer div to enclose tags and links too.
...
* More style sheet updates, remove the hack that used the tags div to create
the footer border.
2007-04-26 19:33:28 +00:00
joshtriplett
0458338319
* Change basewiki CSS to not put a border around images used as links.
2007-04-24 20:53:36 +00:00
joey
71d2d93027
* Fix aggregator to not warn when a feed contains no body content at all.
...
* Work around bug #420636 by, if XML::Parser crashes, running the feed
content though Encode::decode_utf8.
2007-04-23 18:36:44 +00:00
joey
1e62d2bc0c
* In mercurial backend, untaint ipaddr when using it as the user for the
...
commit. Thanks, Alexander Wirt. Closes : #420428
2007-04-22 17:45:39 +00:00
joey
3af6dea3b5
* Minor template improvements by Alessandro.
2007-04-18 23:35:48 +00:00
joey
c5975243a5
* Support setting svnpath to "" for wikis that are rooted at the top of
...
their svn repositories, with no trunk directory.
2007-04-16 19:07:52 +00:00
joey
a98a8feaec
releasing version 1.50
2007-04-15 20:10:35 +00:00
joey
fedaead1d0
* Add .dpkg-tmp to prune regexp, so that if ikiwiki is run right as it's
...
being upgraded by dpkg it will ignore dpkg temp files in the basewiki.
2007-04-15 18:10:39 +00:00
joey
e855e30d01
* Add feedshow parameter to inline, which can be useful for eg, removing
...
old posts from feeds when permalinks change.
2007-04-14 20:58:02 +00:00
joey
9b145798c7
* Patch from Tuomov to link to the directory in feeds when usedirs is in
...
effect. Note that this changes permalinks, so if you are already using
usedirs you'll have to deal with that on upgrade to this version.
2007-04-14 20:46:41 +00:00
joey
fb802f8d2d
* Apply patch from Ethan to improve an error message that should never
...
happen.
2007-04-14 20:07:03 +00:00
joey
dd03d57678
* Internal version number and installdir substitutions were lost, fix.
2007-04-13 18:41:06 +00:00
joey
01b058a285
* Add postformtext parameter to inline.
2007-04-12 04:13:55 +00:00
joshtriplett
42761921d0
* Add libtext-typography-perl to Suggests for the typography plugin.
2007-04-10 07:25:23 +00:00
joshtriplett
e21c689d3c
* Add libdigest-sha1-perl to Suggests, for sparkline and graphviz.
2007-04-10 07:22:11 +00:00
joshtriplett
ae719636f5
* Add libtext-csv-perl to Suggests, for the table plugin.
2007-04-10 07:16:27 +00:00
joshtriplett
d4c489ed93
* Conflicts/Replaces/Provides the unofficial ikiwiki-plugin-table
...
package, because ikiwiki now provides the table plugin, and thus has
a file overlap with ikiwiki-plugin-table.
2007-04-10 06:46:54 +00:00
joey
13c7a51f1f
* Optimise displaytime, trimming maybe 6% off the build time.
2007-04-10 01:49:16 +00:00
joshtriplett
15d61ff4ed
spelling
2007-04-10 01:27:12 +00:00
joey
47cc9ee7bf
credit
2007-04-10 01:25:50 +00:00
joey
06b955b84a
* Add a new %destsources hash, which maps between a destination file and
...
the source page used to create it, ie it's the reverse of %renderedfiles.
* Use %destsources in htmllink and urlto for 20-50% speedup.
2007-04-10 01:18:03 +00:00
joey
88ffeae6ee
* Add support for PROFILE=1 to the Makefile, this turns on profiling of the
...
wiki build using Devel::Profiler (Dprof can't handle ikiwiki).
2007-04-10 00:26:15 +00:00
joshtriplett
83c0daccce
* Add myself as a co-maintainer, with Joey's approval.
2007-04-09 23:36:06 +00:00
joey
98994a4719
use err facility when logging errors to syslog
2007-04-09 23:09:43 +00:00
joshtriplett
5e239902b2
* Enhance helponformatting and related documentation to supply more
...
information about available preprocessor directives.
2007-04-09 21:53:36 +00:00
joshtriplett
54a4151306
* Add a graphviz plugin.
...
* Suggests: graphviz
2007-04-09 09:09:02 +00:00
joey
c36f5afce8
releasing version 1.49
2007-04-08 20:24:18 +00:00
joshtriplett
f2b60470c6
* Remove stray semicolon in linkmap.pm.
2007-04-07 00:30:09 +00:00
joey
4de163b997
* Fix display of escaped wikilinks containing anchors.
2007-04-06 21:20:14 +00:00
joey
8fa477fa28
* Fix smiley plugin to scan smileys.mdwn after it's updated, which fixes
...
a bug caused by committing changes to smilies.mdwn.
2007-04-06 20:36:29 +00:00
joey
6807cc5b28
update
2007-04-06 17:56:53 +00:00
joey
8d03891eba
* Reorder the icon in the template above the stylesheets, to avoid icon
...
flashing during page load.
2007-04-06 17:31:00 +00:00
joey
f5a2ba0164
* Updated French translation from JLC. Closes : #417982
2007-04-06 17:14:23 +00:00
joshtriplett
b4b0638751
* Add XS-Vcs-Browser field.
2007-04-06 03:28:05 +00:00
joshtriplett
0fa01750ce
* Add Homepage field.
2007-04-06 03:23:49 +00:00
joshtriplett
3f75c43e17
* Improvements to Description in debian/control:
...
* Note that some plugins have additional dependencies, found among the
Recommends and Suggests.
* ikiwiki supports both RSS and Atom feeds.
* Fix typos.
2007-04-06 03:21:12 +00:00
joshtriplett
a4d5000f04
* Add neutral smileys ":|" and ":-|", and question icon smiley "(?)",
...
with images taken from phpBB (GPL) and converted with gif2png.
2007-04-06 02:53:36 +00:00
joshtriplett
92433bae25
* Use pngcrush and optipng on all PNG files.
2007-04-06 02:46:19 +00:00
joey
d25e91e127
* Fix tags to page names that contain special characters.
2007-04-04 21:08:01 +00:00
joey
83618add81
* Fix a bug that caused link(foo) to succeed if page foo did not exist.
2007-04-04 20:57:13 +00:00
joey
aee4621bae
* Fix a bug in the img plugin that caused thumbnailed files to not be
...
* Make the OpenID library a reccommendation of the Debian package, rather
than just a suggests, since OpenID is enabled by default.
2007-04-04 00:40:57 +00:00
joey
bf9e8bc900
* Fix a big in the img plugin that caused thumbnailed files to not be
...
tracked properly.
2007-04-01 20:53:03 +00:00
joey
6351ae2ac4
fix links to sparklines; abs2rel -> urlto
2007-04-01 20:25:27 +00:00
joey
7910c2c7f6
use urlto; htmlpage is no longer appropriate here
2007-04-01 20:21:35 +00:00
joey
02b9f69ba5
* Finally apply the index.html patch, with thanks to everyone who worked
...
on and supported creating it (especially Tumov). This adds a "usedirs"
option that makes ikiwiki use foo/index.html instead of foo.html as
output page names. It is not yet enabled by default.
2007-04-01 19:59:42 +00:00
joey
a2cfdaaec5
* Hide excess backlinks and expand using CSS trick; control quantiy via
...
the numbacklinks setting.
2007-03-31 08:48:10 +00:00
joey
d73eb7d9b2
* Add a templates page to the basewiki. It will automatically list all
...
available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
self-documenting, listing the available variables.
2007-03-31 06:55:12 +00:00
joey
35ab3237fa
* Fix urls generated by mirrorlist plugin.
2007-03-31 00:41:22 +00:00
joey
0302056332
* Add --post-commit option, which allows for the case of a split web server
...
and RCS server (or a push mirror). With this the RCS server can have a
real post-commit hook that sshs back to the web server, and runs ikiwiki
in post-commit mode to update the wiki.
2007-03-29 18:27:00 +00:00
joey
e0cff15163
releasing version 1.48
2007-03-28 17:52:19 +00:00
joey
c936ba1719
* Fix mercurial backend to deal with empty commit messages.
2007-03-24 15:14:53 +00:00
joey
bbb0b3e72f
* Finally fixed the longstanding inline removal bug.
...
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
actually store pages' mtimes.
* Add "mtime" sort parameter to inline plugin.
2007-03-24 15:10:58 +00:00
joey
5a6a93544f
* Make ikiwiki's stylesheet support printing by hiding parts of the page
...
that shouldn't appear in a printout: Search box, actions bar,
blog post form, tags, backlinks, and feed buttons.
2007-03-22 00:02:48 +00:00
joey
d3df4c133c
typo
2007-03-21 23:16:44 +00:00
joey
2a0d91af2f
* Fix link() PageSpecs to not just look at the raw link text, but at where
...
that given link points based on the page doing the linking. Note that this
could make such PageSpecs match different things than before, if you
relied on the old behavior of them only matching the raw link text.
* This required changing the match_* interface, adding a third parameter.
* Allow link() PageSpecs to match relative, as is allowed with globs.a
* Add postform option to inline plugin.
* Add an bug tracker to the softwaresite example.
2007-03-21 23:11:09 +00:00
joey
1ecd251ffa
releasing version 1.47
2007-03-21 19:16:18 +00:00
joey
c8b4ba354f
* Fix a security hole that allowed insertion of unsafe content via the meta
...
plugins's support for inserting html link and meta tags. Now such content
is passed through the htmlscrubber like everything else.
* Unfortunatly, that means that some valid uses of those tags are no longer
usable, and special case methods needed to be added for including
stylesheets, and for doing openid delegation. If you use either of these
in your wiki, it will need to be modified. See the meta plugin docs
for details.
2007-03-21 18:52:56 +00:00
joey
72ed9e455c
the real bug turned out to be in the meta plugin
2007-03-21 06:46:06 +00:00
joey
03e5438155
oh, this is confusing, it needs escaping in <title>, but not when it's used
...
inline, already escaped there
2007-03-21 06:22:06 +00:00
joey
1c65ca4922
* Fix a few bugs around page titles containing html. The worst of these
...
is an actual security hole as it allows insertion of html into the title
element of a page, which is not processed by the htmlscrubber.
2007-03-21 06:05:21 +00:00
joey
16112c3294
response
2007-03-18 22:27:09 +00:00
joey
cb0c642aed
* Applied a patch from Michał to make the mercurial backend pass --quiet to
...
hg.
2007-03-18 22:20:44 +00:00
joey
26213f8ee4
* Detect the case of two people independently creating the same page at the
...
same time, and let the second person resolve the conflict.
2007-03-17 23:57:03 +00:00
joey
50a9ef4753
* Make ikiwiki -verbose -setup with a setup file that enabled syslog logging
...
output the verbose build log to stdout, rather than to the syslog.
2007-03-17 23:32:48 +00:00
joey
188f1931c2
* Fix some broken logic in cgi creation of a subpage when a toplevel page
...
with the same name already exists, and generally simplify the edit code.
2007-03-17 23:20:27 +00:00
joey
b154c971a9
* French update. Closes : #414597
2007-03-12 19:52:52 +00:00
joey
e5ddd9b581
* Fix a bug with inlined create page links, including Discussion links on
...
blog post pages. The links will now create pages relative to the page that
actually contains the link.
2007-03-11 04:59:03 +00:00
joey
ec1dc5b00f
releasing version 1.45
2007-03-11 02:29:15 +00:00
joey
89673afc6b
add postsparkline plugin, providing sparkliney stats goodness for blog
...
posts
2007-03-11 00:24:31 +00:00
joey
66a65b5ddd
* Correct a deadlock that could occur in post-commit if the aggregate plugin
...
was enabled and tried to lock the already locked wiki.
2007-03-08 11:04:59 +00:00
joey
c1b698e418
* The underscore escaping support exposed a bug in edit links: Such links
...
were titlepage escaped in the urls, and then doubly escaped by the CGI
when editing. To fix this, I removed the titlepage escaping in the edit
urls.
* That means that *every edit link* on the wiki is potentially changed.
Rebuilding wikis on upgrade to this version therefore necessary; enabled
that in postinst.
2007-03-08 06:03:59 +00:00
joey
5d57a8436f
* Add a table plugin, derived from the one written by Victor Moral.
2007-03-07 11:40:22 +00:00
joey
b365d864c5
My fix to support encoded underscores in page titles broke links to pages
...
with underscores in their filenames, since the link code also used
titlepage. Create a new linkpage function and have the link code use that
instead.
2007-03-07 09:48:59 +00:00
joey
c69d6f669a
* The slash escaping when adding to a blog from the CGI was not working
...
since it ended up being double-escaped. Instead, just remove slashes.
* Fix some nasty issues with page name escaping during previewing
(introduced in 1.44).
2007-03-07 09:23:13 +00:00
joey
7629ca1768
mention git
2007-03-07 05:47:34 +00:00
joey
1af4def09a
typo sparline => sparkline
2007-03-07 05:35:35 +00:00
joey
d4d535f17c
* Add a sparline plugin.
2007-03-07 05:33:45 +00:00
joey
1202b4fd7b
* Add preview parameter to preprocesser calls, use this rather than the
...
previous ugly hack used to avoid writing rss feeds in previews.
* Fix the img plugin to avoid overwriting images in previews. Instead it
does all the work to make sure the resizing works, and dummys up a resized
image using width and height attributes.
* Also fixes img preview display, the links were wrong in preview before.
2007-03-06 22:37:05 +00:00
joey
b9f7a57f94
* Add titlepage template for inline plugin.
2007-03-06 19:16:46 +00:00
joey
10b8557946
* Add "template" option to inline plugin to allow for use of customised
...
templates.
2007-03-02 04:00:42 +00:00
joey
3660b1c7a1
* Allow for underscores to appear in page titles, if encoded appropriately
...
(__95__) in filenames. Previously, all underscores were replaced with
spaces. Thanks, Enrico Zini for noticing that bug.
2007-03-02 00:37:22 +00:00
joey
1dbaf7a91c
releasing version 1.44
2007-02-25 01:20:53 +00:00
joey
072967e62a
* Patch from Ethan to improve behavior if a page is deleted or moved while
...
someone is editing it.
* Some cleanup of field setting in the failed edit and conflict handling
code.
2007-02-24 00:39:06 +00:00
joey
2dfe3efcb7
* Correct a bug that could lead to infinite looping after signin in some
...
circumstances.
2007-02-24 00:20:36 +00:00
joey
ba0d82e7ea
* Patch from HenrikBrixAndersen to fix a broken use of foreach in the
...
search plugin.
2007-02-23 19:36:31 +00:00
joey
1e5d95e07b
* French translation update. Closes : #411899
2007-02-21 18:34:36 +00:00
joey
c60477228c
* Since the CGI had to drop the wiki lock to avoid deadlocking the
...
commit hook, it was possible for one CGI to race another one and "win"
the commit of both their files. This race has been fixed by adding a new
commitlock, which when locked by the CGI, disables the commit hook
(except for commit mails). The CGI then takes care of the updates the
commit hook would have done.
2007-02-21 08:55:28 +00:00
joey
92e5781212
* Elegant patch from Ethan to clean up the display of page names in the
...
dropdown when creating a new page.
2007-02-21 00:17:50 +00:00
joey
d0804acdc2
* Smarter detection of no-op changes to po files.
2007-02-20 23:13:49 +00:00
joey
135e5fc63a
* perl is broken: print "" || die fails! Work around this insanity.
2007-02-20 22:19:28 +00:00
joey
b90d4ccc06
test commit
2007-02-20 09:43:44 +00:00
joey
e41cd25f4f
typo
2007-02-20 04:28:16 +00:00
joey
aae1bc4905
build ikiwiki.out and use it to build the wiki, so that NOTAINT can take effect during the build too if necessary
2007-02-20 04:24:54 +00:00
joey
0be3937a0f
I belive that this patch was from Ben
2007-02-20 04:16:40 +00:00
joey
8b3a840a74
* Detect old versions of xgettext and avoid using them.
2007-02-20 04:10:31 +00:00
joey
2725887734
* Make img plugin not fail immediately if Image::Magick is not available.
...
This lets ikiwiki not build depend on perlmagic.
2007-02-20 03:59:35 +00:00
joey
d442f1b2fc
* Don't error out if estcmd fails, just print a warning message. estcmd is
...
to fragile to let it kill ikiwiki.
2007-02-20 03:17:09 +00:00
joey
fa52a730ff
* Changed calling convention for httmllink slightly. The first three
...
parameters remain the same, but additional options are now passed in using
named parameters.
* Change plugin interface version to 1.02 to reflect this change.
* Add a new anchor option to htmllink. Thanks Ben for the idea.
* Support anchors in wikilinks.
* Add a "more" plugin based on one contributed by Ben to allow implementing
those dreaded "Read more" links in blogs.
2007-02-20 03:05:47 +00:00
joey
1081aa1ee5
fix a bug
2007-02-20 01:49:52 +00:00
joey
34f1c2aee8
* Allow setting NOTAINT=1 when building the wiki to remove taint checking
...
flags, which can be useful on some hosting providers.
2007-02-20 01:09:48 +00:00
joey
7884f69eaf
* Add a openidlogin-bg.gif to wikiicons and have the stylesheet use it for the
...
OpenID login form rather than linking to a remote logo, to avoid various
issues. Since there is not yet a license for the actual OpenID logo, this
file is currently a blank image. Users who want to can copy
http://openid.net/login-bg.gif into their wiki.
2007-02-19 23:42:46 +00:00
joey
8bfcca5b47
* Patch to fix validaton of atom feeds by fixing the category tags.
2007-02-19 04:42:30 +00:00
joey
596019fb2b
releasing version 1.43
2007-02-19 04:37:47 +00:00
joey
c9d7926df4
* New domain name for ikiwiki: ikiwiki.info. Update your links.
2007-02-18 20:24:40 +00:00
joey
fa386be22e
* Add explicit module prereqs to Makefile.PL
2007-02-18 18:01:55 +00:00
joey
ecf37caff9
* Avoid potential syslog format string issue, although only older versions
...
of perl are vulnerable and it is not known to really be exploitable from
ikiwiki.
2007-02-17 21:34:42 +00:00
joey
43be4c519e
* Updated Czech translation.
2007-02-17 19:02:53 +00:00
joey
0cfc607314
* Add a prettydate plugin that formats dates in a more readable fashion.
...
(I had to get a pretty date somehow today..)
2007-02-15 07:53:04 +00:00
joey
f850acc6ad
* Patch from Ethan to allow using meta tags to set creation dates of pages.
2007-02-15 05:48:40 +00:00
joey
d4c61b7281
* Many changes to make ikiwiki very resistant to write failures
...
including out of disk space situations. ikiwiki should never leave
truncated files, and if the error occurs during a web-based file edit,
the user will be given an opportunity to retry.
Inspired by the many ways Moin Moin destroys itself when out of disk. :-)
* Fix syslogging of errors.
2007-02-15 02:22:08 +00:00
joey
96125d8da5
* Allow multiple tag settings to appear in a single page.
2007-02-14 04:05:08 +00:00
joey
6fc66f83de
* Fix the template, toggle, and conditional plugins to filter text before
...
preprocessing it.
* Fix smiley plugin to support smileys at the very beginning or end of
the content.
2007-02-14 00:11:19 +00:00
joey
88e8f08c8f
* Make the basewiki be full of symlinks to pages that should be the same
...
in the doc wiki. This will allow direct edits to alter the base wiki
without manual munging.
2007-02-13 23:10:45 +00:00
joey
87ecd8bcda
* Updated Spanish translation.
2007-02-12 18:50:41 +00:00
joey
479c7a1ea6
* Allow plugins to add new types of tests that can be used in PageSpecs.
...
* Add a "conditional" plugin, which allows displaying text if a condition
is true. It is enabled by default so conditional can be used in the
basewiki.
* Use conditionals in the template for plugins, so that plugin pages
say if they're currently enabled or not, and in various other places
in the wiki.
2007-02-12 02:44:47 +00:00
joey
9729c20898
releasing version 1.42
2007-02-10 20:38:50 +00:00
joey
29e6ff03b0
* Fix a security hole that allowed a web user to edit images and other
...
non-page format files in the wiki. To exploit this, the file already had
to exist in the wiki, and the web user would need to somehow use the web
based editor to replace it with malicious content.
(Sorry Josh, this means you can't edit style.css directly anymore,
although I do appreciate your fixes, actually..)
2007-02-10 20:37:36 +00:00
joey
ace6a60b1b
* viewcvs is now viewvc (in Debian unstable), update everything to use the
...
new name.
2007-02-09 05:34:40 +00:00
joey
7b6063c6dd
typo
2007-02-08 21:24:43 +00:00
joey
56f8e6344c
* Drop the BSD license for the templates and basewiki, and just allow them
...
to be used as close to public domain as possible.
2007-02-08 21:19:21 +00:00
joey
1eb59c4760
* Add "reverse" option to inline to invert sort orders.
2007-02-08 19:48:00 +00:00
joey
f442856769
improve
2007-02-07 00:49:05 +00:00
joey
58141a0ebc
* Patch based on a patch from Ethan to support relative matching in
...
PageSpecs, by using "./". pagespec_match() has grown a new third parameter
to support this.
2007-02-06 21:17:25 +00:00
joey
46f0f5bdc2
* Add feedshow option to allow reducing the number of items included in
...
an rss or atom feed.
2007-02-05 21:54:36 +00:00
joey
97aea86162
code checking for locked pages into a new "lockedit" plugin. Both are
...
* Avoid using lots of memory when copying large non-html files.
Yes, you can keep videos in the wiki..
2007-02-03 03:27:33 +00:00
joey
5f162cfd34
* Add canedit hook, allowing arbitrary controls over when a page can be
...
edited.
* Move code forcing signing before edit to a new "signinedit" plugin, and
code checking for locked pages into a new "lockedit" plugin. Both are
enabled by default.
* Remove the anonok config setting. This is now implemented by a new
"anonok" plugin. Anyone with a wiki allowing anonymous edits should
change their configs to enable this new plugin.
* Add an opendiscussion plugin that allows anonymous users to edit
discussion pages, on a wiki that is otherwise wouldn't allow it.
* Lots of CGI code reorg and cleanup.
2007-02-02 02:33:03 +00:00
joey
d67c4817aa
* Fix several more missing translations of Discussion.
2007-01-31 07:18:06 +00:00
joey
344ab0a16b
* Fix for missing backlinks() in pagestats plugin.
2007-01-31 07:13:51 +00:00
joey
2dc010d66a
* Fix one more missing translation of Discussion.
2007-01-31 07:10:11 +00:00
joey
2605d49d84
tighten gettext versioning
2007-01-31 07:05:21 +00:00
joey
b61df3d54d
releasing version 1.41
2007-01-30 07:37:44 +00:00
joey
64ca9a921a
* Fix openid signin secret generation code. This fixes the bug that made
...
all openid signins fail the first time, and then succeed the second
time.
2007-01-30 07:21:06 +00:00
joey
ab71299293
* More gettext fun.
2007-01-28 02:24:43 +00:00
joey
9904d10ed9
* When building the doc wiki, build with LANG=C.
2007-01-28 01:53:26 +00:00
joey
5a128f3d63
* Replace underscores in shortcut texts with spaces when formatting for
...
display. This allows using a shortcut like [[wikipedia War_of_1812]],
which links to the correct remote page, but is displayed nicely.
2007-01-28 01:01:33 +00:00
joey
4ff60ef1c5
* Always call rcs_update after a commit during a web edit, to work around
...
the problem described in bugs/svn_fails_to_update. Thanks to Ethan for the
analysis and patch.
2007-01-28 00:26:55 +00:00
joey
c566e16d9e
* Improve use of svn merge, by specifying the file to merge, rather than
...
chdiring to the srcdir (which wasn't right when merging in a subdir).
Thanks Ethan.
2007-01-28 00:06:01 +00:00
joey
8c5350bcf8
* French translation update. Closes : #408593
2007-01-27 23:57:08 +00:00
joey
72dbbe3a2c
* Make gitorigin_branch and gitmaster_branch configurable via the setup
...
file. Closes : #408599
2007-01-27 23:56:17 +00:00
joey
f6e917fcce
* Fix handling of discussion links on discussion pages when l10n is used.
2007-01-18 15:06:57 +00:00
joey
d8c3baf7a3
* Added smileys for Moin Moin compatability.
2007-01-18 14:46:51 +00:00
joey
04cde27a0e
* Gettext 1.04 or up is needed for the OO interface that ikiwiki needs,
...
if an older version is installed, just don't gettext strings, instead of
crashing.
2007-01-16 03:37:39 +00:00
joey
d2805a5de8
releasing version 1.40
2007-01-15 02:43:30 +00:00
joey
fa8bbbb0b3
* Fix bogus use of CDATA in atom feeds. Closes : #406898
2007-01-14 22:56:42 +00:00
joey
b56e98cbe3
* Add French translation by Jean-Luc Coulon. Closes : #406881
2007-01-14 20:45:10 +00:00
joey
e1c0576029
* Fix missing categories in rss/atom feeds.
2007-01-14 20:14:36 +00:00
joey
20fd72e221
releasing version 1.39
2007-01-14 05:25:25 +00:00
joey
c4b1712212
* Change the RecentChanges page to show the path of changed pages.
2007-01-14 04:30:53 +00:00
joey
5608aa078e
* In the aggregator, check for and deal with post filenames that are
...
longer than the maximum file length.
2007-01-14 04:17:53 +00:00
joey
b695d6bdec
add translation
2007-01-14 04:01:35 +00:00
joey
8c8ce06a1b
* Search in default location for templates as a fallback when templatedir is
...
pointed elsewhere, so that only modified templates need to be copied into
a templatedir. Based on work by JeremyReed.
2007-01-12 20:48:19 +00:00
joey
389f23a60b
* Add a Gujarati translation by Kartik Mistry. Closes : #406635
2007-01-12 19:58:44 +00:00
joey
6601637493
* Add a Bulgarian translation by Damyan Ivanov. Closes : #406580
2007-01-12 00:00:21 +00:00
joey
92e26031ee
* Fix encoding issue with use of Locale::Gettext. Seems that the OO
...
interface returns proper utf-8 decoded strings, unlike the traditional
interface, so use the OO interface.
2007-01-11 23:29:22 +00:00
joey
bd94e24566
* Add a Czech translation by Miroslav Kure.
2007-01-11 23:27:43 +00:00
joey
1702ef1c39
* Add a Swedish translation by Daniel Nylander. Closes : #406410
2007-01-11 03:24:57 +00:00
joey
d1636b6323
* Include the pot file in the source tarball. Closes : #405890
2007-01-10 20:33:19 +00:00
joey
b31dc8d994
* Fix --locale to control LC_ALL now.
2007-01-10 20:25:00 +00:00
joey
3f3f3e46ad
* Add a rawhtml plugin that allows copying raw html files from the srcdir.
2007-01-08 21:00:18 +00:00
joey
c7c546948a
releasing version 1.38
2007-01-06 04:23:52 +00:00
joey
7bc7eb106e
* Added a Polish translation by Paweł Tęcza.
2007-01-05 18:15:11 +00:00
joey
3b5f0e6ce9
* Added a Spanish translation by Victor Moral.
...
* A few translation infrastructure fixes.
2007-01-03 20:01:36 +00:00
joey
e5348d2d70
* Corrected a bum regexp in openid munging.
2007-01-03 05:33:50 +00:00
joey
c8787a2793
releasing version 1.37
2006-12-31 22:32:34 +00:00
joey
ea266ea22f
fixes
2006-12-31 20:56:35 +00:00
joey
c494e2f974
* Escape shashes in page titles entered in the blog post form.
...
* Munge openids of the form somehost.com/user (trial, may revert)
2006-12-31 20:50:22 +00:00
joey
f62d23f008
* If a userdir is configured, links to pages in it can be made without
...
specifying the path. This allows for easy signing of comments by linking
to your page in the userdir.
2006-12-29 05:33:20 +00:00
joey
7819f34a50
* Add a textile format plugin contributed by mazirian.
2006-12-29 05:18:39 +00:00
joey
b5e2afa943
* Allow disabling of plugins included in goodstuff.
2006-12-29 04:49:55 +00:00
joey
178ab4c51c
* Don't put discussion links on discussion pages.
2006-12-29 04:45:09 +00:00
joey
912521ef07
* Initial work on internationalization of the program code. po/ikiwiki.pot
...
is available for translation.
* Export gettext() from IkiWiki module.
2006-12-29 04:38:40 +00:00
joey
8323bc5214
* Improve code that ignores files in the underlaydir if the srcdir has a
...
file building the same page. Now it will work even if the extensions of
the source files differ.
2006-12-28 22:15:38 +00:00
joey
ad4578ea5a
test3
2006-12-24 06:09:13 +00:00
joey
a87dcb0faa
test2
2006-12-24 06:02:14 +00:00
joey
adbbaaebe2
test
2006-12-24 06:01:38 +00:00
joey
65ddd9ee21
update
2006-12-24 05:52:51 +00:00
joey
8199187870
update
2006-12-24 05:49:43 +00:00
joey
56c5b85fd0
update
2006-12-24 05:48:15 +00:00
joey
f16ddc4caa
update
2006-12-24 05:47:07 +00:00
joey
0e847c08a5
update
2006-12-24 05:45:56 +00:00
joey
8216924629
update
2006-12-24 05:45:01 +00:00
joey
5be3971934
update
2006-12-24 05:43:52 +00:00
joey
9ae094f162
update
2006-12-24 05:41:02 +00:00
joey
db4450814d
update
2006-12-24 05:39:59 +00:00
joey
7b136d4d1c
update
2006-12-24 05:39:27 +00:00
joey
3f6a06985d
update
2006-12-24 05:38:18 +00:00
joey
7b8c512378
update
2006-12-24 05:24:26 +00:00
joey
e14ab045d3
typo
2006-12-24 05:22:15 +00:00
joey
f4e3e47e12
* Ikiwiki used to use svn as its RCS by default unless configured otherwise,
...
now it defaults to using no RCS unless configured to do so.
2006-12-23 06:55:18 +00:00
joey
201d11da0a
the problem with coding while drunk -- idiotic mistakes
2006-12-23 06:48:56 +00:00
joey
829e0b1b65
* Avoid creating edit links when not in cgi mode.
...
* Avoid displaying discussion links at all, if there's not a discussion
page, when not in cgi mode.
2006-12-23 06:18:55 +00:00
joey
61b85443d1
* Fixed permissions of some files that were 600 in the tarball. (Did not
...
affect the deb).
2006-12-23 05:49:54 +00:00
joey
d83d11e6b8
* Add mirrorlist plugin.
2006-12-23 01:07:11 +00:00
joey
aaee7f4ab9
releasing version 1.36
2006-12-22 20:56:43 +00:00
joey
2476447a5b
changed my mind about how to disambiguate links, it seems to make more
...
sense to start them with a /
2006-12-21 22:15:11 +00:00
joey
31d0021e9c
* Add support for links of the form [[../foo]], this links to the page
...
* Fix code to make absolute urls for rss feeds, was missing some urls.
* Fix double-escaping of html entities in titles etc in rss feeds
that occured if escaped characters were present in the page filename.
2006-12-21 21:52:06 +00:00
joey
a00bc110b1
typo
2006-12-21 20:17:53 +00:00
joey
ff6941cef9
* Add support for links of the form [../foo]], this links to the page
...
foo a level higher in the directory hierarchy than the one it would link
to by default.
2006-12-21 20:11:18 +00:00
joey
0dc8b91226
* Patch from Emanuele Aina to fix modification time code in mercurual
...
backend.
2006-12-21 19:40:11 +00:00
joey
472dabbb60
* Turn $config{wiki_file_prune_regexps} into an array that is easier to
...
manipulate.
* Only exclude rss and atom files from processing if the inline plugin
is enabled and that feed type is enabled. Else it's just a copyable file
type.
* Move rss and atom option handling code into the inline plugin.
* Applied a rather old patch from Recai to fix the "pruning is too strict"
issue. Now you can have wiki source directories inside dotdirs and the
like, if you want.
2006-12-21 19:36:15 +00:00
joey
83109863f6
* Fix an issue with inlining a page with a rss feed inside another
...
page with an rss feed.
2006-12-21 13:51:50 +00:00
joey
321b529cd8
fix man page perms in install
2006-12-19 17:09:03 +00:00
joey
389ad222ec
* Add userdir config setting.
2006-12-19 16:58:55 +00:00
joey
50c7f7ab04
* Fix sometimes broken links to Discussion pages from blog pages.
2006-12-14 19:41:41 +00:00
joey
c269d5c789
* Use POST for poll to avoid some robots.
2006-12-14 19:04:42 +00:00
joey
c0cf13dbb0
* Fix various links on the hyperestradier pages.
2006-12-04 10:50:46 +00:00
joey
a60d98461f
releasing version 1.35
2006-12-02 00:29:55 +00:00
joey
8af8d085d6
* The hack used to make the pagetemplate hook have access to the editpage
...
template won't work with CGI::FormBuilder 3.0401, so disable it for now.
* CGI::FormBuilder 3.0401 seems to work ok now with ikiwiki, although
there might still be bugs lurking..
2006-12-02 00:19:55 +00:00
joey
f65fa0ad68
* Fix daemonisation code to only do daemon setup things after forking the
...
child process.
2006-12-02 00:12:26 +00:00
joey
951522ebc3
* More build deps updates.
...
* /dev/null fortune failures
* Add libtime-duration-perl to build deps, as it's used by the svn module
2006-11-28 18:16:04 +00:00
joey
abd262cf58
* Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
...
* Fix url absolution code in inline plugin to support class and id fields in
links and imgs, and to support anchor urls.
2006-11-28 09:10:42 +00:00
joey
c9983bc7d8
* Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
...
~user/.ikiwiki/wikilist will be read.
2006-11-28 05:46:13 +00:00
joey
d17e756e1c
releasing version 1.34.1
2006-11-27 17:39:22 +00:00
joey
e30262ced7
releasing version 1.34
2006-11-27 01:52:23 +00:00
joey
1cc030f96b
git test suite
2006-11-26 20:10:09 +00:00
joey
c8a59c1c10
* Git backend improvements, including bug fixes and better robustness.
2006-11-26 20:05:57 +00:00
joey
b20d4f6681
* Mercurial backend improvements, including --get-ctime support.
2006-11-26 20:01:43 +00:00
joey
5800d2160c
add a poll plugin
2006-11-26 19:46:11 +00:00
joey
82ab2ebb08
* Add softwaresite example.
2006-11-22 14:59:26 +00:00
joey
04a9dbfe7d
updates
2006-11-22 14:28:38 +00:00
joey
9e05810f81
rename
2006-11-22 06:15:32 +00:00
joey
a405b46c3b
* Add toggle plugin.
...
* Introduce the nicebundle. This is a kind of plugin, that just enables
many other plugins. It's an easy way to boost ikiwiki from its default,
basic wiki, to a full-featured wiki, without manually picking the right
set of plugins. New plugins will be added to the nicebundle from time to
time.
2006-11-22 02:28:42 +00:00
joey
ffb2700043
* Add a test suite for the mercurial backend, contributed by Emanuele Aina.
...
* Add a test suite for the svn backend.
* Daemonize before sending RPC pings, since that can take a while
and/or hang.
* Daemonize before sending commit mails, as that can also take a long
time/hang if the mail server is unhappy.
* Factor out commit mail sending code into new function.
2006-11-21 17:47:53 +00:00
joey
5bc73d7fac
* Rename ikiwiki.pl so MakeMaker doesn't see it, and install it.
...
* Add some code to the build system that tries to determine if the
lib installation directory is in @INC. If it's not, munge ikiwiki
to hardcode the path to the lib directory. This should allow installing
ikiwiki in nonstandard locations, including home directories, by just
setting PREFIX at build time.
* Fix nested examples directory in deb.
2006-11-20 22:12:43 +00:00
joey
3e593eb9c0
* Add "last" parameter to hook function. Very basic ordering, and hopefully
...
nothing more spohisticated will be needed.
* Add formbuilder_setup and formbuilder hooks.
* Split out a passwordauth module, that holds all the traditional password
based authentication etc code. It's enabled by default, but can be disabled
if you want only openid or some other auth method.
2006-11-20 20:37:27 +00:00
joey
d389b0e4a4
* Avoid locking the wiki at all when handling some basic cgi stuff
...
(searches, recentchanges).
2006-11-20 12:03:35 +00:00
joey
eac31eff5c
shortcut stuff
2006-11-20 11:31:23 +00:00
joey
b6116256c5
get rid of wikiformat build dep
2006-11-20 10:29:39 +00:00
joey
e43cd269d2
* Add openidsignup config option.
...
* Make the openid plugin support the callbacks from myopenid.com via its
affiliate program.
* Change how post signin actions are propigated through the signin process;
they're now stored in the session.
2006-11-20 09:40:09 +00:00
joey
702b8721d3
* Add an openid plugin to support logging in using OpenID.
...
* Web commits by OpenID users will record the full OpenID url for the user,
but in recentchanges, these urls will be converted to a simplified display
form+link.
* Modified svn, git, tla backends to recognise such web commits.
2006-11-20 02:46:58 +00:00
joey
54cf5a62ca
* Make auth methods pluggable.
...
* Move httpauth support to a plugin.
* Add an openid plugin to support logging in using OpenID.
2006-11-20 01:52:18 +00:00
joey
8d3b07d946
releasing version 1.33
2006-11-15 23:33:11 +00:00
joey
513368c403
* Work with hyperestraier 1.4.9.
2006-11-13 20:07:55 +00:00
joey
96eb9bb3fa
* Work around a strange bug in CGI::FormBuilder 3.0401 that makes
...
FORM-SUBMIT unusable on customised formbuilder templates. For now,
hardcode the submit buttons in editpage.tmpl instead of using the
template variable, which is ok, since the buttons are static.
2006-11-10 07:46:41 +00:00
joey
54c90b2d41
* Fix img plugin's handling of adding dependencies for images that do not
...
yet exist.
2006-11-09 20:58:24 +00:00
joey
35ee7e44a6
* Make sure to check for errors from every eval.
2006-11-08 21:03:33 +00:00
joey
6e1986cf12
* Patch from Ethan Glasser Camp to add a skip option to the inline plugin.
2006-11-08 20:39:48 +00:00
joey
cb3f89f429
* Enable utf8 file IO in aggregate plugin.
...
* Fix some issues with the new registration form.
2006-11-08 20:13:59 +00:00
joey
3a3219c0e0
* Avoid syntax errors in templates used by the template plugin crashing
...
ikiwiki.
2006-11-05 23:44:20 +00:00
joey
b78e93098b
* Fix issue with aggregate plugin updating expired pages.
2006-11-04 19:20:24 +00:00
joey
f82a7d2668
releasing version 1.32
2006-11-03 19:48:58 +00:00
joey
66f4b2c22a
Closes : #396702
2006-11-02 18:03:38 +00:00
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
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
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
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
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
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
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
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
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
e5c4eae640
* Add missing dependency on the URI perl module.
2006-10-27 17:11: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
9c6b7ecb56
add perlmagick
2006-10-21 22:02:02 +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
b5071ae05f
add XS-Vcs-Svn field
2006-10-04 17:26:30 +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