Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | git.pm: Handle operating in sub-trees of a git repository. | joshtriplett | 2007-08-30 |
| | | | | | | | | | | When looking for git commits that affect the wiki, only include changes that affect the ikiwiki source directory. If that is not the top-level directory in this git repository, strip off the prefix as given by `git-rev-parse --show-prefix` from all names reported by git-log. Patch by Jamey Sharp <jamey@minilop.net>. | ||
* | git.pm: Renames from git-diff-tree aren't handled, so don't ask for them. | joshtriplett | 2007-08-30 |
| | | | | | Patch by Jamey Sharp <jamey@minilop.net>. | ||
* | Use git-log rather than the shell, git-rev-list, and git-diff-tree. | joshtriplett | 2007-08-30 |
| | | | | | Patch by Jamey Sharp <jamey@minilop.net>. | ||
* | use --style default for get_ctime too | joey | 2007-08-29 |
| | |||
* | * mercurial: Fix rcs_getctime (thanks, bma) | joey | 2007-08-29 |
| | |||
* | thank goodness for test suites | joey | 2007-08-29 |
| | |||
* | * mercurial: Pass --style defaults to hg log to ensure right format is used. | joey | 2007-08-29 |
| | |||
* | remove unncessesary and unused loop labels | joey | 2007-08-24 |
| | |||
* | apply monotone patch | joey | 2007-08-24 |
| | |||
* | monotone updates | joey | 2007-08-21 |
| | |||
* | minor changes (but lots of them) | joey | 2007-08-21 |
| | |||
* | move enormous data block to __DATA__ | joey | 2007-08-21 |
| | |||
* | remove the mtnbinpath config option; users should use PATH if they need | joey | 2007-08-21 |
| | | | | | | | this kind of thing. change formatting of some quotes | ||
* | * Add monotone support, contributed by William Uther. | joey | 2007-08-21 |
| | |||
* | proper fix for adding file, based on jkoenig's patch | joey | 2007-08-15 |
| | |||
* | * Allow svnpath config option to contain additional extra slashes anywhere | joey | 2007-06-23 |
| | | | | | | w/o confusing ikiwiki. * Rcs modules are now imported, so other modules that need similar normalisation of configs etc can do so. | ||
* | * Apply patch from hb that uses the full path to a file when adding a file | joey | 2007-04-29 |
| | | | | | | 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. | ||
* | * In mercurial backend, untaint ipaddr when using it as the user for the | joey | 2007-04-22 |
| | | | | commit. Thanks, Alexander Wirt. Closes: #420428 | ||
* | * Support setting svnpath to "" for wikis that are rooted at the top of | joey | 2007-04-16 |
| | | | | their svn repositories, with no trunk directory. | ||
* | * Optimise displaytime, trimming maybe 6% off the build time. | joey | 2007-04-10 |
| | |||
* | * Fix mercurial backend to deal with empty commit messages. | joey | 2007-03-24 |
| | |||
* | * Applied a patch from MichaĆ to make the mercurial backend pass --quiet to | joey | 2007-03-18 |
| | | | | hg. | ||
* | * Improve use of svn merge, by specifying the file to merge, rather than | joey | 2007-01-28 |
| | | | | | chdiring to the srcdir (which wasn't right when merging in a subdir). Thanks Ethan. | ||
* | * Make gitorigin_branch and gitmaster_branch configurable via the setup | joey | 2007-01-27 |
| | | | | file. Closes: #408599 | ||
* | qouting | joey | 2007-01-14 |
| | |||
* | * Initial work on internationalization of the program code. po/ikiwiki.pot | joey | 2006-12-29 |
| | | | | | is available for translation. * Export gettext() from IkiWiki module. | ||
* | * Patch from Emanuele Aina to fix modification time code in mercurual | joey | 2006-12-21 |
| | | | | backend. | ||
* | * More build deps updates. | joey | 2006-11-28 |
| | | | | | * /dev/null fortune failures * Add libtime-duration-perl to build deps, as it's used by the svn module | ||
* | cosmetics patch from Recai | joey | 2006-11-26 |
| | |||
* | * Git backend improvements, including bug fixes and better robustness. | joey | 2006-11-26 |
| | |||
* | * Mercurial backend improvements, including --get-ctime support. | joey | 2006-11-26 |
| | |||
* | mercurial username setting patch | joey | 2006-11-26 |
| | |||
* | updates | joey | 2006-11-22 |
| | |||
* | fix user determination for web commits | joey | 2006-11-22 |
| | |||
* | * Add a test suite for the mercurial backend, contributed by Emanuele Aina. | joey | 2006-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 subjects | joey | 2006-11-21 |
| | |||
* | * Add an openid plugin to support logging in using OpenID. | joey | 2006-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. | joey | 2006-11-08 |
| | |||
* | cosmetic changes from Recai | joey | 2006-10-14 |
| | |||
* | more updates from Clint | joey | 2006-09-17 |
| | |||
* | typo fix and slight reformat | joey | 2006-09-16 |
| | |||
* | * Numerous tla fixes from Clint. | joey | 2006-09-16 |
| | |||
* | * Work on firming up the plugin interface: | joey | 2006-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. | ||
* | * Add a missing -n to tla undo call. | joey | 2006-09-08 |
| | |||
* | * Add support for mercurial, contributed by Emanuele Aina. | joey | 2006-09-06 |
| | |||
* | bugnum | joey | 2006-09-04 |
| | |||
* | * Add support for tla, contributed by Clint Adama. Closes: #385936 | joey | 2006-09-04 |
| | |||
* | commas | joey | 2006-09-04 |
| | |||
* | move html escaping | joey | 2006-09-04 |
| | |||
* | fix | joey | 2006-09-04 |
| |