GitHub/WoltLab/WCF.git
8 years agoMerge branch 'next' into next-lantia
Matthias Schmidt [Sun, 29 Nov 2015 11:44:13 +0000 (12:44 +0100)]
Merge branch 'next' into next-lantia

8 years agoMerge branch 'master' into next
Matthias Schmidt [Sun, 29 Nov 2015 11:43:12 +0000 (12:43 +0100)]
Merge branch 'master' into next

8 years agoFix typo in English language item
Matthias Schmidt [Sun, 29 Nov 2015 11:39:37 +0000 (12:39 +0100)]
Fix typo in English language item

8 years agoSome minor updates
Alexander Ebert [Sat, 28 Nov 2015 20:14:00 +0000 (21:14 +0100)]
Some minor updates

8 years agoMerge branch 'next-lantia' of github.com:WoltLab/WCF into next-lantia
Marcel Werk [Sat, 28 Nov 2015 20:07:29 +0000 (21:07 +0100)]
Merge branch 'next-lantia' of github.com:WoltLab/WCF into next-lantia

8 years agoAdded menu management (WIP)
Marcel Werk [Sat, 28 Nov 2015 20:07:16 +0000 (21:07 +0100)]
Added menu management (WIP)

8 years agoUpdating minified JavaScript files
woltlab.com [Sat, 28 Nov 2015 13:57:19 +0000 (14:57 +0100)]
Updating minified JavaScript files

8 years agoMerge remote-tracking branch 'refs/remotes/origin/next' into next-lantia
Alexander Ebert [Sat, 28 Nov 2015 13:55:19 +0000 (14:55 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/next' into next-lantia

8 years agoMerge remote-tracking branch 'refs/remotes/origin/master' into next
Alexander Ebert [Sat, 28 Nov 2015 13:54:47 +0000 (14:54 +0100)]
Merge remote-tracking branch 'refs/remotes/origin/master' into next

# Conflicts:
# com.woltlab.wcf/package.xml
# wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js
# wcfsetup/install/files/js/3rdParty/redactor/plugins/wcombined.min.js
# wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js
# wcfsetup/install/files/js/WCF.Combined.min.js
# wcfsetup/install/files/lib/system/WCF.class.php

8 years agoMissed some travis errors
Alexander Ebert [Sat, 28 Nov 2015 13:51:55 +0000 (14:51 +0100)]
Missed some travis errors

8 years agoFixed some minor travis issues
Alexander Ebert [Sat, 28 Nov 2015 13:37:50 +0000 (14:37 +0100)]
Fixed some minor travis issues

8 years agoAdded proper support for custom urls
Alexander Ebert [Sat, 28 Nov 2015 12:54:52 +0000 (13:54 +0100)]
Added proper support for custom urls

8 years agoAllow only updating controller
Alexander Ebert [Thu, 26 Nov 2015 18:42:22 +0000 (19:42 +0100)]
Allow only updating controller

8 years agoFixed class reference
Alexander Ebert [Thu, 26 Nov 2015 18:42:08 +0000 (19:42 +0100)]
Fixed class reference

8 years agoAdded page-PIP
Alexander Ebert [Thu, 26 Nov 2015 18:26:00 +0000 (19:26 +0100)]
Added page-PIP

8 years agoFixed wcfsetup and acp/frontend access
Alexander Ebert [Thu, 26 Nov 2015 10:00:40 +0000 (11:00 +0100)]
Fixed wcfsetup and acp/frontend access

8 years agoSupport $2y$ prefix in PasswordUtil::isBlowfish()
Tim Düsterhus [Wed, 25 Nov 2015 17:33:57 +0000 (18:33 +0100)]
Support $2y$ prefix in PasswordUtil::isBlowfish()

8 years agoRemoved some DI references
Alexander Ebert [Wed, 25 Nov 2015 15:09:40 +0000 (16:09 +0100)]
Removed some DI references

8 years agoRemoved php-di
Alexander Ebert [Wed, 25 Nov 2015 14:27:48 +0000 (15:27 +0100)]
Removed php-di

​Originally intended to phase out SingletonFactory and get rid of its
downsides, there are a few issues that effectively prevent us from using
DI right now:

* There are a rather large amount of current singletons that impose a
circular dependency on runtime, resolving these would require more
changes to the API and the behavior than we're comfortable with
* Being able to replace classes with a derived one is a great feature,
but unfortunately the event system isn't exactly aware of this and
unless one explicitly opts-in for inheritance, event listeners would not
be executed. This could lead to rather unpredictable behaviors and
debugging issues could be rather challenging
* Only some classes qualify for DI, for instance SingletonFactory has a
locked constructor that can be overriden without breaking BC. This leads
to a mixture of "real" DI classes (using constructor injection) and
others that explicitly invoke the DI container to fetch dependencies on
runtime, negating one key aspect of DI (knowledge about dependencies w/o
examining the class source)

These are the major issues with the current implementation and we rather
chose to ditch DI for now until we have proper solutions for all issues.
Most likely this will mean that we won't see DI in the 2.x tree of WCF
at all.

8 years agoSome changes for custom URL support
Alexander Ebert [Wed, 25 Nov 2015 12:39:43 +0000 (13:39 +0100)]
Some changes for custom URL support

8 years agoFixed package installation icon / updated spinner
Alexander Ebert [Tue, 24 Nov 2015 19:32:21 +0000 (20:32 +0100)]
Fixed package installation icon / updated spinner

8 years agoExclude 3rd party libs from sniffing
Alexander Ebert [Tue, 24 Nov 2015 19:32:05 +0000 (20:32 +0100)]
Exclude 3rd party libs from sniffing

8 years agoFixed WCFSetup / ACP
Alexander Ebert [Tue, 24 Nov 2015 18:51:13 +0000 (19:51 +0100)]
Fixed WCFSetup / ACP

8 years agoAdded missing autoloader
Alexander Ebert [Tue, 24 Nov 2015 00:16:19 +0000 (01:16 +0100)]
Added missing autoloader

8 years agoAdded experimental mention support
Alexander Ebert [Mon, 23 Nov 2015 23:10:56 +0000 (00:10 +0100)]
Added experimental mention support

Still buggy and anything but finished, more like a proof of concept than
a working implementation. Naming is still inconsistent and is something
I'm working on.

8 years agoFixed usage of smileys in spoiler bbcode titles
Marcel Werk [Mon, 23 Nov 2015 23:07:07 +0000 (00:07 +0100)]
Fixed usage of smileys in spoiler bbcode titles

8 years agoAdded HTMLPurifier / experimental support for quotes
Alexander Ebert [Fri, 20 Nov 2015 16:50:56 +0000 (17:50 +0100)]
Added HTMLPurifier / experimental support for quotes

8 years agoOverhauled some classes using DI
Alexander Ebert [Fri, 20 Nov 2015 16:50:00 +0000 (17:50 +0100)]
Overhauled some classes using DI

8 years agoFixed inline editor
Alexander Ebert [Fri, 20 Nov 2015 16:49:34 +0000 (17:49 +0100)]
Fixed inline editor

8 years agoFixed calculation issue
Alexander Ebert [Fri, 20 Nov 2015 16:49:18 +0000 (17:49 +0100)]
Fixed calculation issue

8 years agoFixed broken preview image in acp attachment list
Marcel Werk [Thu, 19 Nov 2015 18:42:54 +0000 (19:42 +0100)]
Fixed broken preview image in acp attachment list

8 years agoAdded CMS page management (WIP)
Marcel Werk [Thu, 19 Nov 2015 16:03:51 +0000 (17:03 +0100)]
Added CMS page management (WIP)

8 years agoSome fixes and minor overhauls
Alexander Ebert [Wed, 18 Nov 2015 14:01:30 +0000 (15:01 +0100)]
Some fixes and minor overhauls

8 years agoUpdated LinkHandler to use DI
Alexander Ebert [Wed, 18 Nov 2015 10:06:37 +0000 (11:06 +0100)]
Updated LinkHandler to use DI

8 years agoUpdated phpDoc
Alexander Ebert [Wed, 18 Nov 2015 09:51:31 +0000 (10:51 +0100)]
Updated phpDoc

8 years agoUsing DI for certain classes
Alexander Ebert [Tue, 17 Nov 2015 18:24:25 +0000 (19:24 +0100)]
Using DI for certain classes

8 years agoMerge branch 'refs/heads/next-php-di' into next-lantia
Alexander Ebert [Tue, 17 Nov 2015 12:59:21 +0000 (13:59 +0100)]
Merge branch 'refs/heads/next-php-di' into next-lantia

8 years agoAdded PHP-DI in order to phase out SingletonFactory
Alexander Ebert [Tue, 17 Nov 2015 12:58:43 +0000 (13:58 +0100)]
Added PHP-DI in order to phase out SingletonFactory

8 years agoAdded generic message manager
Alexander Ebert [Mon, 16 Nov 2015 23:53:23 +0000 (00:53 +0100)]
Added generic message manager

8 years agoImproved parameter hinting
Alexander Ebert [Mon, 16 Nov 2015 23:52:36 +0000 (00:52 +0100)]
Improved parameter hinting

8 years agoFixed message buttons and improved tooltip UX
Alexander Ebert [Mon, 16 Nov 2015 23:52:06 +0000 (00:52 +0100)]
Fixed message buttons and improved tooltip UX

8 years agoMinor improvements
Alexander Ebert [Mon, 16 Nov 2015 23:51:42 +0000 (00:51 +0100)]
Minor improvements

8 years agoAdded reusable dropdown menus
Alexander Ebert [Mon, 16 Nov 2015 23:51:17 +0000 (00:51 +0100)]
Added reusable dropdown menus

Dropdown menus are usually tied to a specific element, but certain
scenarios require only a single menu that can be used for multiple
source elements. This decreases the impact on the page DOM and allows
for easier management in these cases.

8 years agoAdd permission check for attachment's user edit link
Matthias Schmidt [Sat, 14 Nov 2015 12:05:26 +0000 (13:05 +0100)]
Add permission check for attachment's user edit link

8 years agoCleaned up route handler, partially incomplete
Alexander Ebert [Wed, 4 Nov 2015 12:51:41 +0000 (13:51 +0100)]
Cleaned up route handler, partially incomplete

8 years agoAdded quote support, still getting used to Redactor II
Alexander Ebert [Mon, 2 Nov 2015 14:09:18 +0000 (15:09 +0100)]
Added quote support, still getting used to Redactor II

8 years agoPreparing release 2.1.8 pl 1
Alexander Ebert [Thu, 29 Oct 2015 09:54:31 +0000 (10:54 +0100)]
Preparing release 2.1.8 pl 1

8 years agoDummy change
Alexander Ebert [Wed, 28 Oct 2015 17:59:44 +0000 (18:59 +0100)]
Dummy change

This change will cause the handler to be recognized as changed file by
our build tools, ensuring the current version will be force-shipped with
the next update.

8 years agoUpdating minified JavaScript files
woltlab.com [Wed, 28 Oct 2015 16:56:54 +0000 (17:56 +0100)]
Updating minified JavaScript files

8 years agoFixed handling of multiselect types
Alexander Ebert [Wed, 28 Oct 2015 16:52:01 +0000 (17:52 +0100)]
Fixed handling of multiselect types

8 years agoUpdating minified JavaScript files
woltlab.com [Wed, 28 Oct 2015 14:01:53 +0000 (15:01 +0100)]
Updating minified JavaScript files

8 years agoDirty work-around for iOS Safari's selection
Alexander Ebert [Wed, 28 Oct 2015 13:55:57 +0000 (14:55 +0100)]
Dirty work-around for iOS Safari's selection

8 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 28 Oct 2015 13:12:24 +0000 (14:12 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

8 years agoRevert "Fixed avatar size in mobile optimization"
Marcel Werk [Wed, 28 Oct 2015 13:12:14 +0000 (14:12 +0100)]
Revert "Fixed avatar size in mobile optimization"

This reverts commit 28b522a49b09c7778439ad19b29ff3123006b10c.

8 years agoDisabled iOS work-around causing issues in iOS 9
Alexander Ebert [Wed, 28 Oct 2015 12:31:44 +0000 (13:31 +0100)]
Disabled iOS work-around causing issues in iOS 9

8 years agoRemoved ads from non-content pages
Marcel Werk [Wed, 28 Oct 2015 12:31:05 +0000 (13:31 +0100)]
Removed ads from non-content pages

8 years agoUpdating minified JavaScript files
woltlab.com [Wed, 28 Oct 2015 12:06:50 +0000 (13:06 +0100)]
Updating minified JavaScript files

8 years agoImproved sanitation for content pasted from OpenOffice
Alexander Ebert [Wed, 28 Oct 2015 12:01:41 +0000 (13:01 +0100)]
Improved sanitation for content pasted from OpenOffice

8 years agoCLI worker was out-of-sync, breaking elasticsearch integration
Alexander Ebert [Wed, 28 Oct 2015 10:14:39 +0000 (11:14 +0100)]
CLI worker was out-of-sync, breaking elasticsearch integration

8 years agoRemoved Redactor and replaced it with Redactor II
Alexander Ebert [Tue, 27 Oct 2015 18:09:58 +0000 (19:09 +0100)]
Removed Redactor and replaced it with Redactor II

8 years agoRemoved dropdownInteractive.less
Alexander Ebert [Sun, 25 Oct 2015 17:59:33 +0000 (18:59 +0100)]
Removed dropdownInteractive.less

8 years agoRestored basic interactive dropdown functionality
Alexander Ebert [Sun, 25 Oct 2015 17:59:19 +0000 (18:59 +0100)]
Restored basic interactive dropdown functionality

8 years agoRemoved *some* obsolete less files
Alexander Ebert [Sun, 25 Oct 2015 14:11:55 +0000 (15:11 +0100)]
Removed *some* obsolete less files

8 years agoSome minor visual improvements
Alexander Ebert [Sun, 25 Oct 2015 14:09:34 +0000 (15:09 +0100)]
Some minor visual improvements

8 years agoSome minor style/visuals improvement
Alexander Ebert [Sun, 25 Oct 2015 10:33:50 +0000 (11:33 +0100)]
Some minor style/visuals improvement

8 years agoMerge branch 'next-lantia' of github.com:WoltLab/WCF into next-lantia
Alexander Ebert [Sun, 25 Oct 2015 10:33:25 +0000 (11:33 +0100)]
Merge branch 'next-lantia' of github.com:WoltLab/WCF into next-lantia

8 years agoRemoved fake anchor
Alexander Ebert [Sat, 24 Oct 2015 22:46:46 +0000 (00:46 +0200)]
Removed fake anchor

8 years agoSome cleanup and minor fixes
Alexander Ebert [Sat, 24 Oct 2015 22:44:16 +0000 (00:44 +0200)]
Some cleanup and minor fixes

8 years agoFix regular expressions
Matthias Schmidt [Sat, 24 Oct 2015 19:24:03 +0000 (21:24 +0200)]
Fix regular expressions

8 years agoAdded default style archive
Alexander Ebert [Sat, 24 Oct 2015 19:13:47 +0000 (21:13 +0200)]
Added default style archive

8 years agoSome minor fixes
Alexander Ebert [Sat, 24 Oct 2015 19:13:31 +0000 (21:13 +0200)]
Some minor fixes

8 years agoFixed Travis issues
Alexander Ebert [Sat, 24 Oct 2015 18:46:49 +0000 (20:46 +0200)]
Fixed Travis issues

8 years agoGeneric `layoutBoundary` to cover all your bases
Alexander Ebert [Sat, 24 Oct 2015 18:25:13 +0000 (20:25 +0200)]
Generic `layoutBoundary` to cover all your bases

8 years agoFixed style compiler
Alexander Ebert [Sat, 24 Oct 2015 18:24:58 +0000 (20:24 +0200)]
Fixed style compiler

8 years agoUpdating minified JavaScript files
woltlab.com [Sat, 24 Oct 2015 13:12:22 +0000 (15:12 +0200)]
Updating minified JavaScript files

8 years agoMerge remote-tracking branch 'refs/remotes/origin/next' into next-lantia
Alexander Ebert [Sat, 24 Oct 2015 13:10:58 +0000 (15:10 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/next' into next-lantia

8 years agoMerge remote-tracking branch 'refs/remotes/origin/master' into next
Alexander Ebert [Sat, 24 Oct 2015 13:10:03 +0000 (15:10 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/master' into next

Conflicts:
com.woltlab.wcf/package.xml
wcfsetup/install/files/js/3rdParty/redactor/plugins/wbbcode.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wcombined.min.js
wcfsetup/install/files/js/3rdParty/redactor/plugins/wmonkeypatch.js
wcfsetup/install/files/js/WCF.Combined.min.js
wcfsetup/install/files/lib/system/WCF.class.php

8 years agoRemoved popover.less
Alexander Ebert [Sat, 24 Oct 2015 13:02:10 +0000 (15:02 +0200)]
Removed popover.less

8 years agoFixed header template and updated popover
Alexander Ebert [Sat, 24 Oct 2015 13:02:02 +0000 (15:02 +0200)]
Fixed header template and updated popover

8 years agoUpdated styling of input/textarea
Alexander Ebert [Sat, 24 Oct 2015 12:49:45 +0000 (14:49 +0200)]
Updated styling of input/textarea

8 years agoFixed WCFSetup
Alexander Ebert [Sat, 24 Oct 2015 12:09:45 +0000 (14:09 +0200)]
Fixed WCFSetup

It still looks a bit broken here and then though

8 years agoUpdating minified JavaScript files
woltlab.com [Fri, 23 Oct 2015 11:57:24 +0000 (13:57 +0200)]
Updating minified JavaScript files

8 years agoUpdating minified JavaScript files
woltlab.com [Fri, 23 Oct 2015 11:56:49 +0000 (13:56 +0200)]
Updating minified JavaScript files

8 years agoUpdating minified JavaScript files
woltlab.com [Fri, 23 Oct 2015 11:52:24 +0000 (13:52 +0200)]
Updating minified JavaScript files

8 years agoUpdating minified JavaScript files
woltlab.com [Fri, 23 Oct 2015 11:51:50 +0000 (13:51 +0200)]
Updating minified JavaScript files

8 years agoUpdating minified JavaScript files
woltlab.com [Fri, 23 Oct 2015 11:51:49 +0000 (13:51 +0200)]
Updating minified JavaScript files

8 years agoUpdated release date 2.1.8
Alexander Ebert [Fri, 23 Oct 2015 09:25:47 +0000 (11:25 +0200)]
Updated release date

8 years agoUpdated style
Alexander Ebert [Thu, 22 Oct 2015 18:57:21 +0000 (20:57 +0200)]
Updated style

8 years agoUpdating minified JavaScript files
woltlab.com [Tue, 20 Oct 2015 18:26:49 +0000 (20:26 +0200)]
Updating minified JavaScript files

8 years agoDirty work-around to have Edge handled as IE
Alexander Ebert [Tue, 20 Oct 2015 18:21:58 +0000 (20:21 +0200)]
Dirty work-around to have Edge handled as IE

8 years agoUpdating minified JavaScript files
woltlab.com [Tue, 20 Oct 2015 16:36:49 +0000 (18:36 +0200)]
Updating minified JavaScript files

8 years agoAdded a work-around for IE breaking quotes on list insert
Alexander Ebert [Tue, 20 Oct 2015 16:33:07 +0000 (18:33 +0200)]
Added a work-around for IE breaking quotes on list insert

8 years agoPreparing release 2.1.8
Alexander Ebert [Tue, 20 Oct 2015 11:36:25 +0000 (13:36 +0200)]
Preparing release 2.1.8

8 years agoUpdating minified JavaScript files
woltlab.com [Tue, 20 Oct 2015 10:11:48 +0000 (12:11 +0200)]
Updating minified JavaScript files

8 years agoFixed selection issue in Chrome and Firefox
Alexander Ebert [Tue, 20 Oct 2015 10:08:58 +0000 (12:08 +0200)]
Fixed selection issue in Chrome and Firefox

8 years agoUpdated styles and templates
Alexander Ebert [Tue, 20 Oct 2015 08:40:49 +0000 (10:40 +0200)]
Updated styles and templates

8 years agoUpdated styles and templates
Alexander Ebert [Tue, 20 Oct 2015 08:40:31 +0000 (10:40 +0200)]
Updated styles and templates

8 years agoOverhauled ACP menu item phrases
Alexander Ebert [Sun, 18 Oct 2015 17:14:32 +0000 (19:14 +0200)]
Overhauled ACP menu item phrases

8 years agoInstall/upload package is now a sub menu item
Alexander Ebert [Sun, 18 Oct 2015 16:28:53 +0000 (18:28 +0200)]
Install/upload package is now a sub menu item

8 years agoRemoved option import/export
Alexander Ebert [Sun, 18 Oct 2015 16:28:14 +0000 (18:28 +0200)]
Removed option import/export