aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/templates
AgeCommit message (Expand)Author
2013-04-04fixed dead links for non-admin usersMarcin Kuzminski
2013-04-04fixed admin link for creating repos, and refactored the routes nameMarcin Kuzminski
2013-04-03usermenuMarcin Kuzminski
2013-04-03user menu: remove Journal link - it is already in the top menuMads Kiilerich
2013-04-03codecleanerMarcin Kuzminski
2013-04-03summary: redirect from repo URLs with #branchname to changelog with this branchMads Kiilerich
2013-04-03Fix a lot of casings - use standard casing in most placesMads Kiilerich
2013-04-03Fix 'repos group' - it is 'repository group'Mads Kiilerich
2013-04-03pullrequests: state "closed" explicitlyMads Kiilerich
2013-03-30added missing page_nav on forks pageMarcin Kuzminski
2013-03-30fixed users sorting in admin pannelMarcin Kuzminski
2013-03-29added url quote in clone url. fixes issue #809Marcin Kuzminski
2013-03-28fixes #807: Remove generic HTML title for repository groupsMarcin Kuzminski
2013-03-28#749 and #516 Removed dupliciting of repo settings for rhodecode admins and r...Marcin Kuzminski
2013-03-28moved permission management into separate entity.Marcin Kuzminski
2013-03-28helpers: show boolean value of value as icon, not just the True and False sin...Mads Kiilerich
2013-03-28follow Python conventions for boolean valuesMads Kiilerich
2013-03-28user group: sort lists of current and available members by usernameMads Kiilerich
2013-03-28sort permission lists by (repository) nameMads Kiilerich
2013-03-28spelling: chosenMads Kiilerich
2013-03-27fixed missing page_nav in files edit/addMarcin Kuzminski
2013-03-27missing changesets should return 404 not redirect + flash.Marcin Kuzminski
2013-03-27Enable flash extraction in error documentsMarcin Kuzminski
2013-03-27added super simple cache_key paster function for showing and cleaning cache keysMarcin Kuzminski
2013-03-27fix branch UI issue for git reposMarcin Kuzminski
2013-03-27use merge param in compare link for it to work as expectedMarcin Kuzminski
2013-03-26merge the two context menu bar stripes - save some vertical spaceMads Kiilerich
2013-03-26move repo actions from their own menu line to Options menuMads Kiilerich
2013-03-26compare: reorder columns in changeset list - this feels more natural to meMads Kiilerich
2013-03-26templates: enforce more consistency by being less flexible in templatesMads Kiilerich
2013-03-25comments: "Comment on pull request" feels more naturalMads Kiilerich
2013-03-26invalidation: some documentation and refactoringMads Kiilerich
2013-03-26compare: show branch names in changeset listMads Kiilerich
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-26repository: cleanup and alignment of repository editing templatesMads Kiilerich
2013-03-26breadcrumbs: make repo names link to summary pagesMads Kiilerich
2013-03-26pullrequests: use default_other_repo_info for the default other_ref selectorMads Kiilerich
2013-03-26pullrequests: fix non-js defaults for repo ownerMads Kiilerich
2013-03-07pullrequest: use simple link for 'Change style'Mads Kiilerich
2013-03-08changelog / compare: adjust titlesMads Kiilerich
2013-03-25i18n summaryTakumi IINO
2013-03-25i18n context barTakumi IINO
2013-03-25adjust the width on changelog based on the show_id function outputMarcin Kuzminski
2013-03-24hide forks as it's in the summary menuMarcin Kuzminski
2013-03-24files edit/add is displayed with repo context menuMarcin Kuzminski
2013-03-24improved title consistencyMarcin Kuzminski
2013-03-24show forks in contextbarMarcin Kuzminski
2013-03-24show only open pull requests in the counter, and use repo context bar in pull...Marcin Kuzminski