Correct broken modestr tests.
[catagits/Gitalist.git] / Changes
CommitLineData
89de6a33 1This file documents the revision history for Perl extension Gitalist.
2
508e2263 3 - Support being able to pass a list of repositories to view via
4 configuration, rather than having a static directory.
5 - Installation and configuration documentation has been enhanced.
6 - Project has been renamed Repository to correspond with normal git
7 terminology.
8 - Repos has been refactored into a CollectionOfRepositories role
9 and two differnet concrete implementations (the Catalyst model
10 chooses which type to build based on the config).
11 - Remove all tabs and fix no tabs test (Dagfinn Ilmari Mannsåker)
12 - Decode getpwuid values correctly (Dagfinn Ilmari Mannsåker)
0164ed44 13 - Generate correct provides information in META.yml so that search.cpan
14 indexes the classes contained in Gitalist correctly.
508e2263 15
3bb1576d 160.000003 2009-12-09
17 - Officially switch repository to Shadowcat
18 - Officially switch bug tracker to rt.cpan.org
90c67f59 19 - Start streamlining and generally rejiging the layout.
20 - Hacked in syntax highlighting to the blame view.
21 - Further tweaks to the blame view, making it more informative.
22 - Dropped the dependency on File::Stat::ModeString
23 - Move all POD below the code, for ::Repo and ::Project.
24
3707062a 250.000002 2009-12-06
63f34424 26 - Add documentation about how to configure a Gitalist instance.
a18818fd 27 - Fix so that invalid repository directory will be detected at application
28 startup and a helpful error message will be displayed.
29 - Add --repos_dir command line parameter to all of the scripts which can
30 be used to force the repository directory, overriding config and
31 environment.
32 - Add GITALIST_REPOS_DIR environment variable which will determine the
33 repository path (overriding normal config) if set.
a5f84b93 34 - Change so that no default repos path is in the config when installed from
35 CPAN (when checked out of git, behavior of browsing AppDir/../ is
36 maintained).
59eaa5b6 37 - Do not allow directory traversal via the p param.
38
28193751 390.000001
40 - No changes since last dev release.
41
43d7bc49 420.000000_02 UNRELEASED
43 - Fixed history action, other minor cleanups.
44
775e96e0 450.000000_01 UNRELEASED
46 - Initial release to CPAN