14 Jul, 2011
1 commit
-
…ero into merge-requests/22
13 Jul, 2011
4 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
-
…nto merge-requests/19
12 Jul, 2011
1 commit
-
(ActionItem2048)
27 Jun, 2011
1 commit
-
(ActionItem2042)
20 Jun, 2011
1 commit
-
* Images were linked to it's public path instead of an internal page on Noosfero (the view page). * The method view_url already falls to url if the article isn't an image so there is no problem using it instead.
14 Jun, 2011
5 commits
-
also removed "return" from method
-
…nto merge-requests/13
-
(ActionItem2016)
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
2 commits
-
(ActionItem2020)
-
- 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
2 commits
-
- 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)
21 May, 2011
2 commits
20 May, 2011
2 commits
-
* Also including a migration to remove subcategories of ProductCategory that aren't a subclass of ProductCategory. (ActionItem2007)
-
(ActionItem2007)
12 May, 2011
3 commits
-
(ActionItem:356)
-
(Actionitem1992)
-
This reverts commit 1ebe4f84dc0910b6ded065b60ed0e58612a93659. Conflicts: features/step_definitions/noosfero_steps.rb test/functional/manage_products_controller_test.rb
11 May, 2011
6 commits
-
Also replaced create_user by fast_create on test (ActionItem356)
-
This is an enterprise block that shows all people that added the enterprise as "favorite". (ActionItem356)
-
(ActionItem1941)
-
(ActionItem1941)
10 May, 2011
5 commits
-
(ActionItem1996)
-
Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
-
(ActionItem1970)
-
* Features: - Extension of ActionMailer::Base so that it can append or prepend new paths to view_paths and each instance of it has it's own view paths. So if I define Mailer < ActionMailer::Base, my new class Mailer will have an independent view_path from ActionMailer, despite having a default value equal to it. - Adding new method root_path for Plugins. * Fixes: - select_country helper receive options too. - Passing request form through ajax serialize instead of hardcoded.