29 Jun, 2015
2 commits
-
Move users api mountpoint to people and also deal with permissions issues.
25 Jun, 2015
4 commits
-
Add staging environment See merge request !611
24 Jun, 2015
5 commits
-
Avoids social buttons breaking when used in contexts with deeper route, like inside a post on a route defined by a plugin or a deep folder tree. It was never a good idea to use relative path in the first place. Fixes Issue #61
-
After asset pipeline changes, `javascript_include_tag` doesn't take array as argument anymore.
-
This makes upgrading development environments just work, no conflicts between what's installed and what's in Gemfile.lock
23 Jun, 2015
4 commits
-
Georef e cosmética See merge request !608
20 Jun, 2015
3 commits
-
scopes are defined as class methods on the singleton of the class they were named instead of the class that calls them, so regardless if they are called by Enterprise or Community, they were defined on Organization, so #visible_for_person() always gives us `WHERE "profiles"."type" IN ('Organization', 'Enterprise', 'Community')` This wouldn't be a problem if rails 3.2 didn't merge the WHERE clauses of nested scopes, which causes the previous filtering by type of Enterprise/Community to be thrown away in favor of the broader one. This was fixed in later rails versions but we want to be able to search only for Enterprises or Communities, so I translated the scope to a class method on the parent class Organization, so it can be inherited by the other.
19 Jun, 2015
11 commits
-
This was breaking the asset pipeline for me when running in production mode
-
A note about privacy, prevent devs to commit a mistake.
18 Jun, 2015
5 commits
17 Jun, 2015
6 commits
-
organizations: use display_name on short_name See merge request !554
-
Use profile homepage The profile homepage is not used in some places See merge request !555
-
tokeninput: don't focus on init to avoid page scroll down This happens for example on /admin/features with feature members_whitelist_enabled with one member added, the page will load and scroll to token input See merge request !594
-
Shopping cart bugs Same of #601, but against master. See merge request !606
-
Always show parent and children when getting a specific category with id