aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/controllers/changeset.py
AgeCommit message (Expand)Author
2013-01-19show comments from pull requests into associated changesetsMarcin Kuzminski
2013-01-02access control: fix owner checks - they were always trueMads Kiilerich
2012-12-05fixed issue #671 commenting on pull requests sometimes used old JSON encoder ...Marcin Kuzminski
2012-11-24Basic implementation of cherry picking changesetsMarcin Kuzminski
2012-11-10new patch function, and urls schema.Marcin Kuzminski
2012-11-05Implemented generation of changesets basedMarcin Kuzminski
2012-11-04hanlde stripped or removed changesets on changeset info functionMarcin Kuzminski
2012-10-29new tooltip implementationMarcin Kuzminski
2012-09-06White space cleanupMarcin Kuzminski
2012-09-04always post text about status changes of code-reviewMarcin Kuzminski
2012-08-04Bumped mercurial version to 2.3Marcin Kuzminski
2012-07-30Forbid changing changset status when it is associated with a closed pull requestMarcin Kuzminski
2012-07-03Added dynamic data loading for other repo we open pull request againstMarcin Kuzminski
2012-06-18white space cleanupMarcin Kuzminski
2012-06-11- added commenting to pull requestsMarcin Kuzminski
2012-06-10- pull request generates overview based on it's paramsMarcin Kuzminski
2012-06-10Refactoring of changeset_file_comments for more generic usage. In both It ena...Marcin Kuzminski
2012-06-05merge with betaMarcin Kuzminski
2012-06-03Implemented #467 Journal logs comments on changesetsMarcin Kuzminski
2012-06-01Added mentions autocomplete into main comments formMarcin Kuzminski
2012-05-17Add changeset status change into emailsMarcin Kuzminski
2012-05-17Show changes of status inside commentsMarcin Kuzminski
2012-05-01Implemented initial code-review status of changesetsMarcin Kuzminski
2012-04-30dummy ChangesetStatus modelMarcin Kuzminski
2012-04-30code-review initialMarcin Kuzminski
2012-04-14fixed main comments, prevent from sending inline comments if text is emptyMarcin Kuzminski
2012-04-14white space cleanupMarcin Kuzminski
2012-04-14#415: Adding comment to changeset causes reloadMarcin Kuzminski
2012-03-23added hidden fulldiff GET param for disabling big diff cut off limit.Marcin Kuzminski
2012-03-12fixes for #393 py2.5 compatability for url generatorsMarcin Kuzminski
2012-03-01fixed vcs issue with last_changeset for filenodesMarcin Kuzminski
2012-03-01fixed raw_changeset for git, accidentally it was generated with hg patch headersMarcin Kuzminski
2012-02-29Fix for #378Erwin Kroon
2012-02-29p2.5 fixesMarcin Kuzminski
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski
2012-01-14added tooltips into diff iconsMarcin Kuzminski
2012-01-07changeset: replace diff/whitespace/context popup menu with iconsAras Pranckevicius
2012-01-042012 copyrightsMarcin Kuzminski
2011-12-19implements #308 rewrote diffs to enable displaying full diff on each fileMarcin Kuzminski
2011-12-18code garden for changeset ranges and commentsMarcin Kuzminski
2011-12-11implements #307, configurable diffsMarcin Kuzminski
2011-12-08added line context control to diffsMarcin Kuzminski
2011-12-04moved soon-to-be-deleted code from vcs to rhodecodeMarcin Kuzminski
2011-12-03Added handling of ignore whitespace flag in changesetsMarcin Kuzminski
2011-12-02commit less modelsMarcin Kuzminski
2011-11-23notification to commit author + gardeningMarcin Kuzminski
2011-11-23Tests updates, Session refactoringMarcin Kuzminski
2011-11-23Notification system improvementsMarcin Kuzminski
2011-11-13#71 code-reviewMarcin Kuzminski
2011-11-12fixed some anchor id problems for changeset rangesMarcin Kuzminski