GitHub/WoltLab/WCF.git
7 years agoUse short array syntax
Matthias Schmidt [Sun, 23 Jul 2017 05:19:54 +0000 (07:19 +0200)]
Use short array syntax

7 years agoImprove code for better IDE integration
Matthias Schmidt [Sun, 23 Jul 2017 05:17:12 +0000 (07:17 +0200)]
Improve code for better IDE integration

7 years agoFix warning about potentially undefined variable
Matthias Schmidt [Sun, 23 Jul 2017 05:12:08 +0000 (07:12 +0200)]
Fix warning about potentially undefined variable

7 years agoRemove import of non-existing class
Matthias Schmidt [Sun, 23 Jul 2017 05:11:13 +0000 (07:11 +0200)]
Remove import of non-existing class

7 years agoAdd missing import
Matthias Schmidt [Sun, 23 Jul 2017 05:10:53 +0000 (07:10 +0200)]
Add missing import

7 years agoFix type documentation issues
Matthias Schmidt [Sun, 23 Jul 2017 05:09:14 +0000 (07:09 +0200)]
Fix type documentation issues

7 years agoRemove unused imports
Matthias Schmidt [Sun, 23 Jul 2017 04:53:13 +0000 (06:53 +0200)]
Remove unused imports

7 years agoMoved `String.prototype.hashCode()`
Alexander Ebert [Sat, 22 Jul 2017 19:55:44 +0000 (21:55 +0200)]
Moved `String.prototype.hashCode()`

The dev tools indirectly require this method to be loaded a bit earlier.

7 years agoOverhauled ACP user list edit icons
Alexander Ebert [Sat, 22 Jul 2017 18:53:51 +0000 (20:53 +0200)]
Overhauled ACP user list edit icons

See #2347

7 years agoMerge pull request #2349 from Fabii547/patch-49
Marcel Werk [Sat, 22 Jul 2017 10:52:31 +0000 (12:52 +0200)]
Merge pull request #2349 from Fabii547/patch-49

Fix box and page type in XSDs

7 years agoFix box and page type in XSDs
Fabii547 [Sat, 22 Jul 2017 08:26:32 +0000 (10:26 +0200)]
Fix box and page type in XSDs

7 years agoFixed use-statement order
Alexander Ebert [Fri, 21 Jul 2017 19:27:17 +0000 (21:27 +0200)]
Fixed use-statement order

7 years agoAdded error handling when hitting PHP upload limits
Alexander Ebert [Fri, 21 Jul 2017 19:12:21 +0000 (21:12 +0200)]
Added error handling when hitting PHP upload limits

Closes #2346

7 years agoAdded i18n import capabilities
Alexander Ebert [Fri, 21 Jul 2017 15:35:21 +0000 (17:35 +0200)]
Added i18n import capabilities

See WoltLab/com.woltlab.wcf.exporter#24

7 years agoMerge pull request #2345 from Fabii547/patch-48
Marcel Werk [Fri, 21 Jul 2017 14:08:16 +0000 (16:08 +0200)]
Merge pull request #2345 from Fabii547/patch-48

Add missing elements to XSDs

7 years agoAdd missing elements to XSDs
Fabii547 [Fri, 21 Jul 2017 13:11:53 +0000 (15:11 +0200)]
Add missing elements to XSDs

7 years agohttp => https in social networks links (#2332)
Jens Hausdorf [Fri, 21 Jul 2017 12:44:56 +0000 (14:44 +0200)]
http => https in social networks links (#2332)

* http => https in social networks links

* http => https in external urls

* missed some links

7 years agoDisallow some pages from landing page
Alexander Ebert [Fri, 21 Jul 2017 10:26:31 +0000 (12:26 +0200)]
Disallow some pages from landing page

Closes #2344

7 years agoAdded option to force plain text pasting
Alexander Ebert [Fri, 21 Jul 2017 08:36:21 +0000 (10:36 +0200)]
Added option to force plain text pasting

Closes #2343

7 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Marcel Werk [Thu, 20 Jul 2017 18:01:54 +0000 (20:01 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

7 years agoFixed typo
Marcel Werk [Thu, 20 Jul 2017 18:00:20 +0000 (20:00 +0200)]
Fixed typo

7 years agoAdded a simple SMTP test
Alexander Ebert [Thu, 20 Jul 2017 17:23:22 +0000 (19:23 +0200)]
Added a simple SMTP test

Closes #2342

7 years agoMoved rewrite test into a separate template
Alexander Ebert [Thu, 20 Jul 2017 12:35:46 +0000 (14:35 +0200)]
Moved rewrite test into a separate template

See #2320

7 years agoFixed calculation of setup steps
Alexander Ebert [Thu, 20 Jul 2017 11:08:43 +0000 (13:08 +0200)]
Fixed calculation of setup steps

See #2322

7 years agoAdded additional SQL offsets for WCFSetup
Alexander Ebert [Thu, 20 Jul 2017 11:04:41 +0000 (13:04 +0200)]
Added additional SQL offsets for WCFSetup

Closes #2322

7 years agoAdd trophy list page
Joshua Rüsweg [Wed, 19 Jul 2017 20:34:53 +0000 (22:34 +0200)]
Add trophy list page

See #2315

7 years agoAdd canViewTrophy user option
Joshua Rüsweg [Wed, 19 Jul 2017 19:54:31 +0000 (21:54 +0200)]
Add canViewTrophy user option

See #2315

7 years agoUse smaller avatars in email notifications
Tim Düsterhus [Wed, 19 Jul 2017 15:59:43 +0000 (17:59 +0200)]
Use smaller avatars in email notifications

Closes WoltLab/WCF#2196

7 years agoMerge branch '3.0'
Tim Düsterhus [Wed, 19 Jul 2017 15:42:35 +0000 (17:42 +0200)]
Merge branch '3.0'

7 years agoFix handling of failed attempts to encrypt for starttls = 'may'
Tim Düsterhus [Wed, 19 Jul 2017 15:41:54 +0000 (17:41 +0200)]
Fix handling of failed attempts to encrypt for starttls = 'may'

Fixes #2340

7 years agoShow prefix of SMTP server replies in Exception
Tim Düsterhus [Wed, 19 Jul 2017 15:39:02 +0000 (17:39 +0200)]
Show prefix of SMTP server replies in Exception

7 years agoSmall code optimization
Marcel Werk [Wed, 19 Jul 2017 15:28:47 +0000 (17:28 +0200)]
Small code optimization

7 years agoOnly throw an exception for empty arrays while devtools are active
Alexander Ebert [Wed, 19 Jul 2017 15:23:22 +0000 (17:23 +0200)]
Only throw an exception for empty arrays while devtools are active

See #2338

7 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Tue, 18 Jul 2017 13:37:06 +0000 (15:37 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

7 years agoImproved setup access, allow MariaDB 5.5.47+
Alexander Ebert [Tue, 18 Jul 2017 13:34:15 +0000 (15:34 +0200)]
Improved setup access, allow MariaDB 5.5.47+

Closes #2341

7 years agoForce skip of system critical templates on style export
Alexander Ebert [Tue, 18 Jul 2017 12:32:11 +0000 (14:32 +0200)]
Force skip of system critical templates on style export

See #2335

7 years agoDisallow customization of system critical templates
Alexander Ebert [Tue, 18 Jul 2017 12:30:42 +0000 (14:30 +0200)]
Disallow customization of system critical templates

Closes #2335

7 years agoPreserve general search scope inside search
Alexander Ebert [Tue, 18 Jul 2017 10:22:40 +0000 (12:22 +0200)]
Preserve general search scope inside search

Closes #2328

7 years agoImproved development section, disallow updates w/ benchmark on
Alexander Ebert [Tue, 18 Jul 2017 09:48:00 +0000 (11:48 +0200)]
Improved development section, disallow updates w/ benchmark on

See #2326

7 years agoAllow image-only ranks
Alexander Ebert [Mon, 17 Jul 2017 18:50:23 +0000 (20:50 +0200)]
Allow image-only ranks

Closes #2325

7 years agoFiltering labels by group now lifts the limit
Alexander Ebert [Mon, 17 Jul 2017 18:06:34 +0000 (20:06 +0200)]
Filtering labels by group now lifts the limit

Closes #2318

7 years agoAdded separate style variables for editor appearance
Alexander Ebert [Mon, 17 Jul 2017 13:22:52 +0000 (15:22 +0200)]
Added separate style variables for editor appearance

See #2317

7 years agoFixed an empty set of results when searching for packages
Alexander Ebert [Mon, 17 Jul 2017 12:21:58 +0000 (14:21 +0200)]
Fixed an empty set of results when searching for packages

7 years agoAdded automatic URL rewrite test
Alexander Ebert [Mon, 17 Jul 2017 11:45:35 +0000 (13:45 +0200)]
Added automatic URL rewrite test

See #2320

7 years agoFixed import of language files
Alexander Ebert [Mon, 17 Jul 2017 11:33:02 +0000 (13:33 +0200)]
Fixed import of language files

See #2331

7 years agoMerge pull request #2339 from fragsalat/article-meta-data-tpl-event
Marcel Werk [Mon, 17 Jul 2017 11:40:51 +0000 (13:40 +0200)]
Merge pull request #2339 from fragsalat/article-meta-data-tpl-event

Added template event to content meta data

7 years agoFix installation of application-specific files in dev tools
Matthias Schmidt [Sun, 16 Jul 2017 13:07:30 +0000 (15:07 +0200)]
Fix installation of application-specific files in dev tools

See #2331

7 years agoAdded template event to article meta data
Thomas Schlage [Sun, 16 Jul 2017 13:00:32 +0000 (15:00 +0200)]
Added template event to article meta data

7 years agoAss user trophy received user notification
Joshua Rüsweg [Sat, 15 Jul 2017 20:58:41 +0000 (22:58 +0200)]
Ass user trophy received user notification

See #2315

7 years agoFix $databaseTableIndexName for UserTrophy
Joshua Rüsweg [Sat, 15 Jul 2017 20:50:24 +0000 (22:50 +0200)]
Fix $databaseTableIndexName for UserTrophy

See #2315

7 years agoAdded `pluginStoreFileID` for packages
Alexander Ebert [Sat, 15 Jul 2017 20:35:17 +0000 (22:35 +0200)]
Added `pluginStoreFileID` for packages

See #2319

7 years agoAdd missing sync dependency for UserNotificationEvents PIP
Joshua Rüsweg [Sat, 15 Jul 2017 20:24:47 +0000 (22:24 +0200)]
Add missing sync dependency for UserNotificationEvents PIP

See #2331

7 years agoAdd UserTrophy notification object
Joshua Rüsweg [Sat, 15 Jul 2017 20:03:05 +0000 (22:03 +0200)]
Add UserTrophy notification object

See #2315

7 years agoAdd UserTrophy edit form
Joshua Rüsweg [Sat, 15 Jul 2017 19:49:40 +0000 (21:49 +0200)]
Add UserTrophy edit form

See #2315

7 years agoDisallow user trophy edit for automatically awarded trophies
Joshua Rüsweg [Sat, 15 Jul 2017 19:48:45 +0000 (21:48 +0200)]
Disallow user trophy edit for automatically awarded trophies

See #2315

7 years agoValidate if the user names are correct
Joshua Rüsweg [Sat, 15 Jul 2017 19:10:08 +0000 (21:10 +0200)]
Validate if the user names are correct

See #2315

7 years agoUse optgroup instead of own implementation
Joshua Rüsweg [Sat, 15 Jul 2017 19:08:28 +0000 (21:08 +0200)]
Use optgroup instead of own implementation

See #2315

7 years agoAdded `Url` wrapper for sane URL parsing
Alexander Ebert [Sat, 15 Jul 2017 10:37:00 +0000 (12:37 +0200)]
Added `Url` wrapper for sane URL parsing

See #2336

7 years agoAdded missing phrases
Alexander Ebert [Fri, 14 Jul 2017 16:19:57 +0000 (18:19 +0200)]
Added missing phrases

7 years agoThrow an exception when condition parameter is an empty array
Alexander Ebert [Fri, 14 Jul 2017 16:19:42 +0000 (18:19 +0200)]
Throw an exception when condition parameter is an empty array

See #2338

7 years agoAdded missing constant during WCFSetup
Alexander Ebert [Fri, 14 Jul 2017 16:01:27 +0000 (18:01 +0200)]
Added missing constant during WCFSetup

7 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Fri, 14 Jul 2017 15:30:44 +0000 (17:30 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

# Conflicts:
# wcfsetup/install/files/js/3rdParty/redactor2/plugins/combined.min.js
# wcfsetup/install/files/js/3rdParty/redactor2/redactor.min.js

7 years agoUpdating minified JavaScript files
woltlab.com [Fri, 14 Jul 2017 15:28:56 +0000 (17:28 +0200)]
Updating minified JavaScript files

7 years agoFixed counter for unread moderation items in user panel
Alexander Ebert [Fri, 14 Jul 2017 15:25:56 +0000 (17:25 +0200)]
Fixed counter for unread moderation items in user panel

7 years agoFixed switching between content languages
Alexander Ebert [Fri, 14 Jul 2017 15:11:47 +0000 (17:11 +0200)]
Fixed switching between content languages

7 years agoFixed pasting of plaintext in Firefox
Alexander Ebert [Fri, 14 Jul 2017 12:56:53 +0000 (14:56 +0200)]
Fixed pasting of plaintext in Firefox

7 years agoDisabled custom selection marker handling on paste
Alexander Ebert [Fri, 14 Jul 2017 11:40:46 +0000 (13:40 +0200)]
Disabled custom selection marker handling on paste

This change caused some issues with the browser's selection management
when rapidly pasting by holding ctrl+v

7 years agoUpgraded to Redactor II 2.8.1
Alexander Ebert [Fri, 14 Jul 2017 11:28:18 +0000 (13:28 +0200)]
Upgraded to Redactor II 2.8.1

7 years agoFixed usage of the `aboutMe` option type
Alexander Ebert [Fri, 14 Jul 2017 10:41:34 +0000 (12:41 +0200)]
Fixed usage of the `aboutMe` option type

Fixes #2337

7 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Thu, 13 Jul 2017 23:32:16 +0000 (01:32 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

7 years agoFixed matching of update server urls
Alexander Ebert [Thu, 13 Jul 2017 23:31:58 +0000 (01:31 +0200)]
Fixed matching of update server urls

See #2327

7 years agoFixed static method call
Alexander Ebert [Thu, 13 Jul 2017 23:28:53 +0000 (01:28 +0200)]
Fixed static method call

7 years agoFixed word filter matching on empty lines
Alexander Ebert [Thu, 13 Jul 2017 23:16:11 +0000 (01:16 +0200)]
Fixed word filter matching on empty lines

See #2333

7 years agoAssign to default user groups during user rebuild if missing
Alexander Ebert [Thu, 13 Jul 2017 22:51:27 +0000 (00:51 +0200)]
Assign to default user groups during user rebuild if missing

See #2334

7 years agoAdded debug output for form validation errors
Alexander Ebert [Sun, 9 Jul 2017 14:46:15 +0000 (16:46 +0200)]
Added debug output for form validation errors

See #2316

7 years agoAdded lightweight developer tools
Alexander Ebert [Thu, 13 Jul 2017 18:22:11 +0000 (20:22 +0200)]
Added lightweight developer tools

See #2331

7 years agoAdd missing overwriting of DevtoolsPackageInstallationDispatcher::getPackage()
Matthias Schmidt [Thu, 13 Jul 2017 17:53:55 +0000 (19:53 +0200)]
Add missing overwriting of DevtoolsPackageInstallationDispatcher::getPackage()

See #2331

7 years agoIgnore `app.config.inc.php` during WSC file sync
Matthias Schmidt [Thu, 13 Jul 2017 17:46:54 +0000 (19:46 +0200)]
Ignore `app.config.inc.php` during WSC file sync

See #2331

7 years agoIgnore `options.inc.php` during WSC file sync
Matthias Schmidt [Thu, 13 Jul 2017 17:38:36 +0000 (19:38 +0200)]
Ignore `options.inc.php` during WSC file sync

See #2331

7 years agoFix English language item
Matthias Schmidt [Thu, 13 Jul 2017 17:29:52 +0000 (19:29 +0200)]
Fix English language item

See #2331

7 years agoAdd missing sync dependency for ACL option PIP
Matthias Schmidt [Thu, 13 Jul 2017 17:26:30 +0000 (19:26 +0200)]
Add missing sync dependency for ACL option PIP

See #2331

7 years agoFix executing non-wildcard XML PIPs during non-WSC project sync
Matthias Schmidt [Thu, 13 Jul 2017 17:23:43 +0000 (19:23 +0200)]
Fix executing non-wildcard XML PIPs during non-WSC project sync

See #2331

7 years agoFix namespace of DevtoolsSyncPage class
Matthias Schmidt [Thu, 13 Jul 2017 17:04:20 +0000 (19:04 +0200)]
Fix namespace of DevtoolsSyncPage class

See #2331

7 years agoImproved pip dependency
Alexander Ebert [Thu, 13 Jul 2017 16:30:29 +0000 (18:30 +0200)]
Improved pip dependency

See #2331

7 years agoMerge remote-tracking branch 'refs/remotes/origin/3.0'
Alexander Ebert [Thu, 13 Jul 2017 13:38:54 +0000 (15:38 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/3.0'

7 years agoFixed ob clearing
Alexander Ebert [Thu, 13 Jul 2017 13:23:32 +0000 (15:23 +0200)]
Fixed ob clearing

7 years agoAdded project version / excludedpackages validation
Alexander Ebert [Thu, 13 Jul 2017 12:57:16 +0000 (14:57 +0200)]
Added project version / excludedpackages validation

See #2331

7 years agoMinor code style fixes
Alexander Ebert [Thu, 13 Jul 2017 12:21:04 +0000 (14:21 +0200)]
Minor code style fixes

7 years agoMerge remote-tracking branch 'origin/master'
Alexander Ebert [Thu, 13 Jul 2017 12:12:45 +0000 (14:12 +0200)]
Merge remote-tracking branch 'origin/master'

# Conflicts:
# wcfsetup/install/lang/en.xml

7 years agoAdded 'sync all', improved behavior, fixes
Alexander Ebert [Thu, 13 Jul 2017 12:11:55 +0000 (14:11 +0200)]
Added 'sync all', improved behavior, fixes

See #2331

7 years agoFixed spelling of "Kontaktformular"
Marcel Werk [Wed, 12 Jul 2017 15:54:20 +0000 (17:54 +0200)]
Fixed spelling of "Kontaktformular"

7 years agoAdd user trophy add form
Joshua Rüsweg [Wed, 12 Jul 2017 12:42:12 +0000 (14:42 +0200)]
Add user trophy add form

See #2315

7 years agoAdd user trophy list
Joshua Rüsweg [Wed, 12 Jul 2017 12:41:42 +0000 (14:41 +0200)]
Add user trophy list

See #2315

7 years agoMerge branch '3.0'
Alexander Ebert [Wed, 12 Jul 2017 07:53:33 +0000 (09:53 +0200)]
Merge branch '3.0'

7 years agoPreparing release 3.0.7 3.0.7
Alexander Ebert [Tue, 11 Jul 2017 17:52:04 +0000 (19:52 +0200)]
Preparing release 3.0.7

7 years agoAdded basic developer tools (wip)
Alexander Ebert [Tue, 11 Jul 2017 17:18:14 +0000 (19:18 +0200)]
Added basic developer tools (wip)

See #2331

7 years agoAdded debug output for form validation errors
Alexander Ebert [Sun, 9 Jul 2017 14:46:15 +0000 (16:46 +0200)]
Added debug output for form validation errors

See #2316

7 years agoImprove event name for getReplacements
Joshua Rüsweg [Sun, 9 Jul 2017 14:15:42 +0000 (16:15 +0200)]
Improve event name for getReplacements

See #2315

7 years agoAdd method to cache the replacements for each object
Joshua Rüsweg [Sun, 9 Jul 2017 14:12:37 +0000 (16:12 +0200)]
Add method to cache the replacements for each object

See #2315

7 years agoAdd userTrophy DBO
Joshua Rüsweg [Sun, 9 Jul 2017 13:48:49 +0000 (15:48 +0200)]
Add userTrophy DBO

See #2315