Bumped version, updated changes.
[catagits/Gitalist.git] / Changes
1 This file documents the revision history for Perl extension Gitalist.
2
3 0.000006 2010-04-10
4
5     - Major frontend redesign, thanks to ranguard for making this happen.
6     - Major URI overhaul, Gitalist has gone from old gitweb style CGI
7       parameters to proper URIs, however the old URIs are still supported
8       and will redirect appropriately (Tomas Doran).
9     - With the URI overhaul also came breaking up actions into fragments
10       for use with Catalyst::View::Component::SubInclude.
11     - BIG BREAKING CHANGE - Gitalist::Model::GitRepos has been renamed
12       Gitalist::Model::CollectionOfRepos. You need to fix your config and
13       if you have actually installed Gitalist - remove the old model file.
14     - Bump required version of Git::PurePerl for Encoding fixes.
15     - Fix Makefile.PL to not need release deps when checking out of Git.
16
17 0.000005 2010-01-09
18     - Switch to IPC::Run::start for streamed mode, fixing RT#52658
19       and the tests with FreeBSD.
20     - Require new FCGI release in the FCGI script for upstream bug fixes.
21     - Fix tests with older versions of git.
22     - Allow the model to be configured with a list of repositories rather
23       then a directory containing repositories.
24     - Fix syntax highlighting CSS link
25     - Add per line link for previous version of a line in blame.
26
27 0.000004 2009-12-19
28     - Support being able to pass a list of repositories to view via
29       configuration, rather than having a static directory.
30     - Installation and configuration documentation has been enhanced.
31     - Project has been renamed Repository to correspond with normal git
32       terminology.
33     - Repos has been refactored into a CollectionOfRepositories role
34       and two differnet concrete implementations (the Catalyst model
35       chooses which type to build based on the config).
36     - Remove all tabs and fix no tabs test (Dagfinn Ilmari MannsÃ¥ker)
37     - Decode getpwuid values correctly (Dagfinn Ilmari MannsÃ¥ker)
38     - Generate correct provides information in META.yml so that search.cpan
39       indexes the classes contained in Gitalist correctly.
40
41 0.000003 2009-12-09
42     - Officially switch repository to Shadowcat
43     - Officially switch bug tracker to rt.cpan.org
44     - Start streamlining and generally rejiging the layout.
45     - Hacked in syntax highlighting to the blame view.
46     - Further tweaks to the blame view, making it more informative.
47     - Dropped the dependency on File::Stat::ModeString
48     - Move all POD below the code, for ::Repo and ::Project.
49
50 0.000002 2009-12-06
51    - Add documentation about how to configure a Gitalist instance.
52    - Fix so that invalid repository directory will be detected at application
53      startup and a helpful error message will be displayed.
54    - Add --repos_dir command line parameter to all of the scripts which can
55      be used to force the repository directory, overriding config and
56      environment.
57    - Add GITALIST_REPOS_DIR environment variable which will determine the
58      repository path (overriding normal config) if set.
59    - Change so that no default repos path is in the config when installed from
60      CPAN (when checked out of git, behavior of browsing AppDir/../ is
61      maintained).
62    - Do not allow directory traversal via the p param.
63
64 0.000001
65    - No changes since last dev release.
66
67 0.000000_02  UNRELEASED
68    - Fixed history action, other minor cleanups.
69
70 0.000000_01  UNRELEASED
71    - Initial release to CPAN