Toby Zerner
420bb2efc8
Apply fixes from StyleCI
...
[ci skip] [skip ci]
2018-07-21 07:52:21 +00:00
Toby Zerner
ed57d6e51c
Clean up attribute assignment
2018-07-21 17:22:03 +09:30
Toby Zerner
b4f6c4be1f
Specify ambiguous column names
2018-07-21 17:21:37 +09:30
Toby Zerner
ff7f7681c7
Use Eloquent's latest
and oldest
2018-07-21 17:21:08 +09:30
Toby Zerner
7d0813bce4
Fix some incorrect attribute names
2018-07-21 17:20:43 +09:30
Toby Zerner
4f259425b0
Fix entity deletion
...
Foreign keys take care of most of this for us!
2018-07-21 17:18:40 +09:30
Toby Zerner
22fadb7f9c
Fix API key generation
2018-07-21 17:14:15 +09:30
Toby Zerner
d0115de771
No need for deleted_at in notifications table
2018-07-21 17:13:51 +09:30
Toby Zerner
9d790c18d6
Change TIMESTAMP columns to DATETIME
2018-07-21 17:12:51 +09:30
Toby Zerner
6f3eb3f335
Fix discussion and post list sorting
2018-07-21 17:10:02 +09:30
Toby Zerner
2d667d885d
Fix email confirmation links
2018-07-21 17:08:11 +09:30
Toby Zerner
0fb81958cb
Clean up Eloquent definitions
2018-07-21 17:06:42 +09:30
Toby Zerner
87bba2186e
Fix to ensure we can rename columns in tables with enums
...
See https://github.com/laravel/framework/issues/1186
2018-07-21 15:26:12 +09:30
Toby Zerner
93b9513df2
Fix column names
2018-07-21 15:24:51 +09:30
Toby Zerner
fb6b2d05b1
Fix table name
2018-07-21 15:24:33 +09:30
Toby Zerner
fe73cf3237
Clean up migrations
...
* Make filenames and order more consistent
* Split foreign keys into their own migrations, add statements to ensure
data integrity prior to adding them
* Add renameColumns helper, use other helpers where possible
2018-07-21 15:23:37 +09:30
Daniel Klabbers
c7efbba0da
resetting to short annotation for dropping foreign key constraint, as per docs, must use array notation for this to work
2018-07-20 09:35:16 +02:00
Daniel Klabbers
be266a73cd
fixed another foreign key drop with incorrect name
2018-07-20 09:24:42 +02:00
Daniel Klabbers
e1a282e0e1
forgot to name a few constraints properly on the dropForeign statement
2018-07-20 09:23:03 +02:00
Daniel Klabbers
5a04635e7a
decided to leave the posts.discussion_id foreign key constraint to discussions out for now
2018-07-20 08:41:01 +02:00
flarum-bot
7d59b4da7e
Bundled output for commit 6a6b9ac6b1
[skip ci]
2018-07-20 03:13:58 +00:00
Daniël Klabbers
f89c111f13
Update PULL_REQUEST_TEMPLATE.md ( #1505 )
2018-07-20 12:39:50 +09:30
Toby Zerner
6a6b9ac6b1
Use flexbox for sideNav. fixes #1408
2018-07-20 12:34:43 +09:30
Toby Zerner
cbe328cdc5
Revert Chrome image rendering tweak
...
The Chrome bug appears to have been fixed:
https://bugs.chromium.org/p/chromium/issues/detail?id=562162
This CSS rule makes images look very ugly in Safari, so removing it.
ref #1259
2018-07-20 12:03:49 +09:30
Toby Zerner
7b802a76ba
Dissociate .sideNav--horizontal from @expand-side-nav
2018-07-20 11:38:42 +09:30
Daniel Klabbers
90792abf10
added constraints, discussions_first_post_id_foreign blocks here
2018-07-19 10:36:46 +02:00
Daniel Klabbers
5139ce647e
instead of changing fulltext, use medium text schema builder change on posts.content
2018-07-19 09:52:20 +02:00
Daniel Klabbers
8779e40ec5
remove migration (initially was intended) to change settings.value to longblob
2018-07-19 09:45:29 +02:00
Daniel Klabbers
1e372f3881
split up the migration to create and seed notifications_from
2018-07-19 09:22:34 +02:00
Daniel Klabbers
b2e873ba7b
undo carbon change as proposed in review
2018-07-19 09:15:59 +02:00
David Sevilla Martín
d6414cfb44
Properly set comments_count and discussions_count ( #1436 )
2018-07-17 19:02:37 +02:00
Franz Liedke
85ceda0b0b
Remove another unused parameter
2018-07-16 15:48:48 +02:00
Franz Liedke
dc7c31e1c2
Remove incorrect attribute
2018-07-16 15:48:48 +02:00
Franz Liedke
177ac74596
Apply fixes from StyleCI ( #1508 )
...
[ci skip] [skip ci]
2018-07-16 15:13:21 +02:00
Franz Liedke
c76d9e1298
Move initial permission setup to migrations
...
Refs #1466 .
2018-07-16 15:12:46 +02:00
Franz Liedke
dee54a008f
Apply fixes from StyleCI ( #1507 )
...
[ci skip] [skip ci]
2018-07-16 01:44:50 +02:00
Franz Liedke
551ca23267
Discussion HTML: Add a canonical URL
...
Refs #358 and #1140 .
2018-07-16 01:43:06 +02:00
Franz Liedke
3d845d5730
Discussion HTML: Fix generation of next/prev URLs
2018-07-16 01:42:36 +02:00
Franz Liedke
9b03f8c71a
Make post filtering work with database prefixes
2018-07-16 01:22:13 +02:00
Franz Liedke
665f241348
Add migration for new hidePosts permission
...
Refs #1387 and #1466 .
2018-07-16 00:41:55 +02:00
Franz Liedke
ce90d2bbdd
Installer: Get rid of an instance variable
...
Leftover from PR #1405 .
2018-07-16 00:33:32 +02:00
Franz Liedke
6e5b0f5289
Formatter: Tweak minifier setup
...
See discussion in PR #1457 .
2018-07-14 22:57:20 +02:00
Sajjad Hashemian
fba31995b1
Upgrade text formatter ( #1457 )
...
* upgrade TextFormatter
* remove finalize options
* cleanup JsCompiler
* simplify Formatter
* refactor Formatter cache
* minify formatter js
* remove Closure Compiler
2018-07-14 22:22:14 +02:00
flarum-bot
604c789ee8
Bundled output for commit 034b82f4d4
[skip ci]
2018-07-14 20:19:52 +00:00
AFR
034b82f4d4
Create new hidePosts permission ( #1466 )
2018-07-14 22:15:40 +02:00
Daniel Klabbers
9be13cb1cd
Revert "Update PULL_REQUEST_TEMPLATE.md"
...
This reverts commit 823f0263ae
.
2018-07-13 10:34:09 +02:00
Daniël Klabbers
823f0263ae
Update PULL_REQUEST_TEMPLATE.md
...
adding a requirement list
adding related required changes
added comment description
2018-07-13 10:32:57 +02:00
Toby Zerner
fb9a89f67f
Use box-shadow instead of border for notifications badge
...
fixes #1481
closes #1500
2018-07-13 17:39:47 +09:30
Franz Liedke
7f63923aa0
Merge pull request #1503 from flarum/dk/1480
...
Update feature-request.md
2018-07-10 20:50:57 +02:00
Daniël Klabbers
73f8922553
Update feature-request.md
2018-07-10 06:26:29 +02:00