Changelog up to date
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
2
508e2263 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
3bb1576d 140.000003 2009-12-09
15 - Officially switch repository to Shadowcat
16 - Officially switch bug tracker to rt.cpan.org
90c67f59 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
3707062a 230.000002 2009-12-06
63f34424 24 - Add documentation about how to configure a Gitalist instance.
a18818fd 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.
a5f84b93 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).
59eaa5b6 35 - Do not allow directory traversal via the p param.
36
28193751 370.000001
38 - No changes since last dev release.
39
43d7bc49 400.000000_02 UNRELEASED
41 - Fixed history action, other minor cleanups.
42
775e96e0 430.000000_01 UNRELEASED
44 - Initial release to CPAN