16 Jul, 2012
3 commits
-
(ActionItem2362)
-
…into merge-requests/177
-
…into merge-requests/175 (ActionItem2340)
15 Jul, 2012
2 commits
-
(ActionItem2277)
-
…into merge-requests/157 (ActionItem2277)
22 Jun, 2012
1 commit
-
Changes what's stored in PurchaseOrder so the product name is also stored, that way if the product is removed its name isn't lost. Uses a class named LineItem to encapsulate the information about an ordered product for clarification. Also fixes the views so it shows the product name but not the product url if the product was removed. (ActionItem2362)
12 Jun, 2012
1 commit
-
Change the image path in plugins' css to use absolute path, so it won't break when the stylesheet is cached. (ActionItem2340)
05 Jun, 2012
9 commits
-
* noosfero.po * noosfero-doc.po
-
…into merge-requests/170
-
…into merge-requests/168
-
…into merge-requests/164
01 Jun, 2012
1 commit
-
- Translating README file to English - Added config.yml.dist as example
31 May, 2012
1 commit
-
Some tests were broken after changes on routes included with commit bfce4eb13212734b675c4fd07f23ecca6946cb3e
30 May, 2012
1 commit
-
…into merge-requests/172
25 May, 2012
2 commits
-
…into merge-requests/169
24 May, 2012
6 commits
-
Conflicts: test/functional/account_controller_test.rb
-
* And tweaking interface * TODO: build filter to deal with controller logics
-
* Showing the name of the article * Returning message even without rejection explanation
23 May, 2012
2 commits
-
Conflicts: plugins/stoa/lib/stoa_plugin.rb plugins/stoa/public/style.css
-
(ActionItem2345)
22 May, 2012
5 commits
-
…into merge-requests/167
-
…into merge-requests/163
-
…into merge-requests/161
-
…into merge-requests/146
21 May, 2012
2 commits
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!