joey
ffc06c8e4d
* Fix FTBFS in test suite introduced in last version. Closes : #425891
2007-05-24 20:21:45 +00:00
joey
8c2c8c6bea
* Deal better with rebuilds that involve moving files; track and clean up the
...
old files.
* Change where the img plugin puts scaled images. It's better to make the
scaled images subpages of the page that embeds them, rather than putting
them alongside the original image, since if two pages scale the same image
the same way, this prevents complications in dealing with two pages
creating the same file. The move will be handled transparently, though you
might want to rebuild your wiki to make it occur in one step.
2007-05-24 19:56:08 +00:00
joey
bb0cbecbc3
* Correct bug in the img plugin that caused dependencies on images to not
...
always be tracked correctly.
2007-05-23 01:44:11 +00:00
joey
9fa9080f2c
* Updated Spanish translation from Victor Moral.
2007-05-21 17:18:52 +00:00
joey
82ac63d798
* Change the aggregate plugin's locking strategy. Now it defers loading state
...
until the wiki is building and already locked, unless it's aggregating.
When aggregating, it does not wait for the lock if it cannot get it, and
instead exits, to prevent aggregating processes from piling up.
2007-05-21 02:52:51 +00:00
joey
d3d528b5c4
* Add a test ensuring that the basewiki is self-contained and has no broken
...
links.
2007-05-20 01:00:21 +00:00
joey
cf35ee04cd
* Add a destpage parameter to the filter hook.
...
* Fix links to smilies generated by the smiley plugin for inlined pages. The
old links were often wrong, but often still worked by accident.
2007-05-17 19:55:11 +00:00
joey
739325834b
* Fix some bugs in password handling:
...
- If the password is empty in preferences, don't clear the existing
password.
- Actually check the confirm password field, even if it's left empty.
2007-05-17 08:06:05 +00:00
joey
08d0bd7338
* Patch from hb to fix the pagestats plugin, which was broken by a past
...
change to the backlinks() function.
2007-05-12 17:56:56 +00:00
joey
190202dd4e
* Make all templates have a footer div to ease themeing. Required template
...
and style sheet updates, and unless you're using customised versions,
you'll want to rebuild wikis on upgrade to this version to avoid
inconsistencies.
* Allow WIKINAME to to used in footers, as an example of something to put
there.
2007-05-11 20:09:58 +00:00
joey
f23ebaad2e
* Apply patch from Pawel to avoid using -L in Makefile as it's not available
...
in older finds.
2007-05-10 18:59:02 +00:00
joey
301e2d93c4
* Updated Czech translation from Miroslav Kure.
2007-05-09 20:01:55 +00:00
joshtriplett
b8d7ae91d0
* Add an account-creation password as a simple anti-spam mechanism. If
...
set in the wiki setup, passwordauth will require the password in
order to create an account.
2007-05-09 02:05:32 +00:00
joshtriplett
563ea1c56f
Remove doc-wiki-only item from the changelog.
2007-05-09 01:27:57 +00:00
joey
72c53650ad
* Add the needsbuild hook. Plugins can use this to manipulate which files
...
ikiwiki builds when refreshing the wiki.
2007-05-09 00:48:09 +00:00
joey
127bceef5b
* Add all=no option to conditional, can be used to form conditionals that do
...
not need to examine every page in the wiki.
* Use this to simplify the goodstuff detection in the plugin template.
2007-05-09 00:31:49 +00:00
joey
5c6b96967d
update
2007-05-08 21:31:14 +00:00
joey
687928ead2
* Make testpagespec more robust, including checking for missing/bad
...
parameters, and detecting if a pagespec failed to compile.
2007-05-08 21:22:14 +00:00
joey
5132558731
* Improve handling of edits of locked pages by users who are not yet signed
...
in.
2007-05-07 05:34:55 +00:00
joey
9026ae05c2
* Fix a bug that prevented clearing email or subscriptions.
2007-04-30 21:32:24 +00:00
joey
65be0598a9
* Use div layout for the signin and preferences forms, so that they can be
...
styled using the stylesheet, rather than by creating signin and prefs
templates.
* Make the openid login form nicely styled.
2007-04-30 21:27:58 +00:00
joey
cd27ffc614
* If Net::OpenID::Consumer is not available, the openid module will quietly
...
disable itself, this avoids needing a hard dependency on the perl module.
2007-04-30 04:41:53 +00:00
joshtriplett
fafaa119cf
Revert passwordauth fieldset and doc to avoid 2.0 regressions; need to re-evaluate after 2.0.
2007-04-30 04:08:06 +00:00
joshtriplett
40365e1aee
* Group passwordauth fields with a fieldset as well. Add a new
...
passwordauth page to the basewiki describing password
authentication; like openid, it uses conditional to check which
forms of authentication the wiki allows. Add conditional cross-
links between the openid and passwordauth pages, to help the user
understand how they can log in.
2007-04-30 02:26:50 +00:00
joshtriplett
e739073c38
* fieldset support appeared in CGI::FormBuilder 3.05, so increase
...
version in Depends on libcgi-formbuilder-perl to 3.05
2007-04-30 02:21:17 +00:00
joey
69d27a2ecd
2.0 stuff
2007-04-29 23:19:25 +00:00
joey
1e62e4f87f
* Enable openid logins by default.
...
* Enable usedirs by default.
2007-04-29 22:54:14 +00:00
joey
dde68ed9b9
* Use a fieldset to set off the openid entry from the rest of the login
...
form.
2007-04-29 22:16:15 +00:00
joey
93c6d2c340
* Use fieldsets in the preferences form to group related options together.
...
Especially cleans up the ordering of the admin's preferences form.
2007-04-29 21:57:25 +00:00
joshtriplett
e97b63c95a
* Avoid using GNU extensions to cp during "make install", which did
...
not work on FreeBSD. Thanks to Henrik Brix Andersen for the patch.
2007-04-29 21:53:26 +00:00
joey
3340087f66
releasing version 1.51
2007-04-29 04:57:39 +00:00
joey
5c36a5cfc6
* Apply patch from hb that uses the full path to a file when adding a file
...
using the mercurial backend. Not 100% sure why it failed w/o the full
path, but this still passes the test suite, and indeed, is how the test
suite calls hg add.
2007-04-29 03:25:09 +00:00
joey
a1d9abab8c
* Updated Spanish translation from Victor Moral.
2007-04-29 02:16:13 +00:00
joey
89abde117a
* Updated Czech translation from Miroslav Kure.
2007-04-28 17:35:01 +00:00
joey
6bbade916e
* Updated Polish translation from Pawel Tecza.
2007-04-27 20:26:54 +00:00
joey
1eee32c5b5
* Make pagespec_match return an object that can be stringified to tell
...
* Include wikiname in syslogged messages.
2007-04-27 17:48:11 +00:00
joshtriplett
bf006f771b
* Fix bestlink to use pagecase for pages in userdir, to support pages
...
with non-lowercase filenames.
2007-04-27 09:11:14 +00:00
joey
8fa8bd0adb
the kind of perl code that can only be written at 4:30 am
...
(Get a good message when a PageSpec fails due to a negated success by
creating success objects with a reason string, which morph into failure
objects when negated.)
2007-04-27 08:34:09 +00:00
joey
f8a7fb227b
* Make pagespec_match on failure return a value that is false, but in a
...
scalar context, evaluates to a reason why the match failed.
* Add testpagespec plugin, which might be useful to see why a pagespec isn't
matching something.
2007-04-27 07:55:40 +00:00
joey
7cc6eb4ea4
* Updated Gujarati translation from Kartik Mistry. Closes : #421198
2007-04-27 05:31:15 +00:00
joey
ee1ad53c4c
* pagespec_match() has changed to take named parameters, to better allow
...
for extended pagespecs. The old calling convention will still work for
back-compat for now.
* The calling convention for functions in the IkiWiki::PageSpec namespace
has changed so they are passed named parameters.
* Plugin interface version increased to 2.00 since I don't anticipate any
more interface changes before 2.0.
2007-04-27 02:55:52 +00:00
joey
b14ac07025
* Add user(name) to the PageSpec for commit subscriptions.
2007-04-27 00:30:49 +00:00
joey
01f41560e3
* Fix sending of commit mails when new pages are added via the web.
2007-04-26 23:29:19 +00:00
joey
80b0165ff8
* Avoid .svn directories when installing from svn checkout.
2007-04-26 22:58:01 +00:00
joey
89c6564565
* Due to template changes and style sheet changes that depend on them,
...
wiki rebuilds are recommended on upgrade to this version.
2007-04-26 19:52:25 +00:00
joey
160fd34187
more footer improvements
2007-04-26 19:49:06 +00:00
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