discourse/app/views
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
..
categories Include pinned topics in category list. 2013-05-28 15:36:16 -04:00
common remove unnecessary return statement inside Discourse.Router.map 2013-09-19 17:26:43 +02:00
default Initial release of Discourse 2013-02-05 14:16:51 -05:00
email Include a list of more new topics in the digest emails at the bottom 2013-08-09 14:43:02 -04:00
exceptions Staff can enter and view deleted topics 2013-07-11 16:39:35 -04:00
layouts Add ability to customize css and header for mobile 2013-09-16 12:28:02 -04:00
list title for category pages 2013-07-08 16:01:40 +10:00
robots_txt added support for disabling indexing by google using SiteSetting.allow_index_in_robots_txt = false 2013-02-11 11:02:57 +11:00
static Added a missing "#" to href for TOS. 2013-08-07 00:45:55 -04:00
topics Merge pull request #1151 from abbat/patch-1 2013-07-06 17:09:44 -07:00
user_notifications FIX: Footer formatting in digest emails 2013-08-16 12:19:26 -04:00
users refactoring the plugin interfaces to allow for better extensible 2013-08-26 12:59:17 +10:00