summaryrefslogtreecommitdiffstats
path: root/app/views/blobs
Commit message (Collapse)AuthorAgeFilesLines
* Use the blob SHA1 and not the path for blob image cache keysJohan Sørensen2009-11-171-2/+2
|
* Don't try and highlight long blobs, as it may trigger script warningsJohan Sørensen2009-10-201-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 thingsJohan Sørensen2009-09-031-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 detectionJohan Sørensen2009-06-111-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 keyJohan Sørensen2009-05-192-2/+2
|
* Be able to see the history of a single blobJohan Sørensen2009-04-223-5/+56
|
* Revert "Show history for blobs"Johan Sørensen2009-04-221-10/+0
| | | | This reverts commit 6789d713fbf8ad32bbba3f9feabaeecbb8542557.
* Show history for blobsMarius Mathiesen2009-04-221-0/+10
|
* Do not syntax highlight files which usually are plain text filesJohan Sørensen2009-04-221-9/+11
|
* Slightly prettier ascii/binary detection when rendering blobsJohan Sørensen2009-04-221-4/+4
|
* DRY up breadcrumb rendering a bit, the breadcrumbs_from(root) is now the methodJohan Sørensen2009-04-221-4/+1
| | | | all the views should use to render the breadcrumb list
* Updated copyrights-blurb in all application filesJohan Sørensen2009-04-221-0/+3
|
* Removed headers from blob and tree viewJohan Sørensen2009-04-221-11/+11
|
* Remove the dependencies for textpow and ultraviolet, and do the syntax ↵Johan Sørensen2009-04-221-1/+16
| | | | | | highlighting client side
* - Merged the logscontroller into a more unified commits controllerJohan Sørensen2009-04-221-3/+3
| | | | - Support namespaced branches with an uri alá /tree/branch/subbranch/path/in/repo
* Adding breadcrumb support for Blobs:Marius Mathiesen2009-04-221-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 Akita2009-01-101-5/+2
| | | | locales:compare to help translators find missing translation keys
* Major refactoring of the whole Gitorious project. I've added both ↵Fabio Akita2009-01-091-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 filesTor Arne Vestbø2008-11-281-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 scopeJohan Sørensen2008-04-271-0/+4
|
* Refactored BrowseController into several specific controllersJohan Sørensen2008-03-171-0/+40
Grouped by responsibility Trees, Blobs, Commits and Logs