11 Oct, 2011
1 commit
-
Libs added * jquery-validation * colorbox * recaptcha (ActionItem2074)
10 Oct, 2011
4 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)
07 Oct, 2011
1 commit
04 Oct, 2011
1 commit
-
Letting the plugins enabled during the rake was breaking some tasks like db:schema:load becouse some models were eventually loaded without the tables being created yet.
27 Sep, 2011
2 commits
-
also, do not create synlinks every time rake run (ActionItem2066)
22 Aug, 2011
3 commits
-
…nto merge-requests/39 (ActionItem1970)
17 Aug, 2011
2 commits
-
…nto merge-requests/35 Conflicts: script/sample-profiles
-
Conflicts: debian/changelog lib/noosfero.rb lib/noosfero/plugin.rb
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 630b8afabf809e6d7b7f271d7b25fe08fac76854. There are some problems with solr (ActionItem1958)
15 Aug, 2011
1 commit
13 Aug, 2011
3 commits
-
Conflicts: app/controllers/my_profile/cms_controller.rb test/functional/cms_controller_test.rb
-
(ActionItem2052)
-
(ActionItem1958)
11 Aug, 2011
4 commits
-
(ActionItem1958)
-
Now cucumber gems should install fine with RAILS_ENV=cucumber gems:install in Debian Lenny and its task start/stop solr
-
- creating helpers in Noosfero::SampleDataHelper to save some 'typing' - adding articles and profiles to categories in sample-data scripts - moving Events creation to sample-articles script - echoing 'F' or 'E' in output in case of fail or error on creating
10 Aug, 2011
1 commit
-
* Fixing 'available' task. This task was running only the enabled plugins. Now, before running this task, all plugins are enabled and after, the ones that were disabled are disabled again. * Running plugins tests on noosfero rake with all other tests.
09 Aug, 2011
1 commit
08 Aug, 2011
1 commit
-
also: - fix noosfero/i18n: error_messages_for should works as documented in Rails API (accept param :header_message => '...') - new helper method to display errors in a dialog box - now Plugins knows what is URL to admin itself - defining paths to cucumber steps and setup files in config/cucumber.yml - allow plugins to have documentation in same way as Noosfero core (ActionItem2056)
04 Aug, 2011
1 commit
27 Jul, 2011
1 commit
26 Jul, 2011
6 commits
-
Only search the content for one page, loading more than a hundred results is slow cause solr send xmls for us to parse.
-
Only paginate with pg_options was given. This fixes a bug on the browse controller where not all results were shown.
-
Again, unlike acts_as_ferret, acts_as_solr doesn't work without the Solr server. So to avoid debian postinst script rake db:data:minimal to fail disable it.
-
For the task 'package' check first if solr was already downloaded. If so, then include it on the tarball. Also invoke solr:download task for test task and development script.
15 Jul, 2011
1 commit
12 Jul, 2011
1 commit
-
(ActionItem2048)
16 Jun, 2011
1 commit
14 Jun, 2011
1 commit
-
…nto merge-requests/14