➠ //Code changes

Development, Usage
Page acts as tree + page navigation

In this version the model Page acts_as_tree….

One comment
read
Andipassboddy 8 months ago, Andi Altendorfer
Tags: Code changes

Development
Cleaned up is_userstate? functions

We had a lot of current_user && current_user == @something.user || current_user.is_admin in our views and controllers. These functions are cleaned up. Please use now:…

One comment
read
Andipassboddy 9 months ago, Andi Altendorfer
Tags: Code changes

Development
Show user's profile after login

The user’s profile is the place where a user is informed about new friendship-requests. In further versions more informational things will be displayed there when a user comes back….