This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/models
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
..
action_summary.js Convert Discourse.User to use Discourse.Singleton 2013-08-08 12:42:08 -04:00
archetype.js Convert Discourse.Site and Discourse.ScreenTrack to use Discourse.Singleton 2013-08-08 12:49:58 -04:00
category_list.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
category.js Convert Discourse.Site and Discourse.ScreenTrack to use Discourse.Singleton 2013-08-08 12:49:58 -04:00
composer_message.js FIX: JSHint errors 2013-09-13 12:29:57 -04:00
composer.js Make the composer and TopicCreator use category id instead of category name 2013-09-17 12:13:19 +02:00
draft.js staff can always upload a file 2013-09-07 10:49:11 +02:00
input_validation.js Some javascript refactoring: Move markdown functions into their own classs, remove extraneous window. calls. 2013-03-05 14:53:55 -05:00
invite_list.js Remove EvilTrout's stupid mistake. 2013-07-16 13:51:00 -04:00
invite.js Calls to Discourse.ajax no longer need getURL -- will be done automatically. 2013-05-07 15:16:27 -04:00
login_method.js working plugin interface for custom openid auth, custom css and custom js 2013-08-01 16:02:43 +10:00
model.js removes unused builders param from Discourse.Model.mergeAttributes 2013-09-27 19:46:26 +02:00
nav_item.js Convert Discourse.Site and Discourse.ScreenTrack to use Discourse.Singleton 2013-08-08 12:49:58 -04:00
notification.js Convert Discourse.Site and Discourse.ScreenTrack to use Discourse.Singleton 2013-08-08 12:49:58 -04:00
permission_type.js work in progress, add fidelity to category group permissions (full, create posts, readonly) 2013-07-16 15:46:11 +10:00
post_action_type.js Shows who deleted a post 2013-07-10 16:22:49 -04:00
post_stream.js Show the entire history of replies above a post when you expend "in reply to" 2013-08-06 17:43:10 -04:00
post.js When deleting a post as staff, ask if you want to delete direct replies too 2013-09-05 11:03:34 -04:00
selectable_array.js Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
session.js Add Discourse.Singleton class mixin for creating singletons. 2013-08-08 12:00:58 -04:00
share_link.js FIX: After sharing links and navigating long topics sometimes you'd have a lot of blank space. 2013-08-20 18:04:40 -04:00
site.js Convert Discourse.Site and Discourse.ScreenTrack to use Discourse.Singleton 2013-08-08 12:49:58 -04:00
topic_details.js Improved private message user removal, locale edit 2013-10-02 19:16:43 +02:00
topic_list.js Add Discourse.Singleton class mixin for creating singletons. 2013-08-08 12:00:58 -04:00
topic_tracking_state.js bring in unread items to "latest" as well as new items. 2013-06-11 15:51:43 +10:00
topic.js link to first unread as opposed to last read in topic lists 2013-08-19 11:34:08 +10:00
trust_level.js Show number before trust level. Also use less memory for trust levels. 2013-07-12 16:18:32 -04:00
user_action_group.js Clean up JS, add YUIDoc support, automatically create IIFE via asset pipeline 2013-02-25 17:16:57 -05:00
user_action_stat.js Each user activity filter has its own URL now. 2013-07-17 15:42:31 -04:00
user_action.js Convert Discourse.User to use Discourse.Singleton 2013-08-08 12:42:08 -04:00
user_stream.js FIX: Loading was broken on activity streams 2013-07-27 13:55:34 -04:00
user.js move job files so they live underneath app/ and not in lib/ 2013-10-01 17:04:02 +10:00