Remove Module::Install::ProvidesClass, setup provides manually ourselves.
[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     - Generate correct provides information in META.yml so that search.cpan
14       indexes the classes contained in Gitalist correctly.
15
16 0.000003 2009-12-09
17     - Officially switch repository to Shadowcat
18     - Officially switch bug tracker to rt.cpan.org
19     - Start streamlining and generally rejiging the layout.
20     - Hacked in syntax highlighting to the blame view.
21     - Further tweaks to the blame view, making it more informative.
22     - Dropped the dependency on File::Stat::ModeString
23     - Move all POD below the code, for ::Repo and ::Project.
24
25 0.000002 2009-12-06
26    - Add documentation about how to configure a Gitalist instance.
27    - Fix so that invalid repository directory will be detected at application
28      startup and a helpful error message will be displayed.
29    - Add --repos_dir command line parameter to all of the scripts which can
30      be used to force the repository directory, overriding config and
31      environment.
32    - Add GITALIST_REPOS_DIR environment variable which will determine the
33      repository path (overriding normal config) if set.
34    - Change so that no default repos path is in the config when installed from
35      CPAN (when checked out of git, behavior of browsing AppDir/../ is
36      maintained).
37    - Do not allow directory traversal via the p param.
38
39 0.000001
40    - No changes since last dev release.
41
42 0.000000_02  UNRELEASED
43    - Fixed history action, other minor cleanups.
44
45 0.000000_01  UNRELEASED
46    - Initial release to CPAN