Quantcast
Channel: Discourse Meta - Latest topics
Viewing all 60309 articles
Browse latest View live

Clicking link to raw version of post only works when opening in new tab

0
0

@Sander78 wrote:

A link to a raw version of a post in the post itself doesn't work at first. Only when you open it in a new tab or reload the not found page it will show.

To reproduce:

  • Reply to a post or create a new topic
  • Get the raw link of that post
  • Edit the post to put the raw link to itself in it
  • Click the link

Expected result: you go to the raw version of said post

Actual result: page is not found. Reload and you get the raw version. Or open in a new tab/window.

Let's try it out here as well. This is a link to this post: https://meta.discourse.org/raw/44716
Click the link and you'll get a Oops! That page doesn’t exist or is private. Reload the page and all is fine.

Posts: 3

Participants: 2

Read full topic


Can't upgrade Discourse because of missing index

0
0

@Sander78 wrote:

The error is Index name 'index_topic_custom_fields_on_value' on table 'topic_custom_fields' does not exist. Btw, this is a multisite setup.

Full log:

== 20160326001747 AddUserFirstVisit: migrating ================================
-- add_column(:users, :first_seen_at, :datetime)
   -> 0.0084s
rake aborted!
StandardError: An error has occurred, this and all later migrations canceled:

Index name 'index_topic_custom_fields_on_value' on table 'topic_custom_fields' does not exist
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/schema_statements.rb:1003:in `index_name_for_remove'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/schema_statements.rb:593:in `remove_index'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:665:in `block in method_missing'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `block in say_with_time'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:634:in `say_with_time'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:654:in `method_missing'
/var/www/discourse/db/migrate/20160520022627_shorten_topic_custom_fields_index.rb:3:in `up'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:611:in `exec_migration'
/var/www/discourse/lib/freedom_patches/schema_migration_details.rb:7:in `block in exec_migration'
/var/www/discourse/lib/freedom_patches/schema_migration_details.rb:6:in `exec_migration'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:592:in `block (2 levels) in migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:591:in `block in migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/connection_pool.rb:292:in `with_connection'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:590:in `migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:768:in `migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:998:in `block in execute_migration_in_transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:1044:in `block in ddl_transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/transactions.rb:220:in `transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:1044:in `ddl_transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:997:in `execute_migration_in_transaction'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:959:in `block in migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `each'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:955:in `migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:823:in `up'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/migration.rb:801:in `migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/tasks/database_tasks.rb:137:in `migrate'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/activerecord-4.2.6/lib/active_record/railties/databases.rake:44:in `block (2 levels) in '
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rails_multisite-1.0.4/lib/tasks/db.rake:8:in `block (2 levels) in '
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rails_multisite-1.0.4/lib/rails_multisite/connection_management.rb:124:in `call'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rails_multisite-1.0.4/lib/rails_multisite/connection_management.rb:124:in `block in each_connection'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rails_multisite-1.0.4/lib/rails_multisite/connection_management.rb:122:in `each'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rails_multisite-1.0.4/lib/rails_multisite/connection_management.rb:122:in `each_connection'
/var/www/discourse/vendor/bundle/ruby/2.0.0/gems/rails_multisite-1.0.4/lib/tasks/db.rake:3:in `block in '
/usr/local/bin/bundle:22:in `load'
/usr/local/bin/bundle:22:in `
'
Tasks: TOP => db:migrate
(See full trace by running task with --trace)
== 20160326001747 AddUserFirstVisit: migrated (0.0216s) =======================

== 20160520022627 ShortenTopicCustomFieldsIndex: migrating ====================
-- remove_index(:topic_custom_fields, :value)

Posts: 7

Participants: 2

Read full topic

Understanding email notification settings

0
0

@dictoon wrote:

I've been using Discourse for a few years now and I love it, but I still don't understand the email notification settings:

(Screenshot from the latest version at the time of writing, v1.6.0.beta5)

Some questions and constructive criticism:

  1. What's the mailing list mode? One email for every new post? Maybe this needs a short explanation.
  2. Why is the setting "When I don't visit here, send an email digest of what's new" in two places?
  3. Isn't there some overlap between "When I don't visit here, send an email digest of what's new" and "Send me email notifications even when I am active on the site"?

And my main gripe, which has already been discussed several times here but about which I'm not sure of the current status: Can I finally disable notifications for my own posts (topics and answers) while keeping notifications enabled for everything else?

Posts: 1

Participants: 1

Read full topic

Wordpress plugin - can't find admin api key

0
0

@coffee_lover wrote:

Hi,

I installed the discourse plugin on wordpress its asking me for the admin api key, where do I find it ?

Thanks :slight_smile:

Posts: 11

Participants: 4

Read full topic

Facebook sharing and [image] tags

Specific sort style per category?

0
0

@thorbenegberts wrote:

To say it before: I read the discussions and I'm fine with the default sort style of discourse :slight_smile:

Our use case is a little special. We want to use a category of our forum as changelog for our own software. To keep the order of changes, it's crucial to keep the topics in order of their creation.

I found that you can define the order of a category with an URL param like ?order=created. But is there a way to set this as the default sorting for a specific category and keep the other categories as is?

Any help would be appreciated :slight_smile:

Posts: 4

Participants: 3

Read full topic

Will templates/user/summary.hbs ever be a widget?

0
0

@stevenpslade wrote:

I am planning on tweaking the user profiles on my Discourse and of course noticing profile, including the summary page, are still handlebars templates. Are there plans to rewrite these using the virtual-dom library (a.k.a. making profiles widgets)?

Posts: 2

Participants: 2

Read full topic

Server Error with Google OAuth2 login, again

0
0

@jdmf wrote:

With this as reference, I still have issues with Google oauth2.

I see this message:
Sorry, there was an error authorizing your account. Perhaps you did not approve authorisation?

I using version v1.6.0.beta5 +31
- Any ideas how to fix this?

Johnny

Posts: 4

Participants: 1

Read full topic


Re-send all pending invitations

Deploying Discourse on AWS

0
0

@itamerlanium wrote:

Hi guys, I couldn't solve these issues by setting some commands on AWS.
Actually, I'm looking through this Discourse guide: http://stroupaloop.com/blog/discourse-setup-using-aws/, found it quite usefull to deploy the Discourse instance.
Thank you.

Last login: Wed May 25 10:06:15 on ttys000
MacBook-Air-3:~ macbookair$ cd /Users/macbookair/Project/Amazon MacBook-Air-3:Amazon macbookair$ ssh -i "itamerlanium.pem" ubuntu@ec2-54-152-91-123.compute-1.amazonaws.com
Welcome to Ubuntu 14.04.4 LTS (GNU/Linux 3.13.0-86-generic x86_64)

 * Documentation:  https://help.ubuntu.com/

  System information as of Tue May 24 22:07:11 UTC 2016

  System load:  0.0               Processes:              110
  Usage of /:   5.3% of 31.36GB   Users logged in:        0
  Memory usage: 3%                IP address for eth0:    10.0.0.219
  Swap usage:   0%                IP address for docker0: 172.17.0.1

  Graph this data and manage this system at:
    https://landscape.canonical.com/

  Get cloud support with Ubuntu Advantage Cloud Guest:
    http://www.ubuntu.com/business/services/cloud

6 packages can be updated.
6 updates are security updates.


Last login: Tue May 24 22:07:12 2016 from 103.250.119.238
ubuntu@ip-10-0-0-219:~$ sudo cp samples/web_only.yml containers/app.yml
cp: cannot stat ‘samples/web_only.yml’: No such file or directory
ubuntu@ip-10-0-0-219:~$ sudo cp samples/redis.yml containers/redis.yml
cp: cannot stat ‘samples/redis.yml’: No such file or directory
ubuntu@ip-10-0-0-219:~$ sudo cp samples/data.yml containers/data.yml
cp: cannot stat ‘samples/data.yml’: No such file or directory
ubuntu@ip-10-0-0-219:~$

Posts: 3

Participants: 2

Read full topic

Is the SSO option truly SSO?

0
0

@nhumrich wrote:

It seems like the SSO feature still requires all users to click the "login" button. Is there a way to get it so that users are automatically signed in if they are signed in on my site? Perhaps calling the sso hook behind the scenes?

Since users have to click login regardless, whats the difference between SSO and OAuth here (from a UX point of view)?

Posts: 4

Participants: 3

Read full topic

Post are hidden when zoom in and out

RuntimeError: cd /var/www/discourse && su discourse -c 'bundle exec rake assets:

0
0

@itamerlanium wrote:

Hi guys,
I've got a failure by bootstrapping a Discourse:
RuntimeError: cd /var/www/discourse && su discourse -c 'bundle exec rake assets:precompile' failed with return #.

    mote set-branches --add origin master
    I, [2016-05-25T07:39:19.096794 #13]  INFO -- :
    I, [2016-05-25T07:39:19.097471 #13]  INFO -- : > cd /var/www/discourse && git pull
    From https://github.com/discourse/discourse
       b6db022..99b95f1  master     -> origin/master
       8c52508..99b95f1  tests-passed -> origin/tests-passed
       25b384d..2438cd2  timeline   -> origin/timeline
    I, [2016-05-25T07:39:20.390437 #13]  INFO -- : Updating b6db022..99b95f1
    Fast-forward
     app/assets/images/favicons/1282043220-favicon.ico  | Bin 1150 -> 0 bytes
     app/assets/images/favicons/amazon.png              | Bin 434 -> 2937 bytes
     app/assets/images/favicons/apple.png               | Bin 216 -> 1579 bytes
     app/assets/images/favicons/discourse.png           | Bin 412 -> 4459 bytes
     app/assets/images/favicons/github.png              | Bin 600 -> 3557 bytes
     app/assets/images/favicons/google_play.png         | Bin 655 -> 4835 bytes
     app/assets/images/favicons/rottentomatoes.png      | Bin 834 -> 4219 bytes
     app/assets/images/favicons/stackexchange.png       | Bin 272 -> 1845 bytes
     app/assets/images/favicons/twitter.png             | Bin 415 -> 2217 bytes
     app/assets/images/favicons/wikipedia.png           | Bin 225 -> 1912 bytes
     .../javascripts/admin/templates/email-sent.hbs     |   5 +++-
     .../discourse/controllers/preferences.js.es6       |   7 +++---
     .../javascripts/discourse/helpers/fa-icon.js.es6   |   1 +
     .../javascripts/discourse/templates/topic.hbs      |   1 +
     app/assets/stylesheets/common/base/onebox.scss     |   3 ++-
     app/assets/stylesheets/common/base/tagging.scss    |   4 ++++
     app/controllers/tags_controller.rb                 |  17 ++++++++++++--
     app/models/incoming_email.rb                       |   2 +-
     app/models/optimized_image.rb                      |  26 +++++++++++++++++++++
     app/models/topic_status_update.rb                  |  12 ++++++----
     app/models/upload.rb                               |  14 +++++------
     config/locales/client.en.yml                       |   2 +-
     lib/cooked_post_processor.rb                       |  15 ++++++++++--
     lib/email/styles.rb                                |   2 +-
     lib/image_sizer.rb                                 |  15 ++++++++++++
     spec/components/cooked_post_processor_spec.rb      |  18 +++++++-------
     spec/phantom_js/smoke_test.js                      |   4 ++++
     27 files changed, 114 insertions(+), 34 deletions(-)
     delete mode 100644 app/assets/images/favicons/1282043220-favicon.ico

    I, [2016-05-25T07:39:20.393014 #13]  INFO -- : > cd /var/www/discourse && git fetch origin tests-passed
    From https://github.com/discourse/discourse
     * branch            tests-passed -> FETCH_HEAD
    I, [2016-05-25T07:39:20.762598 #13]  INFO -- :
    I, [2016-05-25T07:39:20.763626 #13]  INFO -- : > cd /var/www/discourse && git checkout tests-passed
    Switched to a new branch 'tests-passed'
    I, [2016-05-25T07:39:20.923645 #13]  INFO -- : Branch tests-passed set up to track remote branch tests-passed from origin.

    I, [2016-05-25T07:39:20.924060 #13]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/pids
    I, [2016-05-25T07:39:20.928754 #13]  INFO -- :
    I, [2016-05-25T07:39:20.929445 #13]  INFO -- : > cd /var/www/discourse && mkdir -p tmp/sockets
    I, [2016-05-25T07:39:20.932525 #13]  INFO -- :
    I, [2016-05-25T07:39:20.932922 #13]  INFO -- : > cd /var/www/discourse && touch tmp/.gitkeep
    I, [2016-05-25T07:39:20.938783 #13]  INFO -- :
    I, [2016-05-25T07:39:20.939742 #13]  INFO -- : > cd /var/www/discourse && mkdir -p                    /shared/log/rails
    I, [2016-05-25T07:39:20.943663 #13]  INFO -- :
    I, [2016-05-25T07:39:20.944603 #13]  INFO -- : > cd /var/www/discourse && bash -c "touch -a           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log"
    I, [2016-05-25T07:39:20.953984 #13]  INFO -- :
    I, [2016-05-25T07:39:20.955328 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/log/rails/{production,production_errors,unicorn.stdout,unicorn.stderr}.log /var/www/discourse/log"
    I, [2016-05-25T07:39:20.963882 #13]  INFO -- :
    I, [2016-05-25T07:39:20.964919 #13]  INFO -- : > cd /var/www/discourse && bash -c "mkdir -p           /shared/{uploads,backups}"
    I, [2016-05-25T07:39:20.973276 #13]  INFO -- :
    I, [2016-05-25T07:39:20.974164 #13]  INFO -- : > cd /var/www/discourse && bash -c "ln    -s           /shared/{uploads,backups} /var/www/discourse/public"
    I, [2016-05-25T07:39:20.982068 #13]  INFO -- :
    I, [2016-05-25T07:39:20.983112 #13]  INFO -- : > cd /var/www/discourse && chown -R discourse:www-data /shared/log/rails /shared/uploads /shared/backups
    I, [2016-05-25T07:39:20.989006 #13]  INFO -- :
    I, [2016-05-25T07:39:20.990388 #13]  INFO -- : Replacing # redis with sv start redis || exit 1 in /etc/service/unicorn/run
    I, [2016-05-25T07:39:20.991401 #13]  INFO -- : > cd /var/www/discourse/plugins && git clone https://github.com/discourse/docker_manager.git
    Cloning into 'docker_manager'...
    I, [2016-05-25T07:39:21.655321 #13]  INFO -- :
    I, [2016-05-25T07:39:21.657222 #13]  INFO -- : > cp /var/www/discourse/config/nginx.sample.conf /etc/nginx/conf.d/discourse.conf
    I, [2016-05-25T07:39:21.665034 #13]  INFO -- :
    I, [2016-05-25T07:39:21.666603 #13]  INFO -- : > rm /etc/nginx/sites-enabled/default
    I, [2016-05-25T07:39:21.671615 #13]  INFO -- :
    I, [2016-05-25T07:39:21.672907 #13]  INFO -- : > mkdir -p /var/nginx/cache
    I, [2016-05-25T07:39:21.677141 #13]  INFO -- :
    I, [2016-05-25T07:39:21.678817 #13]  INFO -- : Replacing pid /run/nginx.pid; with daemon off; in /etc/nginx/nginx.conf
    I, [2016-05-25T07:39:21.680750 #13]  INFO -- : Replacing (?m-ix:upstream[^\}]+\}) with upstream discourse { server 127.0.0.1:3000; } in /etc/nginx/conf.d/discourse.conf
    I, [2016-05-25T07:39:21.682305 #13]  INFO -- : Replacing (?-mix:server_name.+$) with server_name _ ; in /etc/nginx/conf.d/discourse.conf
    I, [2016-05-25T07:39:21.683660 #13]  INFO -- : Replacing (?-mix:client_max_body_size.+$) with client_max_body_size $upload_size ; in /etc/nginx/conf.d/discourse.conf
    I, [2016-05-25T07:39:21.684831 #13]  INFO -- : > echo "done configuring web"
    I, [2016-05-25T07:39:21.688290 #13]  INFO -- : done configuring web

    I, [2016-05-25T07:39:21.689463 #13]  INFO -- : > cd /var/www/discourse && gem update bundler
    I, [2016-05-25T07:39:27.142945 #13]  INFO -- : Updating installed gems
    Nothing to update

    I, [2016-05-25T07:39:27.145418 #13]  INFO -- : > cd /var/www/discourse && chown -R discourse /var/www/discourse
    I, [2016-05-25T07:39:38.033460 #13]  INFO -- :
    I, [2016-05-25T07:39:38.045430 #13]  INFO -- : > cd /var/www/discourse && su discourse -c 'bundle install --deployment --verbose --without test --without development'
    I, [2016-05-25T07:39:40.040196 #13]  INFO -- : Using rake 11.1.2
    0:  rake (11.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rake-11.1.2.gemspec
    Using i18n 0.7.0
    0:  i18n (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/i18n-0.7.0.gemspec
    Using json 1.8.3
    0:  json (1.8.3) from /usr/local/lib/ruby/gems/2.3.0/specifications/default/json-1.8.3.gemspec
    Using minitest 5.9.0
    0:  minitest (5.9.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/minitest-5.9.0.gemspec
    Using thread_safe 0.3.5
    0:  thread_safe (0.3.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thread_safe-0.3.5.gemspec
    Using builder 3.2.2
    0:  builder (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/builder-3.2.2.gemspec
    Using erubis 2.7.0
    0:  erubis (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/erubis-2.7.0.gemspec
    Using mini_portile2 2.1.0
    0:  mini_portile2 (2.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mini_portile2-2.1.0.gemspec
    Using pkg-config 1.1.7
    0:  pkg-config (1.1.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pkg-config-1.1.7.gemspec
    Using rack 1.6.4
    0:  rack (1.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-1.6.4.gemspec
    Using mime-types 2.99.1
    0:  mime-types (2.99.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mime-types-2.99.1.gemspec
    Using arel 6.0.3
    0:  arel (6.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/arel-6.0.3.gemspec
    Using json_pure 1.8.3
    0:  json_pure (1.8.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/json_pure-1.8.3.gemspec
    Using babel-source 5.8.34
    0:  babel-source (5.8.34) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/babel-source-5.8.34.gemspec
    Using execjs 2.7.0
    0:  execjs (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/execjs-2.7.0.gemspec
    Using ember-source 1.12.2
    0:  ember-source (1.12.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-source-1.12.2.gemspec
    Using byebug 8.2.1
    0:  byebug (8.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/byebug-8.2.1.gemspec
    Using certified 1.0.0
    0:  certified (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/certified-1.0.0.gemspec
    Using coderay 1.1.0
    0:  coderay (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/coderay-1.1.0.gemspec
    Using concurrent-ruby 1.0.2
    0:  concurrent-ruby (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/concurrent-ruby-1.0.2.gemspec
    Using connection_pool 2.2.0
    0:  connection_pool (2.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/connection_pool-2.2.0.gemspec
    Using crass 1.0.2
    0:  crass (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/crass-1.0.2.gemspec
    Using daemons 1.2.3
    0:  daemons (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/daemons-1.2.3.gemspec
    Using diff-lcs 1.2.5
    0:  diff-lcs (1.2.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/diff-lcs-1.2.5.gemspec
    Using thor 0.19.1
    0:  thor (0.19.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thor-0.19.1.gemspec
    Using discourse_fastimage 2.0.0
    0:  discourse_fastimage (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/discourse_fastimage-2.0.0.gemspec
    Using docile 1.1.5
    0:  docile (1.1.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/docile-1.1.5.gemspec
    Using unf_ext 0.0.7.1
    0:  unf_ext (0.0.7.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unf_ext-0.0.7.1.gemspec
    Using email_reply_trimmer 0.1.3
    0:  email_reply_trimmer (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/email_reply_trimmer-0.1.3.gemspec
    Using eventmachine 1.2.0.1
    0:  eventmachine (1.2.0.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/eventmachine-1.2.0.1.gemspec
    Using excon 0.45.4
    0:  excon (0.45.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/excon-0.45.4.gemspec
    Using exifr 1.2.4
    0:  exifr (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/exifr-1.2.4.gemspec
    Using fabrication 2.9.8
    0:  fabrication (2.9.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fabrication-2.9.8.gemspec
    Using fakeweb 1.3.0
    0:  fakeweb (1.3.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fakeweb-1.3.0.gemspec
    Using multipart-post 2.0.0
    0:  multipart-post (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multipart-post-2.0.0.gemspec
    Using fast_blank 1.0.0
    0:  fast_blank (1.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_blank-1.0.0.gemspec
    Using fast_xs 0.8.0
    0:  fast_xs (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fast_xs-0.8.0.gemspec
    Using ffi 1.9.10
    0:  ffi (1.9.10) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ffi-1.9.10.gemspec
    Using flamegraph 0.9.5
    0:  flamegraph (0.9.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/flamegraph-0.9.5.gemspec
    Using fspath 2.1.1
    0:  fspath (2.1.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/fspath-2.1.1.gemspec
    Using sorcerer 1.0.2
    0:  sorcerer (1.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sorcerer-1.0.2.gemspec
    Using guess_html_encoding 0.0.11
    0:  guess_html_encoding (0.0.11) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/guess_html_encoding-0.0.11.gemspec
    Using hashie 3.4.4
    0:  hashie (3.4.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/hashie-3.4.4.gemspec
    Using highline 1.7.8
    0:  highline (1.7.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/highline-1.7.8.gemspec
    Using hiredis 0.6.1
    0:  hiredis (0.6.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/hiredis-0.6.1.gemspec
    Using htmlentities 4.3.4
    0:  htmlentities (4.3.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/htmlentities-4.3.4.gemspec
    Using http_accept_language 2.0.5
    0:  http_accept_language (2.0.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/http_accept_language-2.0.5.gemspec
    Using image_size 1.4.1
    0:  image_size (1.4.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/image_size-1.4.1.gemspec
    Using in_threads 1.3.1
    0:  in_threads (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/in_threads-1.3.1.gemspec
    Using progress 3.1.1
    0:  progress (3.1.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/progress-3.1.1.gemspec
    Using jwt 1.5.2
    0:  jwt (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/jwt-1.5.2.gemspec
    Using kgio 2.10.0
    0:  kgio (2.10.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/kgio-2.10.0.gemspec
    Using libv8 5.0.71.48.3
    0:  libv8 (5.0.71.48.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/libv8-5.0.71.48.3-x86_64-linux.gemspec
    Using listen 0.7.3
    0:  listen (0.7.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/listen-0.7.3.gemspec
    Using logster 1.2.3
    0:  logster (1.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/logster-1.2.3.gemspec
    Using lru_redux 1.1.0
    0:  lru_redux (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/lru_redux-1.1.0.gemspec
    Using memory_profiler 0.9.6
    0:  memory_profiler (0.9.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/memory_profiler-0.9.6.gemspec
    Using metaclass 0.0.4
    0:  metaclass (0.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/metaclass-0.0.4.gemspec
    Using method_source 0.8.2
    0:  method_source (0.8.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/method_source-0.8.2.gemspec
    Using mock_redis 0.15.4
    0:  mock_redis (0.15.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mock_redis-0.15.4.gemspec
    Using moneta 0.8.0
    0:  moneta (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/moneta-0.8.0.gemspec
    Using msgpack 0.7.6
    0:  msgpack (0.7.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/msgpack-0.7.6.gemspec
    Using multi_json 1.11.2
    0:  multi_json (1.11.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multi_json-1.11.2.gemspec
    Using multi_xml 0.5.5
    0:  multi_xml (0.5.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/multi_xml-0.5.5.gemspec
    Using mustache 1.0.3
    0:  mustache (1.0.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mustache-1.0.3.gemspec
    Using netrc 0.11.0
    0:  netrc (0.11.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/netrc-0.11.0.gemspec
    Using oauth 0.4.7
    0:  oauth (0.4.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oauth-0.4.7.gemspec
    Using oj 2.14.3
    0:  oj (2.14.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/oj-2.14.3.gemspec
    Using ruby-openid 2.7.0
    0:  ruby-openid (2.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ruby-openid-2.7.0.gemspec
    Using redis 3.3.0
    0:  redis (3.3.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/redis-3.3.0.gemspec
    Using pg 0.18.4
    0:  pg (0.18.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pg-0.18.4.gemspec
    Using slop 3.6.0
    0:  slop (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/slop-3.6.0.gemspec
    Using puma 3.2.0
    0:  puma (3.2.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/puma-3.2.0.gemspec
    Using r2 0.2.6
    0:  r2 (0.2.6) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/r2-0.2.6.gemspec
    Using bundler 1.12.4
    0:  bundler (1.12.4) from /usr/local/lib/ruby/gems/2.3.0/gems/bundler-1.12.4/lib/bundler/source
    Using rails_multisite 1.0.4
    0:  rails_multisite (1.0.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rails_multisite-1.0.4.gemspec
    Using raindrops 0.16.0
    0:  raindrops (0.16.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/raindrops-0.16.0.gemspec
    Using rb-fsevent 0.9.7
    0:  rb-fsevent (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rb-fsevent-0.9.7.gemspec
    Using trollop 2.1.2
    0:  trollop (2.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/trollop-2.1.2.gemspec
    Using rinku 2.0.0
    0:  rinku (2.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rinku-2.0.0.gemspec
    Using rmmseg-cpp 0.2.9
    0:  rmmseg-cpp (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rmmseg-cpp-0.2.9.gemspec
    Using rspec-support 3.2.2
    0:  rspec-support (3.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-support-3.2.2.gemspec
    Using rtlit 0.0.5
    0:  rtlit (0.0.5) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rtlit-0.0.5.gemspec
    Using sass 3.2.19
    0:  sass (3.2.19) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sass-3.2.19.gemspec
    Using tilt 2.0.2
    0:  tilt (2.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/tilt-2.0.2.gemspec
    Using shoulda-context 1.2.1
    0:  shoulda-context (1.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/shoulda-context-1.2.1.gemspec
    Using simple-rss 1.3.1
    0:  simple-rss (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simple-rss-1.3.1.gemspec
    Using simplecov-html 0.10.0
    0:  simplecov-html (0.10.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/simplecov-html-0.10.0.gemspec
    Using spork 1.0.0rc4
    0:  spork (1.0.0rc4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/spork-1.0.0rc4.gemspec
    Using stackprof 0.2.9
    0:  stackprof (0.2.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/stackprof-0.2.9.gemspec
    Using timecop 0.8.0
    0:  timecop (0.8.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/timecop-0.8.0.gemspec
    Using rake-compiler 0.9.9
    0:  rake-compiler (0.9.9) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rake-compiler-0.9.9.gemspec
    Using tzinfo 1.2.2
    0:  tzinfo (1.2.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/tzinfo-1.2.2.gemspec
    Using nokogiri 1.6.8.rc3
    0:  nokogiri (1.6.8.rc3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/nokogiri-1.6.8.rc3.gemspec
    Using rack-test 0.6.3
    0:  rack-test (0.6.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-test-0.6.3.gemspec
    Using message_bus 2.0.0.beta.11
    0:  message_bus (2.0.0.beta.11) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/message_bus-2.0.0.beta.11.gemspec
    Using rack-mini-profiler 0.10.1
    0:  rack-mini-profiler (0.10.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-mini-profiler-0.10.1.gemspec
    Using rack-protection 1.5.3
    0:  rack-protection (1.5.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-protection-1.5.3.gemspec
    Using mail 2.6.4
    0:  mail (2.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mail-2.6.4.gemspec
    Using jmespath 1.2.4
    0:  jmespath (1.2.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/jmespath-1.2.4.gemspec
    Using babel-transpiler 0.7.0
    0:  babel-transpiler (0.7.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/babel-transpiler-0.7.0.gemspec
    Using uglifier 3.0.0
    0:  uglifier (3.0.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/uglifier-3.0.0.gemspec
    Using barber 0.11.1
    0:  barber (0.11.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/barber-0.11.1.gemspec
    Using ember-data-source 1.0.0.beta.16.1
    0:  ember-data-source (1.0.0.beta.16.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/ember-data-source-1.0.0.beta.16.1.gemspec
    Using sprockets 3.6.0
    0:  sprockets (3.6.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sprockets-3.6.0.gemspec
    Using unf 0.1.4
    0:  unf (0.1.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unf-0.1.4.gemspec
    Using thin 1.6.4
    0:  thin (1.6.4) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/thin-1.6.4.gemspec
    Using faraday 0.9.2
    0:  faraday (0.9.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/faraday-0.9.2.gemspec
    Using rb-inotify 0.9.7
    0:  rb-inotify (0.9.7) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rb-inotify-0.9.7.gemspec
    Using given_core 3.7.1
    0:  given_core (3.7.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/given_core-3.7.1.gemspec
    Using omniauth 1.3.1
    0:  omniauth (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/omniauth-1.3.1.gemspec
    Using image_optim 0.20.2
    0:  image_optim (0.20.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/image_optim-0.20.2.gemspec
    Using mini_racer 0.1.3
    0:  mini_racer (0.1.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mini_racer-0.1.3.gemspec
    Using mocha 1.1.0
    0:  mocha (1.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/mocha-1.1.0.gemspec
    Using rack-openid 1.3.1
    0:  rack-openid (1.3.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rack-openid-1.3.1.gemspec
    Using openid-redis-store 0.0.2
    0:  openid-redis-store (0.0.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/openid-redis-store-0.0.2.gemspec
    Using redis-namespace 1.5.2
    0:  redis-namespace (1.5.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/redis-namespace-1.5.2.gemspec
    Using sidekiq 4.1.2
    0:  sidekiq (4.1.2) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/sidekiq-4.1.2.gemspec
    Using pry 0.10.3
    0:  pry (0.10.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/pry-0.10.3.gemspec
    Using unicorn 5.1.0
    0:  unicorn (5.1.0) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/unicorn-5.1.0.gemspec
    Using rbtrace 0.4.8
    0:  rbtrace (0.4.8) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rbtrace-0.4.8.gemspec
    Using rspec-core 3.2.3
    0:  rspec-core (3.2.3) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-core-3.2.3.gemspec
    Using rspec-expectations 3.2.1
    0:  rspec-expectations (3.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-expectations-3.2.1.gemspec
    Using rspec-mocks 3.2.1
    0:  rspec-mocks (3.2.1) from /var/www/discourse/vendor/bundle/ruby/2.3.0/specifications/rspec-mocks-

Posts: 4

Participants: 2

Read full topic

Discourse Docker Image version 1.3.3, released

0
0

@sam wrote:

We just released a new Discourse docker image (1.3.3), to update run:

cd /var/discourse
git pull
./launcher rebuild app
# rebuild will upgrade the database and "fail" to fully bootstrap
./launcher rebuild app

This image includes a very large amount changes:

  • We upgraded Postgres from version 9.3 to version 9.5 (which should be seamless for the vast majority)

  • We updated our base Ubuntu image from 14.04 LTS to 16.04 LTS, this means that on May 31st Google will no longer disable HTTP/2 on your site.

  • We upgraded Ruby from 2.0 to 2.3.1, this results in slightly better perf, similar memory usage and slightly reduced CPU usage.

  • We upgraded many internal components including ImageMagick, libpng, phantomjs, NGINX and so on

  • We applied all the latest security patches from Ubuntu

We strongly recommend upgrading your self hosted instances now, in 14 days I will amend docker-manager to disallow web upgrades until image is upgraded to latest.

If anyone is experiencing upgrade issues, let us know

:heart: :confetti_ball:

Do I need to upgrade linux on my server?

There is no need to upgrade the host running the Docker images. Our pre-req checks ensure you are running a supported version of Docker.

Trouble upgrading PostgreSQL

On some very old images of Discourse the automatic pg upgrade may fail. If this happens the upgrader will display the commands you need to run to get up and running. In a nutshell you need to "backup" your db to a folder and then restore it from the folder into the new version. Alternatively, you can amend your template to run against pg 9.3

Posts: 32

Participants: 19

Read full topic

Show navbar "unread, recent .." on a topic

0
0

@Chopper wrote:

Why the navbar "unread, recent" is not present on a topic post ?

On a post this navabar does not exist, when want to see other unread posts or recent posts of a category we need to go back home by clicking on the logo on the topbar or the sublink (I personally never click on the sublink, not natural for me). So every time, i go back to the home, re-select the categorie to check new posts on it... Very un-natural for me.

a l

Do you think this will break the discussion if the navbar is present on a topics page ?

Posts: 3

Participants: 2

Read full topic


How to open reply window via URL

Move vertical gutter to the far right corner

0
0

@Digital wrote:

Continuing this discussion

With these changes, and the removal of posted links on the right side. I think it is a good idea to move the vertical gutter more on to the far right corner and expand/widen users post layout (expand to the right)
So that the conversation layout won't look so small (compressed), like it is now.

This way, user will have a better conversation view and more wider topic layout.

Posts: 5

Participants: 4

Read full topic

What changed in each stable point release?

0
0

@gearoid wrote:

Is there a way to easily see what functional changes and/or fixes are in a discourse point release ?

Posts: 4

Participants: 3

Read full topic

Custom settings for the "Staff Actions" logs

0
0

@FelixA wrote:

Hi there,

am I right that there is no way to adapt the "staff actions" logs?

If not, it would be great if this would be customizable.
E.g. I would love to have the function that I can see who pushed topics to another category.

Cheers!

Posts: 2

Participants: 2

Read full topic

Getting email notifications for individual posts

0
0

@jpalermo wrote:

Hello; until a few days ago, I and members of my team were getting email notifications for every post made in our Discourse community. This is our preferred setting. However, we've stopped getting the individual email alerts.

How do we reset this?

Posts: 3

Participants: 2

Read full topic

Viewing all 60309 articles
Browse latest View live




Latest Images