Update changelog
[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.
cf810cad 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.
ffdabc0a 11
39526fa8 120.000004 2009-12-19
508e2263 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)
0164ed44 23 - Generate correct provides information in META.yml so that search.cpan
24 indexes the classes contained in Gitalist correctly.
508e2263 25
3bb1576d 260.000003 2009-12-09
27 - Officially switch repository to Shadowcat
28 - Officially switch bug tracker to rt.cpan.org
90c67f59 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
3707062a 350.000002 2009-12-06
63f34424 36 - Add documentation about how to configure a Gitalist instance.
a18818fd 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.
a5f84b93 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).
59eaa5b6 47 - Do not allow directory traversal via the p param.
48
28193751 490.000001
50 - No changes since last dev release.
51
43d7bc49 520.000000_02 UNRELEASED
53 - Fixed history action, other minor cleanups.
54
775e96e0 550.000000_01 UNRELEASED
56 - Initial release to CPAN