26 Nov, 2013
9 commits
-
(ActionItem2893)
-
AI2784 Conflicts: vendor/plugins/action_tracker_has_comments/init.rb
22 Nov, 2013
12 commits
-
(ActionItem2829)
-
(ActionItem2808)
-
Since there are plugins that need to receive the scope clean (that is without filters applied to it) and since the plugin has the power to not apply the filter when conveys it (also rewriting the interface to keep its consistency), I decided to pass the reposability of applying any filter provided by the core to the engines. Nevertheless, if the plugin returns nil (that's the same that it would return if it was disabled) the core will deal with the filters through the default way (that is without any engine).
-
(ActionItem2887)
21 Nov, 2013
1 commit
-
Also includes migration to remove already orphaned profiles. (ActionItem2906)
16 Nov, 2013
1 commit
-
(ActionItem2904)
31 Oct, 2013
4 commits
-
This solves every problem related with Hpticot breaking pages since the parse was happening on the MainBlock too. But this does not changes the fact tha Hpricot is currently dead and we should move on to nokogiri. (ActionItem2873)
30 Oct, 2013
2 commits
-
…into merge-requests/393
21 Oct, 2013
1 commit
16 Oct, 2013
1 commit
-
* Adding tests for the new location method * Moving tests from profile_helper_test to profile_test * Rewriting tests of profile_helper_test
15 Oct, 2013
1 commit
-
…into merge-requests/391
07 Oct, 2013
8 commits
-
The disable_* settings for environment are incoherent with the user interface and with the code itself. This changes correct only one incoherent setting as an example how to do with all others. Conflicts: app/controllers/public/catalog_controller.rb
-
closes ActionItem2519