Merge branch 'upstream_master'
[catagits/Gitalist.git] / Changes
1 This file documents the revision history for Perl extension Gitalist.
2
3 0.001002 2010-04-20
4     - Fix link for the project_index action.
5     - Add missing images to MANIFEST.
6
7 0.001001 2010-04-15
8     - Bumping version number to a format I understand, thanks to mst for
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).
14
15 0.000006.1 2010-04-14
16     - Documentation fixes for the --repo-dir flag (Dagfinn Ilmari Mannsåker).
17
18 0.000006 2010-04-10
19     - Major frontend redesign, thanks to ranguard and the web designers at
20       Foxtons for making this happen.
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.
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.
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
32 0.000005 2010-01-09
33     - Switch to IPC::Run::start for streamed mode, fixing RT#52658
34       and the tests with FreeBSD.
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.
41
42 0.000004 2009-12-19
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)
53     - Generate correct provides information in META.yml so that search.cpan
54       indexes the classes contained in Gitalist correctly.
55
56 0.000003 2009-12-09
57     - Officially switch repository to Shadowcat
58     - Officially switch bug tracker to rt.cpan.org
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
65 0.000002 2009-12-06
66    - Add documentation about how to configure a Gitalist instance.
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.
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).
77    - Do not allow directory traversal via the p param.
78
79 0.000001
80    - No changes since last dev release.
81
82 0.000000_02  UNRELEASED
83    - Fixed history action, other minor cleanups.
84
85 0.000000_01  UNRELEASED
86    - Initial release to CPAN