Régis Hanol
5b1785157d
TRIVIAL: fix deprecations due to momentjs upgrade
2014-08-20 22:22:58 +02:00
Robin Ward
33de48dc0c
FIX: Float site settings were marked as overridden, reset didn't work.
2014-08-20 15:24:56 -04:00
Robin Ward
d35633deab
FIX: Using a binding in an `{{avatar}}` was broken
2014-08-20 15:12:18 -04:00
Robin Ward
268ea0206e
FIX: Broken locale specs
2014-08-20 15:01:31 -04:00
Robin Ward
55c01d3320
Upgrade moment.js to latest version, add missing locales now that we
...
support more languages.
2014-08-20 14:41:50 -04:00
Robin Ward
506dca6d4e
FIX: Moving posts was not updating `reply_count` and
...
`reply_to_post_number` so reply linkage was broken.
2014-08-20 14:15:23 -04:00
Robin Ward
eb02619d1f
UX: Move topic entrance widget to posts column
2014-08-20 14:15:23 -04:00
Akshay
0862a65d4a
renamed unused variables properly
2014-08-20 23:44:19 +05:30
Régis Hanol
3fe6fc54d9
FEATURE: add an alert in sidekiq's scheduler tab when sidekiq is paused
2014-08-20 20:01:57 +02:00
Régis Hanol
d58d04f595
disable digest emails when importing a forum
2014-08-20 19:29:17 +02:00
Régis Hanol
dbb4258e86
FIX: user avatar in flags list
2014-08-20 19:21:19 +02:00
Régis Hanol
d7f8146a17
FIX the build
2014-08-20 19:20:29 +02:00
Régis Hanol
054ae8bc13
TRIVIAL: do not remove backups in development
2014-08-20 18:58:58 +02:00
Régis Hanol
8a20d05ba5
FEATURE: backup without uploads
2014-08-20 18:53:58 +02:00
Régis Hanol
7a621d97b9
FIX: do not rollback imports unless data has been changed
2014-08-20 18:53:38 +02:00
Robin Ward
c316894167
TWEAK: Don't include moderators on "About" if they are admins.
2014-08-20 12:43:02 -04:00
Neil Lalonde
96eecf18ef
FIX: moving a post to a topic with a deleted post should use correct post_number. Was getting unique index violation on (topic_id, post_number).
2014-08-20 12:28:53 -04:00
Robin Ward
6ef85ea014
UX: Don't highlight the latest poster in the topic list if there is only
...
one avatar shown.
2014-08-20 12:09:39 -04:00
Robin Ward
2b5feda625
FIX: You need to be logged in to edit wiki posts.
2014-08-20 11:04:45 -04:00
Régis Hanol
6ca4983463
VANILLA: use latest activity as user's profile by default
2014-08-20 11:38:35 +02:00
Jeff Atwood
86fcc72546
minor top copy tweak
2014-08-20 01:09:32 -07:00
Jeff Atwood
4508fbe9e6
remove <hr> between Popular Posts in email digest
2014-08-19 23:23:20 -07:00
Sam
4522451920
Merge pull request #2672 from cpradio/master
...
Only show unique badge titles in the Badge Title dropdown
2014-08-20 11:47:05 +10:00
cpradio
765b099513
Only show unique badge titles in the Badge Title dropdown
...
Filter the preference Badge Title to only show unique badge title names.
Updated to use lodash
https://meta.discourse.org/t/set-title-dialog-shows-multiple-instances-of-the-same-badge/19071
2014-08-19 21:30:36 -04:00
cpradio
04cd3c0551
Only show unique badge titles in the Badge Title dropdown
...
Filter the preference Badge Title to only show unique badge title names.
https://meta.discourse.org/t/set-title-dialog-shows-multiple-instances-of-the-same-badge/19071
2014-08-19 20:59:20 -04:00
Ankur Sethi
43b5292303
Fix min_trust_level for wordpress
...
min_trust_level in the wordpress method was being set to 1 always, the order of the ternary operator was reversed.
2014-08-19 20:15:24 -04:00
Jeff Atwood
4c66362dd1
remove right-arrow on cross-topic oneboxes
2014-08-19 15:19:01 -07:00
Jeff Atwood
c24b326c04
add glyph to move dialog button
2014-08-19 15:01:32 -07:00
Neil Lalonde
4e857bfa12
FIX: add http:// to feed_polling_url if it's missing
2014-08-19 17:57:14 -04:00
Jeff Atwood
f8ae2f5378
update new user tips for less columns , emoji
2014-08-19 14:28:34 -07:00
Robin Ward
65297533fa
FIX: Allow links to `name` attributes
2014-08-19 16:51:53 -04:00
Robin Ward
5667cfe6cb
FIX: Load `user-avatar` first.
2014-08-19 16:32:35 -04:00
Robin Ward
b46a373ff9
UX: Show User popup when clicking on a user in the topic list.
2014-08-19 16:22:37 -04:00
Jeff Atwood
9c7bc57121
clarify on flag reply "more" indicator
2014-08-19 12:40:39 -07:00
Robin Ward
96afbd6656
TRIVIAL: Don't show 06 Aug, show 6 Aug
2014-08-19 14:46:35 -04:00
Robin Ward
3235f2c477
FIX: Don't try and delete inactive admins, rare as they may be.
2014-08-19 13:47:01 -04:00
Neil Lalonde
2672857aee
FIX: public_user_custom_fields are returned by UserSerializer
2014-08-19 11:05:44 -04:00
Régis Hanol
f2b0228164
FIX: unhide post when a moderator undos the flag on which s/he took action
2014-08-19 16:14:17 +02:00
Régis Hanol
567879e434
Merge pull request #2671 from akshaymohite/optimization-fixes
...
removed useless assignments at some places
2014-08-19 15:27:17 +02:00
Akshay
3fd784b513
removed useless assignments at some places
2014-08-19 18:10:23 +05:30
Sam
7d068c1432
Merge pull request #2669 from akshaymohite/optimization-fixes
...
removed useless access modifiers specified in models
2014-08-19 21:10:40 +10:00
Sam
85317e7658
unhack spec
2014-08-19 20:57:34 +10:00
Sam
b160882ef2
Improve identity for scheduler
2014-08-19 20:56:46 +10:00
Sam
6d9a88c33b
FIX: hanging specs
2014-08-19 20:56:25 +10:00
Wilhansen Li
e0f970326f
Implement SSO overriding avatars.
...
Implemented by having Discourse download the image from the provided URL
and treating it as a custom upload.
Adds two more parameters to the SSO site’s response:
* `avatar_url` specifies the URL of the overriding avatar.
* `avatar_force_update` Discourse does not re-download avatars that
has already been download from the same URL. Setting this to true forces
Discourse to re-download the avatar in `avatar_url`
Note that both parameters are ignored if `sso_overrides_avatar` is set
to false.
2014-08-19 15:53:34 +08:00
Sam
76e74f6a3b
Workaround: Make sure this spec can not hang our spec suite
2014-08-19 17:44:20 +10:00
Sam
65826ab3a6
FIX: only update column if we have a user
2014-08-19 17:26:20 +10:00
Sam
8699c929db
FIX: report db when we get an exception in multisite
2014-08-19 17:24:00 +10:00
Sam
2d16255185
FIX: make filter bindable
2014-08-19 16:50:30 +10:00
Sam
070cdbe64b
FIX: race condition
2014-08-19 16:25:57 +10:00