Jeff Atwood
6412958d1e
make Send Test Email easier to see
2014-07-14 13:58:06 -07:00
Neil Lalonde
766196af87
FEATURE: add site setting allow_new_registrations which can be used to block all new account registrations
2014-07-14 15:42:22 -04:00
Robin Ward
ac3827f700
FIX: Combobox wasn't matching selected value properly with value of 0
2014-07-14 15:15:30 -04:00
Robin Ward
1886ffaff2
FIX: Work with phpBB import style links with ellipsis
2014-07-14 14:27:17 -04:00
Robin Ward
186ce78cb5
FIX: BBCode sanitization and tests
2014-07-14 11:24:25 -04:00
Régis Hanol
49eaaddba8
Merge pull request #2539 from iamntz/patch-1
...
Added type=email on register field
2014-07-14 15:23:34 +02:00
Sam
4a2cc269ab
FIX: allow selection of no title
2014-07-14 18:07:07 +10:00
Jeff Atwood
192e286b15
FIX: user about me editor too wide on mobile
2014-07-14 00:53:04 -07:00
Sam
88469721b9
FEATURE: Allow admins to disable specific badges
2014-07-14 17:40:36 +10:00
Ionut Staicu
36d810a420
Added some style to email fields
2014-07-14 09:50:13 +03:00
Ionut Staicu
a0ca4c8583
Email field should be type=email
2014-07-14 09:49:05 +03:00
Benjamin Kampmann
ac3f1ba3d6
Improved Group Member Management on User Administration
...
Allows for a quick and easy group membership management on the
user-administration page. Uses the select2 UI component to
autosuggest other groups, remove existing ones and lock in automatic
groups.
2014-07-13 20:11:38 +02:00
Jeff Atwood
0c513241a3
no more black topic status glyphs on cat page
2014-07-13 02:45:50 -07:00
Jeff Atwood
504e971bda
fix PM participant alignment on mobile
2014-07-12 22:17:54 -07:00
Jeff Atwood
f378004a41
embedded quote colors were wrong, THANKS OBAMA
2014-07-12 01:31:26 -07:00
Jeff Atwood
fe95597ce8
very minor mobile layout tweaks
2014-07-12 01:04:25 -07:00
Jeff Atwood
b8d9781739
minor mobile topic list tweaks
2014-07-12 00:44:01 -07:00
Jeff Atwood
0068ac9124
fix mobile layout of /faq /tos /privacy
2014-07-12 00:04:22 -07:00
Kris Aubuchon
8da4046d79
minor alignment fixes on badge page w/description
2014-07-12 00:36:01 -04:00
Kris Aubuchon
9398504332
fixing appearance of horizontal scrollbar on topic list at about 996px wide
2014-07-12 00:12:50 -04:00
Kris Aubuchon
1ef4a12a9d
fixing onebox image width bug
2014-07-11 18:04:32 -04:00
Jeff Atwood
314f154def
line up modal nav pills better
2014-07-11 13:28:51 -07:00
Neil Lalonde
d13dbaaa36
FEATURE: enter key in site setting input saves it
2014-07-11 14:44:30 -04:00
Régis Hanol
46218c7a3a
BUGFIX: multiple sub/sup
2014-07-11 15:27:42 +02:00
Sam
833c50c460
FEATURE: Read Faq badge
2014-07-11 17:32:29 +10:00
Jeff Atwood
ed3bebfebe
switch /faq to /guidelines in a bunch of places
2014-07-10 15:30:58 -07:00
Jeff Atwood
cf61ef7138
category-list-item only used in mobile layout
2014-07-10 13:28:53 -07:00
Jeff Atwood
eeeb374ec9
remove word "subcategories" from mobile cat page
2014-07-10 13:08:39 -07:00
Jeff Atwood
91af347dfa
remove legacy category "footer" styles
2014-07-10 13:02:15 -07:00
Neil Lalonde
09959d315a
Merge pull request #2525 from eyalev/rtl-support
...
Add RTL support.
2014-07-10 14:25:16 -04:00
Neil Lalonde
e565ae2528
FEATURE: /guidelines route will always show our FAQ, ignoring the faq_url site setting
2014-07-10 12:58:41 -04:00
Eyal Levin
d7139555e5
Add RTL support.
2014-07-10 19:36:19 +03:00
Kris Aubuchon
5aaaa9b915
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
app/assets/stylesheets/desktop/topic-post.scss
2014-07-10 11:45:25 -04:00
Kris Aubuchon
f20a5e2c30
adding some topic layout flexibility
2014-07-10 11:40:31 -04:00
Jeff Atwood
61e87a1bbc
make sure /top looks OK on mobile
2014-07-10 00:57:30 -07:00
Jeff Atwood
d053ad07fb
we don't want danger color on mobile category
2014-07-10 00:47:25 -07:00
Jeff Atwood
4215b6347c
quick temporary fix for wrapping right gutter
2014-07-10 00:43:41 -07:00
Jeff Atwood
95282a4c6d
add badge glyph to edit button
2014-07-09 22:01:03 -07:00
Sam
2f8d139ec0
BUGFIX: incorrect ordering in category permissions
...
FEATURE: UI for categories that we allow badges on
2014-07-10 12:02:16 +10:00
Jeff Atwood
97979c1a32
Merge pull request #2522 from awesomerobot/master
...
adapting the layout to fit more viewports
2014-07-09 17:28:32 -07:00
Sam
d54c28adc1
FIX: better whitelisting
2014-07-10 09:59:54 +10:00
Kris Aubuchon
291459bb91
first steps to making discourse more responsive
2014-07-09 19:56:35 -04:00
Sam
9828a268b9
Fix: whitelist regex for bbcode too wide
2014-07-10 09:17:04 +10:00
Régis Hanol
ef44b6218d
FEATURE: better mobile upload experience (upload the picture right away)
2014-07-09 22:40:22 +02:00
Régis Hanol
6b45b635f8
FIX: properly whitelist <code> classes needed for syntax highlighting
2014-07-09 16:27:47 +02:00
Sam
9ffcbfca98
FIX: disable whitelist temporarily
...
more complete fix to follow
2014-07-09 22:13:27 +10:00
Sam
21bc20169e
FIX: stop stacking, stuff was upgraded dialogs
2014-07-09 16:43:54 +10:00
Sam
0d281d9de6
FIX: Firefox chucks exceptions on localStorage with cookies disabled
2014-07-09 16:15:52 +10:00
Sam
9c14385a86
FEATURE: explain which badges can be titles
2014-07-09 16:03:53 +10:00
Sam
8fcc019ff8
FIX: only allow badge title selection if it exists
2014-07-09 15:31:49 +10:00
Jeff Atwood
1ee3cf8c1d
fix some minor 404 search page issues
2014-07-08 15:57:41 -07:00
Jeff Atwood
92d42a43fd
remove unnecessary quote spacing on expand replies
2014-07-08 14:56:10 -07:00
Neil Lalonde
e84e72dfcd
Merge pull request #2520 from techAPJ/fix_invite_search
...
FIX: selectively disappear invite search box
2014-07-08 17:55:10 -04:00
Jeff Atwood
aff6e4c5eb
spacing can't be asymmetric
2014-07-08 14:47:58 -07:00
Jeff Atwood
5fee34a0fb
bit more margin spacing on topic summary links
2014-07-08 14:45:49 -07:00
Neil Lalonde
df8b25d2f5
FEATURE: don't demote trust level 3 users who were promoted less than SiteSetting.leader_promotion_min_duration days ago
2014-07-08 17:39:49 -04:00
Arpit Jalan
eea3884e14
FIX: selectively disappear invite search box
2014-07-09 03:03:08 +05:30
Neil Lalonde
04e5c59598
Merge pull request #2519 from techAPJ/fix_invite_search
...
FIX: don't hide invite search box while filtering
2014-07-08 16:14:50 -04:00
Jeff Atwood
1e7a9a24db
add glyph to sign in button on topic private page
2014-07-08 11:48:09 -07:00
Arpit Jalan
e53651972d
FIX: don't hide invite search box while filtering
2014-07-08 23:59:12 +05:30
Jeff Atwood
ba06a6b0d2
didn't need to move gutter watermark up
2014-07-08 11:17:24 -07:00
Jeff Atwood
719ec0801d
add hellip; to Show Full Post
2014-07-08 10:55:15 -07:00
Jeff Atwood
059c0ff5e1
only dim the post actions, not the Replies badge
2014-07-07 23:39:21 -07:00
Jeff Atwood
2f27a7f182
another show summary as btn-primary
2014-07-07 22:41:41 -07:00
Jeff Atwood
349c0bd7af
make show summary a btn-primary
2014-07-07 22:17:38 -07:00
Sam
8e31fe4835
FIX: select context when search triggered via CTRL-F
2014-07-08 12:40:51 +10:00
Sam
fcbc7729b6
FIX: missing BBCODE whitelists
...
FEATURE: ability whitelist a RegExp
2014-07-08 10:33:59 +10:00
Régis Hanol
59b5ba7c0f
BUGFIX: IP lookup wasn't working when using HTTPS
...
REFACTOR: the ip locator into a ip-lookup component
2014-07-07 22:18:18 +02:00
Neil Lalonde
18fafa12a2
Add admin and moderator classes to usernames so they can be styled
2014-07-07 14:48:25 -04:00
Régis Hanol
ab3d664ce0
BUGFIX: share alert styling with mobile
2014-07-07 17:46:32 +02:00
Régis Hanol
b0815e8ace
BUGFIX: make sure category selector never gets focus on mobile
2014-07-07 17:35:52 +02:00
Sam
e8539ff411
Merge pull request #2515 from borhub/fix-compose-panel-overflow-on-800x480-android
...
Mobile: Fix parts of reply panel out of viewport
2014-07-07 15:12:15 +10:00
Sam
f37c3dc916
FIX: hoisting not handling duplicate content
2014-07-07 15:01:08 +10:00
Boris
59e55a1fa7
Fix not all content in reply panel visible due to panel overflowing on small Androids with keyboard up
2014-07-07 12:32:20 +10:00
Kris Aubuchon
c8fea4090e
fixing PM title alignment
2014-07-06 00:08:07 -04:00
Sam
ebc8dd6c95
Merge pull request #2510 from awesomerobot/master
...
fixing title truncation issues in firefox
2014-07-05 16:50:10 +10:00
Kris Aubuchon
5bd6168deb
fixing title truncation issues for firefox
2014-07-05 02:16:33 -04:00
Sam
8298929b67
FIX: autocomplete quirks
2014-07-05 11:45:13 +10:00
Kris Aubuchon
f0f47fd045
truncating long names in the @ autocompleter
2014-07-04 20:43:49 -04:00
Robin Ward
2e0832fa71
TWEAK: Add the category description beside the logo, if present.
2014-07-04 15:35:02 -04:00
Robin Ward
914f0c3512
FIX: Don't surround oneboxes by paragraphs
2014-07-04 15:12:30 -04:00
Robin Ward
7ab98bb0e7
FIX: Missing formatting for oneboxes in preview
2014-07-04 14:15:07 -04:00
Robin Ward
a64b954fca
Merge pull request #2507 from techAPJ/invite-patch-1
...
REFACTOR: move all conditions to guardian
2014-07-04 13:52:57 -04:00
Arpit Jalan
48f86181bf
REFACTOR: move all conditions to guardian
2014-07-04 23:04:19 +05:30
Robin Ward
43b997c1ce
TRIVIAL: Santiize some extra attributes from images
2014-07-04 13:22:48 -04:00
Robin Ward
689afbfb7a
FIX: Try to match a selected element in a combo box, even if it
...
has a value of 0.
2014-07-04 13:11:43 -04:00
Robin Ward
4237099db3
ES6: More modal views
2014-07-04 11:50:40 -04:00
Robin Ward
abf6ffcaa0
Merge pull request #2504 from riking/patch-2
...
Pretty sure anons can't open the composer
2014-07-04 10:11:03 -04:00
Jeff Atwood
bd13576dee
Merge pull request #2506 from techAPJ/invite-patch-1
...
FEATURE: show Invite button to admin for private topics
2014-07-04 03:24:31 -07:00
Jeff Atwood
8de5f014fc
FEATURE: fit a bit more on the progress bar
2014-07-04 02:44:49 -07:00
Arpit Jalan
4649494e53
FEATURE: show Invite button to admin for private topics
2014-07-04 15:09:07 +05:30
Sam
c2fa382471
Merge pull request #2505 from awesomerobot/master
...
fixing d-dropdown heading overlap
2014-07-04 16:52:37 +10:00
riking
043a1db4e1
Pretty sure anons can't open the composer
2014-07-03 23:26:52 -07:00
Kris Aubuchon
42fdb9bc9c
fixing d-dropdown heading overlap
2014-07-04 02:20:41 -04:00
Jeff Atwood
c6ece058f0
Merge pull request #2502 from awesomerobot/master
...
truncating loooooooooong name fields
2014-07-03 20:56:52 -07:00
Kris Aubuchon
d74d5fb39e
truncating loooooooooong name fields
2014-07-03 23:40:49 -04:00
Sam
dc9b6b53ad
PERF: editor could be crashed if you entered huge inline blocks
2014-07-04 12:49:50 +10:00
Jeff Atwood
5d7992884a
BUG: mobile category drop-down had extra space
2014-07-03 16:10:15 -07:00
Jeff Atwood
ff8a119550
BUG: mobile category drop-down styles looked bad
2014-07-03 15:29:46 -07:00
Jeff Atwood
e934680a56
BUG: mobile user profile field names invisible
2014-07-03 15:20:18 -07:00