Régis Hanol
c59e56ec63
Merge pull request #2882 from techAPJ/patch-1
...
FEATURE: show raw email for replies/topics created via email
2014-10-18 21:16:17 +02:00
Arpit Jalan
f8237e2ac0
add spec for raw_email action
2014-10-18 22:36:08 +05:30
Régis Hanol
37dd05afd9
Merge pull request #2884 from DeanMarkTaylor/patch-2
...
FIX: Non-secure warning from YouTube thumbnails
2014-10-18 18:24:20 +02:00
Dean Taylor
ab1ace099c
FIX: Non-secure warning from YouTube thumbnails
...
YouTube thumbnails where being loaded over `http` even on a `https` loaded page.
Causing the browser bar to change from green to yellow ![non-secure content loaded icon](http://i.imgur.com/c4GpwCQ.png )
2014-10-18 16:42:21 +01:00
Jeff Atwood
b77f7ce567
overflow:hidden on blockquote caused IE freakout
2014-10-18 02:48:25 -07:00
Sam
a0f74daf6b
correct dodgy test
2014-10-18 20:16:19 +11:00
Jeff Atwood
736dd6c948
Revert "jQuery-ize the 404 page Google search"
...
This reverts commit 6b209f0d7e
.
2014-10-20 00:22:24 -07:00
Jeff Atwood
6b209f0d7e
jQuery-ize the 404 page Google search
2014-10-20 00:19:48 -07:00
Sam
147e4bf056
add some padding
2014-10-18 18:12:48 +11:00
Sam
bfbfc16cca
Correct hard coded URL, implement missing features
2014-10-18 18:09:45 +11:00
Sam
bf7ee92d56
Move search help to a more intuative spot
2014-10-18 18:00:54 +11:00
Jeff Atwood
41be68ec6a
improve search help copy
2014-10-19 23:53:17 -07:00
Sam
8efee0d03d
don't use Markdown
2014-10-18 17:17:38 +11:00
Jeff Atwood
92b615b503
reorganize site settings a bit
2014-10-19 23:14:50 -07:00
Jeff Atwood
ba9e4b42fe
mobile "new/updated topics" alert was too small
2014-10-19 23:01:19 -07:00
Jeff Atwood
ab91120547
mobile emails, use 100% / auto img sizing
2014-10-19 22:52:47 -07:00
Jeff Atwood
2517496bf4
multiple lines of post-actions smushed on mobile
2014-10-19 22:47:34 -07:00
Sam
53feb1d2d0
copy
2014-10-18 15:44:38 +11:00
Sam
de71477405
FEATURE: order:views order by views
2014-10-18 15:38:58 +11:00
Sam
e6cc4cba8b
FEATURE: in:tracking and in:watching search filters
2014-10-18 15:34:05 +11:00
Sam
8afd7a7f21
FEATURE: in:likes and in:posted search filters
2014-10-18 15:19:08 +11:00
Sam
cbc132eca9
FEATURE: added status:noreplies and status:archived to advanced search
2014-10-18 14:54:11 +11:00
Sam
840b68003c
copy
2014-10-18 14:28:29 +11:00
Sam
742c5e29c9
FEATURE: advanced search help
2014-10-18 14:27:33 +11:00
David Santoso
f2758a911f
Remove database steps in DEVELOPER-ADVANCED.md
2014-10-17 22:55:31 -04:00
Jeff Atwood
3825b04751
move user-dropdown unread PM badge to right
2014-10-17 16:28:10 -07:00
Sam
2f4e2dc687
remove broken symlink
2014-10-18 10:13:58 +11:00
Robin Ward
0cbdf6f5bb
FIX: Many bugs with admin badges interface
...
* Editing a badge's title would show it as changed in the side even if
you didn't hit save
* Clicking a badge would not scroll to the top
* If there was an error saving a badge there was a missing i18n key
* URLs were using queryParams instead of paths
* User `label` tags for checkboxes for larger click targets
* Saved! text would persist when viewing another badge
* After creating a new badge it would show nothing
* Validation errors were not being properly released to the client
* Query errors were surrounded by an extra array
2014-10-17 16:14:49 -04:00
Arpit Jalan
72873b8368
further optimize raw email feature
2014-10-18 00:50:02 +05:30
Arpit Jalan
3854c0a29e
only staff can view raw email
2014-10-17 23:21:18 +05:30
Arpit Jalan
2131a37811
FEATURE: show raw email for replies/topics created via email
2014-10-17 22:22:19 +05:30
Régis Hanol
ab9a0235b4
UX: make sure onebox avatar's dimensions arent overriden in order to prevent 'bumps' when the image loads
2014-10-17 18:32:24 +02:00
Robin Ward
569874c2b6
UX: Added help text below profile images
2014-10-17 11:26:30 -04:00
Régis Hanol
35c30368f0
UX: fix embedded posts background for good
2014-10-17 17:04:08 +02:00
Régis Hanol
898ceb41e8
FIX: don't use latest activity as user's bio in vanilla import by default
2014-10-17 16:58:19 +02:00
Sam
9ba2c106ae
FIX: regression latest.rss was broken
2014-10-16 14:52:21 +11:00
Sam
10db8f21d7
FEATURE: experimental reply-to expansion which hides intermediate posts
...
experimental_reply_expansion
2014-10-15 18:13:13 +11:00
Jeff Atwood
9e9bfe03c0
add overflow:hidden to blockquote (for images)
2014-10-16 22:45:45 -07:00
Sam
8b508e704b
Merge pull request #2881 from DeanMarkTaylor/patch-1
...
FIX: Censored word match fail if earlier partial match
2014-10-17 15:03:19 +11:00
Sam
cb044bb219
Merge pull request #2851 from VickMellon/title_encoding_cast
...
FIX: force encoding for title field
2014-10-17 15:01:40 +11:00
Dean Taylor
b023e81078
FIX: Censored word match fail if earlier partial match
...
Previously a list containing `one|two|three|four|twoagain` would fail to censor the word `twoagain` in the text `test1 twoagain test2`.
2014-10-17 03:10:30 +01:00
Dean Taylor
0a5acba77e
FIX: Censored word match fail if earlier partial match
2014-10-17 02:43:28 +01:00
Jeff Atwood
01bb2d4c31
minor fixes to welcome reply glyph images
2014-10-16 17:24:12 -07:00
Sam
c2c4e03e0f
FIX: when opening links in new window link only worked once
2014-10-15 14:50:20 +11:00
Sam
4f697f234d
FIX: Password managers picking name as opposed to username
2014-10-15 11:40:19 +11:00
Robin Ward
08233fc86e
FIX: Show images in the admin section list for badges. Add help text to
...
indicate icons can be images too.
2014-10-16 16:43:34 -04:00
Robin Ward
f3a67a48a3
Merge pull request #2874 from cpradio/clear-notifications
...
FEATURE: Mark All as Read button for Notifications page
2014-10-16 15:57:19 -04:00
Robin Ward
d439bd274e
Merge pull request #2878 from daemonsy/daemonsy_focus_topic_input
...
UX Improvement: Autofocus the topic field on edit
2014-10-16 15:56:35 -04:00
Robin Ward
6ff97569ab
Merge pull request #2880 from verdi327/set_last_post_user_id
...
[patch] When a post is split out to be a new topic
2014-10-16 15:55:05 -04:00
Michael Verdi
1f95cfedc3
[patch] When a post is split out to be a new topic
...
the topic's last_post_user_id is set to the user who split out
the post. But, this should really be the user_id of the last post
of the split out posts.
2014-10-16 12:38:26 -07:00