Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ProjectHooks from spec/requests to spinach | randx | 2012-09-27 | 5 | -43/+65 |
* | tests for: Profile -> History | randx | 2012-09-27 | 5 | -0/+24 |
* | Merge pull request #1569 from jouve/simplify_controllers2 | Dmitriy Zaporozhets | 2012-09-27 | 27 | -151/+42 |
|\ | |||||
| * | rename ProjectController to ProjectResourceController | Cyril | 2012-09-27 | 22 | -21/+21 |
| * | update new controllers | Cyril | 2012-09-27 | 5 | -28/+5 |
| * | Merge branch 'master' into simplify_controllers2 | Cyril | 2012-09-27 | 108 | -652/+1762 |
| |\ | |||||
| * | | layout selected by controller name | Cyril | 2012-09-26 | 7 | -30/+12 |
| * | | factorize before_filters and layout for projects related controllers | Cyril | 2012-09-26 | 17 | -101/+33 |
* | | | Merge pull request #1526 from namtzigla/dot-repos-names | Dmitriy Zaporozhets | 2012-09-27 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | changed the post-receive hook in order to push the correct repository name wh... | Florin Stan | 2012-09-21 | 1 | -1/+1 |
* | | | | Minor doc fix | Robert Speicher | 2012-09-27 | 1 | -1/+1 |
* | | | | Fix back button for tree navigation | randx | 2012-09-27 | 1 | -1/+1 |
* | | | | Dont show compare link if only one commit in push | randx | 2012-09-27 | 1 | -5/+6 |
* | | | | Merge pull request #1570 from NARKOZ/refactoring | Dmitriy Zaporozhets | 2012-09-27 | 21 | -284/+181 |
|\ \ \ \ | |||||
| * | | | | cleanup database.yml files | Nihad Abbasov | 2012-09-27 | 3 | -19/+5 |
| * | | | | replace ^ and $ anchors in regexp with \A and \z respectively | Nihad Abbasov | 2012-09-27 | 1 | -2/+2 |
| * | | | | .map -> .pluck | Nihad Abbasov | 2012-09-27 | 2 | -2/+2 |
| * | | | | cosmetical cleanup of models | Nihad Abbasov | 2012-09-27 | 18 | -225/+107 |
| * | | | | annotate models | Nihad Abbasov | 2012-09-27 | 15 | -57/+86 |
| | |_|/ | |/| | | |||||
* | | | | gitolite-client fork replaced with origin gem | randx | 2012-09-27 | 2 | -12/+11 |
|/ / / | |||||
* | | | Fix blame markup & breadcrubs for commits | Dmitriy Zaporozhets | 2012-09-27 | 2 | -1/+13 |
* | | | Merge branch 'tsigo-routing_overhaul' | Dmitriy Zaporozhets | 2012-09-27 | 107 | -655/+1753 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fixed ref switcher | Dmitriy Zaporozhets | 2012-09-27 | 1 | -2/+2 |
| * | | Fixed updir method. Fixed breadcrumbs for commits | Dmitriy Zaporozhets | 2012-09-27 | 2 | -6/+6 |
| * | | Remove app_menu and project_menu partials | Robert Speicher | 2012-09-26 | 4 | -58/+50 |
| * | | Routes are now final | Robert Speicher | 2012-09-26 | 1 | -1/+0 |
| * | | Replace various "active tab" checks with nav_link | Robert Speicher | 2012-09-26 | 11 | -121/+61 |
| * | | Add nav_link helper to TabHelper | Robert Speicher | 2012-09-26 | 2 | -0/+112 |
| * | | Add current_action? helper | Robert Speicher | 2012-09-26 | 2 | -0/+34 |
| * | | Use Rails.root.join where appropriate | Robert Speicher | 2012-09-26 | 11 | -17/+17 |
| * | | Speed up Compare feature step | Robert Speicher | 2012-09-26 | 2 | -10/+8 |
| * | | Speed up request specs a bit | Robert Speicher | 2012-09-26 | 2 | -4/+12 |
| * | | Add branches and tags Repo methods | Robert Speicher | 2012-09-26 | 2 | -2/+12 |
| * | | Rename branches and tags Repo methods to branch_names and tag_names | Robert Speicher | 2012-09-26 | 2 | -11/+11 |
| * | | Remove atom Dashboard spec that no longer applies | Robert Speicher | 2012-09-26 | 1 | -7/+0 |
| * | | Clean up project access spec | Robert Speicher | 2012-09-26 | 1 | -78/+92 |
| * | | Fix GFM request spec | Robert Speicher | 2012-09-26 | 1 | -2/+2 |
| * | | Fix Repository role spec | Robert Speicher | 2012-09-26 | 2 | -6/+9 |
| * | | Fix logs not showing in Tree for the root path | Robert Speicher | 2012-09-26 | 1 | -1/+1 |
| * | | Add CommitsController spec to make sure atom feeds work | Robert Speicher | 2012-09-26 | 1 | -0/+22 |
| * | | Fix paths in commits/_head | Robert Speicher | 2012-09-26 | 1 | -3/+3 |
| * | | Use current ref for Files and Commits if available | Robert Speicher | 2012-09-26 | 1 | -2/+2 |
| * | | Fix the remaining actions in RefsController | Robert Speicher | 2012-09-26 | 1 | -1/+1 |
| * | | Remove commit_tab_class helper | Robert Speicher | 2012-09-26 | 2 | -7/+1 |
| * | | Fix various links | Robert Speicher | 2012-09-26 | 9 | -9/+9 |
| * | | Compare views and cleanup | Robert Speicher | 2012-09-26 | 7 | -66/+45 |
| * | | Add Compare#index and Compare#create actions | Robert Speicher | 2012-09-26 | 3 | -1/+13 |
| * | | Use current_controller? in layouts/_head partial | Robert Speicher | 2012-09-26 | 1 | -2/+2 |
| * | | Add feature steps for a generic, non-"Shop" project | Robert Speicher | 2012-09-26 | 3 | -2/+55 |
| * | | Updates to routing specs | Robert Speicher | 2012-09-26 | 1 | -46/+11 |