Change other uses of 'project' to 'repository'.
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
2
3bb1576d 30.000003 2009-12-09
4 - Officially switch repository to Shadowcat
5 - Officially switch bug tracker to rt.cpan.org
90c67f59 6 - Start streamlining and generally rejiging the layout.
7 - Hacked in syntax highlighting to the blame view.
8 - Further tweaks to the blame view, making it more informative.
9 - Dropped the dependency on File::Stat::ModeString
10 - Move all POD below the code, for ::Repo and ::Project.
11
3707062a 120.000002 2009-12-06
63f34424 13 - Add documentation about how to configure a Gitalist instance.
a18818fd 14 - Fix so that invalid repository directory will be detected at application
15 startup and a helpful error message will be displayed.
16 - Add --repos_dir command line parameter to all of the scripts which can
17 be used to force the repository directory, overriding config and
18 environment.
19 - Add GITALIST_REPOS_DIR environment variable which will determine the
20 repository path (overriding normal config) if set.
a5f84b93 21 - Change so that no default repos path is in the config when installed from
22 CPAN (when checked out of git, behavior of browsing AppDir/../ is
23 maintained).
59eaa5b6 24 - Do not allow directory traversal via the p param.
25
28193751 260.000001
27 - No changes since last dev release.
28
43d7bc49 290.000000_02 UNRELEASED
30 - Fixed history action, other minor cleanups.
31
775e96e0 320.000000_01 UNRELEASED
33 - Initial release to CPAN