07 Jan, 2014
3 commits
-
Also increasing margin by 1px.
-
Add plugin view paths at initialization. Calling prepend_view_path on each request is too slow. Do not include theme dir at view path. Themes must use theme_include method to render rhtml files (instead of using render directly). This avoids conflict of files with same name at different themes and reduces the amount of paths in view_paths.
06 Jan, 2014
1 commit
23 Dec, 2013
1 commit
19 Dec, 2013
1 commit
16 Dec, 2013
6 commits
-
…into merge-requests/407
-
…into merge-requests/425
-
…into merge-requests/387 Conflicts: app/helpers/application_helper.rb public/designs/themes/base/style.css
-
…nto merge-requests/390
-
…into merge-requests/392
-
…into merge-requests/376 Conflicts: db/schema.rb
10 Dec, 2013
2 commits
03 Dec, 2013
1 commit
-
AI2824
02 Dec, 2013
4 commits
27 Nov, 2013
3 commits
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/manage_products.feature
26 Nov, 2013
9 commits
-
(ActionItem2893)
-
AI2784 Conflicts: vendor/plugins/action_tracker_has_comments/init.rb
22 Nov, 2013
9 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).