25 Jul, 2014
1 commit
21 Jul, 2014
1 commit
18 Jul, 2014
1 commit
30 Jun, 2014
1 commit
27 Jun, 2014
2 commits
26 Jun, 2014
4 commits
17 Jun, 2014
2 commits
-
Conflicts: plugins/display_content/test/unit/display_content_block_test.rb
16 Jun, 2014
3 commits
-
'\w-' is the same of 'a-zA-Z0-9_-' (ActionItem3122)
14 Jun, 2014
11 commits
-
(ActionItem2859)
-
ActiveResource::Errors#invalid? is deprecated on Rails 3 and was replaced by ActiveModel::Errors#include?
-
To avoid Rails throwing rollback transaction errors before each test, the connection with the temporary stoa database is established before all tests instead of between tests. This way transactions aren't interrupted by database disconnections.
-
Appending with Pathname#+ caused the File.open to search for the config file in '/config.yml' instead of StoaPlugin.root_path/config.yml, throwing a "No such file or directory" error. This patch fixes that error.
-
attachment_fu doesn't provide #current_data for filesystem types of attachment anymore, so I added the method Image#current_data. Also fixes the column name that contains the tags' count for a sql query.
-
Authenticate only searches among activated users.
-
Both attributes can be set by the user on signup so we should allow mass assignment.
-
ActiveRecord::Base#human_name is deprecated on Rails 3, so Person#human_names was removed from core. This patch removes its use in stoa plugin.
13 Jun, 2014
1 commit
-
added new hotstop "body_ending"
12 Jun, 2014
2 commits
-
Conflicts: plugins/display_content/lib/display_content_block.rb plugins/display_content/test/unit/display_content_block_test.rb
11 Jun, 2014
1 commit
06 Jun, 2014
2 commits
-
Also: - check return of before_disable.rb when disabling plugins - fix rails3: instance_eval -> instance_exec (ActionItem2859)
-
…te, spread actions) when showing upload file in content_viewer
05 Jun, 2014
5 commits
-
(ActionItem2859)
-
(ActionItem2859)
-
(ActionItem2859)
-
(ActionItem2859)
-
Conflicts: app/controllers/admin/environment_design_controller.rb app/models/friends_block.rb app/models/members_block.rb test/functional/environment_design_controller_test.rb test/unit/members_block_test.rb
29 May, 2014
1 commit
20 May, 2014
2 commits