14 Apr, 2015
2 commits
-
Also removed "profile" param from confirmation view and email
-
- 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}"
15 Jan, 2015
1 commit
-
I have deduplicated every message in plugin code that was already in the core. Going forward, plugins should use c_() is they want to reuse the message from the core. If they want to force their own translation, they should probably use _('plugin_name|The message') to avoid overriding translations from the core.
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>
27 Oct, 2014
1 commit
-
Signed-off-by: Junior Silva <juniorsilva1001@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
13 May, 2014
1 commit
16 Jul, 2013
1 commit
08 Jul, 2013
1 commit
27 Jun, 2013
1 commit
10 May, 2013
1 commit
-
Bug added after the change on plugin routes: 3844f93c462dc69a7432b4baae18fdeca797a490 (ActionItem2669)
20 Feb, 2013
1 commit
-
…that uses the macro support
18 Dec, 2011
1 commit
13 Aug, 2011
2 commits
-
(ActionItem2052)
-
(ActionItem1958)
11 Aug, 2011
3 commits
-
(ActionItem1958)
-
Now cucumber gems should install fine with RAILS_ENV=cucumber gems:install in Debian Lenny and its task start/stop solr
09 Aug, 2011
1 commit
08 Aug, 2011
2 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)
27 Jul, 2011
1 commit
26 Jul, 2011
6 commits
-
Only search the content for one page, loading more than a hundred results is slow cause solr send xmls for us to parse.
-
Only paginate with pg_options was given. This fixes a bug on the browse controller where not all results were shown.
-
Again, unlike acts_as_ferret, acts_as_solr doesn't work without the Solr server. So to avoid debian postinst script rake db:data:minimal to fail disable it.
-
For the task 'package' check first if solr was already downloaded. If so, then include it on the tarball. Also invoke solr:download task for test task and development script.
15 Jul, 2011
1 commit
12 Jul, 2011
1 commit
-
(ActionItem2048)
16 Jun, 2011
1 commit
14 Jun, 2011
1 commit
-
…nto merge-requests/14
09 Jun, 2011
2 commits
03 Jun, 2011
1 commit
02 Jun, 2011
1 commit
-
- Added 2 named scopes to select things with and without images - Priorize profiles with image by defaut in ProfileListBlock - Migration to remove unused 'image' column from products - Migration to move image references to owner of image (ActionItem1971)
27 May, 2011
1 commit
18 May, 2011
2 commits
-
Change acts_as_searcheable to always index schema_path. If multitenancy if off or the database isn't PostgreSQL, then schema_path method returns an empty string and is not used at find_by_contents. Change find_by_contents adding options separating options from paginate, solr and rails's find. With Solr search capabilities, combined search (solr + rails find) won't be necessary in the future. Also change find_by_contents to return a hash where there are the facets found and also the results. Related tests pass with this change
12 May, 2011
1 commit
11 May, 2011
1 commit