17 Dec, 2010
1 commit
-
patch attached From df266a9e69468ee74bcb38d92985fbbb46e3d14b Mon Sep 17 00:00:00 2001 From: Aurelio A. Heckert <aurelio@colivre.coop.br> Date: Thu, 16 Dec 2010 21:43:53 -0300 Subject: [PATCH] Beautify themes list page
10 Dec, 2010
2 commits
-
(ActionItem1770, ActionItem894)
-
* Added rss-feed-16.png (a 16x16 image of rss feed) * icon_name now is a class method * removing image_tags with article's icons * added icon_for_article on class to display icons (ActionItem1770)
09 Dec, 2010
3 commits
-
(ActionItem894)
-
* English text review * Letting the administrator edit all fields which are going to be published before accepting the article. * Letting administrator highlight the new article. * Making the size of the lead and body fields consistent with other UI parts * Removed inconsistent styling * Updated database schema file (ActionItem1732)
-
(ActionItem1732)
07 Dec, 2010
2 commits
-
(ActionItem1769)
-
* Enhancing the way a theme is set to an environment * Allowing users to remove the theme of a profile * Fixed delayed_attachment_fu, so favicon (not thumbnailable file) won't display loading image (ActionItem1675)
30 Nov, 2010
1 commit
-
Removing all that mess feels *very good*. ActionItem1761
21 Oct, 2010
1 commit
-
Users can delete own profiles Organization admins can delete organizations Environment admins also can remove others profiles (ActionItem1716)
21 Sep, 2010
1 commit
-
* Also adding a named_scope for images (ActionItem1698)
20 Sep, 2010
3 commits
-
Also: * Adding links to the profile-image balloon. * Removing add-friend and join-community confirmation steps.
-
(ActionItem1394)
-
This code was written at LinguÁgil 2010 <http://www.linguagil.com.br/>, during the "Noosfero Coding Dojo" session on September 17th, 2010. The following people contributed: * Fabrício * Márcio Albuquerque * João Paulo * Luiz Cláudio * Guto Maia * Alexandre Gomes * Ivan * Serge Rehem * Bruno Porkaria * Antonio Terceiro * Rodrigo Souto * Daniela Feitosa (ActionItem1394)
17 Sep, 2010
2 commits
-
Instead, use #paginate to find the records. (ActionItem1689)
-
(ActionItem1689)
10 Sep, 2010
2 commits
-
* Environment admin can send e-mail to all environment users * Community admin can send e-mail to all community members * Added migrate to create mailing * Added job to send mailing (ActionItem1659)
-
* Rewrite ProfileListBlock logic to become simpler and faster * Rewrite membership logic to use named scopes instead of loading the entire list and doing filters with Ruby code. * Moved Noosfero-specific membership logic from access control plugin to Noosfero models. * Removed useless tests * Fixed tests that assumed the slow implementation
27 Aug, 2010
1 commit
-
* The validation is made only after all attributes are updated and the identifier uniqueness validation runs only if the task is not being cancelled. (ActionItem1654)
26 Aug, 2010
1 commit
-
(ActionItem1647)
15 Aug, 2010
1 commit
-
- Added a new jQuery UI theme - Added jQuery Cookie plugin (ActionItem1412)
14 Aug, 2010
1 commit
-
Implemented cache policy: * the homepage is cached for 5 minutes by default. This time can be configured with the =home_cache_in_minutes= attribute in the environment. * non-profile pages are cached for 15 minutes by default. This time can be configured with the =general_cache_in_minutes= attribute in the environment. * profile pages are cached for 15 minutes by default. This time can be configured in the =profile_cache_in_minutes= attribute in the environment. * The account controller (/account/*) is not cached at all. * The environment administration area (/admin/*) is not cached at all. * The profile administration area (/myprofile/*) is not cached at all. * Since Varnish will not cache any request that involves cookies: * Authenticated users will not benefit from the cache. * Cookies are not allowed for unauthenticated users. So, when a response is being prepared for an unauthenticated user, all cookies are wiped out. The contents of the login block and the login/logout part of the header is now loaded via an AJAX call to /account/user_data. This way we can cache almost all pages without caching user-specific data. We are also changing substantially how the flash[:notice] messages work. From now on, instead of setting flash[:notice], we must set session[:flash]. It will work more or less like before, except that session[:notice] will be consumed by the AJAX call to /account/user_data that is done during all page loads instead of being consumed automatically by Rails. The only exception to this is the media_panel, because it uses a different layout. (ActionItem1608)
13 Aug, 2010
2 commits
-
(ActionItem1628)
-
Now the management is paginated.
11 Aug, 2010
1 commit
23 Jul, 2010
1 commit
-
After creation/edition of an article, the user is redirected to the article Used back_to to store the page to return (ActionItem1424)
22 Jul, 2010
1 commit
-
* Created a new table inputs * For each consumption of a profile was created an input to each product of the profile * Removed consumptions table (ActionItem1435)
17 Jul, 2010
1 commit
-
Fixing categories selection and fixing width of sideboxes in leftbar and rightbar templates Added themes to jquery-ui (ActionItem1392)
16 Jul, 2010
1 commit
-
Conflicts: test/functional/catalog_controller_test.rb test/functional/profile_design_controller_test.rb
13 Jul, 2010
1 commit
-
- Old interface for category selection was removed - Allow nil for product name - Procuct category is mandatory for new products - Optimizing some functional tests - Categories have attribute to set if accept or no products (ActionItem1391)
12 Jul, 2010
1 commit
-
(ActionItem1583)
09 Jul, 2010
1 commit
-
* This block must be available to Enterprises and the enterprise administrator could choose what products will be highlighted * The environment could have this block and in this case the products are choosen randomically (ActionItem1576)
29 Jun, 2010
1 commit
-
The user could choose which image It want to see at the moment, each image may also be associated with a link (ActionItem1564)
14 Jun, 2010
2 commits
-
(ActionItem1546)
18 May, 2010
1 commit
-
(ActionItem1530)
16 Apr, 2010
1 commit
-
(ActionItem1478)
05 Feb, 2010
1 commit
-
* The available roles for organization's members are: * Profile Administrator * Moderator * Member * Local roles aren't being considered because they're not working correctly until now. (ActionItem1382)
02 Feb, 2010
2 commits
-
Conflicts: features/support/paths.rb
-
- invite friends refactored (ActionItem1275)