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