aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Rcs/git.pm
Commit message (Collapse)AuthorAge
* * Make gitorigin_branch and gitmaster_branch configurable via the setupjoey2007-01-27
| | | | file. Closes: #408599
* cosmetics patch from Recaijoey2006-11-26
|
* * Git backend improvements, including bug fixes and better robustness.joey2006-11-26
|
* 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
|
* cosmetic changes from Recaijoey2006-10-14
|
* * Work on firming up the plugin interface:joey2006-09-09
| | | | | | | | | | | | | | | | | | | - 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.
* move html escapingjoey2006-09-04
|
* * Simplify the data structure returned by rcs_recentchanges to avoidjoey2006-09-03
| | | | each rcs plugin needing to form complex strings on its own.
* * Match 'web commit from' in SVN and git, these are web commits too.joey2006-07-11
| | | | (Faidon)
* * Patch from Recai to fix utf8 issues in git backend.joey2006-07-05
|
* * Centralised all calls to HTML::Template and force all the templatesjoey2006-07-02
| | | | to be read as utf8.
* * Patch from Recai to fix git recentchanges code to work with git 1.4 whichjoey2006-06-19
| | | | | changed some output. * Copyright update.
* another from Recaijoey2006-06-04
|
* misc fixes from Recaijoey2006-06-03
|
* * Add support for using git instead of subversion as the RCS backend,joey2006-06-02
tremendous thanks to Recai Oktaş for this. * Doc updates for git.