05 Nov, 2014
27 commits
-
Conflicts: app/controllers/public/chat_controller.rb Conflicts: app/controllers/public/chat_controller.rb
-
Conflicts: app/helpers/layout_helper.rb
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
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
7 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.