joey
4fcf25a820
remove the mtnbinpath config option; users should use PATH if they need
...
this kind of thing.
change formatting of some quotes
2007-08-21 03:22:45 +00:00
joey
50e1b43408
* Add monotone support, contributed by William Uther.
2007-08-21 03:10:35 +00:00
joey
c8f7b9480e
proper fix for adding file, based on jkoenig's patch
2007-08-15 00:06:20 +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
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
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
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
13c7a51f1f
* Optimise displaytime, trimming maybe 6% off the build time.
2007-04-10 01:49:16 +00:00
joey
c936ba1719
* Fix mercurial backend to deal with empty commit messages.
2007-03-24 15:14:53 +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
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
72dbbe3a2c
* Make gitorigin_branch and gitmaster_branch configurable via the setup
...
file. Closes : #408599
2007-01-27 23:56:17 +00:00
joey
d69488a9df
qouting
2007-01-14 04:51:35 +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
0dc8b91226
* Patch from Emanuele Aina to fix modification time code in mercurual
...
backend.
2006-12-21 19:40:11 +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
76dd3c46aa
cosmetics patch from Recai
2006-11-26 20:07:00 +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
06137b95d4
mercurial username setting patch
2006-11-26 19:55:46 +00:00
joey
04a9dbfe7d
updates
2006-11-22 14:28:38 +00:00
joey
7a9fd7f2fa
fix user determination for web commits
2006-11-22 04:06:56 +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
77356e8513
better subjects
2006-11-21 04:21:03 +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
35ee7e44a6
* Make sure to check for errors from every eval.
2006-11-08 21:03:33 +00:00
joey
f27a462b18
cosmetic changes from Recai
2006-10-14 03:10:33 +00:00
joey
8e0236b50b
more updates from Clint
2006-09-17 17:30:18 +00:00
joey
42973f687c
typo fix and slight reformat
2006-09-16 04:16:17 +00:00
joey
22ddd81dd2
* Numerous tla fixes from Clint.
2006-09-16 04:09:06 +00:00
joey
dae0f48e91
* Work on firming up the plugin interface:
...
- Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
- Picked out the set of functions and variables that most plugins
use, documented them, and made IkiWiki export them by default,
like a proper perl module should.
- Use the other functions at your own risk.
- This is not quite complete, I still have to decide whether to
export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
to make like changes to it and avoid use of non-exported symboles from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
2006-09-09 22:50:27 +00:00
joey
757b627414
* Add a missing -n to tla undo call.
2006-09-08 19:19:56 +00:00
joey
f7f3b0bb7d
* Add support for mercurial, contributed by Emanuele Aina.
2006-09-06 20:31:55 +00:00
joey
5851f0f753
bugnum
2006-09-04 06:24:27 +00:00
joey
99d52a1794
* Add support for tla, contributed by Clint Adama. Closes : #385936
2006-09-04 06:15:54 +00:00
joey
44c8d86339
commas
2006-09-04 04:32:32 +00:00
joey
b6075d6163
move html escaping
2006-09-04 04:29:18 +00:00
joey
7e02c4fe4c
fix
2006-09-04 04:25:34 +00:00
joey
6933631501
minor
2006-09-03 23:07:07 +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
22b414ddc0
add comments
2006-09-03 17:14:27 +00:00
joey
0bddcaed14
remove date munging, seems to be unnecessary
2006-08-24 20:03:58 +00:00
joey
6a9e16374f
* Locale patch from Faidon:
...
- Adds a locale setting to setup files.
- Proper local time, if the locale configuration option is used.
- Support for UTF-8 (or ISO-8859-X) filenames in SVN. Before this patch,
commiting (or even rcs_updating) on repositories with UTF-8 filenames was
impossible.
2006-07-29 21:04:31 +00:00
joey
afedd60d79
* Match 'web commit from' in SVN and git, these are web commits too.
...
(Faidon)
2006-07-11 20:55:14 +00:00
joey
f389b08a0c
* Fix from Faidon for a XML parser issue that breaks utf-8 for
...
RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this
area, and also way slow.
2006-07-11 20:18:11 +00:00
joey
89697f2c7a
* Patch from Recai to fix utf8 issues in git backend.
2006-07-05 20:54:10 +00:00
joey
97e6f39dd0
* Patch from Faidon to use svn --limit when possible for recentchanges,
...
speeds up recentchanges a lot for wikis with more history.
2006-07-05 17:40:07 +00:00
joey
e059c9eff9
* Make RecentChanges use a table and some CSS, should be much more readable.
...
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
2006-07-04 06:07:32 +00:00
joey
d3f032c4d0
<paravoid> cosmetic and minor, but it makes the output far more readable,
...
imho
2006-07-04 04:43:33 +00:00
joey
d1d212203c
* Centralised all calls to HTML::Template and force all the templates
...
to be read as utf8.
2006-07-02 19:06:08 +00:00