summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow current_controller? helper to take an Array of optionsRobert Speicher2012-09-262-4/+12
* Add features for checking the "Active Tab" across various pagesRobert Speicher2012-09-2611-7/+535
* Limit commit history to 5 in SpinachRobert Speicher2012-09-261-1/+5
* Fix atom feed linksRobert Speicher2012-09-263-4/+4
* Add current_controller? helper methodRobert Speicher2012-09-262-0/+25
* 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-268-9/+9
* Add a "patch" MIME type, and render it like a normal view in Commit#showRobert Speicher2012-09-264-22/+17
* Finalize new routesRobert Speicher2012-09-261-10/+4
* Add an inflector to mark "commits" as uncountableRobert Speicher2012-09-261-0/+21
* Factories - Format project path and codeRobert Speicher2012-09-261-2/+2
* ExtractPaths - Only call assign_ref_vars on show actionRobert Speicher2012-09-261-1/+1
* Use Commits#show instead of Commits#indexRobert Speicher2012-09-266-45/+19
* Remove Commits#compare, add CompareControllerRobert Speicher2012-09-266-21/+53
* Remove unused render_full_content filterRobert Speicher2012-09-266-9/+0
* Rename RefExtractor to ExtractsPathRobert Speicher2012-09-266-19/+84
* Update RefExtractor to handle atom feedsRobert Speicher2012-09-263-15/+12
* DRY up Blame, Blob and Tree controllersRobert Speicher2012-09-266-73/+38
* Add BlobController, remove Refs#blobRobert Speicher2012-09-268-65/+83
* Add BlameController, remove Refs#blame actionRobert Speicher2012-09-268-27/+57
* Another RefExtractor refactorRobert Speicher2012-09-262-58/+83
* Move refs/blame view to blame/showRobert Speicher2012-09-261-0/+0
* Fix ref_switcher pathRobert Speicher2012-09-263-3/+3
* Update usages of tree_file_project_ref_path to project_tree_pathRobert Speicher2012-09-2620-36/+41
* Add TreeController and specRobert Speicher2012-09-264-3/+100
* Enable tree resource, remove old tree routesRobert Speicher2012-09-262-27/+10
* Require 'github/markup' in GemfileRobert Speicher2012-09-262-3/+1
* Move tree-related views from refs to treesRobert Speicher2012-09-268-0/+11
* Add ref_extractor helper module for upcoming controllersRobert Speicher2012-09-262-0/+103
* Use Commit#show instead of Commits#show to view a single commitRobert Speicher2012-09-2610-31/+43
* Add tree-ish route placeholders, modify commit(s) routesRobert Speicher2012-09-261-1/+11
* Add routing specs for new routesRobert Speicher2012-09-261-0/+59
* Add CommitControllerRobert Speicher2012-09-261-0/+33
* Add branches method to Repository roleRobert Speicher2012-09-261-11/+9
* Merge pull request #1567 from NARKOZ/mass-assignmentDmitriy Zaporozhets2012-09-2629-46/+102
|\
| * set activerecord whitelist_attributes to trueNihad Abbasov2012-09-2628-44/+100
| * fix mass assignment error in create_from_omniauth after a6a229aNihad Abbasov2012-09-261-2/+2
|/
* fix left project eventrandx2012-09-261-0/+1
* Project activity inifinite scroll pagingrandx2012-09-263-1/+8
* Merge pull request #1364 from AlexDenisov/fix_project_access_notificationDmitriy Zaporozhets2012-09-264-17/+27
|\
| * Comment removedAlex Denisov2012-09-261-1/+0
| * Merge branch 'master' into fix_project_access_notificationAlex Denisov2012-09-2674-838/+1150
| |\
| * \ master mergedAlex Denisov2012-09-20269-2126/+4220
| |\ \
| * \ \ Merge 'master' branchAlex Denisov2012-09-1065-435/+965
| |\ \ \
| * | | | don't send notification when UsersProject destroyedAlex Denisov2012-09-071-0/+1
| * | | | Merge branch 'master' into fix_project_access_notificationAlex Denisov2012-09-07953-1039/+941
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into fix_project_access_notificationAlex Denisov2012-09-0322-93/+97
| |\ \ \ \ \
| * | | | | | test_after_commit gem addedAlex Denisov2012-09-034-14/+12
| * | | | | | After commit instead of after_updateAlex Denisov2012-09-032-8/+12