GitHub/WoltLab/WCF.git
11 years agoMerge branch 'master' into cli
Tim Düsterhus [Fri, 15 Feb 2013 21:58:18 +0000 (22:58 +0100)]
Merge branch 'master' into cli

Conflicts:
wcfsetup/setup/db/install.sql

11 years agoFixed authentication
Marcel Werk [Fri, 15 Feb 2013 14:44:03 +0000 (15:44 +0100)]
Fixed authentication

11 years agoFixed authentication
Marcel Werk [Fri, 15 Feb 2013 14:00:58 +0000 (15:00 +0100)]
Fixed authentication

11 years agoAdded support for braindead IPv6 notation
Alexander Ebert [Thu, 14 Feb 2013 20:49:37 +0000 (21:49 +0100)]
Added support for braindead IPv6 notation

11 years agoAdded IPv6 support for Memcached
Alexander Ebert [Thu, 14 Feb 2013 20:11:40 +0000 (21:11 +0100)]
Added IPv6 support for Memcached

Fixes #1140

11 years agoRemoved pointless newline
Alexander Ebert [Thu, 14 Feb 2013 20:00:17 +0000 (21:00 +0100)]
Removed pointless newline

11 years agoUserAuthenticationFactory is now a SingletonFactory
Alexander Ebert [Thu, 14 Feb 2013 19:38:47 +0000 (20:38 +0100)]
UserAuthenticationFactory is now a SingletonFactory

11 years agoAdded option to show loading overlay for a single request
Alexander Ebert [Thu, 14 Feb 2013 18:07:11 +0000 (19:07 +0100)]
Added option to show loading overlay for a single request

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 14 Feb 2013 17:46:43 +0000 (18:46 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoImproved behavior of suggestions
Alexander Ebert [Thu, 14 Feb 2013 17:45:49 +0000 (18:45 +0100)]
Improved behavior of suggestions

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 14 Feb 2013 17:06:14 +0000 (18:06 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed loading of language categories
Marcel Werk [Thu, 14 Feb 2013 17:05:56 +0000 (18:05 +0100)]
Fixed loading of language categories

11 years agoMerge pull request #1139 from PhrozenByte/enhancement/UseJQueryIs
Alexander Ebert [Thu, 14 Feb 2013 16:50:32 +0000 (08:50 -0800)]
Merge pull request #1139 from PhrozenByte/enhancement/UseJQueryIs

Don't use .getTagName(), use jQuerys .is() instead

11 years agochanged .getTagName() syntax
Daniel Rudolf [Thu, 14 Feb 2013 16:05:48 +0000 (17:05 +0100)]
changed .getTagName() syntax

11 years agoFixed benchmark viewing
Alexander Ebert [Thu, 14 Feb 2013 14:43:38 +0000 (15:43 +0100)]
Fixed benchmark viewing

11 years agoDon't use .getTagName(), use jQuerys .is() instead
Daniel Rudolf [Thu, 14 Feb 2013 14:43:22 +0000 (15:43 +0100)]
Don't use .getTagName(), use jQuerys .is() instead

Your custom .getTagName() fails on jQuery selectors with multiple or no elements. When you try to .wcfFadeIn() on an selector with no elements, a JavaScript error is the result. With an selector containing multiple elements, the effect won't be changed to highlight when the first element is e.g. an div. Never ever expect a single element inside an jQuery selector, that's the first thing the jQuery doc tells you. Simply use jQuerys .is() instead - it's much more flexible.

As I can see, WCF.getEffect() is a "protected method" and only used internally. If this is not the case just say it, I'll make it downward-compatible.

11 years agoProperly removing margin from .formSubmit within dialogs
Alexander Ebert [Wed, 13 Feb 2013 15:58:33 +0000 (16:58 +0100)]
Properly removing margin from .formSubmit within dialogs

11 years agoUsing utf8_unicode_ci instead of utf8_general_ci
Alexander Ebert [Wed, 13 Feb 2013 14:34:07 +0000 (15:34 +0100)]
Using utf8_unicode_ci instead of utf8_general_ci

Fixes #1105

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 12 Feb 2013 23:26:43 +0000 (00:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRemoved check for identical passwords
Alexander Ebert [Tue, 12 Feb 2013 23:26:15 +0000 (00:26 +0100)]
Removed check for identical passwords

Closes #1127

11 years agoMerge pull request #1137 from MeinAccount/icon-spinner/important
Alexander Ebert [Tue, 12 Feb 2013 22:53:50 +0000 (14:53 -0800)]
Merge pull request #1137 from MeinAccount/icon-spinner/important

Updating the spinner

11 years agoFixed main menu borders
Marcel Werk [Tue, 12 Feb 2013 22:27:36 +0000 (23:27 +0100)]
Fixed main menu borders

Fixes #933

11 years agoAdding WCF.LoadingOverlayHandler.updateIcon()
Magnus Kühn [Tue, 12 Feb 2013 14:38:53 +0000 (15:38 +0100)]
Adding WCF.LoadingOverlayHandler.updateIcon()

11 years agoMaking the :before-content of the icon-spinner important
Magnus Kühn [Tue, 12 Feb 2013 14:20:37 +0000 (15:20 +0100)]
Making the :before-content of the icon-spinner important

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 11 Feb 2013 23:52:04 +0000 (00:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRemoved obsolete folder
Marcel Werk [Mon, 11 Feb 2013 23:51:48 +0000 (00:51 +0100)]
Removed obsolete folder

11 years agoAdded basic browser detection for Chrome
Alexander Ebert [Mon, 11 Feb 2013 23:04:03 +0000 (00:04 +0100)]
Added basic browser detection for Chrome

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 11 Feb 2013 22:43:12 +0000 (23:43 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded less variable (@wcfExtraDimmedColor)
Marcel Werk [Mon, 11 Feb 2013 22:42:55 +0000 (23:42 +0100)]
Added less variable (@wcfExtraDimmedColor)

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 11 Feb 2013 20:42:10 +0000 (21:42 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed detection of existing WCF installation
Alexander Ebert [Mon, 11 Feb 2013 20:31:25 +0000 (21:31 +0100)]
Fixed detection of existing WCF installation

11 years agoMerge pull request #1135 from MeinAccount/js/actionEventPrevent
Alexander Ebert [Mon, 11 Feb 2013 20:02:29 +0000 (12:02 -0800)]
Merge pull request #1135 from MeinAccount/js/actionEventPrevent

Adding event-preventing in WCF.Action.Delete/Toggle

11 years agoAdding event-preventing in WCF.Action.Delete/Toggle
Magnus Kühn [Mon, 11 Feb 2013 19:35:07 +0000 (20:35 +0100)]
Adding event-preventing in WCF.Action.Delete/Toggle

11 years agoMerge pull request #1134 from MeinAccount/js/deleteIconUpdate
Alexander Ebert [Mon, 11 Feb 2013 16:52:09 +0000 (08:52 -0800)]
Merge pull request #1134 from MeinAccount/js/deleteIconUpdate

Fixed icon-update in WCF.Action.Delete

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 11 Feb 2013 16:19:11 +0000 (17:19 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoUsing .hasClass()
Magnus Kühn [Mon, 11 Feb 2013 16:18:37 +0000 (17:18 +0100)]
Using .hasClass()

11 years agoRemoved detection of existing WCF directories
Alexander Ebert [Mon, 11 Feb 2013 16:16:07 +0000 (17:16 +0100)]
Removed detection of existing WCF directories

Fixes #1128

11 years agoFixed icon-update in WCF.Action.Delete
Magnus Kühn [Mon, 11 Feb 2013 16:14:43 +0000 (17:14 +0100)]
Fixed icon-update in WCF.Action.Delete

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 11 Feb 2013 16:07:37 +0000 (17:07 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed overflows in popovers
Marcel Werk [Mon, 11 Feb 2013 16:07:22 +0000 (17:07 +0100)]
Fixed overflows in popovers

11 years agoMerge pull request #1131 from MeinAccount/CacheHandler/flushWithParams
Alexander Ebert [Mon, 11 Feb 2013 15:41:52 +0000 (07:41 -0800)]
Merge pull request #1131 from MeinAccount/CacheHandler/flushWithParams

Fixed flushing of caches with parameters

11 years agoBetter code styling
Magnus Kühn [Mon, 11 Feb 2013 15:38:33 +0000 (16:38 +0100)]
Better code styling

11 years agoFixes benchmark dialog
Matthias Schmidt [Mon, 11 Feb 2013 08:13:23 +0000 (09:13 +0100)]
Fixes benchmark dialog

11 years agoImproved visuals for dialog overlays
Alexander Ebert [Sun, 10 Feb 2013 20:28:42 +0000 (21:28 +0100)]
Improved visuals for dialog overlays

11 years agoMerge pull request #1132 from MeinAccount/js/loadingOverlayHandler
Alexander Ebert [Sun, 10 Feb 2013 18:44:33 +0000 (10:44 -0800)]
Merge pull request #1132 from MeinAccount/js/loadingOverlayHandler

Added WCF.LoadingOverlayHandler

11 years agoDropped WCF.Action.Proxy._activeRequests
Magnus Kühn [Sun, 10 Feb 2013 18:27:51 +0000 (19:27 +0100)]
Dropped WCF.Action.Proxy._activeRequests

11 years agoAdded WCF.LoadingOverlayHandler
Magnus Kühn [Sun, 10 Feb 2013 18:27:02 +0000 (19:27 +0100)]
Added WCF.LoadingOverlayHandler

11 years agoFixed flushing of caches with parameters
Magnus Kühn [Sun, 10 Feb 2013 17:44:16 +0000 (18:44 +0100)]
Fixed flushing of caches with parameters

11 years agoFixes property access because of lazy initialization
Matthias Schmidt [Sun, 10 Feb 2013 11:56:20 +0000 (12:56 +0100)]
Fixes property access because of lazy initialization

11 years agoTemplate listener order is now deterministic
Alexander Ebert [Sun, 10 Feb 2013 03:05:26 +0000 (04:05 +0100)]
Template listener order is now deterministic

First installed will be the first one to be invoked

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 10 Feb 2013 03:03:46 +0000 (04:03 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRemoved AJAX-support for ui.wcfDialog
Alexander Ebert [Sun, 10 Feb 2013 02:57:32 +0000 (03:57 +0100)]
Removed AJAX-support for ui.wcfDialog

Additionally WCF.showAJAXDialog() was removed too.

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 10 Feb 2013 02:51:13 +0000 (03:51 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoSmall style optimization
Marcel Werk [Sun, 10 Feb 2013 02:50:59 +0000 (03:50 +0100)]
Small style optimization

11 years agoMerge pull request #1129 from PhrozenByte/bug/AutoloadLeadingSlash
Tim Düsterhus [Sat, 9 Feb 2013 12:03:15 +0000 (04:03 -0800)]
Merge pull request #1129 from PhrozenByte/bug/AutoloadLeadingSlash

Bug workaround for (undocumented?) autoload change in PHP 5.3.?

11 years agoAnnoying and pointless
Daniel Rudolf [Sat, 9 Feb 2013 10:41:42 +0000 (11:41 +0100)]
Annoying and pointless

11 years agowrapped in curly braces
Daniel Rudolf [Sat, 9 Feb 2013 02:50:51 +0000 (03:50 +0100)]
wrapped in curly braces

11 years agoRemoved obsolete whitespace
Marcel Werk [Sat, 9 Feb 2013 01:20:32 +0000 (02:20 +0100)]
Removed obsolete whitespace

11 years agoBug workaround for (undocumented?) autoload change in PHP 5.3.?
Daniel Rudolf [Sat, 9 Feb 2013 01:03:07 +0000 (02:03 +0100)]
Bug workaround for (undocumented?) autoload change in PHP 5.3.?

Our local vanilla 5.3.8 always receives classes for autoloading fully-qualified without leading slash (as written in the PHP doc), but a customers 5.3.2-1ubuntu4.18 sometimes receives it with an leading slash. Simple way of handling that, breaks nothing and normally won't affect anything.

11 years agoAdded media query for double columned container lists
Marcel Werk [Sat, 9 Feb 2013 00:22:13 +0000 (01:22 +0100)]
Added media query for double columned container lists

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 9 Feb 2013 00:01:54 +0000 (01:01 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoSmall style optimization
Marcel Werk [Sat, 9 Feb 2013 00:01:36 +0000 (01:01 +0100)]
Small style optimization

11 years agoDialog content margin is now set through JavaScript
Alexander Ebert [Fri, 8 Feb 2013 02:30:01 +0000 (03:30 +0100)]
Dialog content margin is now set through JavaScript

Fixes #922
Fixes #1104

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 8 Feb 2013 02:27:42 +0000 (03:27 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoDropped animations for dialog overlay rendering
Alexander Ebert [Fri, 8 Feb 2013 02:27:29 +0000 (03:27 +0100)]
Dropped animations for dialog overlay rendering

11 years agoUse secure compare to validate master password
Tim Düsterhus [Thu, 7 Feb 2013 16:18:04 +0000 (17:18 +0100)]
Use secure compare to validate master password

11 years agoFix ignore of WCFSetup.css
Tim Düsterhus [Thu, 7 Feb 2013 16:13:09 +0000 (17:13 +0100)]
Fix ignore of WCFSetup.css

11 years agoDoes some cleanup
Matthias Schmidt [Thu, 7 Feb 2013 10:21:25 +0000 (11:21 +0100)]
Does some cleanup

11 years agoRemoves obsolete imports
Matthias Schmidt [Thu, 7 Feb 2013 10:20:24 +0000 (11:20 +0100)]
Removes obsolete imports

11 years agoRemoves commas in documentations
Matthias Schmidt [Thu, 7 Feb 2013 09:52:25 +0000 (10:52 +0100)]
Removes commas in documentations

11 years agoFixed sitemap tab not being correctly processed
Alexander Ebert [Thu, 7 Feb 2013 00:44:32 +0000 (01:44 +0100)]
Fixed sitemap tab not being correctly processed

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 6 Feb 2013 21:08:19 +0000 (22:08 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoTriggering scroll event if page navigation occurred
Alexander Ebert [Wed, 6 Feb 2013 21:07:53 +0000 (22:07 +0100)]
Triggering scroll event if page navigation occurred

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 6 Feb 2013 00:47:45 +0000 (01:47 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded generic method for generating anchor tags
Marcel Werk [Wed, 6 Feb 2013 00:47:28 +0000 (01:47 +0100)]
Added generic method for generating anchor tags

11 years agoFixed memcached access
Alexander Ebert [Wed, 6 Feb 2013 00:35:06 +0000 (01:35 +0100)]
Fixed memcached access

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 5 Feb 2013 19:46:49 +0000 (20:46 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed sitemap cache access
Alexander Ebert [Tue, 5 Feb 2013 19:16:29 +0000 (20:16 +0100)]
Fixed sitemap cache access

11 years agoFix syntax error check
Tim Düsterhus [Tue, 5 Feb 2013 15:49:16 +0000 (16:49 +0100)]
Fix syntax error check

11 years agoAutomatically check PHP files for syntax errors
Tim Düsterhus [Tue, 5 Feb 2013 15:39:56 +0000 (16:39 +0100)]
Automatically check PHP files for syntax errors

11 years agoRemoves last child from inline editor dropdown if it is a divider
Matthias Schmidt [Tue, 5 Feb 2013 13:20:14 +0000 (14:20 +0100)]
Removes last child from inline editor dropdown if it is a divider

11 years agoFixed disk cache
Alexander Ebert [Tue, 5 Feb 2013 01:39:14 +0000 (02:39 +0100)]
Fixed disk cache

11 years agoImageviewer optimizations
Marcel Werk [Mon, 4 Feb 2013 21:24:42 +0000 (22:24 +0100)]
Imageviewer optimizations

11 years agoFixed option handling
Alexander Ebert [Mon, 4 Feb 2013 20:42:21 +0000 (21:42 +0100)]
Fixed option handling

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 4 Feb 2013 19:56:40 +0000 (20:56 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed loop for images
Alexander Ebert [Mon, 4 Feb 2013 19:56:25 +0000 (20:56 +0100)]
Fixed loop for images

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 4 Feb 2013 19:29:55 +0000 (20:29 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoImageviewer optimizations
Marcel Werk [Mon, 4 Feb 2013 19:29:40 +0000 (20:29 +0100)]
Imageviewer optimizations

11 years agoFixed install PHP
Alexander Ebert [Mon, 4 Feb 2013 18:49:26 +0000 (19:49 +0100)]
Fixed install PHP

11 years agoFixed variable
Alexander Ebert [Mon, 4 Feb 2013 18:45:49 +0000 (19:45 +0100)]
Fixed variable

11 years agoMajor overhaul of caching system (work in progress)
Alexander Ebert [Mon, 4 Feb 2013 14:53:36 +0000 (15:53 +0100)]
Major overhaul of caching system (work in progress)

See #1124

11 years agoMajor overhaul of caching system (work in progress)
Alexander Ebert [Mon, 4 Feb 2013 14:45:47 +0000 (15:45 +0100)]
Major overhaul of caching system (work in progress)

See #1124

11 years agoMajor overhaul of caching system (work in progress)
Alexander Ebert [Sun, 3 Feb 2013 23:58:22 +0000 (00:58 +0100)]
Major overhaul of caching system (work in progress)

See #1124

11 years agoMajor overhaul of caching system (work in progress)
Alexander Ebert [Sun, 3 Feb 2013 22:47:36 +0000 (23:47 +0100)]
Major overhaul of caching system (work in progress)

See #1124

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 3 Feb 2013 20:17:17 +0000 (21:17 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded fixed width for popovers
Marcel Werk [Sun, 3 Feb 2013 20:17:00 +0000 (21:17 +0100)]
Added fixed width for popovers

11 years agoFix enlarging in ImageViewer
Tim Düsterhus [Sun, 3 Feb 2013 18:22:01 +0000 (19:22 +0100)]
Fix enlarging in ImageViewer

11 years agoUse short ternary statement
Tim Düsterhus [Sat, 2 Feb 2013 20:00:02 +0000 (21:00 +0100)]
Use short ternary statement

11 years agoClean up compiled css when cache is cleared
Tim Düsterhus [Fri, 1 Feb 2013 13:44:12 +0000 (14:44 +0100)]
Clean up compiled css when cache is cleared

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 2 Feb 2013 00:15:15 +0000 (01:15 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF