27 Feb, 2015
1 commit
-
To install: $ sudo ln -s $NOOSFERO/plugins/stoa/script/stoa-auth-server /etc/init.d/ $ sudo update-rc.d stoa-auth-server defaults $ sudo service stoa-auth-server start Of course, the stoa plugin must be enabled and properly configure foo any of this to work. It will run on port 4000, and requests must be made to /, e.g. $ curl -d 'login=USER&password=PASSWORD' http://server:4000/
16 May, 2012
2 commits
10 Apr, 2012
1 commit
22 Mar, 2012
1 commit
14 Mar, 2012
1 commit
-
(i.e. for the case in which public/ is not writable) (ActionItem2314) Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
09 Mar, 2012
1 commit
08 Mar, 2012
1 commit
07 Mar, 2012
5 commits
-
Conflicts: debian/control lib/noosfero.rb
-
Conflicts: script/production
-
Conflicts: app/views/shared/block.rhtml debian/changelog debian/control script/production
05 Mar, 2012
2 commits
-
(ActionItem2300)
-
(ActionItem2300)
01 Mar, 2012
7 commits
-
It also needs a database migration run, but since ./script/production will now run `rake db:migrate`, user don't need to perform this this step explicitly.
-
ActionItem2236
-
Instead of complaining about pending migrations, just run them and get over it.
27 Feb, 2012
1 commit
-
Tried to not break upgrades from Lenny. Need to test yet.
10 Jan, 2012
2 commits
30 Dec, 2011
1 commit
18 Oct, 2011
1 commit
13 Oct, 2011
2 commits
10 Oct, 2011
1 commit
-
* 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)
17 Aug, 2011
1 commit
-
…nto merge-requests/35 Conflicts: script/sample-profiles
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)
11 Aug, 2011
1 commit
-
- 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
26 Jul, 2011
3 commits
-
- fix a litle bug in a cucumber step to create articles - adding 'guest' user via sample data scripts (ActionItem2054)
-
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.
27 May, 2011
1 commit
-
(ActionItem1987)
18 May, 2011
1 commit
11 May, 2011
2 commits
-
- log files are in tmp/pids/*.output - using 'default' as default value for '-i' option (ActionItem1898)