aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates/files
AgeCommit message (Expand)Author
2013-04-26fixed some unicode problems with git file pathMarcin Kuzminski
2013-04-03Fix a lot of casings - use standard casing in most placesMads Kiilerich
2013-03-28follow Python conventions for boolean valuesMads Kiilerich
2013-03-27fixed missing page_nav in files edit/addMarcin Kuzminski
2013-03-26use valid options for the top menu: repositories, journal, search and adminMads Kiilerich
2013-03-26clean-up of breadcrumbs on pages with repo context barMads Kiilerich
2013-03-26repository pages: cleanup of use of repository context menuMads Kiilerich
2013-03-24files edit/add is displayed with repo context menuMarcin Kuzminski
2013-03-24improved title consistencyMarcin Kuzminski
2013-03-21added more strict checks for file path in add file controllerMarcin Kuzminski
2013-03-19Stylistic cleanup - mostly formattingMads Kiilerich
2013-03-11MergeLeonardo
2013-03-11Style clean up, and comments removal.Leonardo Carneiro
2013-03-05Fixing missing icons.Leonardo
2013-03-04Mergeleonardo
2013-03-04scrool into multi line selection in file viewMarcin Kuzminski
2013-03-04Adding the context bar too all pages related to a Repository.Leonardo
2013-03-07Speed up of last_changeset extraction in VCS, in edge cases for git we can ge...Marcin Kuzminski
2013-03-06fix spelling of committerMads Kiilerich
2013-03-04codecleanerMarcin Kuzminski
2013-02-21unified breadcrumbs displayMarcin Kuzminski
2013-01-29i18n fixTakumi IINO
2013-01-30protect against empty branch on edit fileMarcin Kuzminski
2013-01-27disable file editing when not on branch head fixes issue #462Marcin Kuzminski
2013-01-22html: random indentation fixesMads Kiilerich
2013-01-22html: don't use tabsMads Kiilerich
2012-12-20fixed issue with padding fix breaks history on firefoxMarcin Kuzminski
2012-11-28Implemented file history page for showing detailed changelog for a given fileMarcin Kuzminski
2012-11-26White space cleanupMarcin Kuzminski
2012-11-13fire tooltips after loading the historyMarcin Kuzminski
2012-11-13implements #636, lazy loading of history and authors to speed up page respons...Marcin Kuzminski
2012-11-04Fixed issue when node didn't exists at 'tip' and we tried calculate history b...Marcin Kuzminski
2012-10-17fixed issue with show at revision button. Some JS were not properly loaded du...Marcin Kuzminski
2012-10-17smarter calculation of showed associated changeset in file source viewMarcin Kuzminski
2012-10-02fix files quick filter linksMarcin Kuzminski
2012-09-23fix selection links on files sourcesMarcin Kuzminski
2012-09-06White space cleanupMarcin Kuzminski
2012-08-23again #531 forgot to replace other occurences of h.email callMarcin Kuzminski
2012-08-04fixed issues with non-ascii chars in new file browserMarcin Kuzminski
2012-08-04Disable the html4 history mock for old browsers.Marcin Kuzminski
2012-08-04Reimplemented file-browser using partial-ajaxMarcin Kuzminski
2012-06-20i18n 'Home' in breadcrumbsTakumi IINO
2012-06-15whitespace cleanupMarcin Kuzminski
2012-06-14Add authors into file viewMarcin Kuzminski
2012-06-14i18nMarcin Kuzminski
2012-06-08removed JSON array envelope from filter files functionMarcin Kuzminski
2012-06-08Added h.tooltip to all places that tooltip_title is used.Marcin Kuzminski
2012-05-28Better i18n for page titles.Vincent Duvert
2012-06-05Added a translatable date formatter for every date displayed.Vincent Duvert
2012-05-03Implements subrepos view inside filebrowserMarcin Kuzminski