09 Oct, 2013
1 commit
-
Also moving profile extension to make count use distinct by default to ActiveRecord::Calculations module.
26 Sep, 2013
1 commit
24 Sep, 2013
1 commit
-
Rails.root is now a Pathname. The best use of it is with the #join method instead of concatenation and such. I therefore am rewriting all this calls to fix/avoid problems.
23 Sep, 2013
1 commit
19 Sep, 2013
2 commits
-
* The first_impl method was already implemented as dispatch_first (which was probably incorporated after this request was done). But I utilized the idea proposed here to use the default value for the hotspot instead of nil. * I changed the hotspot to pass all the parameters passed to the method since it might be useful for the plugins in the future. (ActionItem2666)
-
…into merge-requests/313
18 Sep, 2013
2 commits
-
PS: still failing due to obscure unsettable feed.
17 Sep, 2013
1 commit
16 Sep, 2013
1 commit
14 Aug, 2013
1 commit
13 Aug, 2013
1 commit
01 Aug, 2013
1 commit
30 Jul, 2013
4 commits
29 Jul, 2013
2 commits
-
…into merge-requests/341
-
In Ruby 1.9, \w represents only [a-zA-Z0-9_]. To also catch non-letter characters (such as Japanese characters), we need the [[:word:]] character class, which includes Unicodes categories Letter, Mark, Number, and Connector_Punctuation. Reference: http://www.ruby-doc.org/core-1.9.3/Regexp.html
26 Jul, 2013
1 commit
24 Jul, 2013
1 commit
19 Jul, 2013
1 commit
-
Conflicts: app/helpers/boxes_helper.rb app/models/comment.rb app/views/comment/_comment.rhtml app/views/comment/_comment_form.rhtml app/views/content_viewer/_comment.html.erb app/views/content_viewer/_comment.rhtml app/views/content_viewer/_comment_form.html.erb app/views/content_viewer/_comment_form.rhtml app/views/profile/send_mail.html.erb config/routes.rb debian/control
17 Jul, 2013
8 commits
-
(ActionItem2721)
-
This reverts commit 48899650a4e02b6b1691db23abb839d5d2117a8f.
16 Jul, 2013
5 commits
-
…into merge-requests/343 Also replacing the load_comments method by a filter that receives a scope. Conflicts: app/controllers/public/content_viewer_controller.rb app/models/comment.rb app/views/content_viewer/view_page.rhtml test/functional/content_viewer_controller_test.rb test/unit/comment_test.rb
15 Jul, 2013
5 commits