373d8018aac0ae6bf08d90aba5b3233285822516
[catagits/Gitalist.git] / Changes
1 This file documents the revision history for Perl extension Gitalist.
2
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
9 0.000002 2009-12-06
10    - Add documentation about how to configure a Gitalist instance.
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.
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).
21    - Do not allow directory traversal via the p param.
22
23 0.000001
24    - No changes since last dev release.
25
26 0.000000_02  UNRELEASED
27    - Fixed history action, other minor cleanups.
28
29 0.000000_01  UNRELEASED
30    - Initial release to CPAN