another hard coded URL fix
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
2
26bd8fab 30.001002 2010-04-20
4 - Fix link for the project_index action.
5 - Add missing images to MANIFEST.
6
e656c210 70.001001 2010-04-15
8 - Bumping version number to a format I understand, thanks to mst for
26bd8fab 9 pointing me in the right direction and t0m for the new number.
10 - Cleaned up the search results - removed search from the homepage as
11 wasn't working (Foxtons).
12 - Provide a link for an atom entry. switch mode=xml to type=xhtml (Brian
13 Cassidy).
e656c210 14
150.000006.1 2010-04-14
16 - Documentation fixes for the --repo-dir flag (Dagfinn Ilmari Mannsåker).
6ee49ff4 17
e656c210 180.000006 2010-04-10
226e79a0 19 - Major frontend redesign, thanks to ranguard and the web designers at
20 Foxtons for making this happen.
6ee49ff4 21 - Major URI overhaul, Gitalist has gone from old gitweb style CGI
22 parameters to proper URIs, however the old URIs are still supported
23 and will redirect appropriately (Tomas Doran).
24 - With the URI overhaul also came breaking up actions into fragments
25 for use with Catalyst::View::Component::SubInclude.
7bf1a6f5 26 - BIG BREAKING CHANGE - Gitalist::Model::GitRepos has been renamed
27 Gitalist::Model::CollectionOfRepos. You need to fix your config and
28 if you have actually installed Gitalist - remove the old model file.
507d1a2b 29 - Bump required version of Git::PurePerl for Encoding fixes.
30 - Fix Makefile.PL to not need release deps when checking out of Git.
31
f692fcb9 320.000005 2010-01-09
ffdabc0a 33 - Switch to IPC::Run::start for streamed mode, fixing RT#52658
34 and the tests with FreeBSD.
cf810cad 35 - Require new FCGI release in the FCGI script for upstream bug fixes.
36 - Fix tests with older versions of git.
37 - Allow the model to be configured with a list of repositories rather
38 then a directory containing repositories.
39 - Fix syntax highlighting CSS link
40 - Add per line link for previous version of a line in blame.
ffdabc0a 41
39526fa8 420.000004 2009-12-19
508e2263 43 - Support being able to pass a list of repositories to view via
44 configuration, rather than having a static directory.
45 - Installation and configuration documentation has been enhanced.
46 - Project has been renamed Repository to correspond with normal git
47 terminology.
48 - Repos has been refactored into a CollectionOfRepositories role
49 and two differnet concrete implementations (the Catalyst model
50 chooses which type to build based on the config).
51 - Remove all tabs and fix no tabs test (Dagfinn Ilmari Mannsåker)
52 - Decode getpwuid values correctly (Dagfinn Ilmari Mannsåker)
0164ed44 53 - Generate correct provides information in META.yml so that search.cpan
54 indexes the classes contained in Gitalist correctly.
508e2263 55
3bb1576d 560.000003 2009-12-09
57 - Officially switch repository to Shadowcat
58 - Officially switch bug tracker to rt.cpan.org
90c67f59 59 - Start streamlining and generally rejiging the layout.
60 - Hacked in syntax highlighting to the blame view.
61 - Further tweaks to the blame view, making it more informative.
62 - Dropped the dependency on File::Stat::ModeString
63 - Move all POD below the code, for ::Repo and ::Project.
64
3707062a 650.000002 2009-12-06
63f34424 66 - Add documentation about how to configure a Gitalist instance.
a18818fd 67 - Fix so that invalid repository directory will be detected at application
68 startup and a helpful error message will be displayed.
69 - Add --repos_dir command line parameter to all of the scripts which can
70 be used to force the repository directory, overriding config and
71 environment.
72 - Add GITALIST_REPOS_DIR environment variable which will determine the
73 repository path (overriding normal config) if set.
a5f84b93 74 - Change so that no default repos path is in the config when installed from
75 CPAN (when checked out of git, behavior of browsing AppDir/../ is
76 maintained).
59eaa5b6 77 - Do not allow directory traversal via the p param.
78
28193751 790.000001
80 - No changes since last dev release.
81
43d7bc49 820.000000_02 UNRELEASED
83 - Fixed history action, other minor cleanups.
84
775e96e0 850.000000_01 UNRELEASED
86 - Initial release to CPAN