Anton Khorev
|
09225bc02d
|
Use i18n at_least_pattern in issues count helper
|
2023-09-01 08:19:22 +03:00 |
|
Anton Khorev
|
963b8f43f1
|
Change issue count logic from (n-1)+ to n+
|
2023-09-01 08:05:01 +03:00 |
|
Anton Khorev
|
fff98f2afb
|
Move max value of issues counter to settings
|
2023-09-01 07:14:45 +03:00 |
|
Andy Allan
|
1253bdcdc5
|
Use bootstrap badges to implement count-number badges
This leaves bootstrap to take care of most aspects, while retaining
the current colours and font weights.
|
2023-08-30 18:11:56 +01:00 |
|
Andy Allan
|
9748ce301c
|
Move browse#note to notes#show
This allows a more resourceful routing approach.
|
2023-02-01 17:13:41 +00:00 |
|
Tom Hughes
|
39b60219fe
|
Fix new rubocop warnings
|
2020-06-11 19:21:41 +01:00 |
|
Tom Hughes
|
de29e9b3f5
|
Fix Style/NumericPredicate rubocop warnings
|
2018-09-22 17:34:58 +01:00 |
|
Tom Hughes
|
70cca71f38
|
Merge remote-tracking branch 'upstream/pull/1973'
|
2018-09-05 19:01:24 +01:00 |
|
Andy Allan
|
5a06a3dffe
|
Rename diary_entry#view to diary_entry#show
|
2018-09-05 14:52:36 +08:00 |
|
Andy Allan
|
19c26e70a3
|
Rename user#view to user#show
|
2018-09-05 14:21:01 +08:00 |
|
Tom Hughes
|
6c225bd01c
|
Only include issues visible to the current user in the count
|
2018-06-17 01:01:24 +01:00 |
|
Tom Hughes
|
1392e63272
|
Show count of open issues in the header
|
2018-06-16 12:40:15 +01:00 |
|
Tom Hughes
|
f7d0a60fc1
|
Make reportable item titles translatable
|
2018-06-10 17:05:21 +01:00 |
|
Andy Allan
|
3006ce9713
|
Remove reporting of changesets
|
2018-02-28 14:39:40 +08:00 |
|
Andy Allan
|
3bd06529c7
|
Refactor reportable_url to just return the url
Allows removal of the largely duplicate instance_url helper (which
returned the same urls, but with a hard-coded title).
|
2018-02-28 13:30:17 +08:00 |
|
Andy Allan
|
2a89bf2e6c
|
Refactor reportable_url helper to focus on just the title choices.
|
2018-02-28 11:53:43 +08:00 |
|
Andy Allan
|
38efcc2f33
|
Remove the report_type helper and use the model_name.human to look up translations.
|
2018-02-28 11:40:00 +08:00 |
|
Andy Allan
|
b955a7e78e
|
Link to diary comments using anchors, rather than showing them alone
Neither way is perfect, but this is less surprising than seeing a diary
entry with only one comment visible.
|
2018-02-28 11:24:00 +08:00 |
|
Andy Allan
|
3276063fcf
|
Remove column sorting
It's not tested, not working, and so it can come later in a separate PR.
|
2017-11-29 17:28:09 +00:00 |
|
Andy Allan
|
6f375ef493
|
Get tests passing. Use factories instead of fixtures.
|
2017-07-12 11:38:50 +01:00 |
|
Matt Amos
|
757a1aaa85
|
Made rubocop happy by formatting and minor syntax tweaks.
|
2016-08-22 17:24:10 +01:00 |
|
Shrey
|
916f2c9036
|
Added helper + minor UI changes
(cherry picked from commit 3a6550ff54eb08ec282d13ebf85dc3461cca2983)
|
2016-08-22 16:18:15 +01:00 |
|
Shrey
|
69c1f6d186
|
Added sortable headers + search + reportable Notes
|
2016-08-22 16:18:15 +01:00 |
|
Shrey
|
206e1309a9
|
Added report icon + changes to admin UI + changes to report form + few other minor changes
|
2016-08-22 16:17:54 +01:00 |
|
Shrey
|
732e1ab03a
|
Fixed link to DiaryComments
|
2016-08-22 16:17:54 +01:00 |
|
Shrey
|
b68b29b43c
|
Added support for reporting Changesets + Deleting issues from the CLI
|
2016-08-22 16:17:54 +01:00 |
|
Shrey
|
d1d4f8192d
|
DB changes + Related issues added
|
2016-08-22 16:16:31 +01:00 |
|
Shrey
|
bdc6adddbf
|
basic UI for reporting diary entries,diary entry comments and user profiles
|
2016-08-22 16:15:12 +01:00 |
|
Shrey
|
d49922eb63
|
Added authorization + issues dashboard
|
2016-08-22 16:14:10 +01:00 |
|
Shrey
|
453f758f91
|
Controllers + a few tests + new notification added. Work pending on the notification view
|
2016-08-22 16:13:31 +01:00 |
|