666c4e6f38cf20af8eb4e6b90fa4f1993274e53d
[catagits/Gitalist.git] / Changes
1 This file documents the revision history for Perl extension Gitalist.
2
3 0.003008 2012-01-29
4   - Now with Changes.
5
6 0.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
12 0.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
17 0.003005 2011-07-13
18   - Provide option to disable gravatars.
19   - Tweaks to make Gitalist fit for debian (Jonas Genannt).
20   - Fixes to enable Gitalist to run on Win32 (Christian Walde).
21   - Fix content-type of core.css handler (Christian Walde).
22
23 0.003004 2011-06-07
24   - Fix dependency typo in Makefile.PL.
25
26 0.003003 2011-06-06
27   - Fixed ownership assertions in t/02git_object.t (Christian Walde).
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.
31
32 0.003002 2011-05-23
33   - Add JSON serialization and expose via .json (Tomas Doran).
34   - Provide .psgi for Plack goodness (Francoise Dehinbo).
35
36 0.003001 2011-03-13
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.
42
43 0.002009 2011-03-06
44   - Document the available configuration options.
45   - Provide switch in config for forcing recursive repo searching.
46   - Assume UTF8 encoded blobs.
47
48 0.002008 2011-02-26
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)
53
54 0.002007 2011-02-19
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.
60
61 0.002006 2010-10-17
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.
67
68 0.002005 2010-08-13
69   - Limit the number of branches/tags listed by default.
70
71 0.002004 2010-08-02
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.
76
77 0.002003 2010-08-02
78   - Fix for distribution not including script/env causing Makefile.PL
79     and scripts to die.
80
81 0.002002 2010-08-01
82   - Fix dist packaging issues.
83
84 0.002001 2010-07-03
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.
94
95 0.001008 2010-06-03
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.
105
106 0.001007 2010-05-15
107   - Set the use_request_uri_for_path configuration variable to be compatible
108     with Catalyst 5.80024.
109
110 0.001006 2010-05-13
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.
116
117 0.001005 2010-05-11
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
122
123 0.001004 2010-05-06
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.
130
131 0.001003 2010-04-21
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)
136
137 0.001002 2010-04-20
138   - Fix link for the project_index action.
139   - Add missing images to MANIFEST.
140
141 0.001001 2010-04-15
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).
148
149 0.000006.1 2010-04-14
150   - Documentation fixes for the --repo-dir flag (Dagfinn Ilmari Mannsåker).
151
152 0.000006 2010-04-10
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.
165
166 0.000005 2010-01-09
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.
176
177 0.000004 2009-12-19
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
191
192 0.000003 2009-12-09
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.
199
200 0.000002 2009-12-06
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
214 0.000001 2009-12-02
215   - No changes since last dev release.
216
217 0.000000_02 2009-12-01
218   - Fixed history action, other minor cleanups.
219
220 0.000000_01 2009-11-25
221   - Initial release to CPAN