Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make sure tarballs are generated with a prefix | Johan Sørensen | 2009-09-07 | 1 | -0/+1 |
| | | | | Otherwise we may litter a users directory with our junk | ||||
* | Handle requests for invalid refs in TreesController#archive by redirecting ↵ | Marius Mathiesen | 2009-05-12 | 1 | -1/+1 |
| | | | | to the default tree (HEAD) | ||||
* | Fixed tests for the TreesController#archive | Johan Sørensen | 2009-05-09 | 1 | -1/+1 |
| | |||||
* | Make the tree archiver deal gracefully with the hashed_path subdirs by | Johan Sørensen | 2009-05-09 | 1 | -1/+1 |
| | | | | replacing the slashes | ||||
* | Updated copyrights-blurb in all application files | Johan Sørensen | 2009-04-22 | 1 | -0/+4 |
| | |||||
* | Introduce a stale_conditional? controller helper for not setting conditional GET | Johan Sørensen | 2009-04-22 | 1 | -1/+2 |
| | | | | | | headers of there's data in the flash When used, it prevents a certain amount of foot shooting related incidents | ||||
* | Handle missing tree SHA1s gracefully | Johan Sørensen | 2009-04-22 | 1 | -5/+11 |
| | |||||
* | Rename install_site_before_filters to renders_in_site_specific_context and | Johan Sørensen | 2009-04-22 | 1 | -1/+1 |
| | | | | | | | introduce a renders_in_global_context controller class method as well. This lets us control in the Site context in which specific actions or controllers as a whole are rendered in. | ||||
* | Redirect to the current_site's subdomain, if it has one and it's a GET request | Johan Sørensen | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | Set the correct filename header for the tarball filename | Johan Sørensen | 2009-04-22 | 1 | -3/+3 |
| | |||||
* | Conditional GETs on trees and blobs | Johan Sørensen | 2009-04-22 | 1 | -6/+8 |
| | |||||
* | Use the builtin expires_in instead of the home-rolled cache_for for setting ↵ | Johan Sørensen | 2009-04-22 | 1 | -1/+1 |
| | | | | | | max-age, This also uses the correct format on the header. | ||||
* | Introduce a repo_owner_path() helper that takes care of figuring out how to | Johan Sørensen | 2009-04-22 | 1 | -2/+2 |
| | | | | | namespace a given repository url based on the repos kind. Useful when linking/redirecting to a repository (and any subresources) | ||||
* | Enable caching in trees controller (via application controller) | Marius Mathiesen | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | Show the archive-box right away and don't put items on the queue if it looks | Johan Sørensen | 2009-04-22 | 1 | -1/+3 |
| | | | | like a worker has already begun archiving it | ||||
* | Make tarball generation being done outside of rails. | Johan Sørensen | 2009-04-22 | 1 | -8/+52 |
| | | | | | | | This leaves the rails app doing better things, and allows us to create a better UI, since the user gets some instant feedback. It also means that generated tarballs are cached on-disk once they're generated | ||||
* | Work around a rails 2.3 bug, until we have time to fix it proper | Johan Sørensen | 2009-04-22 | 1 | -2/+4 |
| | |||||
* | Fix browsing trees at a specific commit sha | Johan Sørensen | 2009-04-22 | 1 | -1/+2 |
| | |||||
* | - Merged the logscontroller into a more unified commits controller | Johan Sørensen | 2009-04-22 | 1 | -8/+10 |
| | | | | - Support namespaced branches with an uri alá /tree/branch/subbranch/path/in/repo | ||||
* | Adding breadcrumb support: | Marius Mathiesen | 2009-04-22 | 1 | -0/+1 |
| | | | | | | | | | | - Adding a Breadcrumb module w/specs - Setting a root in LogsController - Setting a root in TreesController - Adding a Breadcrumb helper, include in Logs-, Repositories- and Projects helpers - Replacing navigation in Logs#show, Projects#show, Repositories#show and Trees#show (Temporarily?) removing the site menu. | ||||
* | Make trees+logs controllers support head_candidates that is a name spaced branch | Johan Sørensen | 2009-01-15 | 1 | -1/+1 |
| | |||||
* | Major refactoring of the whole Gitorious project. I've added both ↵ | Fabio Akita | 2009-01-09 | 1 | -1/+1 |
| | | | | localized_date and localied_templates plugin and I've extracted every single string that could be translated. Now you have both locales/en.rb and locales/pt-BR.rb as well as views/pt-BR for localized static pages and email templates. I have not added a locale field in the User model - yet, so you have to change gitorious.yml to change it globally | ||||
* | Add copyright and license headers (AGPL) to code files | Tor Arne Vestbø | 2008-11-28 | 1 | -0/+17 |
| | | | | | The authors in each copyright header was computed by running 'git log --reverse' on that particular file. | ||||
* | Refactored BrowseController into several specific controllers | Johan Sørensen | 2008-03-17 | 1 | -0/+35 |
Grouped by responsibility Trees, Blobs, Commits and Logs |