GitHub/WoltLab/WCF.git
5 years agoAdd automatic class form field description if certain parent class is required
Matthias Schmidt [Sun, 14 Oct 2018 10:38:43 +0000 (12:38 +0200)]
Add automatic class form field description if certain parent class is required

See #2509

5 years agoRemove obsolete update scripts
Matthias Schmidt [Sat, 13 Oct 2018 13:26:50 +0000 (15:26 +0200)]
Remove obsolete update scripts

5 years agoFix setting value of multiple selection form field
Matthias Schmidt [Sat, 13 Oct 2018 09:46:29 +0000 (11:46 +0200)]
Fix setting value of multiple selection form field

See #2509

5 years agoFix undefined constant in Database class
Matthias Schmidt [Fri, 12 Oct 2018 17:36:52 +0000 (19:36 +0200)]
Fix undefined constant in Database class

It cannot be guaranteed that this constant always exists (for example after emptying caches).

See #2729

5 years agoMerge branch 'master' into next
Matthias Schmidt [Fri, 12 Oct 2018 17:10:54 +0000 (19:10 +0200)]
Merge branch 'master' into next

5 years agoPreparing the release 3.1.6
Alexander Ebert [Thu, 11 Oct 2018 12:51:52 +0000 (14:51 +0200)]
Preparing the release 3.1.6

5 years agoUpdating minified JavaScript files
woltlab.com [Thu, 11 Oct 2018 09:58:07 +0000 (09:58 +0000)]
Updating minified JavaScript files

5 years agoMerge branch '3.0'
Alexander Ebert [Thu, 11 Oct 2018 09:56:04 +0000 (11:56 +0200)]
Merge branch '3.0'

5 years agoUpdating minified JavaScript files
woltlab.com [Wed, 10 Oct 2018 11:16:23 +0000 (11:16 +0000)]
Updating minified JavaScript files

5 years agoAdd indicator for reputation on article list
Joshua Rüsweg [Mon, 8 Oct 2018 09:36:03 +0000 (11:36 +0200)]
Add indicator for reputation on article list

See #2508

5 years agoAdd neutral reaction count on like objects
Joshua Rüsweg [Mon, 8 Oct 2018 09:03:29 +0000 (11:03 +0200)]
Add neutral reaction count on like objects

See #2508

5 years agoImproved a11y of the share buttons
Marcel Werk [Sun, 7 Oct 2018 17:22:45 +0000 (19:22 +0200)]
Improved a11y of the share buttons

See #2713

5 years agoImproved a11y of the poll form
Marcel Werk [Sun, 7 Oct 2018 17:22:28 +0000 (19:22 +0200)]
Improved a11y of the poll form

See #2713

5 years agoImproved a11y of radio buttons
Marcel Werk [Sun, 7 Oct 2018 17:22:01 +0000 (19:22 +0200)]
Improved a11y of radio buttons

5 years agoMerge branch 'next' of https://github.com/WoltLab/WCF into next
Marcel Werk [Sun, 7 Oct 2018 11:21:19 +0000 (13:21 +0200)]
Merge branch 'next' of https://github.com/WoltLab/WCF into next

5 years agoUse aria-hidden to hide elements used purely for decoration
Marcel Werk [Sun, 7 Oct 2018 11:20:58 +0000 (13:20 +0200)]
Use aria-hidden to hide elements used purely for decoration

See #2713

5 years agoAppend REQUEST_URI to database queries (#2729)
Tim Düsterhus [Sun, 7 Oct 2018 11:17:19 +0000 (13:17 +0200)]
Append REQUEST_URI to database queries (#2729)

* Append REQUEST_URI to database queries

This might come in handy to debug long running queries in
production.

Idea stolen from: https://chris-lamb.co.uk/projects/django-append-url-to-sql

* Add ENABLE_PRODUCTION_DEBUG_MODE option

* Save a substr() if ENABLE_PRODUCTION_DEBUG_MODE is off

5 years agoImproved a11y of tooltips
Marcel Werk [Sun, 7 Oct 2018 11:07:08 +0000 (13:07 +0200)]
Improved a11y of tooltips

See #2713

5 years agoChanged role of nav/article elements without label to presentation
Marcel Werk [Sun, 7 Oct 2018 08:59:25 +0000 (10:59 +0200)]
Changed role of nav/article elements without label to presentation

See #2713

5 years agoFixed clipboard issue
Marcel Werk [Sun, 7 Oct 2018 08:58:41 +0000 (10:58 +0200)]
Fixed clipboard issue

5 years agoImproved a11y of 'columnMark' checkboxes
Marcel Werk [Sat, 6 Oct 2018 20:56:46 +0000 (22:56 +0200)]
Improved a11y of 'columnMark' checkboxes

See #2713

5 years agoRemoved inaccurate counter badges
Marcel Werk [Wed, 3 Oct 2018 16:20:31 +0000 (18:20 +0200)]
Removed inaccurate counter badges

5 years agoFixed instagram iframes on mobile
Marcel Werk [Wed, 3 Oct 2018 15:37:04 +0000 (17:37 +0200)]
Fixed instagram iframes on mobile

5 years agoFixed typo
Marcel Werk [Tue, 2 Oct 2018 16:07:37 +0000 (18:07 +0200)]
Fixed typo

5 years agoMerge branch '3.0'
Marcel Werk [Tue, 2 Oct 2018 16:06:06 +0000 (18:06 +0200)]
Merge branch '3.0'

5 years agoFixed typos
Marcel Werk [Tue, 2 Oct 2018 16:04:04 +0000 (18:04 +0200)]
Fixed typos

5 years agoOverflow handling on mobile in the edit history
Marcel Werk [Tue, 2 Oct 2018 15:55:34 +0000 (17:55 +0200)]
Overflow handling on mobile in the edit history

5 years agoUI/ItemList now wraps text hitting the overflow
Alexander Ebert [Mon, 1 Oct 2018 12:03:54 +0000 (14:03 +0200)]
UI/ItemList now wraps text hitting the overflow

5 years agoFix typo
Joshua Rüsweg [Sat, 29 Sep 2018 09:03:54 +0000 (11:03 +0200)]
Fix typo

5 years agoMake reputation in the message sidebar fit the style
Joshua Rüsweg [Thu, 27 Sep 2018 20:40:29 +0000 (22:40 +0200)]
Make reputation in the message sidebar fit the style
See #2508

5 years agoUse GroupedUserList for reaction details instead of own implementation
Joshua Rüsweg [Thu, 27 Sep 2018 20:28:51 +0000 (22:28 +0200)]
Use GroupedUserList for reaction details instead of own implementation
See #2508

5 years agoMerge branch '3.0'
Matthias Schmidt [Mon, 24 Sep 2018 16:17:10 +0000 (18:17 +0200)]
Merge branch '3.0'

5 years agoAdd "Delete" tooltip for failed media uploads
Matthias Schmidt [Mon, 24 Sep 2018 16:14:58 +0000 (18:14 +0200)]
Add "Delete" tooltip for failed media uploads

5 years agoShow complete media upload error message
Matthias Schmidt [Mon, 24 Sep 2018 16:14:31 +0000 (18:14 +0200)]
Show complete media upload error message

Close #2751

5 years agoFix opening media editor when uploading multiple single files after another
Matthias Schmidt [Tue, 18 Sep 2018 16:08:37 +0000 (18:08 +0200)]
Fix opening media editor when uploading multiple single files after another

See #2606

5 years agoOpen media editor after uploading single file
Matthias Schmidt [Tue, 18 Sep 2018 15:30:04 +0000 (17:30 +0200)]
Open media editor after uploading single file

Close #2606

5 years agoImprove styling of the react button
Joshua Rüsweg [Mon, 17 Sep 2018 11:47:00 +0000 (13:47 +0200)]
Improve styling of the react button
See #2508

5 years agoRename method to remove reactions
Joshua Rüsweg [Mon, 17 Sep 2018 09:56:49 +0000 (11:56 +0200)]
Rename method to remove reactions
See #2508

5 years agoAdd html support for media caption
Matthias Schmidt [Sun, 16 Sep 2018 16:32:36 +0000 (18:32 +0200)]
Add html support for media caption

Close #2722

5 years agoAdd list of templates that exist for frontend and ACP
Matthias Schmidt [Sun, 16 Sep 2018 14:16:38 +0000 (16:16 +0200)]
Add list of templates that exist for frontend and ACP

Only identical templates are considered.

5 years agoAdd `mediaBBCode.tpl` ACP template
Matthias Schmidt [Sun, 16 Sep 2018 14:13:17 +0000 (16:13 +0200)]
Add `mediaBBCode.tpl` ACP template

Close #2605

5 years agoDisable autocomplete for the SMTP username
Alexander Ebert [Fri, 14 Sep 2018 14:22:17 +0000 (16:22 +0200)]
Disable autocomplete for the SMTP username

Fixes #2750

5 years agoMerge branch '3.0'
Tim Düsterhus [Fri, 14 Sep 2018 13:35:38 +0000 (15:35 +0200)]
Merge branch '3.0'

5 years agoFix CLI in PHP 7.3
Tim Düsterhus [Fri, 14 Sep 2018 13:33:53 +0000 (15:33 +0200)]
Fix CLI in PHP 7.3

5 years agoWork-around for an out-of-sync code cache in Firefox
Alexander Ebert [Fri, 14 Sep 2018 13:10:08 +0000 (15:10 +0200)]
Work-around for an out-of-sync code cache in Firefox

5 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 14 Sep 2018 13:04:31 +0000 (15:04 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

5 years agoMinor typo
Alexander Ebert [Fri, 14 Sep 2018 13:04:26 +0000 (15:04 +0200)]
Minor typo

5 years agoImprove support for YouTube's time parameters in media provider
Tim Düsterhus [Fri, 14 Sep 2018 13:03:29 +0000 (15:03 +0200)]
Improve support for YouTube's time parameters in media provider

Closes #2608

5 years agoRemove obsolete language items for quotes in WCF 2.x redactor
Tim Düsterhus [Fri, 14 Sep 2018 12:39:25 +0000 (14:39 +0200)]
Remove obsolete language items for quotes in WCF 2.x redactor

5 years agoMerge branch 'master' into next
Tim Düsterhus [Fri, 14 Sep 2018 12:39:08 +0000 (14:39 +0200)]
Merge branch 'master' into next

5 years agoMake server side quote header consistent with Redactor
Tim Düsterhus [Fri, 14 Sep 2018 12:38:01 +0000 (14:38 +0200)]
Make server side quote header consistent with Redactor

Closes #2671

5 years agoDisable display of related videos in YouTube media provider
Tim Düsterhus [Fri, 14 Sep 2018 11:59:42 +0000 (13:59 +0200)]
Disable display of related videos in YouTube media provider

Closes #2620

5 years agoMerge branch 'master' into next
Tim Düsterhus [Thu, 13 Sep 2018 18:39:08 +0000 (20:39 +0200)]
Merge branch 'master' into next

5 years agoMerge remote-tracking branch 'origin/master'
Tim Düsterhus [Thu, 13 Sep 2018 18:38:59 +0000 (20:38 +0200)]
Merge remote-tracking branch 'origin/master'

5 years agoMerge branch 'master' into next
Tim Düsterhus [Thu, 13 Sep 2018 18:38:18 +0000 (20:38 +0200)]
Merge branch 'master' into next

5 years agoMerge branch '3.0'
Tim Düsterhus [Thu, 13 Sep 2018 18:37:49 +0000 (20:37 +0200)]
Merge branch '3.0'

5 years agoPrevent GravatarDownloadAction from downloading if module is off
Tim Düsterhus [Thu, 13 Sep 2018 18:36:12 +0000 (20:36 +0200)]
Prevent GravatarDownloadAction from downloading if module is off

5 years agoWork-around for inconsistent database logs
Alexander Ebert [Thu, 13 Sep 2018 15:38:13 +0000 (17:38 +0200)]
Work-around for inconsistent database logs

5 years agoMerge branch 'master' into next
Tim Düsterhus [Thu, 13 Sep 2018 13:57:49 +0000 (15:57 +0200)]
Merge branch 'master' into next

5 years agoShow proper error messages for XHR without responseText
Tim Düsterhus [Thu, 13 Sep 2018 13:56:52 +0000 (15:56 +0200)]
Show proper error messages for XHR without responseText

This can happen if the domain name cannot be resolved or if
the request is blocked because of CORS.

5 years agoMerge branch '3.0'
Tim Düsterhus [Thu, 13 Sep 2018 13:56:27 +0000 (15:56 +0200)]
Merge branch '3.0'

5 years agoImprove error message if Dialog._createDialog receives invalid `html`
Tim Düsterhus [Thu, 13 Sep 2018 13:42:41 +0000 (15:42 +0200)]
Improve error message if Dialog._createDialog receives invalid `html`

5 years agoImproved a11y of the breadcrumb nav
Marcel Werk [Mon, 10 Sep 2018 12:21:44 +0000 (14:21 +0200)]
Improved a11y of the breadcrumb nav

See #2713

5 years agoMerge branch 'next' of https://github.com/WoltLab/WCF into next
Marcel Werk [Sun, 9 Sep 2018 18:42:16 +0000 (20:42 +0200)]
Merge branch 'next' of https://github.com/WoltLab/WCF into next

5 years agoImproved a11y of dialogs
Marcel Werk [Sun, 9 Sep 2018 18:42:12 +0000 (20:42 +0200)]
Improved a11y of dialogs

See #2713

5 years agoImprove variable documentation
Matthias Schmidt [Sun, 9 Sep 2018 13:25:11 +0000 (15:25 +0200)]
Improve variable documentation

5 years agoAdd missing imports (for documentation)
Matthias Schmidt [Sun, 9 Sep 2018 13:18:35 +0000 (15:18 +0200)]
Add missing imports (for documentation)

5 years agoRemove unused imports
Matthias Schmidt [Sun, 9 Sep 2018 13:17:09 +0000 (15:17 +0200)]
Remove unused imports

5 years agoAdd newline-separated save value for item list form field
Matthias Schmidt [Sun, 9 Sep 2018 12:50:58 +0000 (14:50 +0200)]
Add newline-separated save value for item list form field

See #2509

5 years agoRemove button view from reaction summary list
Joshua Rüsweg [Sun, 9 Sep 2018 11:21:20 +0000 (13:21 +0200)]
Remove button view from reaction summary list
See #2508

5 years agoFix form field dependency check for nested dependencies
Matthias Schmidt [Sun, 9 Sep 2018 07:31:13 +0000 (09:31 +0200)]
Fix form field dependency check for nested dependencies

If field C depends on field B which in turn depends on field A and if field B is unavailable because of its dependencies on field A, field C's explicit dependencies on field B might have still be fulfilled even though field B is unavailable.
Instead of just checking the dependency, we must also check if the depending field fulfills its dependencies.

See #2509

6 years agoAdded position property in breadcrumbs microdata
Marcel Werk [Fri, 7 Sep 2018 14:52:28 +0000 (16:52 +0200)]
Added position property in breadcrumbs microdata

Closes #2748

6 years agoMerge branch '3.0'
Marcel Werk [Fri, 7 Sep 2018 14:26:22 +0000 (16:26 +0200)]
Merge branch '3.0'

6 years agoUpdated outdated links in the cookie policy
Marcel Werk [Fri, 7 Sep 2018 14:07:33 +0000 (16:07 +0200)]
Updated outdated links in the cookie policy

6 years agoMerge branch '3.0'
Marcel Werk [Fri, 7 Sep 2018 11:23:11 +0000 (13:23 +0200)]
Merge branch '3.0'

6 years agoFixed sorting in member list
Marcel Werk [Fri, 7 Sep 2018 11:21:33 +0000 (13:21 +0200)]
Fixed sorting in member list

6 years agoMerge branch '3.0'
Marcel Werk [Thu, 6 Sep 2018 09:36:17 +0000 (11:36 +0200)]
Merge branch '3.0'

6 years agoFixed missing css classes in avatar edit form
Marcel Werk [Thu, 6 Sep 2018 09:35:31 +0000 (11:35 +0200)]
Fixed missing css classes in avatar edit form

6 years agoMerge branch 'master' of https://github.com/WoltLab/WCF
Marcel Werk [Thu, 6 Sep 2018 09:30:27 +0000 (11:30 +0200)]
Merge branch 'master' of https://github.com/WoltLab/WCF

6 years agoMerge pull request #2747 from jens1o/patch-1
Marcel Werk [Tue, 4 Sep 2018 15:36:11 +0000 (17:36 +0200)]
Merge pull request #2747 from jens1o/patch-1

fix typo

6 years agofix typo
Jens Hausdorf [Tue, 4 Sep 2018 15:27:35 +0000 (17:27 +0200)]
fix typo

6 years agoUnified phrases
Marcel Werk [Tue, 4 Sep 2018 13:30:54 +0000 (15:30 +0200)]
Unified phrases

6 years agoUnified phrases
Marcel Werk [Tue, 4 Sep 2018 13:24:30 +0000 (15:24 +0200)]
Unified phrases

6 years agoMerge branch '3.0'
Marcel Werk [Tue, 4 Sep 2018 13:21:30 +0000 (15:21 +0200)]
Merge branch '3.0'

6 years agoFixed typo
Marcel Werk [Tue, 4 Sep 2018 13:21:11 +0000 (15:21 +0200)]
Fixed typo

6 years agoFixed typo
Marcel Werk [Tue, 4 Sep 2018 13:18:07 +0000 (15:18 +0200)]
Fixed typo

6 years agoMerge branch '3.0'
Marcel Werk [Tue, 4 Sep 2018 13:00:41 +0000 (15:00 +0200)]
Merge branch '3.0'

6 years agoFixed typo
Marcel Werk [Tue, 4 Sep 2018 13:00:12 +0000 (15:00 +0200)]
Fixed typo

6 years agoUnified phrases
Marcel Werk [Tue, 4 Sep 2018 12:52:36 +0000 (14:52 +0200)]
Unified phrases

6 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 2 Sep 2018 15:01:21 +0000 (17:01 +0200)]
Merge branch 'master' into next

6 years agoMerge branch '3.0'
Matthias Schmidt [Sun, 2 Sep 2018 15:00:59 +0000 (17:00 +0200)]
Merge branch '3.0'

6 years agoFix circular dependency issue in Language module
Matthias Schmidt [Sun, 2 Sep 2018 15:00:26 +0000 (17:00 +0200)]
Fix circular dependency issue in Language module

6 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 2 Sep 2018 11:22:59 +0000 (13:22 +0200)]
Merge branch 'master' into next

6 years agoMerge branch '3.0'
Matthias Schmidt [Sun, 2 Sep 2018 11:22:43 +0000 (13:22 +0200)]
Merge branch '3.0'

6 years agoAdd missing `content` child for boxes' `content` element in `box.xsd`
Matthias Schmidt [Sun, 2 Sep 2018 11:22:15 +0000 (13:22 +0200)]
Add missing `content` child for boxes' `content` element in `box.xsd`

Fixes #2717

6 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 2 Sep 2018 11:18:52 +0000 (13:18 +0200)]
Merge branch 'master' into next

6 years agoAdd permission to edit notification preset
Joshua Rüsweg [Fri, 31 Aug 2018 09:37:15 +0000 (11:37 +0200)]
Add permission to edit notification preset
See #2598

6 years agoMerge branch 'master' of https://github.com/WoltLab/WCF
Marcel Werk [Thu, 30 Aug 2018 17:39:07 +0000 (19:39 +0200)]
Merge branch 'master' of https://github.com/WoltLab/WCF

6 years agoFixed undersized og images in articles
Marcel Werk [Thu, 30 Aug 2018 17:39:02 +0000 (19:39 +0200)]
Fixed undersized og images in articles

6 years agoAdd recent activity events for articles
Joshua Rüsweg [Thu, 30 Aug 2018 15:26:39 +0000 (17:26 +0200)]
Add recent activity events for articles
See #2625