aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/controllers/changeset.py
AgeCommit message (Collapse)Author
2013-04-03Fix a lot of casings - use standard casing in most placesMads Kiilerich
--HG-- branch : beta extra : source : 8586dddf9f86ac13d703c27cf52f93f0a53cc5bf
2013-03-28Don't catch all exceptionsMarcin Kuzminski
--HG-- branch : beta
2013-03-27missing changesets should return 404 not redirect + flash.Marcin Kuzminski
It feels more correct. --HG-- branch : beta extra : amend_source : 9d78bb57edb8db82b5a3b8b371701c71fb7d99d7
2013-03-20report ChangesetDoesNotExistError as an error but don't lose the repo contextMads Kiilerich
--HG-- branch : beta extra : transplant_source : m%7B%3F%D1%8F%22%8B%8E%EE%EEq%CF%A9K%A6%07t%B4R%84
2013-03-02notifications changesMarcin Kuzminski
- closing pull requests will give notification about it - more detailed notifications about commenting on changesets and pull requests --HG-- branch : beta
2013-01-19show comments from pull requests into associated changesetsMarcin Kuzminski
--HG-- branch : beta
2013-01-02access control: fix owner checks - they were always trueMads Kiilerich
The lambda expressions seems to be left over from something else. They were no longer executed and thus always evaluated to true. Some of the functions also failed if they were executed. --HG-- branch : beta
2012-12-05fixed issue #671 commenting on pull requests sometimes used old JSON encoder ↵Marcin Kuzminski
and broke. This changeset replaces it's with RhodeCode json encoder to ensure all data is properly serializable --HG-- branch : beta
2012-11-24Basic implementation of cherry picking changesetsMarcin Kuzminski
for pull request, ref #575 --HG-- branch : beta extra : amend_source : 6d032a33dcc5ccfeb0add1b67286e35eed0e4b1d
2012-11-10new patch function, and urls schema.Marcin Kuzminski
now rhodecode generates - diff - plain diff - patch files both for git and hg --HG-- branch : beta rename : rhodecode/templates/changeset/raw_changeset.html => rhodecode/templates/changeset/patch_changeset.html
2012-11-05Implemented generation of changesets basedMarcin Kuzminski
on whole diff instead of per file diff. That can give a big speed improvement for large changesets in repositories with large history. - improved handling of binary files - show renames of binary files - implemented new diff limit functionality - unify diff generation between hg and git - Added binary indicators for changed files, - added diff lib tests --HG-- branch : beta extra : amend_source : 0648fbfbaf56e25c177ab5c34ba75a9edd227561
2012-11-04hanlde stripped or removed changesets on changeset info functionMarcin Kuzminski
--HG-- branch : beta
2012-10-29new tooltip implementationMarcin Kuzminski
- added lazy loading of changeset tooltips for journal data --HG-- branch : beta
2012-09-06White space cleanupMarcin Kuzminski
--HG-- branch : beta
2012-09-04always post text about status changes of code-reviewMarcin Kuzminski
--HG-- branch : beta
2012-08-04Bumped mercurial version to 2.3Marcin Kuzminski
- fixed issues with compare of two remote repos at particular revisions - added tests for cases when mercurial update broke code and tests didn't catch this - removed obsolete EmptyChangeset from the rhodecode code --HG-- branch : beta
2012-07-30Forbid changing changset status when it is associated with a closed pull requestMarcin Kuzminski
- fixed some issues with cascade deleting repos with changeset statuses attached --HG-- branch : beta
2012-07-03Added dynamic data loading for other repo we open pull request againstMarcin Kuzminski
- fixed notification emails, now with link to comment or status change in given pull request --HG-- branch : beta
2012-06-18white space cleanupMarcin Kuzminski
--HG-- branch : beta
2012-06-11- added commenting to pull requestsMarcin Kuzminski
- it's now possible to change pull request status via changeset status option - status flags with associated pull requests are links to pull request they been changed in --HG-- branch : codereview
2012-06-10- pull request generates overview based on it's paramsMarcin Kuzminski
- added page to show all pull-requests for a repository - db schema changes to support comments and inline comments for pull-requests --HG-- branch : codereview
2012-06-10Refactoring of changeset_file_comments for more generic usage. In both It ↵Marcin Kuzminski
enables sharing code between changeset, and pull requests discussions --HG-- branch : codereview
2012-06-05merge with betaMarcin Kuzminski
--HG-- branch : codereview
2012-06-03Implemented #467 Journal logs comments on changesetsMarcin Kuzminski
- added created/updated user action to journal - added created/updated users group action journal - added ip adresses to most of action_log calls to track IP changes - rewrote action_parser to simpler and more efficient solution --HG-- branch : beta
2012-06-01Added mentions autocomplete into main comments formMarcin Kuzminski
- recompiled yui.2.9.js using google compiler --HG-- branch : beta
2012-05-17Add changeset status change into emailsMarcin Kuzminski
--HG-- branch : codereview
2012-05-17Show changes of status inside commentsMarcin Kuzminski
- comments that change status are now associated with status object, and showed in comments blocks --HG-- branch : codereview
2012-05-01Implemented initial code-review status of changesetsMarcin Kuzminski
--HG-- branch : codereview
2012-04-30dummy ChangesetStatus modelMarcin Kuzminski
--HG-- branch : codereview extra : transplant_source : 2Iq%C8%01%DF%CA%29%0Dj%C4%5C%CD%EF%20%D9%EE%5B%5D%AB
2012-04-30code-review initialMarcin Kuzminski
--HG-- branch : codereview extra : transplant_source : 3%17%FD%F9%28%3C%F5E%5DD%C7w%DCd%1B%0B%5Dk%B59
2012-04-14fixed main comments, prevent from sending inline comments if text is emptyMarcin Kuzminski
--HG-- branch : beta
2012-04-14white space cleanupMarcin Kuzminski
--HG-- branch : beta
2012-04-14#415: Adding comment to changeset causes reloadMarcin Kuzminski
- comments are now added via ajax and doesn't reload the page --HG-- branch : beta
2012-03-23added hidden fulldiff GET param for disabling big diff cut off limit.Marcin Kuzminski
fixed context toggle options on single file diff --HG-- branch : beta
2012-03-12fixes for #393 py2.5 compatability for url generatorsMarcin Kuzminski
--HG-- branch : beta
2012-03-01fixed vcs issue with last_changeset for filenodesMarcin Kuzminski
- fixed incosistency for displaying revision in file browser - fixed raw_diff for git for single file mode - file block now uses associated changeset for both git&hg --HG-- branch : beta
2012-03-01fixed raw_changeset for git, accidentally it was generated with hg patch headersMarcin Kuzminski
- Code garden --HG-- branch : beta
2012-02-29Fix for #378Erwin Kroon
--HG-- branch : beta extra : source : c238df8ceb24dbd83528784305178b0d6f289f20
2012-02-29p2.5 fixesMarcin Kuzminski
--HG-- branch : beta
2012-02-20Added VCS into rhodecode core for faster and easier deployments of new versionsMarcin Kuzminski
--HG-- branch : beta
2012-01-14added tooltips into diff iconsMarcin Kuzminski
--HG-- branch : beta
2012-01-07changeset: replace diff/whitespace/context popup menu with iconsAras Pranckevicius
--HG-- branch : beta
2012-01-042012 copyrightsMarcin Kuzminski
--HG-- branch : beta
2011-12-19implements #308 rewrote diffs to enable displaying full diff on each fileMarcin Kuzminski
- fixed escaping of html special chars in file editor --HG-- branch : beta
2011-12-18code garden for changeset ranges and commentsMarcin Kuzminski
- disabled (for now) comments on changeset ranges - code reuse by mako namespaces - added flag for enabling comments in diffs --HG-- branch : beta
2011-12-11implements #307, configurable diffsMarcin Kuzminski
- global context increase and whitespace - perfile context and whitespace - fixed anchor links support --HG-- branch : beta
2011-12-08added line context control to diffsMarcin Kuzminski
--HG-- branch : beta
2011-12-04moved soon-to-be-deleted code from vcs to rhodecodeMarcin Kuzminski
- diff lib - annotate highlighter --HG-- branch : beta
2011-12-03Added handling of ignore whitespace flag in changesetsMarcin Kuzminski
- fixed messages for FK validation --HG-- branch : beta
2011-12-02commit less modelsMarcin Kuzminski
- models don't do any commits(with few exceptions) - all db transactions should be handled by higher level modules like controllers, celery tasks --HG-- branch : beta