24 Jun, 2013
2 commits
-
Conflicts: app/views/projects/issues/show.html.haml db/fixtures/development/09_issues.rb db/fixtures/development/10_merge_requests.rb
19 Jun, 2013
1 commit
04 Jun, 2013
1 commit
-
Conflicts: Gemfile.lock app/models/ability.rb app/models/project.rb app/views/snippets/_form.html.haml db/schema.rb features/steps/shared/paths.rb spec/factories.rb spec/models/project_spec.rb
15 Apr, 2013
1 commit
04 Apr, 2013
2 commits
28 Mar, 2013
1 commit
25 Mar, 2013
1 commit
17 Mar, 2013
1 commit
-
Most of these are comments but a few are strings for users. Might be an idea to run this from time to time: https://github.com/lyda/misspell-check It runs mostly clean now.
12 Feb, 2013
1 commit
15 Jan, 2013
2 commits
-
Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
05 Jan, 2013
1 commit
04 Jan, 2013
1 commit
03 Jan, 2013
1 commit
23 Dec, 2012
1 commit
-
Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb
18 Dec, 2012
1 commit
14 Dec, 2012
1 commit
03 Dec, 2012
6 commits
-
* remove length restriction on note * add format validation for line_code
01 Dec, 2012
1 commit
19 Nov, 2012
1 commit
24 Oct, 2012
1 commit
-
Without lambdas, Date.today will be evaluated in the class body. For it to have a running scope of last week etc, it will need to be evaluated each time the scope is called. In Rails 4.0, lambdas will be required for all scopes, so not a bad idea to go ahead and change them all now.
13 Oct, 2012
1 commit
10 Oct, 2012
1 commit
09 Oct, 2012
2 commits
27 Sep, 2012
2 commits
26 Sep, 2012
1 commit
14 Sep, 2012
2 commits
08 Sep, 2012
1 commit
06 Sep, 2012
1 commit
10 Aug, 2012
1 commit
-
Didn't bother with files in db/, config/, or features/