Claus Strasburger
15a973fd45
Improved private message user removal, locale edit
...
replaced array iteration with findProperty (will be renamed and aliased to findBy with Ember 1.1)
added modal dialog to verify
catched nil-error on topic.rb
2013-10-02 19:16:43 +02:00
Claus Strasburger
b089805dc0
Added method removeAllowedUser to topic_details.js
...
perform a request to /t/:id/remove-allowed-user,
then delete the user from the local list
2013-10-01 16:44:07 +02:00
Sam
75a8dfc467
rename all css.scss to scss
2013-10-01 17:35:26 +10:00
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
3f0c03a20c
FIX: Prevent unauthorized list of private message titles. Also remove some unused code.
2013-09-30 14:35:11 -04: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
Sam
5caa7a0e4d
improve performance of periodical update job, decrease frequency and shift it by a few minutes
2013-09-30 16:59:16 +10:00
Sam
6fbc5af284
notify_user is not a flag
2013-09-30 15:26:19 +10: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
Sam
191dc77482
Merge pull request #1451 from velesin/remove_return_from_router_map
...
remove unnecessary return statement inside Discourse.Router.map
2013-09-26 14:39:47 -07:00
Neil Lalonde
07d08b81c7
Show mobile view as default for nexus 7 tablet
2013-09-23 17:13:29 -07:00
Neil Lalonde
500a24ebf9
Merge branch 'master' of github.com:discourse/discourse
2013-09-23 09:51:35 -07:00
Neil Lalonde
b06f928568
Fix missing provider param message when using Persona
2013-09-23 09:46:25 -07: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
Sam Saffron
085493e35d
optimise regular job to avoid touching posts that have not changed
2013-09-19 23:00:42 -07: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
cd3a2143d2
remove unnecessary return statement inside Discourse.Router.map
...
Ember's Router.map(callback) method doesn't expect any value to be
returned by callback function. Therefore, return statements present
inside Discourse.Router.map are unnecessary (and are silently ignored by
Ember).
2013-09-19 17:26:43 +02: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
Robin Ward
99b6a62fcb
New composer message for people dominating a topic
2013-09-17 14:38:39 -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
Robin Ward
09d32f5600
Merge pull request #1444 from davidcelis/spoiler-padding
...
Better padding for spoiler text
2013-09-17 08:02:12 -07:00
Neil Lalonde
b15e629f46
Strip trailing slashes from ScreeningUrl records
2013-09-17 10:26:05 -04: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
ba2c4139fe
Use absolute urls in notifications for automatic spammer handling.
2013-09-16 15:07:58 -04:00
Neil Lalonde
e4e8d2fc34
Allow switching between mobile and desktop view on any device.
2013-09-16 14:26:20 -04:00
Neil Lalonde
c845071066
Fix an error with mobile custom header
2013-09-16 12:55:44 -04:00
Neil Lalonde
13f17b2a5c
Add ability to customize css and header for mobile
2013-09-16 12:28:02 -04:00