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