13 Aug, 2015
1 commit
31 Jul, 2015
1 commit
-
ruby-minitest offers "refuse" as a syntatic sugar to "assert not"
24 Jul, 2015
1 commit
-
Use these two commands inside vim: :!ag -l '..\/..\/..\/..\/test' | xargs perl -pi -E "s/require.*test_helper.*/require 'test_helper'/g" :!ag -l "require File.*'/" | xargs perl -pi -E "s/require File.*'\//require_relative '/g":e ""'"
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
10 May, 2013
1 commit
-
Bug added after the change on plugin routes: 3844f93c462dc69a7432b4baae18fdeca797a490 (ActionItem2669)
18 Dec, 2011
2 commits
09 Aug, 2011
5 commits
-
…nto merge-requests/25
-
(ActionItem2033)
-
…nto merge-requests/17
-
…nto merge-requests/20
08 Aug, 2011
3 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)
-
(ActionItem2056)
05 Aug, 2011
1 commit
26 Jul, 2011
2 commits
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)
20 Jun, 2011
2 commits
-
* Making partial for class consider: - Controller's view paths - rhtml and html.erb extensions - Namescoped models * Also fixing the extensions for partial_for_task_class too.
14 Jun, 2011
3 commits
-
…nto merge-requests/14
-
…nto merge-requests/13
09 Jun, 2011
2 commits
-
Adding '.txt' to the end of runnable scripts to avoid attacks due to unsecure servers. Same solution adopted by foswiki. (ActionItem2009)
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)
31 May, 2011
1 commit
-
This was happening because default_hostname and top_url were both adding the port. (ActionItem2016)
27 May, 2011
3 commits
-
Content helper test was redefining helper methods outside of it's own block. This was intefering on the other tests.
-
- Also, adding 'validates_multiparameter_assignments' plugin (ActionItem1951)
-
(ActionItem1998)
26 May, 2011
2 commits
-
- Also, removing field from article_version that already was removed from articles table (ActionItem2005)
-
(ActionItem2008)
20 May, 2011
1 commit
-
* Also including a migration to remove subcategories of ProductCategory that aren't a subclass of ProductCategory. (ActionItem2007)