evazion
330a412714
Fix #4924 : Moderator dashboard shouldn't show a "Promote" link that's unusable by non-moderators
...
Remove these links entirely.
2021-11-19 17:38:46 -06:00
evazion
a1be6d35d1
mod dashboard: don't show appeals.
...
Don't show appeals in the /moderator/dashboard page. Appeals are already
available in the modqueue.
2020-08-16 14:31:42 -05:00
evazion
db4c67ee86
Fix #4286 : Mod dashboard: limit width of left column.
2020-02-05 16:59:54 -06:00
evazion
6a984de3d5
views: refactor page titles.
...
Refactor `page_title` helper to automatically include site name.
2020-01-25 01:52:18 -06:00
evazion
d9f154094f
css: switch mod dashboard, keyboard shortcuts pages to flexbox.
...
* Switch /static/keyboard_shortcuts from float-based layout to flexbox.
* Switch /moderator/dashboard from float-based layout to flexbox.
* Remove various .clearfix, `clear: both` rules.
* Remove dead .quick-mod rule.
2019-10-02 01:52:24 -05:00
evazion
312adb772d
views: refactor post flag and appeal reasons.
...
* Prefer partials over helpers.
* Add css classes to flag/appeal reason lists.
* Wrap dtext in span.prose container.
2019-09-18 03:20:26 -05:00
evazion
73a4d675c0
css: ensure dtext is always wrapped in .prose container.
...
Ensure dtext is always wrapped in a `<div class="prose">` or
`<span class="prose">` (for inline dtext) container so that dtext css is
properly applied.
2019-09-17 00:28:41 -05:00
evazion
a1b48f5e3f
views: migrate search forms to use simple form.
...
Migrate various forms to be built using simple form instead of raw html.
Also adds autocomplete="off" to these forms (#4162 ).
2019-09-10 14:33:18 -05:00
evazion
1743f3797f
views: factor out search_form_for helper.
...
Refactor search forms to use `search_form_for` so that we can set common
options on all search forms, such as autocomplete="off" (#4162 ).
2019-09-10 14:31:19 -05:00
evazion
576b4feb3b
views: convert mod dashboard + admin user edit page to simple form.
...
Fixes bug with the user level select dropdown on the mod dashboard page
missing the builder level.
2019-08-18 11:24:42 -05:00
evazion
fa19047220
autocomplete: add username autocompletion sitewide.
2019-08-11 15:38:39 -05:00
evazion
f15f2cbb81
Fix #3581 : Mod Dashboard: exclude or mark deleted comments.
2018-03-31 13:14:41 -05:00
evazion
7cb7c2fbab
Remove ruby DText implementation ( #3206 ).
2017-07-19 16:48:42 -05:00
evazion
5c9b5cd21e
blacklists: add missing blacklist controls on several pages ( fix #3121 ).
2017-06-07 23:30:35 -05:00
evazion
66b5dc641c
/moderator/dashboard: use PostPresenter.preview for appeal thumbnails.
2017-03-23 04:05:06 -05:00
evazion
d1d0fe9bc5
/moderator/dashboard: optimize sql queries
...
* Converts queries to use active record instead of raw sql. This ensures
that user objects are loaded by rails in the join, so that we
don't have to issue `User.find` calls to load users one-by-one.
* Use `.includes` to preload associations used in the view, to avoid
additional N+1 query problems (primarily, calls to link_to_user
also causing users to be loaded one-by-one).
2017-03-23 04:05:05 -05:00
r888888888
4cd6dfe884
enable ragel parser in more places
2016-07-25 13:42:04 -07:00
Toks
643ab7b2c6
ip search: add quick links & improve usability
...
#2530
2015-10-08 01:14:48 -04:00
r888888888
d5f575159f
rename references of privileged to gold
2013-04-28 00:04:52 -07:00
Toks
8b33cac661
replace old user links with new format
2013-04-04 23:16:28 -04:00
Toks
b025256480
add user classes on more pages
2013-03-31 10:31:28 -04:00
小太
1a03a86592
Kill trailing whitespace in erb files
2013-03-19 23:11:58 +11:00
albert
b071cabc76
color feedback in mod dashboard
2013-02-21 13:17:54 -05:00
albert
c5731298fb
clarify post deletion/flag logic
2013-02-19 22:03:01 -05:00
albert
9e6a25f844
add ubiquitous time tags
2013-01-22 15:28:12 -05:00
albert
8749c43b3e
refactored search
2013-01-10 17:45:52 -05:00
albert
34ae712be0
fixed titles
2011-10-23 16:55:57 -04:00
albert
b378a15b37
fixes for mod dashboard
2011-10-15 02:33:11 -04:00
albert
b81e23bb32
fixed styling for mod dash
2011-10-15 02:27:19 -04:00
albert
d0e8084f0f
implemented moderator dashboard queue
2011-07-22 17:34:43 -04:00
albert
58c3d2af13
fixing tests
2011-07-16 19:20:02 -04:00