discourse/app
Nick Borromeo e8474bd725 Change user update to use #fetch for defaults
This changes the use of the || operator when setting the default of the
user attribute if the key does not exist to #fetch. This will make sure
that if false is passed in as the value it will still fail and use the
default setting.

This also adds constants to define and array and a hash of symbols which
is iterated over to set the users attributes.
2014-01-20 18:07:47 -08:00
..
assets BUGFIX: show uncategorized in tracking etc 2014-01-08 17:10:16 +11:00
controllers Remove remaining code for two-column categories page 2014-01-07 18:13:49 -05:00
helpers FEATURE: backport a minimal String#scrub 2013-12-30 14:05:25 +11:00
jobs BUGFIX: we should not store absolute urls for locally uploaded avatar templates 2014-01-07 17:45:06 +01:00
mailers Get detailed info about new versions from the Discourse Hub. Include version notes from the latest version in notification email. 2013-12-31 15:52:35 -05:00
models BUGFIX: show uncategorized in tracking etc 2014-01-08 17:10:16 +11:00
serializers FEATURE: added UI for tracking categories 2014-01-06 11:57:27 +11:00
services Change user update to use #fetch for defaults 2014-01-20 18:07:47 -08:00
views BUGFIX: rss feed link for topics has been broken ever since we upgraded rails 2014-01-08 17:20:46 +11:00