joey
b86f9b8409
* Don't allow whitespace in link text in a wikilink. This was still
...
allowed by the regexp in one case though not documented to work, and
was ambiguous with preprocessor directives.
2007-09-24 16:50:49 +00:00
joey
4ccb9be7c6
improve diagnostics
2007-09-22 18:10:40 +00:00
joey
7bde880fa8
* map: Render pages on the way to subpages whose parent pages
...
are not included in the map. Include special styling for such pages.
* map: Remove common prefixes and don't over-indent.
* Add class option to htmllink().
2007-09-22 16:32:24 +00:00
joey
8489e68916
* table: Text::CSV doesn't return decoded unicode (XS module); decode its
...
return values.
2007-09-05 17:22:26 +00:00
joey
99261148fe
fix
2007-08-28 23:11:40 +00:00
joey
25294defb8
Don't allow newlines in link text in a wikilink.
2007-08-28 22:54:54 +00:00
joey
9c5f4761d8
* Support for looking in multiple directories for underlay files.
...
* Plugins can add new directories to the search path with the add_underlay
function.
* Split out smiley underlay files into a separate underlay, so if the plugin
isn't used, the wiki isn't bloated with all those files.
2007-08-28 01:59:01 +00:00
joey
ab8125d62a
* Fix a bug in unlockwiki intorduced last version that made it crash ikiwiki
...
if it wasn't locked when called. This is known to break post-commit
emails.
2007-08-26 17:38:17 +00:00
joey
7946c67d1f
* Avoid ugly gettext messages if LANG is empty. Closes : #439035
2007-08-21 21:19:53 +00:00
joey
7dd6385fdb
fix undef issue
2007-08-21 19:51:05 +00:00
joey
9ff9ea55f7
fix libdir tainting
2007-08-21 16:47:01 +00:00
joey
50e1b43408
* Add monotone support, contributed by William Uther.
2007-08-21 03:10:35 +00:00
joey
c5ad5c8276
* Various minor fixes and stylistic improvements suggested by Perl::Critic.
2007-08-15 08:08:32 +00:00
joey
69065b8e79
* Fix bug in deletion/move during edit code introduced in 1.44. Need to take
...
the underlaydir into account.
2007-08-14 19:44:59 +00:00
joey
922e6ec144
the perl critic reminded me that the library shouldn't be using IN and OUT
...
global file handles
2007-08-14 05:47:29 +00:00
joey
b4dafe467b
* Change yet again how unhandled and escaped preprocessor directives are
...
re-output onto the page. Hopefully I finally got it right..
2007-08-13 17:35:14 +00:00
joey
506bcbac04
* Fix --libdir to work at the command line.
...
* Plugins can now be written as standalone external programs, which can
be written in any language that can do XML::RPC.
2007-08-13 03:07:31 +00:00
joey
7922a663c0
* Support pagespec "functions" with no parameters, like included() in the
...
conditional plugin.
2007-08-11 23:31:57 +00:00
joey
09b0a3b73f
* Add rel=tag attribute to tag links, supporting that microformat, as well
...
as allowing them to be styled specially. Thanks, NicolasLimare.
2007-08-05 20:48:13 +00:00
joey
1e5cd11635
* Add a libdir config option to let ikiwiki load perl modules, including
...
plugins, from a user-configurable directory.
2007-07-27 00:48:06 +00:00
joey
1612dce6bb
* Add a htmlext config option, this can be used to make ikiwiki generate
...
html files with a different extension.
2007-07-25 01:16:53 +00:00
joey
4936b3db88
* Correct some issues with escaped preprocessor directives.
2007-07-20 17:55:19 +00:00
joey
afcf0dc79e
* Patch fixing various additional problems with test suite. Closes : #425891
...
once more.
2007-06-26 22:11:59 +00:00
joey
3bfa109971
* Allow svnpath config option to contain additional extra slashes anywhere
...
w/o confusing ikiwiki.
* Rcs modules are now imported, so other modules that need similar
normalisation of configs etc can do so.
2007-06-23 12:12:59 +00:00
joey
aadb214220
* Fix wrapper generator and untaint code's handling of strings contining
...
newlines.
2007-06-03 16:24:22 +00:00
joey
78323806ee
* Explode some of the more insane regexps.
2007-06-01 23:40:43 +00:00
joey
66cb6baf4e
* Apply a patch from Carl Worth adding support for using globs in link()
...
in a PageSpec.
2007-05-30 19:54:08 +00:00
joey
b4eaef94bd
* Correct some issues with display of unhandled preprocessor directives.
2007-05-29 01:56:52 +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
ee843c7523
improve messages
2007-05-21 03:00:45 +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
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
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
joey
1e62e4f87f
* Enable openid logins by default.
...
* Enable usedirs by default.
2007-04-29 22:54:14 +00:00
joey
89260fb39a
folding
2007-04-27 18:55:20 +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
joey
ed54f94ee7
minor improvements
2007-04-27 17:01:52 +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
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
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
40af2fc96c
expost %destsources
2007-04-14 20:41:25 +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
13c7a51f1f
* Optimise displaytime, trimming maybe 6% off the build time.
2007-04-10 01:49:16 +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
98994a4719
use err facility when logging errors to syslog
2007-04-09 23:09:43 +00:00
joey
e589e24fad
oops
2007-04-06 23:30:22 +00:00
joey
4de163b997
* Fix display of escaped wikilinks containing anchors.
2007-04-06 21:20:14 +00:00