18 Jul, 2012
4 commits
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
-
Routes changed on commit bfce4eb13212734b675c4fd07f23ecca6946cb3e
-
(ActionItem2370)
17 Jul, 2012
3 commits
-
…into merge-requests/180
-
Created a method for button to remove qualifiers (ActionItem2374)
-
…into merge-requests/183
16 Jul, 2012
6 commits
-
…into merge-requests/182
-
…into merge-requests/179
-
…into merge-requests/178
-
(ActionItem2362)
-
…into merge-requests/177
-
…into merge-requests/175 (ActionItem2340)
15 Jul, 2012
2 commits
-
(ActionItem2277)
-
…into merge-requests/157 (ActionItem2277)
11 Jul, 2012
1 commit
-
Adds a delete button along with the new qualifiers row. Also, fix the page so when the qualifiers is selected, the button remains (this bug only happened in Chrome and was caused by a blank character in the html) (ActionItem2374)
09 Jul, 2012
1 commit
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)
29 Jun, 2012
1 commit
-
If ActionMailer tries to send a mail without recipient, the smtp will throw an syntax error. This checks whether there is a target and that given target has an email for notification before calling the TaskMailer to deliver the message. Also fixes the tests that crashed because of this new restriction and creates a test to this restriction. (ActionItem2370)
28 Jun, 2012
1 commit
-
This will make the noosfero initscript start after the postgresql one, and stop before it, when Debian is using dependency-based initialization ActionItem2372
27 Jun, 2012
1 commit
-
This avoids `database is locked (SQLite3::BusyException)` errors when running ./script/development with SQLite3
22 Jun, 2012
3 commits
-
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)
21 Jun, 2012
3 commits
-
We don't want to break others themes
-
…into merge-requests/173
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