31 Oct, 2009
3 commits
-
* Moved all object creation helper methods into Noosfero::Factory * Added a new and faster version of create_user. * Adjusted some test cases tests to use the new factory methods This comprised removing a lot of bad smells from the tests, involving eliminating uneeded database hits. * reviewed ProfileTest for speed as a case study. The test suite used to take ~ 40 seconds to run, now it takes ~ 14 seconds. If we do this to all test suites, we can dramatically reduce the time we need to run all the tests * Added a rake task test:smells to list potential test smells. Started with probably unecessary and/or too slow database hits * In the end, running all the tests now takes ~ 13 minutes on Colivre's development machine, instead of the ~ 30 minutes it used to. (ActionItem1279) -
* Added a feature to environment * If feature is on, a task is created to environment admin ActionItem1254
-
- New UI for calendar - New routes to /profile/:profile/events (ActionItem1255)
26 Oct, 2009
1 commit
-
- Ask confirmation before change blog address - Add cucumber tests for blog - Set icon to create blog in CMS - Choose a blog when edit blog archives block (ActionItem1258)
07 Oct, 2009
2 commits
04 Oct, 2009
1 commit
03 Oct, 2009
2 commits
28 Sep, 2009
2 commits
-
Conflicts: lib/noosfero.rb
26 Sep, 2009
1 commit
18 Sep, 2009
4 commits
-
* when a not logged user asks to join a community, should redirect to page where the user was after login * should not show join_community_popup when in action join
16 Sep, 2009
1 commit
-
members can create articles an edit/delete them without being able to edit/delete others' members articles
15 Sep, 2009
5 commits
-
* after login: the same place the user was before * after logout: the site root (/)
02 Sep, 2009
5 commits
-
* Should not create InviteFriend if already is a friend
21 Aug, 2009
4 commits
-
Conflicts: po/pt_BR/noosfero.po
-
* only admin can add users, so moderation is not needed
11 Aug, 2009
1 commit
10 Aug, 2009
3 commits
-
* changed category_ids on profile and article * changed update_roles on profile_members controller * updated a test that passed categories objects instead of ids to category_ids
-
created a new helper link_to_product_category and used in: * catalog page * product show page * manage product show page * manage product index on consumption list * extracted from the search controller on listing products
07 Aug, 2009
1 commit
03 Aug, 2009
2 commits
-
* removing logic inversion in ssl support * using environment's default hostname instead of the request hostname for SSL links
30 Jul, 2009
1 commit
24 Jul, 2009
1 commit
-
* this is because of the identifier thats derived from the nickname becouse of ActionItem1126