09 Dec, 2015
1 commit
09 Mar, 2012
1 commit
-
(ActionItem2310)
27 Nov, 2011
1 commit
-
Conflicts: app/controllers/admin_controller.rb app/controllers/application.rb app/controllers/public/account_controller.rb app/controllers/public/content_viewer_controller.rb lib/noosfero/i18n.rb test/functional/account_controller_test.rb test/functional/admin_controller_test.rb test/unit/contact_test.rb test/unit/profile_test.rb
16 Aug, 2011
1 commit
-
This reverts commit 6409d6cc8e989f473f17b882d05367c4b9153528, reversing changes made to 313f8a54d53a4fdfa651f02197813026e1660e3b. Conflicts: features/step_definitions/noosfero_steps.rb test/unit/category_finder_test.rb There are some problems with solr (ActionItem1958)
09 Aug, 2011
1 commit
-
…nto merge-requests/25
05 Aug, 2011
1 commit
26 Jul, 2011
1 commit
18 May, 2011
1 commit
-
Change acts_as_searcheable to always index schema_path. If multitenancy if off or the database isn't PostgreSQL, then schema_path method returns an empty string and is not used at find_by_contents. Change find_by_contents adding options separating options from paginate, solr and rails's find. With Solr search capabilities, combined search (solr + rails find) won't be necessary in the future. Also change find_by_contents to return a hash where there are the facets found and also the results. Related tests pass with this change
10 Apr, 2011
1 commit
-
(ActionItem1845)
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 Apr, 2011
1 commit
-
Conflicts: test/unit/image_gallery_test.rb
25 Feb, 2011
1 commit
-
(ActionItem1883)
23 Feb, 2011
1 commit
-
In Rails 2.3.5 fixture_file_upload was moved to ActionController::TestProcess which by default is only available for functional tests
22 Feb, 2011
1 commit
01 Feb, 2011
1 commit
-
(ActionItem1822)
27 Jan, 2011
1 commit
-
- new config entry: addthis_enabled - new Rails initializer to load config file (ActionItem1820)
20 Jan, 2011
1 commit
-
- Default theme while running tests should be a real theme (using 'noosfero' theme) - Disable translation while running tests
11 Sep, 2010
2 commits
-
(ActionItem1303)
-
- added strophejs lib to communication with XMPP server - added jquery.scrollabletab.js and jquery.emoticon.js plugins - new 'pidgin' icon theme - environment attribute 'icon_theme' moved to theme - added ruby_bosh as plugin to start XMPP/BOSH session (ActionItem1635)
30 Aug, 2010
1 commit
-
(ActionItem1640)
27 Aug, 2010
1 commit
-
That is tested in a lot of other places (ActionItem1608)
22 Jul, 2010
1 commit
17 Jul, 2010
1 commit
13 Jul, 2010
1 commit
-
- Old interface for category selection was removed - Allow nil for product name - Procuct category is mandatory for new products - Optimizing some functional tests - Categories have attribute to set if accept or no products (ActionItem1391)
05 Apr, 2010
1 commit
-
They are need in DocControlller tests as well in order to not depend on the docs being built during tests
05 Feb, 2010
2 commits
-
This reverts commit 93f859662e9f6f4036c20e8e6a9c3ac81a7f8090.
-
Taken from a comment by Edvard Majakari (http://majakari.net/) at http://errtheblog.com/posts/34-a-ruby-rainbow Changed the coloring to use the dark versions of the colores instead of the light ones
31 Oct, 2009
1 commit
-
* Moved all object creation helper methods into Noosfero::Factory * Added a new and faster version of create_user. * Adjusted some test cases tests to use the new factory methods This comprised removing a lot of bad smells from the tests, involving eliminating uneeded database hits. * reviewed ProfileTest for speed as a case study. The test suite used to take ~ 40 seconds to run, now it takes ~ 14 seconds. If we do this to all test suites, we can dramatically reduce the time we need to run all the tests * Added a rake task test:smells to list potential test smells. Started with probably unecessary and/or too slow database hits * In the end, running all the tests now takes ~ 13 minutes on Colivre's development machine, instead of the ~ 30 minutes it used to. (ActionItem1279)
27 Oct, 2009
1 commit
-
* transformed script/feed-updater into a controller script. It starts and stops together with the production system (script/production) * moved the update (daemon) logic into FeedUpdater class. It knows which feeds must be updated and when, and when it should stop running. * concentrated the fetch (download) logic into FeedHandler class. It knows how to update a specific feed. * implemented the concept of "enabled" and "expired" in both ExternalFeed and FeedReaderBlock. The feed updater looks for feeds that are both enabled *and* expired to update. * Disabled feed reader blocks get re-enabled when their address is changed. * fixed a bug that made some feeds crash when using PostgreSQL (CGI::unescapeHTML transforms Numeric Character References into iso-8859-1 data and PostgreSQL won't accept that into a UTF-8 database) * Removed sleep(1) calls from script/production, they don't seem to be useful * Added an index for the type column in `blocks` table. (ActionItem1243)
21 Jul, 2009
1 commit
-
Instead, update the automatically created person object with the desired data afterwards.
26 Jan, 2009
1 commit
15 Oct, 2008
1 commit
-
Squashed commit of the following: commit ff9310723bc4f768185d4c562f06a99807e00d05 Author: Moises Machado <moises@colivre.coop.br> Date: Sat Oct 11 18:34:24 2008 -0300 fixed the rest of the tests commit 8fe241dcb67b3928796254e557319da3ec7e9734 Author: Moises Machado <moises@colivre.coop.br> Date: Sat Oct 11 17:16:27 2008 -0300 ActionItem780: refactoring tests and forms
04 Sep, 2008
1 commit
-
Changes: * Implemented require_ssl and refuse_ssl in ApplicationController * Changed AccountController to require SSL + pointing to HTTPS in login forms * Changed PublicController to refuse SSL, and fixed all controllers in app/controllers/public to inherit from it (with some exceptions). * Changed MyProfileController to require SSL Side-effects: * Some controllers had been changed in an unappropriated way for the new SSL requirement. * Some tests changed to reflect the new SSL requirements. * Needed to tweak content_viewer controller to deal with SSL URL's: + Fixed detection of user coming from public view that was broke by the SSL thing. * adapted enterprise_registration tests git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2458 3f533792-8f58-4932-b0fe-aaf55b0a4547
28 Aug, 2008
1 commit
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2428 3f533792-8f58-4932-b0fe-aaf55b0a4547
30 Jul, 2008
1 commit
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2343 3f533792-8f58-4932-b0fe-aaf55b0a4547
19 Jun, 2008
1 commit
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2045 3f533792-8f58-4932-b0fe-aaf55b0a4547
17 Jun, 2008
1 commit
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2036 3f533792-8f58-4932-b0fe-aaf55b0a4547
16 Jun, 2008
1 commit
-
… account_controller_test to expect a name call instead of a identifier git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2032 3f533792-8f58-4932-b0fe-aaf55b0a4547
12 Jun, 2008
1 commit
-
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2008 3f533792-8f58-4932-b0fe-aaf55b0a4547
27 Apr, 2008
1 commit
-
existance git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1706 3f533792-8f58-4932-b0fe-aaf55b0a4547