Change to start in IPC::Run for RT#52658
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
2
ffdabc0a 3 - Switch to IPC::Run::start for streamed mode, fixing RT#52658
4 and the tests with FreeBSD.
5
39526fa8 60.000004 2009-12-19
508e2263 7 - Support being able to pass a list of repositories to view via
8 configuration, rather than having a static directory.
9 - Installation and configuration documentation has been enhanced.
10 - Project has been renamed Repository to correspond with normal git
11 terminology.
12 - Repos has been refactored into a CollectionOfRepositories role
13 and two differnet concrete implementations (the Catalyst model
14 chooses which type to build based on the config).
15 - Remove all tabs and fix no tabs test (Dagfinn Ilmari Mannsåker)
16 - Decode getpwuid values correctly (Dagfinn Ilmari Mannsåker)
0164ed44 17 - Generate correct provides information in META.yml so that search.cpan
18 indexes the classes contained in Gitalist correctly.
508e2263 19
3bb1576d 200.000003 2009-12-09
21 - Officially switch repository to Shadowcat
22 - Officially switch bug tracker to rt.cpan.org
90c67f59 23 - Start streamlining and generally rejiging the layout.
24 - Hacked in syntax highlighting to the blame view.
25 - Further tweaks to the blame view, making it more informative.
26 - Dropped the dependency on File::Stat::ModeString
27 - Move all POD below the code, for ::Repo and ::Project.
28
3707062a 290.000002 2009-12-06
63f34424 30 - Add documentation about how to configure a Gitalist instance.
a18818fd 31 - Fix so that invalid repository directory will be detected at application
32 startup and a helpful error message will be displayed.
33 - Add --repos_dir command line parameter to all of the scripts which can
34 be used to force the repository directory, overriding config and
35 environment.
36 - Add GITALIST_REPOS_DIR environment variable which will determine the
37 repository path (overriding normal config) if set.
a5f84b93 38 - Change so that no default repos path is in the config when installed from
39 CPAN (when checked out of git, behavior of browsing AppDir/../ is
40 maintained).
59eaa5b6 41 - Do not allow directory traversal via the p param.
42
28193751 430.000001
44 - No changes since last dev release.
45
43d7bc49 460.000000_02 UNRELEASED
47 - Fixed history action, other minor cleanups.
48
775e96e0 490.000000_01 UNRELEASED
50 - Initial release to CPAN