Sam
f0a122a66c
move job files so they live underneath app/ and not in lib/
...
introduce new setting email_always, that will force emails to send to users regardless of presence on site
2013-10-01 17:04:02 +10:00
Robin Ward
ca0c41fd40
Merge pull request #1477 from velesin/remove_builders_from_merge_attributes
...
removes unused builders param from Discourse.Model.mergeAttributes
2013-09-30 10:07:50 -07:00
Tiffany Green
4d9dba6d27
Adjust css for user page to work at mobile sizes
...
Style user page for mobile sizes
Remove guard
Bundle without guard
Remove guardfile
2013-09-30 09:18:52 -05:00
Robin Ward
37304b7eba
FIX: Too many new lines in long quotes
2013-09-27 15:08:56 -04:00
Wojciech Zawistowski
5905669270
removes unused builders param from Discourse.Model.mergeAttributes
2013-09-27 19:46:26 +02:00
Régis Hanol
cd4cda5b4c
allow users to specify thumbnail size
2013-09-27 10:57:31 +02:00
Robin Ward
175e48b061
Revert "remove unnecessary (empty) view class"
...
This reverts commit 58ba8a0e49
.
2013-09-22 10:38:41 -07:00
Robin Ward
a70e9cac4d
Merge pull request #1452 from velesin/remove_application_view
...
remove unnecessary (empty) view class
2013-09-20 17:13:02 -07:00
Robin Ward
5bc0f7e9ee
Merge pull request #1454 from awesomerobot/master
...
mobile: fixed quote control jump
2013-09-20 14:42:45 -07:00
Kris Aubuchon
67c2560f8c
mobile: fixed quote control jump
2013-09-20 17:28:00 -04:00
Sam
13527a1df7
Merge pull request #1448 from velesin/remove_redundant_presence
...
Remove duplicate mixing in of Discourse.Presence
2013-09-20 14:22:10 -07:00
Wojciech Zawistowski
58ba8a0e49
remove unnecessary (empty) view class
...
Discourse.ApplicationView does not provide any functionality above what
already automatically happens via Ember's "convention over
configuration" behavior and is therefore redundant.
2013-09-20 17:52:38 +02:00
Robin Ward
e3a56864dd
Changes to support Spoiler Alert plugin
2013-09-19 18:01:30 -07:00
Neil Lalonde
147887bc63
Remove duplicate list.js.handlebars
2013-09-19 16:52:57 -07:00
Neil Lalonde
5b455152d0
Add wrench icon to Edit Category button
2013-09-19 16:41:52 -07:00
Neil Lalonde
0a07b37ae9
Add email icon to password reset email button
2013-09-19 16:37:37 -07:00
Neil Lalonde
95257a192a
Remove posts icon and make post count bold in mobile topic lists
2013-09-19 16:24:46 -07:00
Neil Lalonde
01180e78cc
Use two lines per topic list item on mobile
2013-09-19 14:36:38 -07:00
Wojciech Zawistowski
7da10c0149
Remove duplicate mixing in of Discourse.Presence
...
AdminEmailIndexController and AdminEmailPreviewDigestController explicitely mix in Discourse.Presence, but they extend base classes Discourse.Controller and Discourse.ObjectController that already mix in Discourse.Presence, so this explicit inclusion is redundant.
2013-09-18 18:40:57 +02:00
Kris Aubuchon
79b8991ed8
fixing blockquote on mobile
2013-09-18 11:05:23 -04:00
Kris Aubuchon
c60912f714
mobile: blockquote title fix
2013-09-18 00:37:56 -04:00
Kris Aubuchon
05c4173723
mobile: suggested topics will now fill the viewport width
2013-09-17 23:46:12 -04:00
Kris Aubuchon
9808ae2970
mobile: reduce vertical space between posts, prevent titles from wrapping
2013-09-17 23:32:11 -04:00
Neil Lalonde
21b018192f
Style categories page for mobile
2013-09-17 17:02:10 -04:00
Neil Lalonde
fdc7267ad9
Add margin to topic list footer message
2013-09-17 16:40:23 -04:00
Neil Lalonde
be71dbfd94
Topic list styling for mobile
2013-09-17 16:07:14 -04:00
Neil Lalonde
c04613f269
Fix resolver for mobile templates
2013-09-17 16:07:14 -04:00
Neil Lalonde
0fafe124db
Add enable_mobile_theme site setting. Uncheck it to disable the mobile theme.
2013-09-17 11:25:37 -04:00
Robin Ward
2baf5fda8e
Merge pull request #1438 from Elegios/composer_use_category_id
...
Make the composer and TopicCreator use category id instead of category name
2013-09-17 08:03:48 -07:00
Viktor Palmkvist
37673e3412
Make the composer and TopicCreator use category id instead of category name
...
Also fixes #1171
Includes backwards compatibility for topic creation
2013-09-17 12:13:19 +02:00
David Celis
279b1fbf48
Better padding for spoiler text
...
With no padding currently surrounding [spoiler] text, the white text
gets close enough to the white post background that it's a bit more
difficult to read than it reasonably could be. Pad spoiler text with 2px
to alleviate this difficulty.
Signed-off-by: David Celis <me@davidcel.is>
2013-09-16 12:49:38 -07:00
Neil Lalonde
e4e8d2fc34
Allow switching between mobile and desktop view on any device.
2013-09-16 14:26:20 -04:00
Neil Lalonde
13f17b2a5c
Add ability to customize css and header for mobile
2013-09-16 12:28:02 -04:00
Sam
1eb1756dcf
Merge pull request #1419 from mguillemot/non_editable_username_and_email
...
Enable/disable the possibility of editing user's nickname or email
2013-09-15 19:24:35 -07:00
Kris Aubuchon
045b1b0d96
fixed history modal, topic progress now sticky to last post, edits heatmap is back, date/edit links now grey
2013-09-14 23:28:28 -04:00
Matthieu Guillemot
3ba1f20674
New site settings to enable/disable the possibility of editing user's nickname or email address
2013-09-14 21:34:21 +09:00
Robin Ward
10c4dee67c
Merge branch 'master' of git://github.com/awesomerobot/discourse into awesomerobot-master
...
Conflicts:
app/assets/stylesheets/mobile/topic-post.css.scss
app/assets/stylesheets/mobile/topic.css.scss
2013-09-14 00:39:08 -04:00
Kris Aubuchon
e1b11c62ea
reintroducing the post progress indicator, fixing gutter links, reducing white space between posts
2013-09-13 23:03:29 -04:00
Robin Ward
5d8cfd69f7
FIX: JSHint errors
2013-09-13 12:29:57 -04:00
Robin Ward
7d9a84b496
New User Education goes through a server side ComposerMessages check. Composer message for users
...
who don't have avatars.
2013-09-13 12:23:53 -04:00
Neil Lalonde
32163bc356
Show post number in share dialog when clicking post date
2013-09-13 10:35:22 -04:00
Neil Lalonde
8f12212942
Remove duplicate css. Kris and I fixed the same thing. I imported variables.scss so we can use $red and $bookmarkColor
2013-09-12 18:08:12 -04:00
Neil Lalonde
e3c68bc500
Merge pull request #1432 from awesomerobot/master
...
fixing bookmarks and blockquotes for mobile
2013-09-12 14:41:15 -07:00
vagrant
4fbd011f39
fixing bookmarks and blockquotes for mobile
2013-09-12 16:00:53 -04:00
Neil Lalonde
90aaa27b98
Fix modal button spacing on mobile
2013-09-12 15:09:45 -04:00
Neil Lalonde
c260ae622d
Fix closing a modal on mobile
2013-09-12 15:09:45 -04:00
Neil Lalonde
f0eede077d
Show bookmark colours on mobile
2013-09-12 15:09:44 -04:00
Neil Lalonde
57dc8ed9f6
Add margin to auto-close message on mobile
2013-09-12 15:09:44 -04:00
Sam
fc203b7c2c
fix broken text when clicking share at the bottom
2013-09-12 11:47:41 +10:00
Neil Lalonde
fe3693cdef
Merge branch 'master' of github.com:discourse/discourse
2013-09-11 10:20:27 -04:00