31 Jul, 2012
1 commit
-
This makes the process of restarting Noosfero much, much faster.
23 Jul, 2012
2 commits
-
(ActionItem1958)
22 Jul, 2012
9 commits
-
Prefix Solr unique id with schema_path to avoid colision. Fix rake multitenancy:reindex to reindex all environments now that we can :)
-
…into merge-requests/192
-
The meta tags were being included on <head> (ActionItem2371)
-
…into merge-requests/191
21 Jul, 2012
2 commits
20 Jul, 2012
12 commits
-
This fixes ActionItem2344
-
The solr merge brought a jQuery upgrade from 1.4 to 1.5 (WTF?), and that broke the jQuery Form plugin. I am adding the very latest form plugin but jQuery 1.5 is not that recent; that is probably why they don't seem to interact very well. Note how I had to workaround the dataType of the response ... weird. :-/
-
solr does not support them (or isn't configured to support them)
-
(solr brings everything with an empty query string)
-
Conflicts: app/controllers/my_profile/cms_controller.rb
-
…into merge-requests/189
19 Jul, 2012
11 commits
-
I am used to run `git clean -dxf` to make sure Noosfero can bootstrap itself in development mode with ./script/quick-start. If the solr tarball is downloaded to /tmp, every time I reboot I have to download everything once again. Contrary to /tmp/, /var/tmp/ is *not* wiped at boot time.
-
Also removed not used monkey patch Removed comments on CSS file
-
The right edge of the user form (login/logout + search) is not aligned to the right edge of the navigation bar.
-
For some reason running that code from within the rake does not work, but spawning a new process does. Didn't have the time to investigate further.
-
./script/development already starts it
-
Also removed not used monkey patch Removed comments on CSS file
-
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
-
Added back add_member_in_community activity Fixed creation of notifications for communities
18 Jul, 2012
3 commits
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist