13 Oct, 2014
2 commits
-
I13 fix partial for class Fixes #13 See merge request !333
-
solved bugs in tolerance time plugin See merge request !332
10 Oct, 2014
4 commits
-
Fix template with container block Fixes issue #7 See merge request !327
-
Fix members block cache Fixes issue #11 See merge request !326
-
- 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
-
Use table prefix for plugins' table_name See full commit message See merge request !322
09 Oct, 2014
3 commits
-
Profile fields master Fix issue #14 See merge request !337
-
Also displays every field that is not defined in any category in the last category called "General". Fields are now easily moved between categories and categories a easily created. Fields html generation centered in only one method and the field name and value are customizable through methods. Fix #14
07 Oct, 2014
1 commit
06 Oct, 2014
1 commit
01 Oct, 2014
1 commit
30 Sep, 2014
2 commits
29 Sep, 2014
3 commits
-
Instead of freezing the Debian-specific dependency tree in Gemfile.lock, let's specify the Debian versions with ~> in Gemfile, and let other systems provide specific versions in the best way they can.
26 Sep, 2014
14 commits
-
There will be always a notification email now.
-
creating a mail intance crashes it there is no valid recipient; so we change places to use create_user.person instead of fast_create(Person) to make sure the user person instances have a valid email address.
-
There is no point at all in send email to the noreply_email
-
When an organization (community or enterprise) has no admins and no recorded contact email, redirect any mails sent to that org to the environment contact email.
-
This helps me test packaging new dependencies before uploading them to the live repository
25 Sep, 2014
2 commits
-
This makes Noosfero::Plugin::ActiveRecord obsolete. With plugin interdependency, self.inherited may get the table name from another class.
24 Sep, 2014
4 commits
-
Upgrade solr plugin to rails3 http://noosfero.org/Development/ActionItem3293 See merge request !321
19 Sep, 2014
2 commits
18 Sep, 2014
1 commit
-
Ai3292 signup image upload Action Item: http://noosfero.org/Development/ActionItem3292 See merge request !318