05 Jul, 2012
1 commit
-
* Every class now can declare that it is able to inlcude hotspots by declaring 'acts_as_having_hotspots'. It's important to note that every class that have hotspots must define an instance method named 'environment' that returns the environment associated with the instance. * Now the enabled_plugins method is centralized in the Thread.current making the plugins instantiation happen only once by Thread. Every request reinstantiate the plugins since every request creates a new Thread. The models that access this method only instantiate it if it wasn't instantiated already. * Since the models doesn't reinstantiate the plugins in the same Thread and the tests run in only one Thread, the tests that have some plugin stuff must clean the instantiation in the teardown.
25 May, 2012
1 commit
-
…into merge-requests/169
23 May, 2012
1 commit
-
(ActionItem2345)
22 May, 2012
5 commits
-
…into merge-requests/167
-
…into merge-requests/163
-
…into merge-requests/161
-
…into merge-requests/146
17 May, 2012
4 commits
-
If people use things like Google Analytics and other Javascript crap that sets cookies and we don't ignore then on the Varnish side, then no cache is done at all.
-
That return statement has nasty consequences: the rest of the caching logic is skipped, so no cache lookup is done!
16 May, 2012
16 commits
-
This is specially useful in development/test setups where you don't have a working MTA.
-
(ActionItem2345)
-
A regular member by default does not even get to see the control panel!
-
(ActionItem2345)
-
(ActionItem2345)
-
(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)