19 Sep, 2014
1 commit
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
02 Jan, 2013
3 commits
-
All optional URL parts must be surrounded by parenthesis, i.e. /:controller(:action(/:id))
01 Jan, 2013
1 commit
27 Dec, 2012
2 commits
-
It looks to me that this fixes all the problems that would happen at load time.
-
I should probably rethink the Noosfero plugin system and make it use the Rails engines infrastructure.
26 Dec, 2012
1 commit
-
plus login and signup screens being displayed. They don't work yet, though.
25 Dec, 2012
3 commits
-
./script/quick-start runs back to back now You will notice that solr was removed.
-
Things do not quite work yet, but I'm close. I am committing right now as a checkpoint.
23 Dec, 2012
1 commit
11 Dec, 2012
1 commit
-
Starting pluginization of solr!
30 Nov, 2012
1 commit
06 Nov, 2012
7 commits
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 :)