discourse/lib
2014-02-06 17:07:15 +11:00
..
assets add top page 2013-12-24 00:50:36 +01:00
auth create_account_controller.js passwordRequired needs the same logic as user_authenticator. Make twitter and facebook signup work again. 2013-12-17 12:39:29 -05:00
autospec
common_passwords BUGFIX: use a more widely compatible version of sadd 2014-01-15 12:39:20 +11:00
concern 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
demon
email FIX: Digest styling for oneboxes 2014-01-22 15:30:44 -05:00
export BUGFIXES: improved performance of import an export 2014-01-29 16:49:01 +11:00
file_store use_ssl is just confusing, it means use_https , fix name of setting 2014-01-09 10:51:38 +11:00
freedom_patches FEATURE: new scheduler 2014-02-06 10:26:16 +11:00
guardian BUGFIX: history link doesn't work on deleted posts 2014-02-04 20:05:50 +01:00
import Add two rake tasks: db:rebuild_indexes and import:remove_backup 2014-01-31 15:30:47 -05:00
javascripts
middleware In development mode, if an avatar is missing just serve up a placeholder 2014-01-17 11:47:23 -05:00
onebox Add DiscourseLocalOnebox 2014-01-29 14:14:07 -05:00
plugin sub space for underscore in 'name' when registering public folder in plugin 2014-01-17 15:35:52 -08:00
rate_limiter rails master compatability 2013-12-13 17:04:45 +11:00
scheduler Sort schedules by "next run due" time 2014-02-06 10:59:42 +11:00
search
site_settings
tasks minor refactor 2014-02-06 17:07:15 +11:00
validators Give a better error message from the server if you've been replying too much. 2014-01-06 11:10:37 -05:00
admin_constraint.rb
admin_user_index_query.rb
age_words.rb
archetype.rb
auth.rb
avatar_detector.rb
avatar_lookup.rb
avatar_upload_service.rb
boost_trust_level.rb
cache.rb BUGFIX: cache did not support non strings 2014-01-07 17:36:47 +11:00
canonical_url.rb FIX: absolute canonical link on topic pages 2013-12-12 17:24:00 +01:00
composer_messages_finder.rb New users can only post newuser_max_replies_per_topic times per topic. 2013-12-19 13:45:55 -05:00
configurable_urls.rb
content_buffer.rb
cooked_post_processor.rb Work in progress: Swap out onebox code for onebox gem 2014-01-29 14:14:07 -05:00
current_user.rb
custom_renderer.rb
directory_helper.rb
discourse.rb BUGFIX: site_contact_username was case-sensitive 2014-01-23 11:26:31 +01:00
discourse_diff.rb add discourse_diff tests 2013-12-16 18:11:46 +01:00
discourse_hub.rb
discourse_iife.rb
discourse_observer.rb
discourse_plugin_registry.rb FEATURE: allow plugins to overwrite handlebars templates 2013-12-31 16:43:29 +01:00
discourse_redis.rb BUGFIX: redis-rails has always been a problem child 2014-01-06 16:50:04 +11:00
discourse_updates.rb FIX: version check job when no versions are returned in json 2014-01-07 14:31:54 -05:00
distributed_hash.rb
distributed_memoizer.rb
edit_rate_limiter.rb
email.rb
enum.rb
enum_site_setting.rb
excerpt_parser.rb
filter_best_posts.rb
flag_query.rb
gaps.rb
guardian.rb BUGFIX: history link doesn't work on deleted posts 2014-02-04 20:05:50 +01:00
headless-ember.js
homepage_constraint.rb
image_sizer.rb
js_locale_helper.rb
markdown_linker.rb
mem_info.rb
message_bus_diags.rb
mobile_detection.rb fix for nil session in mobile_detection.rb 2014-01-16 20:04:38 -08:00
oneboxer.rb Add DiscourseLocalOnebox 2014-01-29 14:14:07 -05:00
onpdiff.rb add onpdiff tests 2013-12-16 18:39:49 +01:00
pbkdf2.rb FIX: Digest::Digest deprecation 2014-01-20 18:33:40 +01:00
pinned_check.rb
post_creator.rb FEATURE: Embeddable Discourse comments, now with simple-rss instead of feedzirra 2013-12-31 15:01:22 -05:00
post_destroyer.rb better revision history 2013-12-12 03:41:34 +01:00
post_revisor.rb FEATURE: Embeddable Discourse comments, now with simple-rss instead of feedzirra 2013-12-31 15:01:22 -05:00
pretty_text.rb minor style fix 2014-02-04 12:57:16 +11:00
promotion.rb
rate_limiter.rb
remote_ip_improved.rb
roleable.rb
score_calculator.rb
screening_model.rb
search.rb to_a not needed 2013-12-13 19:01:35 +11:00
site_content_class_methods.rb
site_setting_extension.rb FIX: 1868 Security: Dangerous Send 2014-01-27 13:05:51 -05:00
slug.rb
sql_builder.rb
staff_constraint.rb
suggested_topics_builder.rb Suggested topics includes closed and archived in new and unread, but not in random results 2014-02-04 12:26:49 -05:00
summarize.rb
system_message.rb
text_cleaner.rb
text_sentinel.rb
topic_creator.rb BUGFIX: PMs could be created with a category 2014-01-24 12:57:48 +01:00
topic_query.rb CHANGE: Hide category definition topics unless you are viewing that 2014-02-04 15:55:30 -05:00
topic_query_sql.rb FEATURE: show pinned topics for TL0 on top/year page 2014-01-18 19:27:26 +01:00
topic_retriever.rb FEATURE: Embeddable Discourse comments, now with simple-rss instead of feedzirra 2013-12-31 15:01:22 -05:00
topic_subtype.rb
topic_view.rb FIX: Hidden posts were not being displayed with the correct messaging. 2014-01-21 17:23:03 -05:00
topics_bulk_action.rb Bulk close operation 2014-01-30 12:44:40 -05:00
trashable.rb No more with_default_scope on Rails master, see 94924dc32b 2013-12-30 14:36:51 -08:00
trust_level.rb
twitter_api.rb Add twitter to Onebox.options 2014-01-29 14:14:07 -05:00
unread.rb
url_helper.rb BUGFIX: emoji's url were relatives (was breaking the wordpress plugin) 2014-01-14 23:51:36 +01:00
user_destroyer.rb
user_name_suggester.rb
version.rb Version bump to v0.9.8.3 2014-01-24 15:21:36 -05:00