08 Apr, 2014
1 commit
-
Making every plugin run its tests with independently, with only its migrations and only it enabled.
13 Feb, 2014
1 commit
-
This reverts commit a3fb85d903790d565983e4e0f22acf557d8292dc. Reverting substitution of hpricot for nokogiri on macros infra due to segfault problem with nokogiri 1.4.0. Conflicts: INSTALL script/install-dependencies/debian-squeeze.sh
28 Jan, 2014
1 commit
-
…into merge-requests/366 Conflicts: INSTALL script/install-dependencies/debian-squeeze.sh
22 Jan, 2014
1 commit
-
…into merge-requests/342 Conflicts: plugins/shopping_cart/controllers/shopping_cart_plugin_controller.rb
13 Jan, 2014
1 commit
-
* add new dependency for java * add /var/lib/gems to the PATH variable * check for --force-install before create database * do not try create database if database.yml already exists (ActionItem2949)
22 Oct, 2013
1 commit
-
Closes ActionItem2856
15 Oct, 2013
1 commit
04 Sep, 2013
1 commit
30 Aug, 2013
1 commit
-
AI2762
21 Aug, 2013
1 commit
-
(ActionItem2776)
14 Aug, 2013
1 commit
13 Aug, 2013
1 commit
15 Jul, 2013
1 commit
28 May, 2013
1 commit
20 May, 2013
1 commit
-
(ActionItem2676)
07 May, 2013
1 commit
-
Conflicts: app/models/article.rb app/views/layouts/application-ng.rhtml lib/noosfero/plugin.rb script/noosfero-plugins
03 Apr, 2013
1 commit
-
Now the plugins can create the folders 'step_definitions' and 'support' under the folder 'features' to extend cucumber features as it pleases. The plugins with any extension gain 2 new profiles on the cucumber.yml file. For example, for mezuro plugin, it will have the 'mezuro' and 'mezuro_selenium' cucumber profiles that will load the appropriate files. So if you extend cucumber with new steps, hooks, etc; and you want to run the cucumber tests of mezuro plugin with all these extensions you must include '-p mezuro' on the cucumber call (or '-p mezuro-selenium' to run selenium profile). This is already handled by the rake task that runs the plugins' tests. So it'd be much better to run 'rake test:noosfero_plugins:mezuro:{cucumber,selenium}' instead. Also: * Moving plugins' 'features' folder to the plugin' root instead of inside the folder 'test' (just following Rails convention). * Moving specific steps and hooks of mezuro from core to the plugin. * Requiring plugin to be enabled to run any of its tests.
28 Mar, 2013
1 commit
20 Mar, 2013
2 commits
-
…into merge-requests/267 Conflicts: features/signup.feature features/step_definitions/noosfero_steps.rb Making tests on signup wait for the bot trap time and use selenium.
19 Mar, 2013
1 commit
18 Mar, 2013
1 commit
15 Mar, 2013
2 commits
-
…into merge-requests/162
27 Feb, 2013
1 commit
-
After/Before enable/disable Also: alerting user to run reindex after enabling solr.
10 Dec, 2012
1 commit
30 Nov, 2012
1 commit
07 Oct, 2012
1 commit
-
…into merge-requests/202
30 Aug, 2012
2 commits
-
Services must be stopped in an order that is the reverse of the order in which they are started.
27 Aug, 2012
2 commits
24 Aug, 2012
1 commit
06 Aug, 2012
1 commit
-
messages now look ok in both black and white backgrounds.
03 Aug, 2012
1 commit
-
…into merge-requests/176 Conflicts: script/quick-start-debian
21 Jul, 2012
1 commit
19 Jul, 2012
3 commits
-
./script/development already starts it
19 Jun, 2012
1 commit
-
quick-start-debian fails when it tries to call bundle but the gems binaries were installed as root. This patch only includes the gemdir on PATH so it can find the bundle executable always (that is, if it *is* installed as a gem).