15 Aug, 2012
1 commit
-
I did a little refactor in the already existent script to limited_text_area so the part that grows the textarea can be reused elsewhere, e.g. the comment box in the wall. Since I was modifying the limited_text_area function again, I re-did here the fix to the bug in Chrome browsers where the textarea would grow with every key press. So this merge request also fix the ActionItem2288. (ActionItem2405)
03 Aug, 2012
2 commits
-
Also, removed comments from images on profile, because now the gallery is the target of activity (ActionItem1826)
02 Aug, 2012
1 commit
-
(ActionItem1826)
31 Jul, 2012
7 commits
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
4 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