03 May, 2016
2 commits
-
This is no longer necessary as this logic is now at BoxesHelper. In order to ensure a proper refactor unit tests were added and the view has been moved and renamed accordingly to BoxesHelper expectations.
-
This method is no longer necessary given the structure at BoxesHelper. It actually violates MVC as the model is holding view logic. In order to comply with the BoxesHelper standards, the view got moved and renamed properly. As well one unit test has been removed as it is already better covered by the functional ones.
08 Apr, 2016
1 commit
22 Feb, 2016
1 commit
17 Jun, 2014
1 commit
-
Conflicts: plugins/display_content/test/unit/display_content_block_test.rb
16 Jun, 2014
2 commits
-
'\w-' is the same of 'a-zA-Z0-9_-' (ActionItem3122)
06 Jun, 2014
1 commit
-
…te, spread actions) when showing upload file in content_viewer
28 Apr, 2014
1 commit
25 Feb, 2014
1 commit
19 Nov, 2013
1 commit
-
* removed whitespaces * fixes on texts (ActionItem2823)
08 Nov, 2013
2 commits
-
This check, crashes the migration which will include the attribute o Task. Until someone discover how to avoid that, the fail-safe is commented.
05 Nov, 2013
1 commit
-
Conflicts: script/quick-start test/unit/application_helper_test.rb test/unit/environment_statistics_block_test.rb test/unit/environment_test.rb
30 Oct, 2013
1 commit
22 Oct, 2013
1 commit
09 Oct, 2013
1 commit
-
Also moving profile extension to make count use distinct by default to ActiveRecord::Calculations module.
01 Oct, 2013
2 commits
-
Signed-off-by: Leandro Nunes dos Santos <leandronunes@gmail.com> Signed-off-by: Marcos da Silva Ramos <ms.ramos@outlook.com> Signed-off-by: Fábio Teixeira <fabio1079@gmail.com> Signed-off-by: Luiz Matos <luizff.matos@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
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.
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
3 commits
-
(ActionItem2721)