discourse/config
Benjamin Kampmann 8167207e38 Wrap extended post actions in ellipsis.
Add a new SiteSetting to specify a maximum of items to be shown in post action menus per default. If more buttons are rendered and those after mentioned maximum will be hidden behind a collapsible ellipsis-button. Once clicked it slides in the missing buttons and hides itself.

If the setting is set to 0, the ellipsis will not be applied. It default is set to 4 though.

All buttons are created equal - but the Reply-Button is more equal than others: If it is rendered, the reply button will never be hidden behind the ellipsis. The max count is exclusiding the reply button and its position would make the reply button hide, it is removed there and pushed to the end of the list.
2014-06-10 09:55:07 +02:00
..
cloud/cloud66 get rid of cache db, not needed 2014-01-06 12:24:11 +11:00
environments A regression here worries me too much 2014-05-14 11:27:29 +10:00
initializers ES6: More components moved over. 2014-05-30 12:28:05 -04:00
locales Wrap extended post actions in ellipsis. 2014-06-10 09:55:07 +02:00
apache2.conf.sample Add a few extra ProxyPass calls 2013-12-23 13:15:39 +02:00
application.rb We need pry in development 2014-05-27 10:08:03 +10:00
boot.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
cdn.yml.sample Initial release of Discourse 2013-02-05 14:16:51 -05:00
database.yml Source DB config more cleanly, fixes issues with socket in prd 2014-01-15 12:08:35 +11:00
deploy.rb.sample Replace Clockwork with Sidetiq 2013-08-14 21:39:40 +02:00
discourse.config.sample Typo fix 2014-03-03 11:19:17 -05:00
discourse.pill.sample Improve bluepill sample config. 2014-01-31 16:09:35 -05:00
discourse_defaults.conf spelling in comment 2014-06-05 09:52:35 -07:00
discourse_quickstart.conf Fixed 'devloper' typo in quickstart config file 2014-01-30 08:35:07 -08:00
environment.rb Initial release of Discourse 2013-02-05 14:16:51 -05:00
logrotate.conf Replace Clockwork with Sidetiq 2013-08-14 21:39:40 +02:00
multisite.yml.production-sample warns sysadmin to rebake all the posts 2013-08-01 22:24:55 +02:00
nginx.global.conf Address @Supermathie's concerns in PR1430 2013-09-30 16:28:22 -04:00
nginx.sample.conf BUGFIX: re-enable CDN js debugging in a robust way 2014-05-19 08:46:28 +10:00
projections.json VIM helper 2014-03-19 12:08:00 +11:00
puma.rb Update puma.rb fixed: num_worker(S) 2014-02-13 11:08:27 +07:00
redis.yml get rid of cache db, not needed 2014-01-06 12:24:11 +11:00
routes.rb FEATURE: log_out endpoint for admins 2014-06-06 13:02:52 +10:00
site_settings.yml Wrap extended post actions in ellipsis. 2014-06-10 09:55:07 +02:00
spring.rb BUGFIX: Correct after_fork semantics 2014-03-31 12:34:13 +11:00
thin.yml.sample Add sample Capistrano deployment files 2013-05-02 19:53:37 -07:00
unicorn.conf.rb FEATURE: unicorn sidekiq will restart sidekiq on complete failure. 2014-04-23 13:13:18 +10:00
unicorn_launcher Runit sends HUP when 'reload' is called. Trap HUP and send USR2 to unicorn. 2014-05-23 13:01:11 +02:00
unicorn_upstart.conf added upstart script for Discourse 2013-10-13 10:16:53 +11:00