06 Jul, 2012
1 commit
-
An hidden tag is used to update qualifiers_list in products even when said qualifiers_list is empty, so it would behave accordingly with the way the qualifiers are added dinamically using javascript and ajax (that is, the list represents the content of a product's qualifiers, so an empty list means that whatever qualifiers that the product had before should be removed). But this tag was overwriting the qualifiers and certifiers added by the user, thus making rails believe that the qualifiers list was always empty. I've changed the hidden tag to have a default value 'nil' (which is actually a string, but it works; I couldn't find a way to put an actual nil value), and when the qualifiers list is updated the method inside the model ignores qualifiers whose id value are 'nil'. (ActionItem2328)
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!
16 May, 2012
6 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)