Fixed the last few failing tests, in particular the /repo/sha1 action related fails.
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
2
7bf1a6f5 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
507d1a2b 7 - Bump required version of Git::PurePerl for Encoding fixes.
7bf1a6f5 8
507d1a2b 9 - Fix Makefile.PL to not need release deps when checking out of Git.
10
f692fcb9 110.000005 2010-01-09
ffdabc0a 12 - Switch to IPC::Run::start for streamed mode, fixing RT#52658
13 and the tests with FreeBSD.
cf810cad 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.
ffdabc0a 20
39526fa8 210.000004 2009-12-19
508e2263 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)
0164ed44 32 - Generate correct provides information in META.yml so that search.cpan
33 indexes the classes contained in Gitalist correctly.
508e2263 34
3bb1576d 350.000003 2009-12-09
36 - Officially switch repository to Shadowcat
37 - Officially switch bug tracker to rt.cpan.org
90c67f59 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
3707062a 440.000002 2009-12-06
63f34424 45 - Add documentation about how to configure a Gitalist instance.
a18818fd 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.
a5f84b93 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).
59eaa5b6 56 - Do not allow directory traversal via the p param.
57
28193751 580.000001
59 - No changes since last dev release.
60
43d7bc49 610.000000_02 UNRELEASED
62 - Fixed history action, other minor cleanups.
63
775e96e0 640.000000_01 UNRELEASED
65 - Initial release to CPAN