Add Apache specific section to docs.
[catagits/Gitalist.git] / lib / Gitalist / Model /
2011-07-06 Jonas Genannt fixing inline pod documentation for the debian package...
2011-03-13 Dan Brook Reinstate FromDirectory in model.
2011-03-06 Dan Brook Allow enabling recursive repo search in config.
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.
2010-11-01 Dipesh Patel Do proper checking of git directories.
2010-08-01 Dan Brook Initial stab at a working ContentMangler.
2010-08-01 Dan Brook Got blob highlighting working with the ContentMangler.
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-07-03 Dan Brook Initial stab at a working ContentMangler.
2010-06-19 Dan Brook Got blob highlighting working with the ContentMangler.
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-01-17 Tomas Doran Rename the Catalyst model to be in line with everything...
2009-12-19 Zachary Stevens Change other uses of 'project' to 'repository'.
2009-12-19 Zachary Stevens Rename CollectionOfProjects to CollectionOfRepositories.
2009-12-18 Zachary Stevens Rename ::Repo to ::CollectionOfProjects::FromDirectory
2009-12-17 Tomas Doran Deal with the singular case better
2009-12-15 Tomas Doran And support a list of directories in the Catalyst model...
2009-12-06 Tomas Doran Make starting gitalist pointed at somewhere settable...
2009-11-25 Tomas Doran Make the version number sane and clean up copyright...
2009-11-13 Tomas Doran We do actually really want per context instances of...
2009-11-09 Tomas Doran Wholesale removal of the old model and compat code
2009-11-08 Tomas Doran Show deprecated methods
2009-11-08 Zachary Stevens Fixes to tests and Object's builders.
2009-11-06 Tomas Doran Change from string to bareword types, and add a Maybe...
2009-11-05 Zachary Stevens Index page fixes.
2009-11-04 Zachary Stevens Fix cat_file. (trivial)
2009-11-03 Tomas Doran Merge
2009-11-03 Tomas Doran Fix bugs with commitdiff
2009-11-02 Tomas Doran Mangle spaces
2009-11-02 Tomas Doran Merge zacs branch
2009-11-02 bobtfish Add new model
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-11-02 Tomas Doran Merge
2009-11-02 bobtfish Get everything actually working with this in place...
2009-11-02 Tomas Doran Pass repo dir correctly
2009-11-02 bobtfish Unfuck things
2009-11-02 Tomas Doran Merge
2009-11-02 bobtfish Better error
2009-11-02 broquaint Started on making everything a bit less bleh.
2009-11-01 Zachary Stevens only initalise GPP when we have a project.
2009-11-01 Tomas Doran (t0m) That mostly fixes my fail, it being required to start...
2009-11-01 Tomas Doran (t0m) Erm, this broke all the tests, but I'm not sure why...
2009-11-01 Tomas Doran (t0m) Split into seperate packages
2009-11-01 broquaint A rough cut of the /search action.
2009-11-01 Tomas Doran (t0m) That mostly fixes my fail, it being required to start...
2009-11-01 Tomas Doran (t0m) Erm, this broke all the tests, but I'm not sure why...
2009-11-01 Tomas Doran (t0m) Split into seperate packages
2009-11-01 broquaint Straightened up the model test and corresponding code.
2009-10-31 Zachary Stevens Fixed cat_file and a test.
2009-10-29 broquaint Fixed bug where the index action would die because...
2009-10-28 broquaint Fleshed out the /tree action and fixed paging.
2009-10-28 broquaint Sorted out diffs so that diffing against parents, diffi...
2009-10-27 broquaint Added first cut at the /blobdiff action.
2009-10-27 broquaint Switched to using Catalyst::Component::InstancePerConte...
2009-10-27 broquaint Fixed properties of the Model so one can navigate betwe...
2009-10-26 broquaint Now heads show up in the shortlog and the current head...
2009-10-26 broquaint Gave ownership of URLs to Gitalist proper.
2009-10-25 broquaint Started on making /commitdiff pretty.
2009-10-25 broquaint Added very basic /commitdiff action.
2009-10-25 broquaint Added the /summary, /heads and /log actions.
2009-10-23 broquaint Another freshly added action - /tree.
2009-10-23 broquaint Added first cut of /shortlog action and simplified...
2009-10-23 broquaint Added some POD to the Git model and straightened out...
2009-10-23 broquaint Tidied up the /blob action and the commit-nav.tt2 links.
2009-10-23 broquaint Gave the /commit page a diff-tree.
2009-10-23 broquaint Deprecated the GPP Model and merged its sole method...
2009-10-07 broquaint Brought back recent Moosey goodness so all should be...
2009-10-07 broquaint Merge in master changes.
2009-10-05 broquaint Fixed up Moose strictness causing Gitalist to die.
2009-09-27 Tomas Doran Throw a bit more Moose around, and copy config to model...
2009-09-27 Zachary Stevens Fix list_projects() to properly handle bare repositories.
2009-09-27 Zachary Stevens Add additional content to test repo dir (bare repo...
2009-09-20 broquaint Intermediate commit on the way to switching to Git...
2009-09-18 broquaint Fleshed out reflog action.
2009-09-18 broquaint Added very basic blob action.
2009-09-08 Dan Brook Straightened out some rough edges and added the dodgy...
2009-09-08 Dan Brook Got the gitweb part back in working order.
2009-09-08 Dan Brook The list of projects is now in working order, but nothi...
2009-09-08 Dan Brook Further WIP of integrating rafl's work into Gitalist...
2009-09-04 Dan Brook WIP of moving the project list to an action.
2009-09-04 Dan Brook Initial commit of rafl's Git model