Fix changelog
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
c405f7db 2
bdedf33f 30.002003 2010-07-04
a8b42b23 4 - Fix for distribution not including script/env causing Makefile.PL
5 and scripts to die.
4b3ff1cd 6
bdedf33f 70.002002 2010-07-04
8 - Fix dist packaging issues.
9
ccb79ac8 100.002001 2010-07-03
7e25c0d6 11 - Fix for loadCommitInfo.
12 - Fix tests to work with local-libbery.
13 - Correct example link and FCGI script.
14 - Bumping version and updated Changes appropriately.
15 - Throttle the commit info loading.
16 - Update bootstrapping for local::lib 1.006000.
3039a141 17 - Fixed author_* barewords in Makefile.PL.
ccb79ac8 18 - Handle merges in the diff view.
e2c6e7c1 19 - Add script/{bootstrap.pl,env} to MANIFEST.SKIP.
7e25c0d6 20
2a123495 210.001008 2010-06-03
bc50b7ec 22 - Add a requires_external_bin for the git command so we won't try running
23 tests unless it's present.
24 - Remove MooseX::MultiMethods as it has been broken by a recent Moose
25 change. The new code is smaller and will be faster.
2a123495 26 - Add diagnostics to the tests to print out the version of git that
27 people are using.
28 - Make tests which commonly fail with older/different versions of git
29 fail with the output of their git command to make debugging the tests
30 from automated reports possible.
89de6a33 31
e77519b1 320.001007 2010-05-15
33 - Set the use_request_uri_for_path configuration variable to be compatible
34 with Catalyst 5.80024.
35
d94a9bd6 360.001006 2010-05-13
ca84e607 37 - Fix Catalyst::Action::REST dependency (there wasn't one previously)
38 - Depend on latest Catalyst::View::TT due to a previous bad version
39 breaking things.
40 - Add render_die => 1 in the View::TT config as we do want real exceptions
41 when we call ->render ourselves.
42
ba5065fa 430.001005 2010-05-11
cf400996 44 - Depend on latest MX::Declare to fix issues for people who upgrade
45 MooseX::Types::Structured to a newer version.
ba5065fa 46 - Add some padding below, so file icons are not chopped off
47 - Updated favicon to cope with dark grey backgrounds
cf400996 48
6a60e359 490.001004 2010-05-06
50 - Remove unneeded dependencies:
51 - XML::OPML::SimpleGen
52 - XML::Atom
53 - XML::RSS
54 - Fixed author_* barewords in Makefile.PL so that users checking out from
55 git without the author modules works correctly.
2d542fb3 56
e704a9cd 570.001003 2010-04-21
628d42fd 58 - Added folder / file icons in tree view (Foxtons)
59 - Added favicon
24746652 60 - Fix for non uri_for hard coded links for running at not root locations.
61 (RT#56747)
628d42fd 62
26bd8fab 630.001002 2010-04-20
64 - Fix link for the project_index action.
65 - Add missing images to MANIFEST.
66
e656c210 670.001001 2010-04-15
68 - Bumping version number to a format I understand, thanks to mst for
26bd8fab 69 pointing me in the right direction and t0m for the new number.
70 - Cleaned up the search results - removed search from the homepage as
71 wasn't working (Foxtons).
72 - Provide a link for an atom entry. switch mode=xml to type=xhtml (Brian
73 Cassidy).
e656c210 74
750.000006.1 2010-04-14
76 - Documentation fixes for the --repo-dir flag (Dagfinn Ilmari Mannsåker).
6ee49ff4 77
e656c210 780.000006 2010-04-10
226e79a0 79 - Major frontend redesign, thanks to ranguard and the web designers at
80 Foxtons for making this happen.
6ee49ff4 81 - Major URI overhaul, Gitalist has gone from old gitweb style CGI
82 parameters to proper URIs, however the old URIs are still supported
83 and will redirect appropriately (Tomas Doran).
84 - With the URI overhaul also came breaking up actions into fragments
85 for use with Catalyst::View::Component::SubInclude.
7bf1a6f5 86 - BIG BREAKING CHANGE - Gitalist::Model::GitRepos has been renamed
87 Gitalist::Model::CollectionOfRepos. You need to fix your config and
88 if you have actually installed Gitalist - remove the old model file.
507d1a2b 89 - Bump required version of Git::PurePerl for Encoding fixes.
90 - Fix Makefile.PL to not need release deps when checking out of Git.
91
f692fcb9 920.000005 2010-01-09
035af5f6 93 - Require Git::PurePerl for Win32 compatibility.
ffdabc0a 94 - Switch to IPC::Run::start for streamed mode, fixing RT#52658
95 and the tests with FreeBSD.
cf810cad 96 - Require new FCGI release in the FCGI script for upstream bug fixes.
97 - Fix tests with older versions of git.
98 - Allow the model to be configured with a list of repositories rather
99 then a directory containing repositories.
100 - Fix syntax highlighting CSS link
101 - Add per line link for previous version of a line in blame.
ffdabc0a 102
39526fa8 1030.000004 2009-12-19
508e2263 104 - Support being able to pass a list of repositories to view via
105 configuration, rather than having a static directory.
106 - Installation and configuration documentation has been enhanced.
107 - Project has been renamed Repository to correspond with normal git
108 terminology.
109 - Repos has been refactored into a CollectionOfRepositories role
110 and two differnet concrete implementations (the Catalyst model
111 chooses which type to build based on the config).
112 - Remove all tabs and fix no tabs test (Dagfinn Ilmari Mannsåker)
113 - Decode getpwuid values correctly (Dagfinn Ilmari Mannsåker)
0164ed44 114 - Generate correct provides information in META.yml so that search.cpan
115 indexes the classes contained in Gitalist correctly.
11a86424 116 - Dropped the dependency on File::Stat::ModeString
508e2263 117
3bb1576d 1180.000003 2009-12-09
119 - Officially switch repository to Shadowcat
120 - Officially switch bug tracker to rt.cpan.org
90c67f59 121 - Start streamlining and generally rejiging the layout.
122 - Hacked in syntax highlighting to the blame view.
123 - Further tweaks to the blame view, making it more informative.
90c67f59 124 - Move all POD below the code, for ::Repo and ::Project.
125
3707062a 1260.000002 2009-12-06
63f34424 127 - Add documentation about how to configure a Gitalist instance.
a18818fd 128 - Fix so that invalid repository directory will be detected at application
129 startup and a helpful error message will be displayed.
130 - Add --repos_dir command line parameter to all of the scripts which can
131 be used to force the repository directory, overriding config and
132 environment.
133 - Add GITALIST_REPOS_DIR environment variable which will determine the
134 repository path (overriding normal config) if set.
a5f84b93 135 - Change so that no default repos path is in the config when installed from
136 CPAN (when checked out of git, behavior of browsing AppDir/../ is
137 maintained).
59eaa5b6 138 - Do not allow directory traversal via the p param.
139
28193751 1400.000001
141 - No changes since last dev release.
142
43d7bc49 1430.000000_02 UNRELEASED
144 - Fixed history action, other minor cleanups.
145
775e96e0 1460.000000_01 UNRELEASED
147 - Initial release to CPAN