summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Use class instead id for css stylesDmitriy Zaporozhets2012-10-024-23/+12
* Refactoring event viewsDmitriy Zaporozhets2012-10-015-30/+42
* Refactored events output. Added links to authors of eventsDmitriy Zaporozhets2012-10-0111-54/+43
* Fix completion for per line formsRiyad Preukschas2012-09-301-1/+1
* commit show page styled a bitDmitriy Zaporozhets2012-09-282-3/+21
* blue hoverrandx2012-09-272-3/+3
* tests for: Profile -> Historyrandx2012-09-271-0/+1
* Merge pull request #1569 from jouve/simplify_controllers2Dmitriy Zaporozhets2012-09-2726-151/+38
|\
| * rename ProjectController to ProjectResourceControllerCyril2012-09-2722-21/+21
| * update new controllersCyril2012-09-275-28/+5
| * Merge branch 'master' into simplify_controllers2Cyril2012-09-2765-446/+554
| |\
| * | layout selected by controller nameCyril2012-09-266-30/+8
| * | factorize before_filters and layout for projects related controllersCyril2012-09-2617-101/+33
* | | 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
* | | 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
| |/ |/|
* | Fix blame markup & breadcrubs for commitsDmitriy Zaporozhets2012-09-272-1/+13
* | 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
* | Replace various "active tab" checks with nav_linkRobert Speicher2012-09-2611-121/+61
* | Add nav_link helper to TabHelperRobert Speicher2012-09-261-0/+68
* | Add current_action? helperRobert Speicher2012-09-261-0/+15
* | Use Rails.root.join where appropriateRobert Speicher2012-09-263-3/+3
* | 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-261-7/+7
* | Fix Repository role specRobert Speicher2012-09-261-0/+3
* | Fix logs not showing in Tree for the root pathRobert Speicher2012-09-261-1/+1
* | 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-266-65/+44
* | Add Compare#index and Compare#create actionsRobert Speicher2012-09-261-0/+7
* | Use current_controller? in layouts/_head partialRobert Speicher2012-09-261-2/+2
* | Change active tab and nav class to "active"Robert Speicher2012-09-263-19/+8
* | Move tab_class helper to TabHelperRobert Speicher2012-09-262-39/+39
* | Allow current_controller? helper to take an Array of optionsRobert Speicher2012-09-261-4/+7
* | Fix atom feed linksRobert Speicher2012-09-263-4/+4
* | Add current_controller? helper methodRobert Speicher2012-09-261-0/+11
* | Fix Refs#switchRobert Speicher2012-09-261-4/+4
* | Remove check_token_auth filterRobert Speicher2012-09-261-8/+0
* | Update usages of project_commit[s] route helpersRobert Speicher2012-09-267-8/+8
* | Add a "patch" MIME type, and render it like a normal view in Commit#showRobert Speicher2012-09-263-22/+15
* | Use Commits#show instead of Commits#indexRobert Speicher2012-09-265-32/+6