30 Jul, 2010
1 commit
-
(ActionItem1600)
29 Jul, 2010
1 commit
17 Jul, 2010
1 commit
-
Fixing categories selection and fixing width of sideboxes in leftbar and rightbar templates Added themes to jquery-ui (ActionItem1392)
15 Jun, 2010
1 commit
14 Jun, 2010
2 commits
-
(ActionItem1558)
-
(ActionItem1558)
09 Jun, 2010
1 commit
-
This will install the needed gems in the working versions.
14 May, 2010
3 commits
-
--00163630fc2b17c9f30486834628 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Adding sample database.yml file for Postgresql (ActionItem1532)
-
* 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)
-
(and not from github)
07 May, 2010
2 commits
-
* Store all temporary files in /var * Symlink the directories in /var inside the Noosfero directory * Updated sample ferret configuration * Updates logrotate configuration
-
(ActionItem1428)
30 Apr, 2010
1 commit
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)
11 Feb, 2010
1 commit
-
I'm wondering whether we should just generate distribute a tarball of the git repository instead of explicitly listing the files that rake should put in this tarball.
02 Feb, 2010
1 commit
-
- invite friends refactored (ActionItem1275)
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.
28 Dec, 2009
1 commit
02 Dec, 2009
1 commit
-
- Remove unnecessary config file tests for GoogleMaps - Also add the default gravatar configuration (ActionItem1324)
30 Nov, 2009
2 commits
-
Conflicts: app/views/profile_editor/_organization.rhtml features/support/selenium.rb
20 Nov, 2009
1 commit
31 Oct, 2009
4 commits
-
* Vimeo * Archive.org * iteia * TV SL (stream and video) ActionItem1257
-
- New UI for calendar - New routes to /profile/:profile/events (ActionItem1255)
26 Oct, 2009
1 commit
-
(ActionItem1279)
14 Oct, 2009
1 commit
-
It will be created on startup if needed. This way we allow the local site administrator to set a different default theme. (ActionItem1279)
09 Oct, 2009
1 commit
-
ActionItem1279
23 Sep, 2009
1 commit
22 Sep, 2009
2 commits
16 Sep, 2009
1 commit
09 Sep, 2009
2 commits
24 Jul, 2009
5 commits
-
If the user wants to use some Rails version from Rails, it's simple: * remove the symlink in vendor/rails * Uninstall Rails from Debian * install rails through gem
-
with `rake rails:update`
-
Due to changes in the route recognization in Rails 2.1, the pure globbing routes are always tested last, so the check for a hosted domain must be done in the regular profile route.