08cc9bc6ef
Update onebox gem for more Imgur support
2015-01-22 14:10:46 -05:00
ea1d53f848
Merge pull request #3121 from techAPJ/patch-1
...
FIX: full user names were showing up in crawlers and rss feeds in spite ...
2015-01-22 18:28:50 +01:00
b3a2c0c45b
SECURITY: The SSO return_path
was an open redirect
...
This security fix needs SSO to be configured, and the user has to go
through the entire auth process before being redirected to the wrong host so
it is probably lower priority for most installs.
2015-01-22 12:20:17 -05:00
63556a904a
FIX: full user names were showing up in crawlers and rss feeds in spite enables_names setting being disabled
2015-01-22 22:34:35 +05:30
e948dc88d1
Merge pull request #3120 from techAPJ/patch-3
...
FIX: months were not getting translated
2015-01-22 04:22:33 -08:00
91d36b2532
FIX: months were not getting translated
2015-01-22 15:46:52 +05:30
356ad4459b
add unhandled flags to the contact email help
2015-01-22 00:30:30 -08:00
7741e4dc02
Change the admin-menu
outlet to use a tagName of li
2015-01-21 16:21:27 -05:00
9e82c41576
Merge pull request #3119 from techAPJ/patch-3
...
FIX: user name and title were not showing on post creation
2015-01-21 16:04:00 -05:00
62c1291548
FIX: user name and title were not showing on post creation
2015-01-22 02:28:04 +05:30
141f697482
remove unused route
2015-01-21 20:54:07 +01:00
e300945879
FEATURE: split group admin in 2 tabs (custom & automatic)
...
FIX: clear the user-selector when adding new members
2015-01-21 20:52:48 +01:00
03eb4752d1
Add categories-list
css class to body for customization purposes
2015-01-21 14:34:01 -05:00
514a45b0c1
SECURITY: Don't whitelist codepen as it is a potential vector for abuse
2015-01-21 13:57:28 -05:00
0a24c3cb5f
Merge pull request #3118 from techAPJ/update-translations
...
Update Translations
2015-01-21 12:57:30 -05:00
a144e61440
Update Translations
2015-01-21 22:58:30 +05:30
48c7e20d80
DRY up the displaying of topic categories. Should not be duplicated.
2015-01-21 12:20:39 -05:00
df8880a71a
FIX: (for IE9) if console.log
doesn't exist, make it an noop.
2015-01-21 11:53:41 -05:00
1ed34be1b9
make topic list pin color consistent with lock
2015-01-21 03:15:56 -08:00
eecc573fbc
FIX: don't break import when raw can't be preprocessed (vBulletin importer)
2015-01-21 09:36:46 +01:00
e5cad726fd
further tweaks to get post selection OK on mobile
2015-01-20 22:51:15 -08:00
c4ddc5b983
quick mobile css fix for post selection buttons
2015-01-20 17:28:06 -08:00
aa423212a0
make topic list bookmark color consistent with lock
2015-01-20 16:39:11 -08:00
614ad4daa7
UX: Formatting on search categories looked weird
2015-01-20 17:51:12 -05:00
7cc96bdac5
FIX: v8 issue with regexp
2015-01-20 17:29:59 -05:00
649dfd8d23
Revert "Convert html.js to ES6 module format"
...
This reverts commit 60523d8e02de7b56113d4ef5090fe253ecadccd8.
2015-01-20 16:13:42 -05:00
60523d8e02
Convert html.js to ES6 module format
2015-01-20 16:07:29 -05:00
2a6657bf53
Merge pull request #3090 from ojab/master
...
`bundle update rbtrace` for mri-2.2.0 compatibility
2015-01-20 15:21:56 -05:00
e3b4d12e46
Merge pull request #3110 from riking/notification_lanaguage
...
FIX: Respect user locale for reply notifications
2015-01-20 15:17:18 -05:00
350554e198
UX: Change category badge style to use stripes
2015-01-20 14:56:06 -05:00
f3c9310e12
Merge pull request #3117 from techAPJ/patch-1
...
FEATURE: rate limit invites for non-staff users
2015-01-20 10:45:00 -05:00
4c0129ccdd
PERF: slow user pages in admin. add an index for trust level 3 calculations, and memoize query results
2015-01-19 15:30:16 -05:00
5e751ce90a
FEATURE: 🎁 rate limit invites for non-staff users
2015-01-20 01:12:24 +05:30
7412ff4da7
FIX: suspended users are logged out when they are suspended. Show a reason for suspension when they try to log in.
2015-01-19 12:37:02 -05:00
ed714794fc
Merge pull request #3116 from malexw/site-email-spelling
...
Fix spelling in contact_email_missing message.
2015-01-19 18:29:53 +01:00
23fe0cfb4e
Fix spelling in contact_email_missing message.
2015-01-19 10:52:02 -05:00
2ae3ebc88b
Merge pull request #3115 from techAPJ/patch-2
...
UX: add file size in CSV export notification
2015-01-19 15:22:11 +01:00
6c4d852011
Improve vBulletin importer
...
- FEATURE: TopicCreator now supports 'pinned_at' parameter
- FIX: 🐛 FIX TopicQuerySQL to support pinned topic older than 2010
- FIX: 🐛 Properly remove all HTML Entities from Usernames/Titles/Category Names/Groups in vBulletin importer
- FIX: 🐛 Properly handle specific vBulletin BBCode (quotes/mentions)
- FIX: 🐛 Make sure we generate a username from the name of the user instead of a fake email
- FEATURE: Allow for custom timezone in vBulletin importer
- FEATURE: Support for profile pictures/background in vBulletin importer
- FIX: 🐛 merge the categories tree to only 2 levels in vBulletin importer
2015-01-19 15:00:55 +01:00
7687c95e7b
UX: add file size in CSV export notification
2015-01-19 19:21:53 +05:30
0baee98ef7
Merge pull request #3114 from techAPJ/patch-1
...
Simplify utf-8 conversion
2015-01-19 01:56:40 -08:00
5287669116
💄 simplify utf-8 conversion
2015-01-19 15:21:39 +05:30
dae39b5b71
missed closing paren
2015-01-19 01:29:02 -08:00
4cb6606e8c
block some more dumb trackback spam from logging
2015-01-19 01:19:34 -08:00
90ff92e008
don't show self-bookmark avatar in user stream
2015-01-19 01:08:39 -08:00
3f7fa46af7
remove unnecessary site header title height
2015-01-19 00:44:23 -08:00
3d0e59942c
IE9 doesn't support console.log
2015-01-19 00:33:51 -08:00
d0a32b28b9
remove max_stars_per_day site setting
2015-01-19 00:07:26 -08:00
8fe2dd9186
copy improvement on invites
2015-01-19 00:03:22 -08:00
d3ebb9e711
Merge pull request #3112 from techAPJ/patch-1
...
FIX: convert UTF8 charset to UTF-8
2015-01-18 22:56:44 -08:00
214ed2f1f0
Merge pull request #3113 from edgibbs/move_vagrant_box_to_discourse_url
...
FIX: Move vagrant box to discourse hosting
2015-01-18 22:14:02 -08:00