summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move ProjectHooks from spec/requests to spinachrandx2012-09-275-43/+65
* tests for: Profile -> Historyrandx2012-09-275-0/+24
* Merge pull request #1569 from jouve/simplify_controllers2Dmitriy Zaporozhets2012-09-2727-151/+42
|\
| * rename ProjectController to ProjectResourceControllerCyril2012-09-2722-21/+21
| * update new controllersCyril2012-09-275-28/+5
| * Merge branch 'master' into simplify_controllers2Cyril2012-09-27108-652/+1762
| |\
| * | layout selected by controller nameCyril2012-09-267-30/+12
| * | factorize before_filters and layout for projects related controllersCyril2012-09-2617-101/+33
* | | Merge pull request #1526 from namtzigla/dot-repos-namesDmitriy Zaporozhets2012-09-271-1/+1
|\ \ \
| * | | changed the post-receive hook in order to push the correct repository name wh...Florin Stan2012-09-211-1/+1
* | | | Minor doc fixRobert Speicher2012-09-271-1/+1
* | | | Fix back button for tree navigationrandx2012-09-271-1/+1
* | | | Dont show compare link if only one commit in pushrandx2012-09-271-5/+6
* | | | Merge pull request #1570 from NARKOZ/refactoringDmitriy Zaporozhets2012-09-2721-284/+181
|\ \ \ \
| * | | | cleanup database.yml filesNihad Abbasov2012-09-273-19/+5
| * | | | replace ^ and $ anchors in regexp with \A and \z respectivelyNihad Abbasov2012-09-271-2/+2
| * | | | .map -> .pluckNihad Abbasov2012-09-272-2/+2
| * | | | cosmetical cleanup of modelsNihad Abbasov2012-09-2718-225/+107
| * | | | annotate modelsNihad Abbasov2012-09-2715-57/+86
| | |_|/ | |/| |
* | | | gitolite-client fork replaced with origin gemrandx2012-09-272-12/+11
|/ / /
* | | Fix blame markup & breadcrubs for commitsDmitriy Zaporozhets2012-09-272-1/+13
* | | Merge branch 'tsigo-routing_overhaul'Dmitriy Zaporozhets2012-09-27107-655/+1753
|\ \ \ | |_|/ |/| |
| * | Fixed ref switcherDmitriy Zaporozhets2012-09-271-2/+2
| * | Fixed updir method. Fixed breadcrumbs for commitsDmitriy Zaporozhets2012-09-272-6/+6
| * | Remove app_menu and project_menu partialsRobert Speicher2012-09-264-58/+50
| * | Routes are now finalRobert Speicher2012-09-261-1/+0
| * | Replace various "active tab" checks with nav_linkRobert Speicher2012-09-2611-121/+61
| * | Add nav_link helper to TabHelperRobert Speicher2012-09-262-0/+112
| * | Add current_action? helperRobert Speicher2012-09-262-0/+34
| * | Use Rails.root.join where appropriateRobert Speicher2012-09-2611-17/+17
| * | Speed up Compare feature stepRobert Speicher2012-09-262-10/+8
| * | Speed up request specs a bitRobert Speicher2012-09-262-4/+12
| * | Add branches and tags Repo methodsRobert Speicher2012-09-262-2/+12
| * | Rename branches and tags Repo methods to branch_names and tag_namesRobert Speicher2012-09-262-11/+11
| * | Remove atom Dashboard spec that no longer appliesRobert Speicher2012-09-261-7/+0
| * | Clean up project access specRobert Speicher2012-09-261-78/+92
| * | Fix GFM request specRobert Speicher2012-09-261-2/+2
| * | Fix Repository role specRobert Speicher2012-09-262-6/+9
| * | Fix logs not showing in Tree for the root pathRobert Speicher2012-09-261-1/+1
| * | Add CommitsController spec to make sure atom feeds workRobert Speicher2012-09-261-0/+22
| * | Fix paths in commits/_headRobert Speicher2012-09-261-3/+3
| * | Use current ref for Files and Commits if availableRobert Speicher2012-09-261-2/+2
| * | Fix the remaining actions in RefsControllerRobert Speicher2012-09-261-1/+1
| * | Remove commit_tab_class helperRobert Speicher2012-09-262-7/+1
| * | Fix various linksRobert Speicher2012-09-269-9/+9
| * | Compare views and cleanupRobert Speicher2012-09-267-66/+45
| * | Add Compare#index and Compare#create actionsRobert Speicher2012-09-263-1/+13
| * | Use current_controller? in layouts/_head partialRobert Speicher2012-09-261-2/+2
| * | Add feature steps for a generic, non-"Shop" projectRobert Speicher2012-09-263-2/+55
| * | Updates to routing specsRobert Speicher2012-09-261-46/+11