13 Feb, 2014
1 commit
-
This reverts commit a3fb85d903790d565983e4e0f22acf557d8292dc. Reverting substitution of hpricot for nokogiri on macros infra due to segfault problem with nokogiri 1.4.0. Conflicts: INSTALL script/install-dependencies/debian-squeeze.sh
28 Jan, 2014
1 commit
-
…into merge-requests/366 Conflicts: INSTALL script/install-dependencies/debian-squeeze.sh
19 Jan, 2014
1 commit
-
- Added pagination to versions - Treating access denied and not found (ActionItem2822)
07 Jan, 2014
1 commit
-
Conflicts: db/schema.rb test/unit/person_test.rb
16 Dec, 2013
2 commits
-
…nto merge-requests/390
-
…into merge-requests/376 Conflicts: db/schema.rb
28 Nov, 2013
2 commits
-
This fixes creating databases with UTF-8 encoding by default
-
Show events by month Event list now only show 10 events when listing events for month (events for a day still listing all events) Add information on indefined place Enhance layout (ActionItem2587) Signed-off-by: Marcos Ramos <ms.ramos@outlook.com> Signed-off-by: Arthur Del Esposte <arthurmde@yahoo.com.br> Signed-off-by: Luiz Matos <luizff.matos@gmail.com> Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com> Signed-off-by: Leandro Alves <leandrosustenido@gmail.com> Signed-off-by: Tales Martins <tales.martins@gmail.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by; Gabriela Navarro <navarro1703@gmail.com>
16 Nov, 2013
1 commit
-
…into merge-requests/373
24 Oct, 2013
1 commit
01 Oct, 2013
1 commit
18 Sep, 2013
1 commit
-
Conflicts: db/schema.rb
16 Sep, 2013
1 commit
-
Configuration is done in config/noosfero.yml, key `max_upload_size`. Supported value formats: 1KB, 1MB, 1GB, 1TB. MB is the default if the unit is omitted. 5MB is still the default and will be used in case no configuration -- or an invalid value -- is supplied. Based on the original implementation proposal by Aurélio A. Heckert at https://gitorious.org/noosfero/noosfero/merge_requests/345 ActionItem1780
30 Aug, 2013
1 commit
-
AI2762
19 Aug, 2013
1 commit
-
Also, added max-width on css to avoid overflowing when using those tags (ActionItem2740)
12 Jul, 2013
1 commit
-
Removing obsolete FIXME's, trailing whitespaces and so.
08 Jul, 2013
1 commit
28 Jun, 2013
1 commit
27 Jun, 2013
1 commit
12 Apr, 2013
1 commit
20 Feb, 2013
1 commit
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
1 commit
-
Removed whitespaces Recovered schema.rb without plugins fields Included info about solr support of multitenancy on solr.yml.dist