aboutsummaryrefslogtreecommitdiff
path: root/rhodecode
AgeCommit message (Expand)Author
2012-12-14fixes #682 Translation difficult for multi-line textMarcin Kuzminski
2012-12-14remove reviewers button removes them without need of hitting save button.Marcin Kuzminski
2012-12-14fixed labels in reviewers listMarcin Kuzminski
2012-12-14Implemented #670 Implementation of Roles in Pull RequestMarcin Kuzminski
2012-12-14implements #677: Don't allow to close pull requests when they are under-revie...Marcin Kuzminski
2012-12-14fixed changeset status labels, they now select radio buttonsMarcin Kuzminski
2012-12-14default permissions can get duplicated after migration from 1.4.X. check and ...Marcin Kuzminski
2012-12-13version bumpMarcin Kuzminski
2012-12-13merge with betav1.5.0Marcin Kuzminski
2012-12-13fixed issue with passing IP address to log action logger for gitMarcin Kuzminski
2012-12-13switch to defaultdict for counter implementationMarcin Kuzminski
2012-12-13logging: include more info in grant/deny log entriesMads Kiilerich
2013-01-02logging: clarify logging of db loggingMads Kiilerich
2013-01-02logging: include more info in action loggingMads Kiilerich
2013-01-02logging: make 'Creating a cache key for...' more readableMads Kiilerich
2013-01-02logging: make 'settings ui from db' look more like Mercurial ini file notationMads Kiilerich
2013-01-03fixed bad date calculationsMarcin Kuzminski
2013-01-03added integration tests for IP restriction optionMarcin Kuzminski
2013-01-02Merged translation from pullrequest #92Marcin Kuzminski
2013-01-02Update japanese translationTakumi IINO
2012-12-31add ipaddresses to repo data on API callsMarcin Kuzminski
2012-12-31added API method for checking IPMarcin Kuzminski
2012-12-30Added UserIpMap interface for allowed IP addresses and IP restriction accessMarcin Kuzminski
2012-12-20fixed issue with padding fix breaks history on firefoxMarcin Kuzminski
2012-12-19fixes #693 Opening changeset from pull request failsMarcin Kuzminski
2012-12-19fixes #691: Notifications for pull requests: move link to pull request to the...Marcin Kuzminski
2012-12-19fix small issue with anchor autolinksMarcin Kuzminski
2012-12-19fixes #687 Lazy loaded tooltip bug with simultaneous ajax requestsMarcin Kuzminski
2012-12-18made update repoinfo script more failsafe when dealing with database entries ...Marcin Kuzminski
2012-12-18Recreate the pull request URL each time a checkbox is checkedDan Sheridan
2012-12-17Default parameters are now also used for creating repos using API calls, and ...Marcin Kuzminski
2012-12-15version bumpMarcin Kuzminski
2012-12-12fixed issue #644 When a user is both in read and write group, the permission ...Marcin Kuzminski
2012-12-12remove unused function get_repo_pathsMads Kiilerich
2012-12-12rename search_recursively to search_up - that is what it isMads Kiilerich
2012-12-12don't recurse into '.hg' of removed repositoriesMads Kiilerich
2012-12-13Fixed some issues with edit formMarcin Kuzminski
2012-12-12added option to ini file to define lightweight dashboard items per page befor...Marcin Kuzminski
2012-12-12fixed migrationsMarcin Kuzminski
2012-12-11fixes issue #678 Incorrect diff markup when diff contains >, <, or & symbolsMarcin Kuzminski
2012-12-11added delete button into repository settings form, it makes more natural to h...Marcin Kuzminski
2012-12-09fixes issue #675 Don't Re-direct from "My Repos" page when deleting a repositoryMarcin Kuzminski
2012-12-09remove scroll from new admin drop-down menuMarcin Kuzminski
2012-12-09fixed source selection link pop-up tooltipMarcin Kuzminski
2012-12-08fixes issue #674, alternative gravatar url had an error when there was no val...Marcin Kuzminski
2012-12-08fix enumerate call for python2.5Marcin Kuzminski
2012-12-08Reordered parents/children links ref #650Marcin Kuzminski
2012-12-08implemented children for git changesetsMarcin Kuzminski
2012-12-08fixes #668 cherry picking of changeset should also work now on picking single...Marcin Kuzminski
2012-12-07fixed issue with public journal rss/atom feeds after journal filter implement...Marcin Kuzminski