GitHub/WoltLab/WCF.git
7 years agoImproved UI of text comparisons / diff
Alexander Ebert [Thu, 30 Mar 2017 10:33:58 +0000 (12:33 +0200)]
Improved UI of text comparisons / diff

See #2243

7 years agoMerge branch 'master' into next
Tim Düsterhus [Wed, 29 Mar 2017 21:26:10 +0000 (23:26 +0200)]
Merge branch 'master' into next

7 years agoEnsure that Ajax/Request calls the `failure` callback for all errors
Tim Düsterhus [Wed, 29 Mar 2017 21:24:29 +0000 (23:24 +0200)]
Ensure that Ajax/Request calls the `failure` callback for all errors

Previously errors such as broken TCP connections / closed ports
would not call `failure`, because the reply wasn't valid JSON.

7 years agoUpdating minified JavaScript files
woltlab.com [Wed, 29 Mar 2017 20:46:48 +0000 (22:46 +0200)]
Updating minified JavaScript files

7 years agoMerge branch 'master' into next
Tim Düsterhus [Wed, 29 Mar 2017 20:40:47 +0000 (22:40 +0200)]
Merge branch 'master' into next

7 years agoFix issue with dots in Template.grammar.jison
Tim Düsterhus [Wed, 29 Mar 2017 20:38:30 +0000 (22:38 +0200)]
Fix issue with dots in Template.grammar.jison

Also simplify the grammar: Most tokens are now only recognized when inside
a command (i.e. a valid opening brace), previously a manual listing inside
PLAIN_ANY was required, leading to subtle bugs.

7 years agoOptimized mobile view of ModerationListPage
Marcel Werk [Wed, 29 Mar 2017 14:17:10 +0000 (16:17 +0200)]
Optimized mobile view of ModerationListPage

see #2227

7 years agoImplemented history support for boxes and pages
Alexander Ebert [Wed, 29 Mar 2017 13:07:51 +0000 (15:07 +0200)]
Implemented history support for boxes and pages

See #2202

7 years agoAdded check for interface existence
Alexander Ebert [Wed, 29 Mar 2017 12:30:52 +0000 (14:30 +0200)]
Added check for interface existence

7 years agoFix code style
Tim Düsterhus [Wed, 29 Mar 2017 12:12:08 +0000 (14:12 +0200)]
Fix code style

7 years agoMerge branch 'master' into next
Tim Düsterhus [Wed, 29 Mar 2017 12:03:03 +0000 (14:03 +0200)]
Merge branch 'master' into next

7 years agoMerge remote-tracking branch 'origin/master'
Tim Düsterhus [Wed, 29 Mar 2017 12:02:50 +0000 (14:02 +0200)]
Merge remote-tracking branch 'origin/master'

7 years agoMerge branch '2.1'
Tim Düsterhus [Wed, 29 Mar 2017 12:02:16 +0000 (14:02 +0200)]
Merge branch '2.1'

7 years agoMerge branch '2.0' into 2.1
Tim Düsterhus [Wed, 29 Mar 2017 12:01:58 +0000 (14:01 +0200)]
Merge branch '2.0' into 2.1

7 years agoFix FacebookAuthAction
Tim Düsterhus [Wed, 29 Mar 2017 12:01:32 +0000 (14:01 +0200)]
Fix FacebookAuthAction

7 years agoMerge branch 'invis-captcha' into next
Tim Düsterhus [Tue, 28 Mar 2017 20:43:19 +0000 (22:43 +0200)]
Merge branch 'invis-captcha' into next

Closes #2242

7 years agoAdd support for invisible reCAPTCHA
Tim Düsterhus [Mon, 27 Mar 2017 19:43:09 +0000 (21:43 +0200)]
Add support for invisible reCAPTCHA

see #2242

7 years agoFixed text overflow in mobile menu
Marcel Werk [Tue, 28 Mar 2017 19:36:06 +0000 (21:36 +0200)]
Fixed text overflow in mobile menu

7 years agoAdd ES6 Promise polyfill
Tim Düsterhus [Tue, 28 Mar 2017 18:51:46 +0000 (20:51 +0200)]
Add ES6 Promise polyfill

7 years agoImplemented visit tracking for articles
Marcel Werk [Tue, 28 Mar 2017 17:35:05 +0000 (19:35 +0200)]
Implemented visit tracking for articles

Closes #2182

7 years agoImplemented revert feature for tracked versions
Alexander Ebert [Tue, 28 Mar 2017 15:45:41 +0000 (17:45 +0200)]
Implemented revert feature for tracked versions

See #2240

7 years agoImplemented abstract version tracking and comparison (wip)
Alexander Ebert [Mon, 27 Mar 2017 16:33:17 +0000 (18:33 +0200)]
Implemented abstract version tracking and comparison (wip)

See #2240

7 years agoFix non-ASCII characters in email subject when transporting w/ PHP
Tim Düsterhus [Thu, 23 Mar 2017 20:36:29 +0000 (21:36 +0100)]
Fix non-ASCII characters in email subject when transporting w/ PHP

7 years agoAdd Drag&Drop and Copy&Paste support for media
Matthias Schmidt [Sun, 26 Mar 2017 11:29:25 +0000 (13:29 +0200)]
Add Drag&Drop and Copy&Paste support for media

See #2199

7 years agoMake RemoteFile::setTLS() compatible with disabled TLS 1.0
Tim Düsterhus [Fri, 24 Mar 2017 14:03:30 +0000 (15:03 +0100)]
Make RemoteFile::setTLS() compatible with disabled TLS 1.0

7 years agoAdded reference implementation for version tracking
Alexander Ebert [Fri, 24 Mar 2017 12:37:31 +0000 (13:37 +0100)]
Added reference implementation for version tracking

See #2240

7 years agoFixed sort order in tagged article list
Marcel Werk [Wed, 22 Mar 2017 16:34:34 +0000 (17:34 +0100)]
Fixed sort order in tagged article list

7 years agoFixed use-statement order
Alexander Ebert [Wed, 22 Mar 2017 14:28:21 +0000 (15:28 +0100)]
Fixed use-statement order

7 years agoAdded ColorPicker wrapper and callback support
Alexander Ebert [Wed, 22 Mar 2017 14:11:31 +0000 (15:11 +0100)]
Added ColorPicker wrapper and callback support

See #2238

7 years agoMoved color conversion methods into `ColorUtil`
Alexander Ebert [Wed, 22 Mar 2017 13:12:02 +0000 (14:12 +0100)]
Moved color conversion methods into `ColorUtil`

See #2238

7 years agoAdded file type icons as thumbnails for non-images
Marcel Werk [Tue, 21 Mar 2017 20:04:20 +0000 (21:04 +0100)]
Added file type icons as thumbnails for non-images

Closes #2239

7 years agoAdded CMS pages to the search index
Marcel Werk [Tue, 21 Mar 2017 13:29:25 +0000 (14:29 +0100)]
Added CMS pages to the search index

Closes #2203

7 years agoExclude deleted articles from automatic publication
Alexander Ebert [Tue, 21 Mar 2017 12:20:39 +0000 (13:20 +0100)]
Exclude deleted articles from automatic publication

See #2209

7 years agoTrash, restore and delete articles from edit page
Alexander Ebert [Tue, 21 Mar 2017 12:19:00 +0000 (13:19 +0100)]
Trash, restore and delete articles from edit page

See #2209

7 years agoEnforce visibility on article page and in listings
Alexander Ebert [Mon, 20 Mar 2017 17:29:01 +0000 (18:29 +0100)]
Enforce visibility on article page and in listings

See #2209

7 years agoAdded trash/restore support for articles
Alexander Ebert [Mon, 20 Mar 2017 16:45:12 +0000 (17:45 +0100)]
Added trash/restore support for articles

See #2209

7 years agoFixed typo
Marcel Werk [Mon, 20 Mar 2017 10:53:34 +0000 (11:53 +0100)]
Fixed typo

7 years agoAdded option to insert a new page into the main menu
Marcel Werk [Sun, 19 Mar 2017 13:02:55 +0000 (14:02 +0100)]
Added option to insert a new page into the main menu

Closes #2204

7 years agoAdd basic logging for `UserAvatarAction::fetchRemoteAvatar()`
Alexander Ebert [Fri, 17 Mar 2017 15:57:55 +0000 (16:57 +0100)]
Add basic logging for `UserAvatarAction::fetchRemoteAvatar()`

See #2200

7 years agoCleanup, file was not supposed to be added at all
Alexander Ebert [Fri, 17 Mar 2017 13:42:08 +0000 (14:42 +0100)]
Cleanup, file was not supposed to be added at all

See #2213

7 years agoAdded generic avatar using the user's initials
Alexander Ebert [Fri, 17 Mar 2017 13:32:31 +0000 (14:32 +0100)]
Added generic avatar using the user's initials

See #2213

7 years agoAdded setting to configure pages' accessibility for search spiders
Marcel Werk [Fri, 17 Mar 2017 12:05:06 +0000 (13:05 +0100)]
Added setting to configure pages' accessibility for search spiders

See #2204

7 years agoFixed typo
Marcel Werk [Fri, 17 Mar 2017 11:36:19 +0000 (12:36 +0100)]
Fixed typo

7 years agoUpdated page.xsd
Marcel Werk [Thu, 16 Mar 2017 18:56:02 +0000 (19:56 +0100)]
Updated page.xsd

7 years agoAdded setting to allow access to a page during maintenance
Marcel Werk [Thu, 16 Mar 2017 18:55:12 +0000 (19:55 +0100)]
Added setting to allow access to a page during maintenance

See #2204

7 years agoAdded missing property documentation
Marcel Werk [Thu, 16 Mar 2017 18:29:09 +0000 (19:29 +0100)]
Added missing property documentation

7 years agoAdded top pagination in mobile view for message lists
Marcel Werk [Thu, 16 Mar 2017 16:31:29 +0000 (17:31 +0100)]
Added top pagination in mobile view for message lists

Closes #2198

7 years agoClear old phrase when re-enabling custom value
Alexander Ebert [Thu, 16 Mar 2017 13:05:33 +0000 (14:05 +0100)]
Clear old phrase when re-enabling custom value

See #2221

7 years agoAllow custom css class names for cms pages
Marcel Werk [Thu, 16 Mar 2017 12:56:29 +0000 (13:56 +0100)]
Allow custom css class names for cms pages

see #2204

7 years agoFilter by recently disabled, added warning to package list
Alexander Ebert [Thu, 16 Mar 2017 12:42:58 +0000 (13:42 +0100)]
Filter by recently disabled, added warning to package list

See #2221

7 years agoImproved handling of changed phrases
Alexander Ebert [Thu, 16 Mar 2017 12:05:18 +0000 (13:05 +0100)]
Improved handling of changed phrases

See #2221

7 years agoMerge branch 'next' of github.com:WoltLab/WCF into next
Alexander Ebert [Thu, 16 Mar 2017 11:50:06 +0000 (12:50 +0100)]
Merge branch 'next' of github.com:WoltLab/WCF into next

7 years agoAdded separate columns to track changed phrases
Alexander Ebert [Thu, 16 Mar 2017 11:49:53 +0000 (12:49 +0100)]
Added separate columns to track changed phrases

See #2221

7 years agoReduced paddings on main container on small devices (xs)
Marcel Werk [Wed, 15 Mar 2017 17:19:55 +0000 (18:19 +0100)]
Reduced paddings on main container on small devices (xs)

Closes #2235

7 years agoUpdated CSS highlighter to recognize CSS3
Alexander Ebert [Wed, 15 Mar 2017 16:30:56 +0000 (17:30 +0100)]
Updated CSS highlighter to recognize CSS3

See #2218

7 years agoPage handler failed to validate object existence
Alexander Ebert [Wed, 15 Mar 2017 11:57:49 +0000 (12:57 +0100)]
Page handler failed to validate object existence

7 years agoFixed issue caused by attachments with missing file type value
Marcel Werk [Tue, 14 Mar 2017 18:19:20 +0000 (19:19 +0100)]
Fixed issue caused by attachments with missing file type value

7 years agoHide signatures of banned users
Marcel Werk [Tue, 14 Mar 2017 18:12:10 +0000 (19:12 +0100)]
Hide signatures of banned users

close #2207

7 years agoAdded versatile textarea for additional meta tags
Marcel Werk [Tue, 14 Mar 2017 18:09:41 +0000 (19:09 +0100)]
Added versatile textarea for additional meta tags

closes #2229

7 years agoHide content element if event has no description
Marcel Werk [Tue, 14 Mar 2017 17:44:00 +0000 (18:44 +0100)]
Hide content element if event has no description

7 years agoMade CSS class htmlContent configurable by activity events
Marcel Werk [Tue, 14 Mar 2017 17:42:11 +0000 (18:42 +0100)]
Made CSS class htmlContent configurable by activity events

see #2234

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 14 Mar 2017 17:31:52 +0000 (18:31 +0100)]
Updating minified JavaScript files

7 years agoAdded updateButtonState event
Marcel Werk [Tue, 14 Mar 2017 17:16:05 +0000 (18:16 +0100)]
Added updateButtonState event

7 years agoFixed tag encoding issue
Marcel Werk [Tue, 14 Mar 2017 17:15:53 +0000 (18:15 +0100)]
Fixed tag encoding issue

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 13 Mar 2017 17:46:51 +0000 (18:46 +0100)]
Updating minified JavaScript files

7 years agoFixed duplicates in acl suggestions
Marcel Werk [Mon, 13 Mar 2017 17:30:09 +0000 (18:30 +0100)]
Fixed duplicates in acl suggestions

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 13 Mar 2017 12:31:53 +0000 (13:31 +0100)]
Updating minified JavaScript files

7 years agoFixed saving of delete reason
Marcel Werk [Mon, 13 Mar 2017 12:18:30 +0000 (13:18 +0100)]
Fixed saving of delete reason

7 years agoFixed missing consideration of module settings
Marcel Werk [Sun, 12 Mar 2017 17:08:15 +0000 (18:08 +0100)]
Fixed missing consideration of module settings

7 years agoAutomatically convert article links
Matthias Schmidt [Sun, 12 Mar 2017 13:36:49 +0000 (14:36 +0100)]
Automatically convert article links

See #2186

7 years agoFixed styling of disabled javascript warning
Marcel Werk [Sun, 12 Mar 2017 11:25:17 +0000 (12:25 +0100)]
Fixed styling of disabled javascript warning

7 years agoRemoved superfluous class
Alexander Ebert [Fri, 10 Mar 2017 22:58:10 +0000 (23:58 +0100)]
Removed superfluous class

7 years agoUse TIME_NOW when saving articles as published
Alexander Ebert [Fri, 10 Mar 2017 13:50:38 +0000 (14:50 +0100)]
Use TIME_NOW when saving articles as published

See #2194

7 years agoAdded HTML support for paid subscriptions
Alexander Ebert [Fri, 10 Mar 2017 13:20:43 +0000 (14:20 +0100)]
Added HTML support for paid subscriptions

See #2188

7 years agoAdded support for an i18n editor instance
Alexander Ebert [Fri, 10 Mar 2017 12:49:10 +0000 (13:49 +0100)]
Added support for an i18n editor instance

Related to #2188

7 years agoFixed adding comments to moderation queues
Alexander Ebert [Thu, 9 Mar 2017 22:31:42 +0000 (23:31 +0100)]
Fixed adding comments to moderation queues

7 years agoUpdated comment implementation for moderation queues
Alexander Ebert [Thu, 9 Mar 2017 22:27:57 +0000 (23:27 +0100)]
Updated comment implementation for moderation queues

7 years agoModeration queue integration for comments/responses
Alexander Ebert [Thu, 9 Mar 2017 22:24:11 +0000 (23:24 +0100)]
Moderation queue integration for comments/responses

See #2219

7 years agoFix travis issues
Matthias Schmidt [Thu, 9 Mar 2017 18:10:04 +0000 (19:10 +0100)]
Fix travis issues

7 years agoAdd category support for media
Matthias Schmidt [Thu, 9 Mar 2017 18:04:46 +0000 (19:04 +0100)]
Add category support for media

Closes #2191

7 years agoMerge branch 'master' into next
Matthias Schmidt [Thu, 9 Mar 2017 18:03:14 +0000 (19:03 +0100)]
Merge branch 'master' into next

7 years agoRevert "Add category support for media"
Matthias Schmidt [Thu, 9 Mar 2017 18:02:29 +0000 (19:02 +0100)]
Revert "Add category support for media"

This reverts commit bb00edaaface987241ad93d18f4f137a8855b791.

7 years agoAdd category support for media
Matthias Schmidt [Thu, 9 Mar 2017 18:00:32 +0000 (19:00 +0100)]
Add category support for media

Closes #2191

7 years agoCode cleanup
Alexander Ebert [Thu, 9 Mar 2017 16:12:04 +0000 (17:12 +0100)]
Code cleanup

See #2219

7 years agoImplemented enable feature for responses
Alexander Ebert [Thu, 9 Mar 2017 13:58:32 +0000 (14:58 +0100)]
Implemented enable feature for responses

See #2219

7 years agoRevert comment input on success
Alexander Ebert [Thu, 9 Mar 2017 13:22:06 +0000 (14:22 +0100)]
Revert comment input on success

See #2233

7 years agoRevert response input on reply
Alexander Ebert [Thu, 9 Mar 2017 11:59:28 +0000 (12:59 +0100)]
Revert response input on reply

See #2233

7 years agoImproved handling of disabled comments/responses
Alexander Ebert [Thu, 9 Mar 2017 11:00:26 +0000 (12:00 +0100)]
Improved handling of disabled comments/responses

See #2219

7 years agoFixed activity events for comments/responses
Alexander Ebert [Wed, 8 Mar 2017 17:40:44 +0000 (18:40 +0100)]
Fixed activity events for comments/responses

See #2219

7 years agoImplemented enabling of comments
Alexander Ebert [Wed, 8 Mar 2017 17:37:14 +0000 (18:37 +0100)]
Implemented enabling of comments

See #2219

7 years agoAdded separate tracking of disabled responses
Alexander Ebert [Wed, 8 Mar 2017 15:45:22 +0000 (16:45 +0100)]
Added separate tracking of disabled responses

See #2219

7 years agoAdded support for responses awaiting approval
Alexander Ebert [Wed, 8 Mar 2017 12:48:52 +0000 (13:48 +0100)]
Added support for responses awaiting approval

See #2219

7 years agoAdded notice for comments requiring approval
Alexander Ebert [Wed, 8 Mar 2017 12:21:20 +0000 (13:21 +0100)]
Added notice for comments requiring approval

See #2219

7 years agoMerge pull request #2232 from ChristopherWalz/master
Alexander Ebert [Wed, 8 Mar 2017 08:49:30 +0000 (09:49 +0100)]
Merge pull request #2232 from ChristopherWalz/master

Add hasContent event

7 years agoAdded basic approval process for comments
Alexander Ebert [Tue, 7 Mar 2017 16:56:38 +0000 (17:56 +0100)]
Added basic approval process for comments

See #2219

7 years agoAdd hasContent event
Christopher Walz [Tue, 7 Mar 2017 07:07:13 +0000 (15:07 +0800)]
Add hasContent event

7 years agoFix typos in English mail contents
Tim Düsterhus [Mon, 6 Mar 2017 19:47:00 +0000 (20:47 +0100)]
Fix typos in English mail contents

7 years agoUpdated comment implementation for articles/pages
Alexander Ebert [Mon, 6 Mar 2017 14:54:28 +0000 (15:54 +0100)]
Updated comment implementation for articles/pages

See #2223

7 years agoAdded permissions and `isDisabled` for comments
Alexander Ebert [Mon, 6 Mar 2017 14:33:38 +0000 (15:33 +0100)]
Added permissions and `isDisabled` for comments

See #2219

7 years agoAdd permalinks for responses to phrases
Alexander Ebert [Mon, 6 Mar 2017 12:02:54 +0000 (13:02 +0100)]
Add permalinks for responses to phrases

See #2231