discourse/app/assets/javascripts/discourse/controllers
Nicolas Terray d5285e2d93 Add :title as attribute for basic_topic
When we update the <title> after editing a topic, we should use the raw
`topic.title` as `topic.fancy_title` may contains some htmlentities and
will be displayed as is in the browser tab.

This fix the following issue:

> Incorrect HTML title after editing title/category of topic
> http://meta.discourse.org/t/incorrect-html-title-after-editing-title-category-of-topic/8136
2013-07-05 23:22:52 +02:00
..
application_controller.js Refactor: Back all modals by controllers 2013-05-31 12:29:38 -04:00
composer_controller.js FIX: Clear state when you abandon. 2013-07-05 13:55:33 -04:00
controller.js Refactor: Removed the last of the references to Discourse.currentUser. 2013-05-28 11:52:31 -04:00
create_account_controller.js Refactor: Back all modals by controllers 2013-05-31 12:29:38 -04:00
edit_category_controller.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
edit_topic_auto_close_controller.js Refactor: Move Topic Details into better objects, identity map, tests, query string filters 2013-07-02 10:36:46 -04:00
flag_action_type_controller.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
flag_controller.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
forgot_password_controller.js Refactor: Back all modals by controllers 2013-05-31 12:29:38 -04:00
header_controller.js Upgrade Ember to RC5. Disabled a deprecation warning that I believe is in error. 2013-06-05 12:07:18 -04:00
history_controller.js FIX: Dates in the history window shouldn't wrap in spans 2013-06-17 11:56:50 -04:00
image_selector_controller.js Refactor: Back all modals by controllers 2013-05-31 12:29:38 -04:00
invite_controller.js FIX: Hitting enter while the invite dialog is up should submit the form, not refresh the 2013-06-06 12:06:43 -04:00
invite_private_controller.js Refactor: Move Topic Details into better objects, identity map, tests, query string filters 2013-07-02 10:36:46 -04:00
list_categories_controller.js Mods can edit categories 2013-06-20 15:09:31 -04:00
list_controller.js Clicking the #site-logo will refresh the latest list. 2013-07-04 17:31:06 -04:00
list_topics_controller.js remove dead code 2013-06-03 10:38:57 +10:00
login_controller.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
merge_topic_controller.js FIX: Replace modal with an empty view when closed. Fixes the bug where you'd edit a category, close 2013-06-11 16:41:09 -04:00
modal_controller.js FIX: Replace modal with an empty view when closed. Fixes the bug where you'd edit a category, close 2013-06-11 16:41:09 -04:00
not_activated_controller.js Use POST for send_activation_email action 2013-07-05 12:26:46 -04:00
object_controller.js Refactor: Removed the last of the references to Discourse.currentUser. 2013-05-28 11:52:31 -04:00
preferences_controller.js Refactor: Instead of getting currentUser from the Discourse namespace, use 2013-05-28 11:25:56 -04:00
preferences_email_controller.js Convert a bunch of callbacks to promises 2013-04-08 16:51:03 -04:00
preferences_username_controller.js FIX: Change username view was not loading. Also you can always edit yourself. 2013-06-11 12:35:46 -04:00
quote_button_controller.js Extra tests for composer 2013-07-05 13:04:49 -04:00
search_controller.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
share_controller.js Include topic title in share links with third parties 2013-03-27 16:01:46 -04:00
split_topic_controller.js FIX: Replace modal with an empty view when closed. Fixes the bug where you'd edit a category, close 2013-06-11 16:41:09 -04:00
static_controller.js More Javascript Tests + Fixtures. Also a rake task to crawl them. 2013-07-04 16:20:43 -04:00
topic_admin_menu_controller.js Refactor: Back all modals by controllers 2013-05-31 12:29:38 -04:00
topic_controller.js Add :title as attribute for basic_topic 2013-07-05 23:22:52 +02:00
user_activity_controller.js Fix a regression that broke pre-fill of username when sending private message 2013-05-28 14:17:35 -04:00
user_controller.js Refactor: Instead of getting currentUser from the Discourse namespace, use 2013-05-28 11:25:56 -04:00
user_invited_controller.js Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline 2013-02-25 17:16:57 -05:00
user_private_messages_controller.js FIX: User Pill errors 2013-06-10 18:51:25 -04:00