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