Changelog up to date
[catagits/Gitalist.git] / Changes
1 This file documents the revision history for Perl extension Gitalist.
2
3     - Support being able to pass a list of repositories to view via
4       configuration, rather than having a static directory.
5     - Installation and configuration documentation has been enhanced.
6     - Project has been renamed Repository to correspond with normal git
7       terminology.
8     - Repos has been refactored into a CollectionOfRepositories role
9       and two differnet concrete implementations (the Catalyst model
10       chooses which type to build based on the config).
11     - Remove all tabs and fix no tabs test (Dagfinn Ilmari MannsÃ¥ker)
12     - Decode getpwuid values correctly (Dagfinn Ilmari MannsÃ¥ker)
13
14 0.000003 2009-12-09
15     - Officially switch repository to Shadowcat
16     - Officially switch bug tracker to rt.cpan.org
17     - Start streamlining and generally rejiging the layout.
18     - Hacked in syntax highlighting to the blame view.
19     - Further tweaks to the blame view, making it more informative.
20     - Dropped the dependency on File::Stat::ModeString
21     - Move all POD below the code, for ::Repo and ::Project.
22
23 0.000002 2009-12-06
24    - Add documentation about how to configure a Gitalist instance.
25    - Fix so that invalid repository directory will be detected at application
26      startup and a helpful error message will be displayed.
27    - Add --repos_dir command line parameter to all of the scripts which can
28      be used to force the repository directory, overriding config and
29      environment.
30    - Add GITALIST_REPOS_DIR environment variable which will determine the
31      repository path (overriding normal config) if set.
32    - Change so that no default repos path is in the config when installed from
33      CPAN (when checked out of git, behavior of browsing AppDir/../ is
34      maintained).
35    - Do not allow directory traversal via the p param.
36
37 0.000001
38    - No changes since last dev release.
39
40 0.000000_02  UNRELEASED
41    - Fixed history action, other minor cleanups.
42
43 0.000000_01  UNRELEASED
44    - Initial release to CPAN