Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the blob SHA1 and not the path for blob image cache keys | Johan Sørensen | 2009-11-17 | 1 | -2/+2 |
| | |||||
* | Don't try and highlight long blobs, as it may trigger script warnings | Johan Sørensen | 2009-10-20 | 1 | -1/+17 |
| | | | | | | Some browsers may show a "a slow script is running" warning if we attempt to syntax highlight larger files, so we show an info box with a link to turn on highlighting instead in those cases | ||||
* | Switch to using jQuery for all javascript related things | Johan Sørensen | 2009-09-03 | 1 | -1/+1 |
| | | | | | | | | | | Using jQuery gives us some shorter and more to the point javascript, along with being a first step towards making gitorious use more unobtrusive JS. This also removed the auto_complete plugin, since it's easier to do by hand with jQuery. Furthermore, most of the rjs templates have been replaced with functions in application.js | ||||
* | Better binary blob detection | Johan Sørensen | 2009-06-11 | 1 | -1/+1 |
| | | | | | | Just check the first 1024 bytes if there's any null bytes, instead of using the error prone mime-type detection, which gives us a smaller chance of false-positives with the null byte detection | ||||
* | Use the sha1 of the blobs, not the path, as part of the cache key | Johan Sørensen | 2009-05-19 | 2 | -2/+2 |
| | |||||
* | Be able to see the history of a single blob | Johan Sørensen | 2009-04-22 | 3 | -5/+56 |
| | |||||
* | Revert "Show history for blobs" | Johan Sørensen | 2009-04-22 | 1 | -10/+0 |
| | | | | This reverts commit 6789d713fbf8ad32bbba3f9feabaeecbb8542557. | ||||
* | Show history for blobs | Marius Mathiesen | 2009-04-22 | 1 | -0/+10 |
| | |||||
* | Do not syntax highlight files which usually are plain text files | Johan Sørensen | 2009-04-22 | 1 | -9/+11 |
| | |||||
* | Slightly prettier ascii/binary detection when rendering blobs | Johan Sørensen | 2009-04-22 | 1 | -4/+4 |
| | |||||
* | DRY up breadcrumb rendering a bit, the breadcrumbs_from(root) is now the method | Johan Sørensen | 2009-04-22 | 1 | -4/+1 |
| | | | | all the views should use to render the breadcrumb list | ||||
* | Updated copyrights-blurb in all application files | Johan Sørensen | 2009-04-22 | 1 | -0/+3 |
| | |||||
* | Removed headers from blob and tree view | Johan Sørensen | 2009-04-22 | 1 | -11/+11 |
| | |||||
* | Remove the dependencies for textpow and ultraviolet, and do the syntax ↵ | Johan Sørensen | 2009-04-22 | 1 | -1/+16 |
| | | | | | | highlighting client side | ||||
* | - Merged the logscontroller into a more unified commits controller | Johan Sørensen | 2009-04-22 | 1 | -3/+3 |
| | | | | - Support namespaced branches with an uri alá /tree/branch/subbranch/path/in/repo | ||||
* | Adding breadcrumb support for Blobs: | Marius Mathiesen | 2009-04-22 | 1 | -2/+1 |
| | | | | | | | - Adding another class Breadcrumb::Blob - Assigning in controllers, showing in views Also backported the file suffix mappings and using these in tree listings | ||||
* | Small i18n tweaks. Adding missing ubuntu daemon files. Added a new rake task ↵ | Fabio Akita | 2009-01-10 | 1 | -5/+2 |
| | | | | locales:compare to help translators find missing translation keys | ||||
* | Major refactoring of the whole Gitorious project. I've added both ↵ | Fabio Akita | 2009-01-09 | 1 | -10/+10 |
| | | | | 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/+19 |
| | | | | | The authors in each copyright header was computed by running 'git log --reverse' on that particular file. | ||||
* | Use the context/sub menu when in the repository scope | Johan Sørensen | 2008-04-27 | 1 | -0/+4 |
| | |||||
* | Refactored BrowseController into several specific controllers | Johan Sørensen | 2008-03-17 | 1 | -0/+40 |
Grouped by responsibility Trees, Blobs, Commits and Logs |