16 May, 2012
8 commits
-
(ActionItem2345)
-
Maximum nesting level reduced from 4 to 2. Pretty good, hm? (ActionItem2345)
-
This "feature" started as a workaround for the fact that "the CMS is not good rnough". In practice, it was only effective for enterprises, and the only known site that actually used this in the past does not use it for ages.
-
Without this, `rake noosfero:doc:translate` will always fail if there is any language $lang without a corresponding po/$lang/noosfero-doc.po. Let's face, translating the documentation in the last thing one will do when creating a translation.
14 May, 2012
3 commits
-
…into merge-requests/166
13 May, 2012
3 commits
-
FastGettext.locale= returns its argument instead of returning the locale that was actually detected. (ActionItem2297)
-
Fixed js error on IE by adding quotes on attr parameters Set height on wrap-2 in IE7
10 May, 2012
6 commits
-
…into merge-requests/156
-
(ActionItem2320)
-
…into merge-requests/148
-
…into merge-requests/147 (ActionItem2322)
-
…into merge-requests/128 (ActionItem2251)
-
(ActionItem2357)
26 Apr, 2012
4 commits
-
(ActionItem2351)
-
- Environment homepage cache (ActionItem2336)
25 Apr, 2012
1 commit
21 Apr, 2012
2 commits
-
From: http://apidock.com/rails/v2.3.2/ActionController/Caching/Fragments/expire_fragment Regexp - Will remove any fragment that matches, so %r{pages/\d*/notes} might remove all notes. Make sure you don’t use anchors in the regex (^ or $) because the actual filename matched looks like ./cache/filename/path.cache. Note: Regexp expiration is only supported on caches that can iterate over all keys (unlike memcached).
20 Apr, 2012
2 commits
19 Apr, 2012
2 commits
-
(ActionItem2258)
18 Apr, 2012
7 commits
-
…into merge-requests/153
-
…into merge-requests/135
17 Apr, 2012
2 commits
-
Also: - Added edit button when showing a role - Added button layout to link - Listing permissions by name instead of key - Added cucumber test (ActionItem 2287)