Drop redundant requires in G::G::COR::Role::Context.
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
c405f7db 2
fd64846f 30.003008 2012-01-29
4 - Now with Changes.
5
60.003007 2012-01-28
7 - Allow the model to be user defined,
8 - Use new Catalyst features.
9 - Make repo_dir work consistently with GITALIST_REPO_DIR (Tomas Doran).
10 - Add the Vhost collection of repositories (Tomas Doran).
11
1ff94f74 120.003006 2011-10-18
13 - Fix lies in docs, make config more obvious (Tomas Doran)
14 - Avoid "Use of qw(...) as parentheses is deprecated" warning with
15 perl-5.14 (Gisle Aas)
16
2db4bce7 170.003005 2011-07-13
18 - Provide option to disable gravatars.
19 - Tweaks to make Gitalist fit for debian (Jonas Genannt).
73a725ac 20 - Fixes to enable Gitalist to run on Win32 (Christian Walde).
21 - Fix content-type of core.css handler (Christian Walde).
22
4c6b2fdb 230.003004 2011-06-07
24 - Fix dependency typo in Makefile.PL.
25
08a12666 260.003003 2011-06-06
d3f6e521 27 - Fixed ownership assertions in t/02git_object.t (Christian Walde).
08a12666 28 - Change default local config to not search recursively.
29 - Don't attempt to syntax highlight anything big.
30 - Fix for infinite loop bug in blame.
d3f6e521 31
67f7ad5d 320.003002 2011-05-23
9de5a97c 33 - Add JSON serialization and expose via .json (Tomas Doran).
34 - Provide .psgi for Plack goodness (Francoise Dehinbo).
35
8bf1f781 360.003001 2011-03-13
9de5a97c 37 - Reinstate FromDirectory in model.
38 - Drop unneeded deps in Makefile.PL.
39 - Add support for multiple repos with the same name (Jose Luis Martinez).
40 - Make paging work for history (Lian Wan Situ),
41 - Respect paging.log config settings.
8bf1f781 42
9b762ea6 430.002009 2011-03-06
9de5a97c 44 - Document the available configuration options.
45 - Provide switch in config for forcing recursive repo searching.
46 - Assume UTF8 encoded blobs.
9b762ea6 47
02404ff5 480.002008 2011-02-26
9de5a97c 49 - Add the ability to provide a whitelist of repos.
50 - Add support for export-ok config option.
51 - Ignore ancient/malformed tags.
52 - Use the correct perl binary we installed against (Tom Hukins)
f3707171 53
4916e607 540.002007 2011-02-19
9de5a97c 55 - Add support for recursively searching for git repos (Dipesh Patel)
56 - Cleaned up model code in Gitalist::Git:: (Zachary Stevens)
57 - Improve POD mark-up, some typos (Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯)
58 - Regenerated README and fixed tests for bootstrapped checkouts.
59 - Add Test::Exception dep.
4916e607 60
f857f98d 610.002006 2010-10-17
9de5a97c 62 - Added notes regarding slash encoding in Catalyst
63 - Fixed typo in core.css
64 - Updated formatting in Gitalist.pm
65 - Modified README with more details on FCGI deployment with Apache
66 - Fix broken env includes in script/gitalist*.pl.
f857f98d 67
4e3ae730 680.002005 2010-08-13
9de5a97c 69 - Limit the number of branches/tags listed by default.
4e3ae730 70
5ac7ddcc 710.002004 2010-08-02
9de5a97c 72 - Fix misnamed variable which was giving a syntax error in
73 Gitalist::Controller::Fragment::Ref.
74 - Fix blame view to display syntax highlighted blobs correctly
75 instead of outputting raw HTML.
5ac7ddcc 76
770.002003 2010-08-02
9de5a97c 78 - Fix for distribution not including script/env causing Makefile.PL
79 and scripts to die.
4b3ff1cd 80
5ac7ddcc 810.002002 2010-08-01
9de5a97c 82 - Fix dist packaging issues.
bdedf33f 83
ccb79ac8 840.002001 2010-07-03
9de5a97c 85 - Fix for loadCommitInfo.
86 - Fix tests to work with local-libbery.
87 - Correct example link and FCGI script.
88 - Bumping version and updated Changes appropriately.
89 - Throttle the commit info loading.
90 - Update bootstrapping for local::lib 1.006000.
91 - Fixed author_* barewords in Makefile.PL.
92 - Handle merges in the diff view.
93 - Add script/{bootstrap.pl,env} to MANIFEST.SKIP.
7e25c0d6 94
2a123495 950.001008 2010-06-03
9de5a97c 96 - Add a requires_external_bin for the git command so we won't try running
97 tests unless it's present.
98 - Remove MooseX::MultiMethods as it has been broken by a recent Moose
99 change. The new code is smaller and will be faster.
100 - Add diagnostics to the tests to print out the version of git that
101 people are using.
102 - Make tests which commonly fail with older/different versions of git
103 fail with the output of their git command to make debugging the tests
104 from automated reports possible.
89de6a33 105
e77519b1 1060.001007 2010-05-15
9de5a97c 107 - Set the use_request_uri_for_path configuration variable to be compatible
108 with Catalyst 5.80024.
e77519b1 109
d94a9bd6 1100.001006 2010-05-13
9de5a97c 111 - Fix Catalyst::Action::REST dependency (there wasn't one previously)
112 - Depend on latest Catalyst::View::TT due to a previous bad version
113 breaking things.
114 - Add render_die => 1 in the View::TT config as we do want real exceptions
115 when we call ->render ourselves.
ca84e607 116
ba5065fa 1170.001005 2010-05-11
9de5a97c 118 - Depend on latest MX::Declare to fix issues for people who upgrade
119 MooseX::Types::Structured to a newer version.
120 - Add some padding below, so file icons are not chopped off
121 - Updated favicon to cope with dark grey backgrounds
cf400996 122
6a60e359 1230.001004 2010-05-06
9de5a97c 124 - Remove unneeded dependencies:
125 - XML::OPML::SimpleGen
126 - XML::Atom
127 - XML::RSS
128 - Fixed author_* barewords in Makefile.PL so that users checking out from
129 git without the author modules works correctly.
2d542fb3 130
e704a9cd 1310.001003 2010-04-21
9de5a97c 132 - Added folder / file icons in tree view (Foxtons)
133 - Added favicon
134 - Fix for non uri_for hard coded links for running at not root locations.
135 (RT#56747)
628d42fd 136
26bd8fab 1370.001002 2010-04-20
9de5a97c 138 - Fix link for the project_index action.
139 - Add missing images to MANIFEST.
26bd8fab 140
e656c210 1410.001001 2010-04-15
9de5a97c 142 - Bumping version number to a format I understand, thanks to mst for
143 pointing me in the right direction and t0m for the new number.
144 - Cleaned up the search results - removed search from the homepage as
145 wasn't working (Foxtons).
146 - Provide a link for an atom entry. switch mode=xml to type=xhtml (Brian
147 Cassidy).
e656c210 148
1490.000006.1 2010-04-14
9de5a97c 150 - Documentation fixes for the --repo-dir flag (Dagfinn Ilmari Mannsåker).
6ee49ff4 151
e656c210 1520.000006 2010-04-10
9de5a97c 153 - Major frontend redesign, thanks to ranguard and the web designers at
154 Foxtons for making this happen.
155 - Major URI overhaul, Gitalist has gone from old gitweb style CGI
156 parameters to proper URIs, however the old URIs are still supported
157 and will redirect appropriately (Tomas Doran).
158 - With the URI overhaul also came breaking up actions into fragments
159 for use with Catalyst::View::Component::SubInclude.
160 - BIG BREAKING CHANGE - Gitalist::Model::GitRepos has been renamed
161 Gitalist::Model::CollectionOfRepos. You need to fix your config and
162 if you have actually installed Gitalist - remove the old model file.
163 - Bump required version of Git::PurePerl for Encoding fixes.
164 - Fix Makefile.PL to not need release deps when checking out of Git.
507d1a2b 165
f692fcb9 1660.000005 2010-01-09
9de5a97c 167 - Require Git::PurePerl for Win32 compatibility.
168 - Switch to IPC::Run::start for streamed mode, fixing RT#52658
169 and the tests with FreeBSD.
170 - Require new FCGI release in the FCGI script for upstream bug fixes.
171 - Fix tests with older versions of git.
172 - Allow the model to be configured with a list of repositories rather
173 then a directory containing repositories.
174 - Fix syntax highlighting CSS link
175 - Add per line link for previous version of a line in blame.
ffdabc0a 176
39526fa8 1770.000004 2009-12-19
9de5a97c 178 - Support being able to pass a list of repositories to view via
179 configuration, rather than having a static directory.
180 - Installation and configuration documentation has been enhanced.
181 - Project has been renamed Repository to correspond with normal git
182 terminology.
183 - Repos has been refactored into a CollectionOfRepositories role
184 and two differnet concrete implementations (the Catalyst model
185 chooses which type to build based on the config).
186 - Remove all tabs and fix no tabs test (Dagfinn Ilmari Mannsåker)
187 - Decode getpwuid values correctly (Dagfinn Ilmari Mannsåker)
188 - Generate correct provides information in META.yml so that search.cpan
189 indexes the classes contained in Gitalist correctly.
190 - Dropped the dependency on File::Stat::ModeString
508e2263 191
3bb1576d 1920.000003 2009-12-09
9de5a97c 193 - Officially switch repository to Shadowcat
194 - Officially switch bug tracker to rt.cpan.org
195 - Start streamlining and generally rejiging the layout.
196 - Hacked in syntax highlighting to the blame view.
197 - Further tweaks to the blame view, making it more informative.
198 - Move all POD below the code, for ::Repo and ::Project.
90c67f59 199
3707062a 2000.000002 2009-12-06
9de5a97c 201 - Add documentation about how to configure a Gitalist instance.
202 - Fix so that invalid repository directory will be detected at application
203 startup and a helpful error message will be displayed.
204 - Add --repos_dir command line parameter to all of the scripts which can
205 be used to force the repository directory, overriding config and
206 environment.
207 - Add GITALIST_REPOS_DIR environment variable which will determine the
208 repository path (overriding normal config) if set.
209 - Change so that no default repos path is in the config when installed from
210 CPAN (when checked out of git, behavior of browsing AppDir/../ is
211 maintained).
212 - Do not allow directory traversal via the p param.
213
2140.000001 2009-12-02
215 - No changes since last dev release.
216
2170.000000_02 2009-12-01
218 - Fixed history action, other minor cleanups.
219
2200.000000_01 2009-11-25
221 - Initial release to CPAN