aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/lib
AgeCommit message (Expand)Author
2013-04-04ishell paster commandMarcin Kuzminski
2013-04-03update_repoinfo: fix invalidationMads 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-03config: rename options to show_revision_number and show_sha_lengthMads Kiilerich
2013-04-02util: remove attempt of renaming get_filesystem_repos while remaining backwar...Mads Kiilerich
2013-03-31- age tests cannot be dynamic, there are cases when age calculationMarcin Kuzminski
2013-03-31 recursive forks detachMarcin Kuzminski
2013-03-29fix unicode issues on logging in SCM middlewaresMarcin Kuzminski
2013-03-28ldap: handle more elegantly that python-ldap isn't installed when trying to u...Mads Kiilerich
2013-03-28Don't catch all exceptionsMarcin Kuzminski
2013-03-28helpers: show boolean value of value as icon, not just the True and False sin...Mads Kiilerich
2013-03-28celery tasks: use None as special valueMads Kiilerich
2013-03-28follow Python conventions for boolean valuesMads Kiilerich
2013-03-27added super simple cache_key paster function for showing and cleaning cache keysMarcin Kuzminski
2013-03-26warn when repo path is skipped because it is read-onlyMads Kiilerich
2013-03-26invalidation: some documentation and refactoringMads Kiilerich
2013-03-26breadcrumbs: make repo names link to summary pagesMads Kiilerich
2013-03-25paster cleanup: improve textsMads Kiilerich
2013-03-25fix GIT env extractionMarcin Kuzminski
2013-03-25kill depracated .ui objects on git reposMarcin Kuzminski
2013-03-25rename sha_rev to something more understandableMarcin Kuzminski
2013-03-24show only open pull requests in the counter, and use repo context bar in pull...Marcin Kuzminski
2013-03-24after hooks cleanup we don't need to have ui injections into repo so we don't...Marcin Kuzminski
2013-03-24pep8 unionrepoMarcin Kuzminski
2013-03-24Switched handling of RhodeCode extra params in consistent wayMarcin Kuzminski
2013-03-20avoid %r markup of unicode strings in user facing messagesMads Kiilerich
2013-03-21avoid displaying repr of internal classes in user facing messagesMads Kiilerich
2013-03-21made git refs filter configurable ref issue #797Marcin Kuzminski
2013-03-21backward compat: use safe .get on show_id function CONFIG callsMarcin Kuzminski
2013-03-21Implemented show_id function that is a configurable way to display sha hashes...Marcin Kuzminski
2013-03-19changelog: make it possible to use closed branches in ?branch=...Mads Kiilerich
2013-03-12hg: improve 'Such branch %s does not exists' messageMads Kiilerich
2013-03-19Stylistic cleanup - mostly formattingMads Kiilerich
2013-03-19no_cache version of scm is now a functionMarcin Kuzminski
2013-03-18better loggingMarcin Kuzminski
2013-03-18merge with UI branchMarcin Kuzminski
2013-03-11MergeLeonardo
2013-03-11add --invalidate-cache option to update-repoinfo commandMarcin Kuzminski
2013-03-10configurable locking codes.Marcin Kuzminski
2013-03-07WIP: Changelog viewLeonardo
2013-03-04Mergeleonardo
2013-03-04codecleaner, fix tabs -> spacesMarcin Kuzminski
2013-03-04Adding the context bar too all pages related to a Repository.Leonardo
2013-03-04notification model should only send html emails not generating multipart onesMarcin Kuzminski
2013-03-02in case we turn on celery, and connection fails, set the global flag CELERY_O...Marcin Kuzminski
2013-02-27further cleanup of UsersGroupMads Kiilerich
2013-02-27fixed tests and missing replacements from 5f1850e4712aMarcin Kuzminski
2013-02-26show correct values for compare view when multiple git tags are pushedMarcin Kuzminski
2013-03-07codecleanerMarcin Kuzminski