Commit 2ee3ddc7fda5090aada2bd7038ec8935108081e2
Exists in
master
and in
29 other branches
Merge branch 'stable'
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
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á' |