Commit 2ee3ddc7fda5090aada2bd7038ec8935108081e2

Authored by Joenio Costa
2 parents 8b923e2a 55ac1172

Merge branch 'stable'

lib/noosfero.rb
1 module Noosfero 1 module Noosfero
2 PROJECT = 'noosfero' 2 PROJECT = 'noosfero'
3 - VERSION = '0.25.1' 3 + VERSION = '0.25.2'
4 4
5 def self.pattern_for_controllers_in_directory(dir) 5 def self.pattern_for_controllers_in_directory(dir)
6 disjunction = controllers_in_directory(dir).join('|') 6 disjunction = controllers_in_directory(dir).join('|')
test/fixtures/environments.yml
@@ -4,6 +4,7 @@ colivre_net: @@ -4,6 +4,7 @@ colivre_net:
4 name: 'Colivre.net' 4 name: 'Colivre.net'
5 contact_email: 'colivre@localhost.localdomain' 5 contact_email: 'colivre@localhost.localdomain'
6 is_default: true 6 is_default: true
  7 + theme: 'default'
7 anhetegua_net: 8 anhetegua_net:
8 id: 2 9 id: 2
9 name: 'Anheteguá' 10 name: 'Anheteguá'