14 Apr, 2015
1 commit
-
- Fixed email sent to users - Removed from params info that don't need to be displayed to users on screen and email - Fixed replace of macro "{sendemail}"
08 Dec, 2014
1 commit
-
Functional tests are still broken, so not re-enabling them for now. Signed-off-by: Junior Silva <juniorsilva1001@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
16 Jul, 2013
1 commit
17 May, 2013
1 commit
-
…into merge-requests/315
10 May, 2013
1 commit
-
Bug added after the change on plugin routes: 3844f93c462dc69a7432b4baae18fdeca797a490 (ActionItem2669)
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.
31 May, 2012
1 commit
-
Some tests were broken after changes on routes included with commit bfce4eb13212734b675c4fd07f23ecca6946cb3e
18 Dec, 2011
3 commits
13 Aug, 2011
1 commit
-
(ActionItem2052)
11 Aug, 2011
2 commits
-
(ActionItem1958)
-
(ActionItem1958)
10 Aug, 2011
1 commit
-
…nto merge-requests/33 (ActionItem2059)
09 Aug, 2011
11 commits
-
The problem is that file uploads cannot be done via real AJAX, so the jQuery form plugin creates a hidden iframe and does the upload there. This approach has limitations, and among them is not being able to send proper JSON responses for file uploads. See http://jquery.malsup.com/form/#file-upload
-
…nto merge-requests/25
-
(ActionItem2033)
-
…nto merge-requests/17
-
…nto merge-requests/20
08 Aug, 2011
4 commits
-
A plugin that allows sending e-mails via HTML forms (ActionItem2056)
-
also: - fix noosfero/i18n: error_messages_for should works as documented in Rails API (accept param :header_message => '...') - new helper method to display errors in a dialog box - now Plugins knows what is URL to admin itself - defining paths to cucumber steps and setup files in config/cucumber.yml - allow plugins to have documentation in same way as Noosfero core (ActionItem2056)
-
- fixing some bugfixes - all controllers under admin/ should require login - plugins admin interface should require at least one permission (ActionItem2056)
-
(ActionItem2056)
05 Aug, 2011
1 commit
27 Jul, 2011
1 commit
26 Jul, 2011
4 commits
-
Solr uses stop words configuration on the server and not on application level. So stop words code and tests were deleted Do not throw 'Out of sync' exceptions when ordering with acts_as_solr. Use the results from the database ignoring index results not present in the database.
14 Jul, 2011
1 commit
-
…ero into merge-requests/22
13 Jul, 2011
3 commits
-
(ActionItem2042)
-
…nto merge-requests/21
-
added content_type text/html on mailer and HTML tags on message including environment contact_email on from and sender email on reply_to
12 Jul, 2011
1 commit
-
(ActionItem2048)