07 Jan, 2014
2 commits
-
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
16 Dec, 2013
3 commits
-
…into merge-requests/425
-
…into merge-requests/387 Conflicts: app/helpers/application_helper.rb public/designs/themes/base/style.css
-
…nto merge-requests/390
03 Dec, 2013
1 commit
-
AI2824
02 Dec, 2013
1 commit
27 Nov, 2013
2 commits
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/manage_products.feature
26 Nov, 2013
2 commits
22 Nov, 2013
7 commits
-
(ActionItem2829)
-
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).
21 Nov, 2013
1 commit
-
Also includes migration to remove already orphaned profiles. (ActionItem2906)
16 Nov, 2013
3 commits
-
(ActionItem2904)
-
(ActionItem2901)
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
31 Oct, 2013
1 commit
-
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)
24 Oct, 2013
4 commits
18 Oct, 2013
1 commit
17 Oct, 2013
1 commit
-
That commit makes gravatar helper to work on this context.
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
14 Oct, 2013
1 commit
-
ActionItem2691
12 Oct, 2013
1 commit
-
This limit the listing to the 5 most popular communities to avoid making it unbearable to users that create a lot of communities.
07 Oct, 2013
5 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
-
…into merge-requests/328 Conflicts: app/controllers/public/catalog_controller.rb