20 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock script/development
19 Nov, 2014
2 commits
-
Also, add a nice plugin status report at the bottom
13 Nov, 2014
2 commits
-
Allow trusted url without protocol for iframe in tinymce See merge request !358
07 Nov, 2014
2 commits
05 Nov, 2014
1 commit
01 Nov, 2014
1 commit
31 Oct, 2014
1 commit
29 Oct, 2014
3 commits
28 Oct, 2014
1 commit
27 Oct, 2014
2 commits
-
- provide sane defaults for $HEAD and $PREV_HEAD - list commits since $PREV_HEAD
-
Assumes the CI environment will export the sha1 of the head commit into HEAD, and the sha1 of the previous head commit in PREV_HEAD.
10 Oct, 2014
1 commit
-
- Remove absolute URL's from stylesheets and javascripts - Handle prefix in LinkListBlock - add Noosfero.root method as a central data source The application server needs to be started with the RAILS_RELATIVE_URL_ROOT environment variable set to the desired prefix. In development, this can be tested with # assuming /social prefix $ RAILS_RELATIVE_URL_ROOT=/social thin --prefix /social start For production, see INSTALL.md
25 Sep, 2014
1 commit
-
This makes Noosfero::Plugin::ActiveRecord obsolete. With plugin interdependency, self.inherited may get the table name from another class.
18 Sep, 2014
1 commit
12 Sep, 2014
8 commits
-
Ai3300: In rails3, plugins' paths are being appended See merge request !317
11 Sep, 2014
5 commits
-
Conflicts: AUTHORS app/controllers/public/content_viewer_controller.rb debian/changelog lib/noosfero.rb po/de/noosfero.po po/eo/noosfero.po po/es/noosfero.po po/fr/noosfero.po po/hy/noosfero.po po/it/noosfero.po po/noosfero.pot po/pt/noosfero.po po/ru/noosfero.po
-
Such memory consumption logging should be done on the processes processing requests, and not on the delayed job processes.
-
AI3286
-
Instead of create another hotspot that does the same thing, use the existing one. If the demand for separation appears in the future than we may do it.
09 Sep, 2014
2 commits
-
Fix path and init loading order to be as in noosfero-rails2 http://noosfero.org/Development/ActionItem3294 See merge request !311
-
Closes #307 Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
08 Sep, 2014
1 commit
-
Conflicts: app/controllers/application_controller.rb app/controllers/my_profile/memberships_controller.rb app/controllers/public/account_controller.rb app/helpers/application_helper.rb app/helpers/layout_helper.rb app/helpers/token_helper.rb app/views/account/signup.html.erb app/views/layouts/_javascript.html.erb db/schema.rb test/functional/application_controller_test.rb
03 Sep, 2014
1 commit
-
As paths needs to be added to activesupport and ruby, init can't be load at the same time. So do it on a separate loop
21 Aug, 2014
2 commits
20 Aug, 2014
1 commit
-
When a system that has plugin X enabled gets upgraded to a version where plugin X has been promoted to be a base plugins (i.e. a symlink in baseplugins/), `rake db:migrate` would blow up with Multiple migrations have the version number 12345678901234 Note that we probably don't need to do this deduplication everywhere else, because the Ruby $LOAD_PATH already works by giving prioriry to the first path that is found.
18 Aug, 2014
1 commit
-
Conflicts: app/controllers/my_profile/cms_controller.rb db/schema.rb