Bump version to 0.003003, update Changes.
[catagits/Gitalist.git] / lib / Gitalist /
2011-06-06 Dan Brook Don't attempt to syntax highlight anything big.
2011-06-06 Dan Brook Fix for infinite loop bug in blame.
2011-05-23 Dan Brook Expose serialization via JSON.
2011-05-23 Dan Brook Add serialization to Gitalist::Git::Object.
2011-05-20 Dan Brook First cut at reintroducing object serialization.
2011-03-13 Dan Brook Simplified Repository BUILDARGS logic.
2011-03-13 Dan Brook Reinstate FromDirectory in model.
2011-03-13 Jose Luis Martinez Make get_repository expect already instanced repo
2011-03-13 Lian Wan Situ Make paging work for history
2011-03-13 Dan Brook Respect paging.log config settings.
2011-03-09 Jose Luis Martinez Be able to override the autodetected repo name
2011-03-06 Dan Brook Add CONFIGURATION section to Gitalist POD.
2011-03-06 Dan Brook Allow enabling recursive repo search in config.
2011-03-06 Dan Brook Assume UTF8 encoded blobs.
2011-02-26 Dan Brook Only use first column in whitelist.
2011-02-26 Dan Brook Add the ability to provide a whitelist of repos.
2011-02-26 Dan Brook Add support for export-ok config option.
2011-02-26 Dan Brook Ignore ancient/malformed tags.
2011-02-19 Dan Brook Clearer error message for get_repository.
2011-02-19 Dan Brook Allow top-level directories in the Repo constructor.
2011-02-19 Dan Brook Recursive directory lookup now stops when a repo is...
2010-11-01 Dan Brook Squash warning in Path::Class::Dir from contains()...
2010-11-01 Dipesh Patel Do proper checking of git directories.
2010-11-01 Dipesh Patel Fix broken recursive lookup and add unit tests.
2010-11-01 Dipesh Patel No need for addtional variable.
2010-11-01 Dipesh Patel Few tidy ups on Recursive From Directory.
2010-11-01 Dipesh Patel First pass attempt to recursively search through direct...
2010-10-31 Dan Brook Fix for failing assertion in t/02git_object.t.
2010-10-31 Zachary Stevens Introduce Gitalist::Git::Tag.
2010-10-31 Zachary Stevens Create Head instances from unparsed git output.
2010-10-31 Zachary Stevens Introduce Gitalist::Git::Head.
2010-10-31 Zachary Stevens Commit->sha_by_path now returns an object.
2010-10-31 Zachary Stevens Remove Repository->get_object_or_head.
2010-10-31 Zachary Stevens Remove Repository->list_tree.
2010-10-31 Zachary Stevens Move Repository->hash_by_path to Commit->sha_by_path.
2010-10-31 Zachary Stevens Clean hash_by_path's signature.
2010-10-31 Zachary Stevens Stringify Object instances to their sha1.
2010-08-13 Dan Brook Limit the number of branches/tags listed by default.
2010-08-02 Dan Brook Fix variable and blame bugs.
2010-08-01 Dan Brook Bumped version and added bootstrap docs.
2010-08-01 Dan Brook Initial stab at a working ContentMangler.
2010-08-01 Dan Brook Bug fix for merge diffs and a test.
2010-08-01 Dan Brook Revert "Merge remote branch 't0m/json' into json"
2010-08-01 Dan Brook Handle merges in the diff view.
2010-08-01 Tomas Doran Revert the part of 9aeab0dfe0 which was causing massive...
2010-08-01 Dan Brook Fixed summary and changed a few links.
2010-08-01 Dan Brook Added commit object serialization.
2010-08-01 Dan Brook Fixed failing Content-Type tests.
2010-08-01 Dan Brook A few fixes to get the JSON test working.
2010-08-01 Dan Brook Fixed Gitalist::Utils::is_binary to work.
2010-08-01 Dan Brook Add age to commit info.
2010-08-01 Dan Brook Proof of concept for #56388: add last commit msg to...
2010-08-01 Dan Brook Got blob highlighting working with the ContentMangler.
2010-08-01 Dan Brook A manual cherry-picking of f012b0, making use of syn_en...
2010-08-01 Tomas Doran Make a resolver object implementing the current policy...
2010-08-01 Tomas Doran Aaaaaand the logic (such as it is) for syntax stuff...
2010-08-01 Tomas Doran Add skeleton content mangling model
2010-08-01 Tomas Doran Turn the syntax highlighter into a standard view with...
2010-08-01 Tomas Doran Add RESTful Content-Type bits to the root controller...
2010-08-01 Tomas Doran The heads aren't real objects, just a data structure...
2010-08-01 Tomas Doran Add a trivial test
2010-08-01 Tomas Doran Do the correct thing with type contraints etc to be...
2010-08-01 Tomas Doran Add the serializeable role everywhere
2010-08-01 Tomas Doran Add a role for MooseX::Storage
2010-07-03 Dan Brook Bumped version and added bootstrap docs. 0.002001_01
2010-07-03 Dan Brook Initial stab at a working ContentMangler.
2010-06-29 Dan Brook Bug fix for merge diffs and a test.
2010-06-29 Dan Brook Revert "Merge remote branch 't0m/json' into json"
2010-06-29 Dan Brook Handle merges in the diff view.
2010-06-26 Zachary Stevens Call ->diff on the Commit instance.
2010-06-19 Tomas Doran Revert the part of 9aeab0dfe0 which was causing massive...
2010-06-19 Dan Brook Fixed summary and changed a few links.
2010-06-19 Dan Brook Added commit object serialization.
2010-06-19 Dan Brook Fixed failing Content-Type tests.
2010-06-19 Dan Brook A few fixes to get the JSON test working.
2010-06-19 Dan Brook Fixed Gitalist::Utils::is_binary to work.
2010-06-19 Dan Brook Add age to commit info.
2010-06-19 Dan Brook Proof of concept for #56388: add last commit msg to...
2010-06-19 Dan Brook Got blob highlighting working with the ContentMangler.
2010-06-19 Dan Brook A manual cherry-picking of f012b0, making use of syn_en...
2010-06-19 Tomas Doran Make a resolver object implementing the current policy...
2010-06-19 Tomas Doran Aaaaaand the logic (such as it is) for syntax stuff...
2010-06-19 Tomas Doran Add skeleton content mangling model
2010-06-19 Tomas Doran Turn the syntax highlighter into a standard view with...
2010-06-19 Tomas Doran Add RESTful Content-Type bits to the root controller...
2010-06-19 Tomas Doran The heads aren't real objects, just a data structure...
2010-06-19 Tomas Doran Add a trivial test
2010-06-19 Tomas Doran Do the correct thing with type contraints etc to be...
2010-06-19 Tomas Doran Add the serializeable role everywhere
2010-06-19 Tomas Doran Add a role for MooseX::Storage
2010-06-02 Tomas Doran Bye bye MX::MultiMethods
2010-05-13 Tomas Doran Fix dependencies
2010-05-06 Tomas Doran Really remove XML::OPML::SimpleGen
2010-05-06 Tomas Doran Remove XML::Atom - unused here
2010-05-06 Tomas Doran Remove unused XML::RSS dep
2010-04-14 Dan Brook Fixed bug where C<-T>/C<-B> were being called on strings.
2010-04-10 Dan Brook Bumped version, updated changes.
2010-04-10 Dan Brook Implemented necessary functionality so binary files...
2010-04-09 Dan Brook Fixed src and dst in diff data for files that had been...
2010-04-02 Dan Brook Bumped version number and fixed tabs. 0.000006_01
next