29 May, 2013
1 commit
01 May, 2013
1 commit
-
Note that on Debian stable we will still use whatever is linked in vendor/rails, since we known that that Debian already has the bits from 2.3.15 we need in its patched 2.3.5.
19 Mar, 2013
1 commit
11 Dec, 2012
1 commit
-
Starting pluginization of solr!
30 Nov, 2012
1 commit
25 Oct, 2012
1 commit
-
…into merge-requests/233 Conflicts: test/integration/routing_test.rb
21 Oct, 2012
1 commit
07 Oct, 2012
1 commit
-
…into merge-requests/213 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/views/content_viewer/_comment.rhtml app/views/content_viewer/view_page.rhtml lib/noosfero/plugin.rb test/functional/content_viewer_controller_test.rb test/unit/comment_test.rb
13 Sep, 2012
1 commit
-
Some requests aren't made directly by the user, like the request to get the favicon, and these guys are not displayed to the user. Therefore it's not necessary to render the full layout not_found, just sent the status of not_found
11 Sep, 2012
1 commit
-
…into merge-requests/216 Conflicts: debian/changelog etc/noosfero/varnish-noosfero.vcl lib/noosfero.rb
05 Sep, 2012
1 commit
31 Aug, 2012
1 commit
-
(close ActionItem2446)
24 Aug, 2012
2 commits
-
Undo some things, fix some tests, etc
-
Conflicts: lib/noosfero/plugin/context.rb lib/noosfero/plugin/manager.rb test/unit/plugin_manager_test.rb
23 Aug, 2012
1 commit
-
It was just a wrapper around controller, with no clear goal. In the end, the context will the object which invokes the plugins. Rigth now it means basically a controller, but wait a little bit and see. ;-)
21 Aug, 2012
2 commits
-
…into merge-requests/181 Conflicts: app/controllers/application_controller.rb app/helpers/application_helper.rb app/models/person.rb app/views/enterprise_registration/basic_information.rhtml lib/noosfero/plugin.rb public/stylesheets/application.css test/unit/person_test.rb test/unit/profile_test.rb
22 Jul, 2012
4 commits
-
Prefix Solr unique id with schema_path to avoid colision. Fix rake multitenancy:reindex to reindex all environments now that we can :)
19 Jul, 2012
1 commit
-
Conflicts: app/models/article.rb app/models/profile.rb app/models/uploaded_file.rb public/javascripts/application.js public/stylesheets/application.css test/unit/article_test.rb test/unit/category_finder_test.rb test/unit/enterprise_test.rb
18 Jul, 2012
2 commits
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist
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.
27 Jun, 2012
1 commit
-
This avoids `database is locked (SQLite3::BusyException)` errors when running ./script/development with SQLite3
24 May, 2012
1 commit
21 May, 2012
2 commits
17 May, 2012
6 commits
-
app/controllers/public/profile_controller.rb
16 Mar, 2012
1 commit
-
Conflicts: INSTALL app/helpers/application_helper.rb app/views/account/signup.rhtml app/views/layouts/application-ng.rhtml app/views/search/_product.rhtml debian/control debian/noosfero.install debian/noosfero.links features/step_definitions/noosfero_steps.rb script/production
15 Mar, 2012
1 commit
09 Mar, 2012
1 commit
07 Mar, 2012
1 commit
03 Mar, 2012
1 commit
-
(ActionItem2101)