26 Jan, 2012
1 commit
-
…nto merge-requests/63
01 Nov, 2011
1 commit
-
To keep track of the monkey patches we decided to reorganize them according to this: http://noosfero.org/Development/MonkeyPatch
18 Oct, 2011
1 commit
-
Changing requery_dependency by requery in will_paginate monkey patch
17 Oct, 2011
1 commit
-
* To solve this problem it was necessary to include a monkey patch on will_paginate due to a bug with the finder_sql option of ActiveRecord association. As described in the monkey patch, this bug is already solved in will_paginate 3.x.pre. (ActionItem2100)
11 Oct, 2011
1 commit
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
10 Oct, 2011
2 commits
-
* Refactoring profile management to use tokeninput * Also, adding support of tokeninput to the core * Adding attributes validated and cnpj to enterprise * Environment option to define enterprise as validated by defaul * Making profile namedscopes consider subclasses too * Adapting enterprise icon and identification to meet Bsc expectations * Adapting profile info actions to meet Bsc expectations * Adapting control panel buttons to meet Bsc expectations * Adapting core product to meed Bsc expectations * Adding and fixing plugin hotspots (ActionItem2085, ActionItem2087, ActionItem2086, ActionItem2088)
-
(ActionItem2075)
16 Aug, 2011
3 commits
-
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)
-
This reverts commit 4e61bfb7a04ef3a7171343867aca05c4ce401197. There are some problems with solr (ActionItem1958)
-
This reverts commit 630b8afabf809e6d7b7f271d7b25fe08fac76854. There are some problems with solr (ActionItem1958)
13 Aug, 2011
1 commit
-
(ActionItem1958)
12 Aug, 2011
1 commit
-
(ActionItem1958)
11 Aug, 2011
1 commit
-
Now cucumber gems should install fine with RAILS_ENV=cucumber gems:install in Debian Lenny and its task start/stop solr
27 Jul, 2011
1 commit
26 Jul, 2011
5 commits
-
Commit 9f1eccfda207dd5a1e9befa1ca58e60b760531d2 from repo https://github.com/brauliobo/acts_as_solr_reloaded
-
Solr uses stop words configuration on the server and not on application level. So stop words code and tests were deleted Do not throw 'Out of sync' exceptions when ordering with acts_as_solr. Use the results from the database ignoring index results not present in the database.
27 May, 2011
1 commit
-
- Also, adding 'validates_multiparameter_assignments' plugin (ActionItem1951)
18 May, 2011
3 commits
-
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
-
Task solr:download downloads, unpacks and installs Solr+Jetty 3.1.0 inside acts_as_solr plugin. Also fix PID filename according to the standard. Downloading Solr is necessary cause it's too big to include with noosfero (~13mb) and is not available for Debian Lenny.
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)
22 Mar, 2011
2 commits
-
Also, fixing all selenium tests (ActionItem1672)
-
Co-Author: Aurelio A. Heckert <aurelio@colivre.coop.br> * Listing profiles that have 0 objects (friends, actions, etc). * More active based on action instead of articles. * Testing profile in the profile tests instead of communities or people. (ActionItem1885)
22 Feb, 2011
1 commit
-
(ActionItem1874)
01 Feb, 2011
1 commit
-
* Also creating a migration to remove the broken records. (ActionItem1785)
31 Jan, 2011
1 commit
09 Dec, 2010
1 commit
-
(ActionItem1732)
26 Oct, 2010
2 commits
-
(ActionItem1752)
21 Sep, 2010
1 commit
-
* The users member of a community shoudl be notified with the information of where that noficication is. * The friendship relationship should be notified to the both users * If the article is created automaticaly according its template this article should not be notified * The article approval should not notify the article with the user who aproved it as the user that made the article (ActionItem1303)
12 Sep, 2010
1 commit
-
(ActionItem1303)
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)
10 Sep, 2010
1 commit
-
* Rewrite ProfileListBlock logic to become simpler and faster * Rewrite membership logic to use named scopes instead of loading the entire list and doing filters with Ruby code. * Moved Noosfero-specific membership logic from access control plugin to Noosfero models. * Removed useless tests * Fixed tests that assumed the slow implementation
02 Sep, 2010
1 commit
-
This technique is actually very useful to inject request context into whatever objects you need, and I learnt it from Leandro and Caio.
22 Aug, 2010
1 commit
-
Added delayed_job plugin Added a daemon to start/stop delayed_job Added invitation on a queue to be processed later (ActionItem1640)