06 Jul, 2010
1 commit
-
(ActionItem1566)
01 Jul, 2010
1 commit
-
* Fixed fields that weren't in the custom fields options. * Included "Display on creation|registration" feature for organization fields. * Included fields dependencies: [field] -> [dependencies] required -> active, signup signup -> active * Javascripts to grant the dependencies on the radioboxes. * Changing the validation of fields presence message. * Also removing some unwanted endline spaces. (ActionItem1509)
14 Jun, 2010
1 commit
-
(ActionItem1558)
25 May, 2010
1 commit
-
Conflicts: test/functional/profile_controller_test.rb
20 May, 2010
1 commit
-
(ActionItem1534)
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)
12 May, 2010
2 commits
-
(ActionItem1299)
-
(ActionItem1299)
07 May, 2010
1 commit
-
(ActionItem1428)
19 Apr, 2010
1 commit
16 Apr, 2010
2 commits
-
(ActionItem1482)
-
* 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)
07 Apr, 2010
1 commit
-
It seems that the problem happens when selenium steps run before non-selenium steps (e.g. settind up data for the test). Doing this also seems to remove the need for the sleeps added to avoid the timeout.
05 Apr, 2010
2 commits
-
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)
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)
03 Mar, 2010
1 commit
-
* Creating a community * Inviting contacts from e-mail * Moderating articles * Joining a community * Accepting new members (ActionItem1422)
08 Feb, 2010
3 commits
-
(hoping 2 seconds is enough)
-
Also fixing the one that depended on the example section
-
(ActionItem1361)
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
4 commits
-
(ActionItem1367)
-
* 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
2 commits
-
(ActionItem1357)
30 Dec, 2009
2 commits
-
(ActionItem1354)
28 Dec, 2009
2 commits
11 Dec, 2009
1 commit
-
Trying to not depend on a too specific text
10 Dec, 2009
1 commit
-
If a person asks to publish an article in a community and removes it before approval, is displayed a message (ActionItem1343)
04 Dec, 2009
3 commits
-
Don't use a name that was used before, probably by fixtures.
-
ActionItem1309
-
(ActionItem1280)