aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/tla.pm
Commit message (Collapse)AuthorAge
* truncate recentchangesdiffs after 200 linesJoey Hess2008-03-12
| | | | | | | 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.
* * Add recentchangesdiff plugin that adds diffs to the recentchanges feeds.Joey Hess2008-03-03
| | | | | | * 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.
* * tla: Remove call to escapeHTML when constructing recentchanges message;Joey Hess2008-02-20
| | | | | the html is escaped at a different level. Closes: #466495 * bzr, mercurial: Remove unused import of escapeHTML.
* * Removed support for sending commit notification mails. Along with it wentJoey Hess2008-01-29
| | | | | the svnrepo and notify settings, though both will be ignored if left in setup files.
* change rcs_recentchanges when to absolute, not relative, timeJoey Hess2008-01-28
| | | | | No point in using a relative time value in rcs_recentchanges. Different consumers of the info want different things.
* figured out how rev is used..Joey Hess2008-01-28
|
* add an id field to the rcs_recentchanges return structureJoey Hess2008-01-28
| | | | | There was an undocumented field named "rev", I think "id" is a better name, and nothing uses it yet.
* * Optimise displaytime, trimming maybe 6% off the build time.joey2007-04-10
|
* updatesjoey2006-11-22
|
* * Add a test suite for the mercurial backend, contributed by Emanuele Aina.joey2006-11-21
| | | | | | | | | * 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.
* better subjectsjoey2006-11-21
|
* * Add an openid plugin to support logging in using OpenID.joey2006-11-20
| | | | | | | * 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.
* * Make sure to check for errors from every eval.joey2006-11-08
|
* more updates from Clintjoey2006-09-17
|
* typo fix and slight reformatjoey2006-09-16
|
* * Numerous tla fixes from Clint.joey2006-09-16
|
* * Add a missing -n to tla undo call. joey2006-09-08
|
* bugnumjoey2006-09-04
|
* * Add support for tla, contributed by Clint Adama. Closes: #385936joey2006-09-04