Robin Ward
f5cbaf5609
Have menu panels show up on top of the composer, stop composer at header
2015-09-01 17:34:04 -04:00
Guo Xiang Tan
4d72cb2851
FIX: Title popup tip not positioned correctly.
2015-08-24 18:16:45 +08:00
Jeff Atwood
d38c4d5f74
scale-color $lightness must use $secondary for dark themes
2015-08-20 02:42:12 -07:00
Kane York
78dcf30444
FIX: Suggested topics box was bad in dark theme
2015-08-18 14:50:36 -07:00
Jeff Atwood
262e94c48e
make all <i> tags grey in .reply-to area
2015-08-07 12:43:29 -07:00
Robin Ward
20a338362f
FIX: Allow multiple pagedown editors at once.
2015-07-13 16:36:38 -04:00
Jeff Atwood
d818f7a54a
more spacing for "your topic is similar to.." results
2015-06-26 01:53:19 -07:00
Robin Ward
6422d5efbd
Use the same component for similar topics as search results.
2015-06-24 15:08:22 -04:00
Guo Xiang Tan
565450601f
FIX: Tagging plugin was blocking composer status on smaller screens.
2015-06-22 19:56:45 +08:00
awesomerobot
f20c28c16b
replacing the remnants of the old color variable code
2015-06-14 22:59:49 -04:00
Jeff Atwood
d6af1169fc
remove extra "posts" text from similar topic panel
2015-05-31 23:31:29 -07:00
Arpit Jalan
3f59cf752d
UX: add reply-to glyph in composer
2015-04-04 13:02:55 +05:30
Régis Hanol
5ceb84421e
UX: remove live character countdowns from the composer
2015-03-09 17:46:36 +01:00
Kris Aubuchon
29490209e7
fixing missing border on dropdown
2015-02-08 12:01:51 -05:00
Régis Hanol
cd2c9edb46
FIX: 🐛 upload on IE9 wasn't working :'(
...
- FIX: make sure we set a default name to a pasted image only on Chrome (the only browser that supports it)
- FIX: use ".json" extension to uploads endpoints since IE9 doesn't pass the correct header
- FIX: pass the CSRF token in a query parameter since IE9 doesn't pass it in the headers
- FIX: display error messages comming from the server when there is one over the default error message
- FIX: HACK around IE9 security issue when clicking a file input via JavaScript (use a label and set `visibility:hidden` on the input)
- FIX: hide the "cancel" upload on IE9 since it's not supported
- FIX: return "text/plain" content-type when uploading a file for IE9 in order to prevent it from displaying the save dialog
- FIX: check the maximum file size on the server 💥
- update jQuery File Upload Plugin to v. 5.42.2
- update JQuery IFram Transport Plugin to v. 1.8.5
- update jQuery UI Widget to v. 1.11.1
2015-01-28 19:43:20 +01:00
Jeff Atwood
84286fb501
normalize topic post first element top-margins:0
2015-01-12 02:24:06 -08:00
Jeff Atwood
fa8493118b
remove underline on composer cancel, hide preview
2015-01-06 16:35:57 -08:00
Robin Ward
8ee0f4d1e7
Use javascript to resize the composer properly rather than using the
...
type of composer being used.
2015-01-06 12:05:11 -05:00
Jeff Atwood
576861505e
just use plain CSS3 transition
2014-12-23 03:09:17 -08:00
Kris Aubuchon
3eebc0e589
changing font sizes to ems, so fonts scale a bit more gracefully
2014-12-15 22:12:56 -05:00
Kris Aubuchon
448acc627b
adding max-height for embedded video
2014-12-08 15:39:36 -05:00
Kris Aubuchon
00bb72f52d
fixing very bizaare Safari 8.0 bug on title input
2014-11-09 19:26:22 -05:00
Jeff Atwood
ea681d92a2
increase click area on editor toggle
2014-10-21 23:17:58 -07:00
Jeff Atwood
15b94acd85
width 100% for editor on mobile; no preview
...
also remove box-sizing mixin, use native CSS3
2014-10-11 04:30:34 -07:00
Jeff Atwood
27061d5fab
move editor spinner css to shared (base) css
2014-10-11 04:08:16 -07:00
Jeff Atwood
be43d51536
remove admin-loading in favor of spinner css
2014-10-11 03:46:42 -07:00
Jeff Atwood
6571a9d924
make editor preview cursor default not i-beam
2014-10-10 16:02:14 -07:00
Jeff Atwood
5c0bb56748
remove unnecessary @includes on box-shadow
2014-10-10 15:02:46 -07:00
Robin Ward
334e21a03a
Revert "Revert "FEATURE: Can create warnings for users via PM""
...
This reverts commit 1c7559380c
.
2014-09-08 11:11:56 -04:00
Robin Ward
1c7559380c
Revert "FEATURE: Can create warnings for users via PM"
...
This reverts commit b0bfc1f93f
.
2014-09-08 10:38:59 -04:00
Robin Ward
b0bfc1f93f
FEATURE: Can create warnings for users via PM
2014-09-08 10:27:06 -04:00
Kris Aubuchon
2ce291c2ab
small fixes for dark themes
2014-08-12 00:11:58 -04:00
Kris Aubuchon
38696e5a30
bettering support for dark ez-themes
2014-08-06 09:31:13 -04:00
Kris Aubuchon
4a1ec20585
adding border to poster expansion, changing media screen to media all, trying new notification style
2014-07-24 12:21:22 -04:00
Régis Hanol
b0815e8ace
BUGFIX: make sure category selector never gets focus on mobile
2014-07-07 17:35:52 +02:00
Régis Hanol
a19f52fc91
BUGFIX: fix borders & rounded corners in the composer
2014-06-30 12:34:40 +02:00
Jeff Atwood
d379012dbc
centralize shared .cooked and #wmd-preview styles
2014-06-30 02:06:13 -07:00
Robin Ward
2164a25258
Merge pull request #2333 from rhacker/select2
...
feature: use select2 instead of chosen
2014-05-28 11:42:40 -04:00
Kris Aubuchon
ffa33c572c
making the color customizer a little nicer with dark themes
2014-05-19 01:17:59 -04:00
Erick Guan
81dda9fc3e
Fix c6ef85d517
. Align reply area, 10px padding.
2014-05-19 01:15:11 +08:00
nXqd
0b6ebdac8a
feature: use select2 instead of chosen
2014-05-14 08:01:08 +00:00
Neil Lalonde
ee08bf561f
Fix a bunch of color issues
2014-05-06 11:44:28 -04:00
Kris Aubuchon
8ea63006e4
simplifying and segmenting color variables
2014-05-06 01:50:51 -04:00
Kris Aubuchon
2c44f724f4
fixing the composer that I just re-broke
2014-04-21 11:54:57 -04:00
Kris Aubuchon
5fd874b74a
desktop composer fix
2014-04-21 09:56:10 -04:00
Kris Aubuchon
bffeba5e3b
pulling some more styles out of desktop/mobile to common/base
2014-04-20 15:16:06 -04:00
Jeff Atwood
c19bbfa78e
better use secondary text color a few places
2014-04-03 00:21:51 -07:00
Kris Aubuchon
3846826bb1
fixing blockquotes in composer preview
2014-04-02 22:59:25 -04:00
Vikhyat Korrapati
ef99ab59a5
Allow importing Discourse styles in custom stylesheets to modify vars.
2014-04-01 23:04:50 +05:30
Régis Hanol
77a8a4083a
Revert "Merge pull request #2125 from vikhyat/css-variables"
...
This reverts commit b537de3ca5
, reversing
changes made to b925827e5b
.
2014-04-01 16:24:29 +02:00
Régis Hanol
b537de3ca5
Merge pull request #2125 from vikhyat/css-variables
...
Allow importing Discourse styles in custom stylesheets to modify vars
2014-04-01 15:24:09 +02:00
Vikhyat Korrapati
ddd1dfe896
Allow importing Discourse styles in custom stylesheets to modify vars.
2014-04-01 15:25:43 +05:30
Wojciech Zawistowski
297c25ca1f
Synced editor scrolling PoC.
2014-03-31 20:57:45 +02:00
Kris Aubuchon
95d98a4266
some basic variable reorganiztion
2014-03-26 21:16:41 -04:00
Neil Lalonde
4d0035e7fd
Remove the quote post button from pagedown editor when creating a topic and editing About Me in preferences
2014-03-26 10:45:22 -04:00
Neil Lalonde
0f98c1644a
Remove more admin options code since it's gone from composer
2014-03-26 10:19:01 -04:00
riking
e0063920b7
Style 'urgent' composer popups differently
...
The two "bad behavior" composer popups get the 'urgent' class, which colors them red.
2014-03-06 15:35:47 -08:00
Nick Schonning
4f1a517490
Remove units for zero values
...
Units are ignored for zero values in CSS except for a few edge cases.
2014-03-06 01:14:51 -05:00
Kris Aubuchon
6b050825ff
revising color variables appwide, also some adjustments to "topic not found" page
2014-02-23 20:47:44 -05:00
Jeff Atwood
142e39f5f3
we need a bit more top-margin on h1,h2,h3
2014-02-23 00:22:11 -08:00
Kris Aubuchon
dd4d1eddd4
loading bg fix, watching/heatmap color fix, welcome sticky bg fix, user popup drop-shadow fix
2014-02-11 21:03:25 -05:00
Kris Aubuchon
2d872795d6
simplfying color palette, collecting colors into unified variables
2014-02-10 01:04:21 -05:00
Sam
d3723b5ceb
BUGFIX: addressees of a pm was in a tiny box
2014-01-22 18:24:29 +11:00
Kris Aubuchon
a31cd4e4c5
fixing the admin icon in the compose window
2014-01-13 19:00:23 -05:00
Régis Hanol
02ea23a4ad
clean up images max-width mess in the CSS
2014-01-02 12:15:47 +01:00
Sam
2da5d2311b
FEATURE: Added UI for adding and removing watched and muted categories
2014-01-02 17:59:08 +11:00
Robin Ward
1cac9fa257
New users can only post newuser_max_replies_per_topic
times per topic.
2013-12-19 13:45:55 -05:00
Neil Lalonde
ed3d3ae1e1
Upgrade font-awesome to version 4
2013-12-11 10:31:09 -05:00
Neil Lalonde
a9ab98ef9e
Auto-close time can be entered in 3 ways, so a topic can close at any time
2013-11-27 09:52:35 -05:00
Régis Hanol
6e3de67977
fix edit reason when editing a reply
2013-11-18 19:51:30 +01:00
Régis Hanol
482b752046
add edit reason when editing a post
2013-11-15 23:28:49 +01:00
Régis Hanol
12ac2f2e99
FIX issues with quote button
...
Fix the following issues
- Quote button quotes only one word on iOS
- Quote reply popup should not come up when selecting the text in the ‘reply’ button
2013-11-04 12:51:39 +01:00
Kris Aubuchon
be27e1dfee
fixed compose preview spacing issue on blockquotes/paragraphs - made post selection buttons more prominent
2013-10-29 22:00:18 -04:00
Régis Hanol
6adba747b9
fix images height on IE
2013-10-21 22:56:59 +02:00
Régis Hanol
c9dd83cba4
force max-width on images/svgs in composer preview and post view
...
Conflicts:
app/assets/stylesheets/desktop/topic-post.scss
2013-10-21 20:01:10 +02:00
Kris Aubuchon
88a97bcb71
minimizing the desktop topic view, also effects the background on all pages and removed bootstrap
2013-10-19 18:18:25 -04:00
Neil Lalonde
3927913a7e
FIX: composer for creating a new topic on mobile
2013-10-17 13:17:54 -04:00
Neil Lalonde
bccb37b6f3
When creating a topic, don't select a category by default when allow_uncategorized_topics is false. Also, added category validation on the server to enforce allow_uncategorized_topics.
2013-10-08 14:41:20 -04:00
Sam
75a8dfc467
rename all css.scss to scss
2013-10-01 17:35:26 +10:00