Joey Hess
862ca19eb1
truncate recentchangesdiffs after 200 lines
...
This works around a perl crasher bug, and also avoids bloating pages
with enormous diffs.
rcs_recentchanges modified to return a list in an array context.
2008-03-12 15:45:10 -04:00
Joey Hess
d93aaed791
* Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.
...
* rcs_diff is a new function that rcs modules should implement.
* Implemented rcs_diff for git, svn, and tla (tla version untested).
Mercurial and monotone still todo.
2008-03-03 15:53:34 -05:00
Joey Hess
d7fdd04b5a
* Removed support for sending commit notification mails. Along with it went
...
the svnrepo and notify settings, though both will be ignored if left in
setup files.
2008-01-29 00:36:58 -05:00
Joey Hess
e30b96baba
figured out how rev is used..
2008-01-28 21:23:56 -05:00
Joey Hess
b11ddb88e6
add an id field to the rcs_recentchanges return structure
...
There was an undocumented field named "rev", I think "id" is a better name,
and nothing uses it yet.
2008-01-28 20:34:11 -05:00
joey
c8f7b9480e
proper fix for adding file, based on jkoenig's patch
2007-08-15 00:06:20 +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
04a9dbfe7d
updates
2006-11-22 14:28:38 +00:00
joey
44c8d86339
commas
2006-09-04 04:32:32 +00:00
joey
7e02c4fe4c
fix
2006-09-04 04:25:34 +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
361ec86696
* --getctime had bitrotted (well I only ever used it the once so far..),
...
fix and make it a bit more flexible
* rcs_getctime is changed, now rather than needing to loop over all pages,
it should just use the rcs to get the ctime of the passed file.
2006-05-26 15:22:43 +00:00
joey
3b0fce93e4
* Split off an IkiWiki.pm out of ikiwiki and have all the other modules use
...
it, this will allow for adding a unit test suite.
2006-05-02 06:53:33 +00:00
joey
13e3bf8671
commit changes for email subscriptions
2006-04-24 23:09:26 +00:00
joey
9092356173
added --getctime
2006-03-26 02:30:44 +00:00
joey
f5a5df14b7
stupid MakeMaker..
2006-03-23 19:23:48 +00:00