Régis Hanol
|
8d73b7f94d
|
BUGFIX: hide sensitive site settings
|
2014-01-06 13:03:53 +01:00 |
|
Sam
|
eeb83adf71
|
BUGFIX: staff can now edit delted posts
fixes #1343
This was way easier than mucking with the UI
|
2014-01-06 18:12:51 +11:00 |
|
christophe
|
dfb9b8fa58
|
Fix unused parameter
|
2014-01-04 08:53:27 +01:00 |
|
Robin Ward
|
25caec0e62
|
Change text at the bottom of embedded comments to be (x more replies)
|
2014-01-03 14:55:37 -05:00 |
|
Robin Ward
|
1ffcf39448
|
Make embedded comments look nicer
|
2014-01-03 12:52:42 -05:00 |
|
Robin Ward
|
aefad6ae85
|
FIX: Broken test
|
2014-01-02 12:15:48 -05:00 |
|
Robin Ward
|
01be681a95
|
Link embeded topic to second post. They've already read the first.
|
2014-01-02 11:59:20 -05:00 |
|
Robin Ward
|
15faa01178
|
FIX: Missing variable
|
2014-01-02 11:55:58 -05:00 |
|
Robin Ward
|
1478f08e4f
|
In development mode, relax restrictions on embedding.
|
2014-01-02 11:32:50 -05:00 |
|
Robin Ward
|
4f8aed295a
|
FEATURE: Embeddable Discourse comments, now with simple-rss instead of feedzirra
|
2013-12-31 15:01:22 -05:00 |
|
Robin Ward
|
62db063e1e
|
Revert "Support for Embeddable Comments via IFRAME" - it depends on Curl
which not every server has. Have to rethink this.
This reverts commit e3e4c62887 .
|
2013-12-31 12:52:31 -05:00 |
|
Robin Ward
|
e3e4c62887
|
Support for Embeddable Comments via IFRAME
|
2013-12-31 12:26:24 -05:00 |
|
Neil Lalonde
|
90bf3cc3d4
|
Merge pull request #1760 from dv2/fix_spelling
Correct few spelling in the comments
|
2013-12-27 11:00:02 -08:00 |
|
Régis Hanol
|
9c8e50351d
|
first stab at calculating the score of a topic for the top tab
|
2013-12-27 18:10:35 +01:00 |
|
Sam
|
cbaa0a3a49
|
BUG: drafts broken for new topics
|
2013-12-27 10:35:53 +11:00 |
|
Régis Hanol
|
567d2bd23c
|
add top page
|
2013-12-24 00:50:36 +01:00 |
|
DV Suresh
|
24886c300b
|
Correct few spelling in the comments
|
2013-12-21 01:19:22 -06:00 |
|
Neil Lalonde
|
854d9c8fc6
|
Minimum password length is configurable with the min_password_length site setting. FIX: reset password needs to validate password length.
|
2013-12-19 16:15:47 -05:00 |
|
Neil Lalonde
|
1f0a59584b
|
Revert "Re-apply with fixes: Stop using user agent to detect mobile devices. Use a media query and yepnope to load the appropriate css and customizations."
|
2013-12-18 14:47:22 -05:00 |
|
Régis Hanol
|
94fda12795
|
use a helper instead of a view for custom HTML content
|
2013-12-17 18:56:59 +01:00 |
|
Régis Hanol
|
4c6b535cc0
|
move arbitrary html content out of noscript and into the preloadstore
|
2013-12-17 18:25:27 +01:00 |
|
Régis Hanol
|
2ce75a8523
|
FIX: canonical url should not use the CDN
|
2013-12-17 00:35:34 +01:00 |
|
Neil Lalonde
|
341adc93a4
|
Allow categories with null position, which means sort them based on activity. Mix absolutely positioned (position is not null) categories with null position categories.
|
2013-12-16 15:13:57 -05:00 |
|
Robin Ward
|
acf262b631
|
Support for "no subcategories"
|
2013-12-16 13:06:35 -05:00 |
|
Robin Ward
|
06e9cbc6cb
|
FIX: Look up a url without the query string if it couldn't be found with it.
|
2013-12-13 12:56:20 -05:00 |
|
Sam
|
05a3c8090f
|
Merge pull request #1658 from salbertson/sa-refactor-users-controller-create
Refactor UsersController#create
|
2013-12-12 22:16:50 -08:00 |
|
Neil Lalonde
|
6fa2e68742
|
Show more than one topic per category on the wide categories page. Disable support for the 2-column categories page. The category_featured_topics site setting controls how many topics to show.
|
2013-12-12 15:52:30 -05:00 |
|
Régis Hanol
|
c7741c9622
|
FIX: absolute canonical link on topic pages
|
2013-12-12 17:24:00 +01:00 |
|
Régis Hanol
|
06dd7ffe3c
|
better revision history
|
2013-12-12 03:41:34 +01:00 |
|
Neil Lalonde
|
5171a23a9c
|
Re-apply with fixes: Stop using user agent to detect mobile devices. Use a media query and yepnope to load the appropriate css and customizations.
|
2013-12-11 11:19:22 -05:00 |
|
Neil Lalonde
|
561961eff6
|
FIX: can grant titles to regular users. Guardian initializer needs current_user, not the target user.
|
2013-12-10 12:46:35 -05:00 |
|
Neil Lalonde
|
2596f7dec2
|
Revert "Stop using user agent to detect mobile devices. Use a media query and yepnope to load the appropriate css and customizations."
|
2013-12-09 16:28:11 -05:00 |
|
Neil Lalonde
|
ca5d4d5e54
|
Stop using user agent to detect mobile devices. Use a media query and yepnope to load the appropriate css and customizations.
|
2013-12-09 13:28:42 -05:00 |
|
Neil Lalonde
|
9a24d2651d
|
Allow category to auto-close topics in X hours instead of days. FIX: the system message that says a topic was automatically closed was only counting in days.
|
2013-12-06 16:39:35 -05:00 |
|
Scott Albertson
|
51eff92170
|
Refactor UsersController#create
* Simplify controller action
* Extract service classes
|
2013-12-05 10:11:16 -08:00 |
|
Harry Seo
|
2d9876a6ac
|
FIX: set_locale filter must be executed before check_xhr filter because check_xhr filter renders html in some cases
|
2013-12-04 20:49:54 +09:00 |
|
Robin Ward
|
8c8645f158
|
FIX: Code and Emoticon formatting in HTML emails.
|
2013-11-28 17:21:14 -05:00 |
|
Sam
|
79087f4e6f
|
fix exception in logs
|
2013-11-28 12:39:59 +11: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 |
|
Sam
|
3fa48f8d76
|
Style fix: https://twitter.com/andrzejkrzywda/status/404943844896423937
|
2013-11-26 10:21:41 +11:00 |
|
Neil Lalonde
|
981d8f6aea
|
Signup form: prefill username if Discourse Hub has a match for the email address. Also, fix some bad specs in username_checker_service_spec that were passing...
|
2013-11-19 14:15:28 -05:00 |
|
Robin Ward
|
309904ef8f
|
Revert "Merge pull request #1673 from aperrault/patch-04"
This reverts commit c9ea89bdd3 , reversing
changes made to 9ed49888fc .
|
2013-11-19 14:08:45 -05:00 |
|
Robin Ward
|
c9ea89bdd3
|
Merge pull request #1673 from aperrault/patch-04
Fixing neglect to determine whether a user has the permission to create ...
|
2013-11-19 10:50:38 -08:00 |
|
Shiv Kumar
|
2f0e20bc11
|
add session to auth hash in oauth complete method
|
2013-11-19 09:58:12 -08:00 |
|
Autumn Perrault
|
d9c026bec5
|
Fixing neglect to determine whether a user has the permission to create a topic on a category (besides being able to create a post) in ListController, TopicList, and TopicListSerializer causing the "Create Topic" button to appear even if a user cannot actually create a topic in that category but can reply to a topic therein.
|
2013-11-19 05:09:58 -07:00 |
|
Robin Ward
|
639394e38a
|
FIX: Pinned topics within a category weren't working without a refresh
|
2013-11-18 10:52:01 -05:00 |
|
Régis Hanol
|
482b752046
|
add edit reason when editing a post
|
2013-11-15 23:28:49 +01:00 |
|
railsaholic
|
34bba737ff
|
Refactor SessionController#create, reduce complexity.
Don't compromise readablity
|
2013-11-15 22:09:03 +05:30 |
|
Robin Ward
|
41dfcd2774
|
FIX: Pagination while sorting on column headers
|
2013-11-14 12:35:18 -05:00 |
|
Robin Ward
|
bda5a72c6a
|
Server side support for custom ordering of topics
|
2013-11-13 14:17:06 -05:00 |
|