OSDN Git Service

wvm/gitlab.git
2012-09-28 Dmitriy ZaporozhetsMerge pull request #1582 from Kouno/nfs-fix
2012-09-28 Vincent BonmalaisFix deletion of tmp/gitlabhq-gitolite* folders in a...
2012-09-27 randxblue hover
2012-09-27 randxMove ProjectHooks from spec/requests to spinach
2012-09-27 randxtests for: Profile -> History
2012-09-27 Dmitriy ZaporozhetsMerge pull request #1569 from jouve/simplify_controllers2
2012-09-27 Cyrilrename ProjectController to ProjectResourceController
2012-09-27 Dmitriy ZaporozhetsMerge pull request #1526 from namtzigla/dot-repos-names
2012-09-27 Robert SpeicherMinor doc fix
2012-09-27 randxFix back button for tree navigation
2012-09-27 randxDont show compare link if only one commit in push
2012-09-27 Dmitriy ZaporozhetsMerge pull request #1570 from NARKOZ/refactoring
2012-09-27 randxgitolite-client fork replaced with origin gem
2012-09-27 Cyrilupdate new controllers
2012-09-27 CyrilMerge branch 'master' into simplify_controllers2
2012-09-27 Nihad Abbasovcleanup database.yml files
2012-09-27 Nihad Abbasovreplace ^ and $ anchors in regexp with \A and \z respec...
2012-09-27 Nihad Abbasov.map -> .pluck
2012-09-27 Nihad Abbasovcosmetical cleanup of models
2012-09-27 Nihad Abbasovannotate models
2012-09-27 Dmitriy ZaporozhetsFix blame markup & breadcrubs for commits
2012-09-27 Dmitriy ZaporozhetsMerge branch 'tsigo-routing_overhaul'
2012-09-27 Dmitriy ZaporozhetsFixed ref switcher
2012-09-27 Dmitriy ZaporozhetsFixed updir method. Fixed breadcrumbs for commits
2012-09-26 Robert SpeicherRemove app_menu and project_menu partials
2012-09-26 Robert SpeicherRoutes are now final
2012-09-26 Robert SpeicherReplace various "active tab" checks with nav_link
2012-09-26 Robert SpeicherAdd nav_link helper to TabHelper
2012-09-26 Robert SpeicherAdd current_action? helper
2012-09-26 Robert SpeicherUse Rails.root.join where appropriate
2012-09-26 Robert SpeicherSpeed up Compare feature step
2012-09-26 Robert SpeicherSpeed up request specs a bit
2012-09-26 Robert SpeicherAdd branches and tags Repo methods
2012-09-26 Robert SpeicherRename branches and tags Repo methods to branch_names...
2012-09-26 Robert SpeicherRemove atom Dashboard spec that no longer applies
2012-09-26 Robert SpeicherClean up project access spec
2012-09-26 Robert SpeicherFix GFM request spec
2012-09-26 Robert SpeicherFix Repository role spec
2012-09-26 Robert SpeicherFix logs not showing in Tree for the root path
2012-09-26 Robert SpeicherAdd CommitsController spec to make sure atom feeds...
2012-09-26 Robert SpeicherFix paths in commits/_head
2012-09-26 Robert SpeicherUse current ref for Files and Commits if available
2012-09-26 Robert SpeicherFix the remaining actions in RefsController
2012-09-26 Robert SpeicherRemove commit_tab_class helper
2012-09-26 Robert SpeicherFix various links
2012-09-26 Robert SpeicherCompare views and cleanup
2012-09-26 Robert SpeicherAdd Compare#index and Compare#create actions
2012-09-26 Robert SpeicherUse current_controller? in layouts/_head partial
2012-09-26 Robert SpeicherAdd feature steps for a generic, non-"Shop" project
2012-09-26 Robert SpeicherUpdates to routing specs
2012-09-26 Robert SpeicherChange active tab and nav class to "active"
2012-09-26 Robert SpeicherMove tab_class helper to TabHelper
2012-09-26 Robert SpeicherAllow current_controller? helper to take an Array of...
2012-09-26 Robert SpeicherAdd features for checking the "Active Tab" across vario...
2012-09-26 Robert SpeicherLimit commit history to 5 in Spinach
2012-09-26 Robert SpeicherFix atom feed links
2012-09-26 Robert SpeicherAdd current_controller? helper method
2012-09-26 Robert SpeicherFix Refs#switch
2012-09-26 Robert SpeicherRemove check_token_auth filter
2012-09-26 Robert SpeicherUpdate usages of project_commit[s] route helpers
2012-09-26 Robert SpeicherAdd a "patch" MIME type, and render it like a normal...
2012-09-26 Robert SpeicherFinalize new routes
2012-09-26 Robert SpeicherAdd an inflector to mark "commits" as uncountable
2012-09-26 Robert SpeicherFactories - Format project path and code
2012-09-26 Robert SpeicherExtractPaths - Only call assign_ref_vars on show action
2012-09-26 Robert SpeicherUse Commits#show instead of Commits#index
2012-09-26 Robert SpeicherRemove Commits#compare, add CompareController
2012-09-26 Robert SpeicherRemove unused render_full_content filter
2012-09-26 Robert SpeicherRename RefExtractor to ExtractsPath
2012-09-26 Robert SpeicherUpdate RefExtractor to handle atom feeds
2012-09-26 Robert SpeicherDRY up Blame, Blob and Tree controllers
2012-09-26 Robert SpeicherAdd BlobController, remove Refs#blob
2012-09-26 Robert SpeicherAdd BlameController, remove Refs#blame action
2012-09-26 Robert SpeicherAnother RefExtractor refactor
2012-09-26 Robert SpeicherMove refs/blame view to blame/show
2012-09-26 Robert SpeicherFix ref_switcher path
2012-09-26 Robert SpeicherUpdate usages of tree_file_project_ref_path to project_...
2012-09-26 Robert SpeicherAdd TreeController and spec
2012-09-26 Robert SpeicherEnable tree resource, remove old tree routes
2012-09-26 Robert SpeicherRequire 'github/markup' in Gemfile
2012-09-26 Robert SpeicherMove tree-related views from refs to trees
2012-09-26 Robert SpeicherAdd ref_extractor helper module for upcoming controllers
2012-09-26 Robert SpeicherUse Commit#show instead of Commits#show to view a singl...
2012-09-26 Robert SpeicherAdd tree-ish route placeholders, modify commit(s) routes
2012-09-26 Robert SpeicherAdd routing specs for new routes
2012-09-26 Robert SpeicherAdd CommitController
2012-09-26 Robert SpeicherAdd branches method to Repository role
2012-09-26 Cyrillayout selected by controller name
2012-09-26 Cyrilfactorize before_filters and layout for projects relate...
2012-09-26 Dmitriy ZaporozhetsMerge pull request #1567 from NARKOZ/mass-assignment
2012-09-26 Nihad Abbasovset activerecord whitelist_attributes to true
2012-09-26 Nihad Abbasovfix mass assignment error in create_from_omniauth after...
2012-09-26 randxfix left project event
2012-09-26 randxProject activity inifinite scroll paging
2012-09-26 Dmitriy ZaporozhetsMerge pull request #1364 from AlexDenisov/fix_project_a...
2012-09-26 Alex DenisovComment removed
2012-09-26 Dmitriy ZaporozhetsFix milestone calendar, Removed unnecessary selects...
2012-09-26 Alex DenisovMerge branch 'master' into fix_project_access_notification
2012-09-26 Dmitriy ZaporozhetsMerge pull request #1561 from dosire/mass_assignment
2012-09-26 Dmitriy ZaporozhetsMerge pull request #1560 from NARKOZ/refactoring
next