06 Jul, 2010
1 commit
-
* Posts unavailable for the user weren't displayed but were considered on pagination. (ActionItem1557)
15 Jun, 2010
1 commit
14 Jun, 2010
4 commits
-
(ActionItem1558)
-
(ActionItem1558)
-
(ActionItem1546)
05 Jun, 2010
3 commits
-
(ActionItem1553)
-
(ActionItem1552)
25 May, 2010
1 commit
-
Conflicts: test/functional/profile_controller_test.rb
20 May, 2010
1 commit
-
(ActionItem1516)
18 May, 2010
1 commit
-
(ActionItem1530)
14 May, 2010
1 commit
-
* Modularized RSS link in head code; added add_rss_feed_to_head helper method * Modularized RSS generation in FeedWriter class + Refactored RssFeed to use FeedWriter + removed feed_item_description (this fixes ActionItem1463) (ActionItem1518)
28 Apr, 2010
2 commits
16 Apr, 2010
2 commits
-
(ActionItem1478)
-
* The registration has two validation type: region and admin. + Admin - There is no validator to choose. - The regions to choose are states (This might be changed in the future). - The admins of the environment recieves the task to approve the registration of this new enterprise. - The region field isn't displayed. + Region - If there isn't any validator, shows a message that it's not possible to register any enterprise and don't show the form. - Show only the regions where is registered at least one validator. - The region field is displayed. * The required fields are highlithed. * The fields that are active or required are set through the administration panel. * Only the fields name and identifier are always required. * After registering a new enterprise, the user is set as an admin of it. * The cancel button in the register form is working properly. * In the "Validator" step, the radio button is choosing a default option. * Cancel radio_button in the task validation has a "Rejection Explanation" field that is required. * Some navigation buttons added. * Changed some buttons to labelled buttons. * The "Register a new enterprise" button is an admin option. (ActionItem1482)
05 Apr, 2010
1 commit
-
Besides being faster, consumming less memory, and being thread-safe, fast_gettext's approach is cleaner than Ruby-GetText's because it does not mess with the Rails internals. That's probably due to the fact that fast_gettext was designed after Rails had proper I18N support, so that's not exactly Ruby-GetText's fault. Current versions of Ruby-GetText are claimed to be thread-safe as well, but I decided to go with fast_gettext regardless. I am messing with the Rails internals myself by copying some code from Ruby-Gettext, but that code will be dropped when we upgrade to a more recent Rails version with proper I18N. Code was copied from Ruby-GetText to implement: * per-language cache * validation error messages translation During initialization, the needed .mo files installed system-wide are symlinked locally. By doing this we can take "similar" locales locally since fast_gettext does not seem to support loading of files from similar locales (e.g. loading pt_BR/LC_MESSAGES/domain.mo when pt/LC_MESSAGES/domain.mo is not available). This hopefully will fix the long-standing bug with messed up translations due to high concurrency and non-thread-safety of the version of Ruby-GetText in Debian Lenny. (ActionItem1315)
26 Mar, 2010
2 commits
-
* This patch will centralize the logic of public/private article in the 'published' attribute. * Removing the public_article attribute from the code replacing it by published. * Creating two new migrations: 1. Setting the published attribute to false when the article has the public_article attribute false. This will grant that all the articles that aren't public now continue unpublished. 2. Removing the public_article attribute from the schema.
24 Mar, 2010
1 commit
-
(ActionItem1448)
15 Mar, 2010
1 commit
-
* Adding an unblock method for enterprises * Adding the 'lock' icon to icon list * Adding 'block' and 'unblock' noosfero steps. (ActionItem1402)
05 Mar, 2010
1 commit
-
* Also created another method for the cache of members called members_cache_key (ActionItem1399)
26 Feb, 2010
1 commit
-
* Adding div's on blocks, blog, footer and home/index * Adding separator as argument on language chooser * Adding slideshowblock on available blocks of Environment (ActionItem1398)
08 Feb, 2010
1 commit
-
(ActionItem1361)
05 Feb, 2010
3 commits
-
It will also happen when a user tries to browse the documentation but it was not generated by the site administrator.
-
* added option to shuffle images * added navigation buttons * other changes: * Removed "toggle visibility" button and action in BoxOrganizer Controller * Bock#visible? now receives an optional context so that blocks can decide where they must be shown or not * BoxesHelper now passes the context into the Block#visible? method * Added title to Uploaded files and displaying it instead of the description when viewing files (ActionItem1358)
-
* 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)
01 Feb, 2010
1 commit
-
(ActionItem1375)
29 Jan, 2010
1 commit
-
* Documentation browser at /doc * Infra-structure for generating and translating the docs * Added a :release take task for doing th release, which already updates the docs.
20 Jan, 2010
2 commits
-
* Added migration to add visible to profiles * Some improvements on profile screen * A private profile displays a different profile screen * added profile image, name, description and message * added link to join if profile is a community * added link to "add friend" if profile is a person * Added description in profile * Added field description to organization and person form * Removed link and added button on not_found page * Added css for not access_denied message * Changed css for flash messages * Recent articles doens't list private profile's articles * Private profiles are listed on blocks and searches * Invisible profiles are never listed * Join community popup will be displayed if profile is private * Join community popup will not be displayed if profile is invisible * If an organization is private, it is also closed
-
Conflicts: po/de/noosfero.po po/pt/noosfero.po
18 Jan, 2010
1 commit
-
* Not allowing people to signup without a name * Adding a migrate to set identifier as name for people that are already without a name * Changing the field "Full Name" to "Name" and to become red when not filled * Adding new db:schema (ActionItem1352)
13 Jan, 2010
1 commit
-
(ActionItem1357)
04 Jan, 2010
1 commit
30 Dec, 2009
2 commits
-
(ActionItem1354)
-
(ActionItem1351)
04 Dec, 2009
1 commit
-
(ActionItem1280)