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