19 Mar, 2014
1 commit
21 Feb, 2014
1 commit
02 Dec, 2013
1 commit
-
Conflicts: app/models/category.rb app/models/uploaded_file.rb test/functional/memberships_controller_test.rb test/functional/profile_controller_test.rb vendor/plugins/action_tracker_has_comments/init.rb
27 Nov, 2013
1 commit
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/manage_products.feature
26 Nov, 2013
1 commit
22 Nov, 2013
1 commit
-
(ActionItem2829)
16 Nov, 2013
2 commits
-
(ActionItem2904)
-
…into merge-requests/373
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
09 May, 2013
1 commit
08 May, 2013
1 commit
-
The idea is never to give a Upload File to a view. That must always work with a File Presenter providing overwrite methods and specific views/partials. ActionItem2373
10 Apr, 2013
1 commit
-
(ActionItem2630)
06 Sep, 2012
1 commit
03 Aug, 2012
1 commit
-
Also, removed comments from images on profile, because now the gallery is the target of activity (ActionItem1826)
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
21 May, 2012
1 commit
17 May, 2012
2 commits
19 Feb, 2012
1 commit
-
Conflicts: app/controllers/application.rb app/controllers/public/browse_controller.rb app/helpers/application_helper.rb app/helpers/display_helper.rb app/models/environment_finder.rb app/models/product.rb app/views/layouts/_javascript.rhtml app/views/layouts/application-ng.rhtml public/javascripts/application.js public/stylesheets/application.css test/functional/browse_controller_test.rb test/functional/search_controller_test.rb vendor/plugins/acts_as_solr_reloaded/lib/tasks/solr.rake
27 Jan, 2012
1 commit
24 Dec, 2011
1 commit
11 Oct, 2011
1 commit
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
09 Jun, 2011
2 commits
-
Adding '.txt' to the end of runnable scripts to avoid attacks due to unsecure servers. Same solution adopted by foswiki. (ActionItem2009)
04 Apr, 2011
1 commit
-
Developed with Caio SBA <caio@colivre.coop.br> Available only for PostgreSQL by now See INSTALL.multitenancy for details (ActionItem1845)
03 Mar, 2011
2 commits
-
(ActionItem1891)
-
(ActionItem1760)
25 Feb, 2011
1 commit
-
Also: * Moved integration tests to content_viewer functional test * Removed image_label unused method (ActionItem1894)
18 Jan, 2011
1 commit
-
* new controller profile_search * new block profile_search_block * added on style.css background images for mimetypes icons * new route profile/foo/search?q=bar (ActionItem1734)
10 Dec, 2010
1 commit
-
* Added rss-feed-16.png (a 16x16 image of rss feed) * icon_name now is a class method * removing image_tags with article's icons * added icon_for_article on class to display icons (ActionItem1770)
07 Dec, 2010
1 commit
-
(ActionItem1769)
21 Sep, 2010
1 commit
-
* Also adding a named_scope for images (ActionItem1698)
11 Sep, 2010
1 commit
-
(ActionItem1303)
02 Sep, 2010
1 commit
-
* Added 'thumbnails_processed' to articles and images * Added images to be displayed when the uploaded were not processed yet (ActionItem1661)
05 Aug, 2010
2 commits
-
(ActionItem1416)
-
(ActionItem1416)
28 Jul, 2010
1 commit
-
ActionItem1416 (fixed live at Noosfero fisl11 talk)
06 Jul, 2010
1 commit
-
* Added an option to the Article#to_html named :gallery_view. This option is used to contextualize the html that should be generated. (ActionItem1545)
26 Apr, 2010
1 commit
-
* Adding new image size: slideshow * SlideshowBlock can choose which size to use (thumb or slideshow) (ActionItem1493)
08 Apr, 2010
1 commit
-
This commit introduces a lot of changes in the HTML generated by Nosfero with the intent of making it load faster on users' browsers. This includes: * Adding apache configuration for compression of text content and aggresive cache policy (caching assets for 1 month) * Drastically reducing the number of stylesheets and javascript files referenced in the HTML. * The remaining CSS and Javascript files are now cached in a single file (one CSS file and one Javascript file) so that clients will only request a single file instead of several ones (and thus requiring a single HTTP connection instead of several ones). * Making sure that all assets referenced in the code have a timestamp (?21083219837) in the end of the URL so that when they are updated the client will fetch them again. During the course of the implemeantion, some other changes were made: * Updated INSTALL file with documentation about apache configuration for production environments. * Marked as deprecated all methods that use stylesheet_import, as well as stylesheet_import itself. * Removed "better browser promotion" code. It sucks. * Unifyed Noosfero stylesheets) * Unifyed stylesheets in the base theme * Enhanced the sample-data script with the creation of random events. in a range of 60 days around the current date, so that there will be events in the previous month, in the current month and in the next month. * Removed unused cms.js * Updated .gitignore example to ignore cached CSS and Javascript files. * Updated git-upgrade script to remove cached CSS and Javascript files. (ActionItem1425)