GitHub/WoltLab/WCF.git
9 years agoadd trim for JS Validation
Joshua Rüsweg [Sun, 21 Sep 2014 16:11:56 +0000 (18:11 +0200)]
add trim for JS Validation

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 20 Sep 2014 19:15:57 +0000 (21:15 +0200)]
Updating minified JavaScript files

9 years agoMerge pull request #1818 from max-m/patch-12
Tim Düsterhus [Sat, 20 Sep 2014 19:14:27 +0000 (21:14 +0200)]
Merge pull request #1818 from max-m/patch-12

Fix calculation of maximum width in WCF.ImageViewer._checkImageSize()

9 years agoFix calculation of maximum width in WCF.ImageViewer._checkImageSize()
Maximilian Mader [Sat, 20 Sep 2014 18:52:11 +0000 (20:52 +0200)]
Fix calculation of maximum width in WCF.ImageViewer._checkImageSize()

jQuery’s `.innerWidth()` returns the width of the element, including left and right padding, in pixels but the maximum width of an image should be the content width of its container.

9 years agoFixed multistep updates updating the version number in the wrong order
Alexander Ebert [Sat, 20 Sep 2014 11:53:06 +0000 (13:53 +0200)]
Fixed multistep updates updating the version number in the wrong order

Fixes #1778

9 years agoMerge pull request #1798 from SoftCreatR/patch-3
Marcel Werk [Fri, 19 Sep 2014 23:50:37 +0000 (01:50 +0200)]
Merge pull request #1798 from SoftCreatR/patch-3

Fix display of phpInfoPage

10 years agoMerge pull request #1769 from NBZ4live/header-template-event
Marcel Werk [Thu, 18 Sep 2014 20:47:17 +0000 (22:47 +0200)]
Merge pull request #1769 from NBZ4live/header-template-event

Add beforePageHeader to the header.tpl

10 years agoRevert "Applied small improvements"
Alexander Ebert [Thu, 18 Sep 2014 20:03:24 +0000 (22:03 +0200)]
Revert "Applied small improvements"

This reverts commit e5b454ecd12869620f30c206175b999c244d41a8.

10 years agoMerge pull request #1793 from SoftCreatR/patch-2
Alexander Ebert [Thu, 18 Sep 2014 20:02:17 +0000 (22:02 +0200)]
Merge pull request #1793 from SoftCreatR/patch-2

Apply small improvements (getFont.php)

10 years agoMerge pull request #1791 from SoftCreatR/patch-1
Alexander Ebert [Thu, 18 Sep 2014 20:01:55 +0000 (22:01 +0200)]
Merge pull request #1791 from SoftCreatR/patch-1

Remove obsolete code

10 years agoFixed regex
Alexander Ebert [Thu, 18 Sep 2014 13:16:05 +0000 (15:16 +0200)]
Fixed regex

10 years agoFixed <preset>0</preset> not being properly handled during install
Alexander Ebert [Thu, 18 Sep 2014 12:54:24 +0000 (14:54 +0200)]
Fixed <preset>0</preset> not being properly handled during install

10 years agoFixed an issue causing the heart smiley in the last line to truncate content
Alexander Ebert [Thu, 18 Sep 2014 12:41:28 +0000 (14:41 +0200)]
Fixed an issue causing the heart smiley in the last line to truncate content

10 years agoPreventing issues with parallel requests assigning users
Alexander Ebert [Thu, 18 Sep 2014 12:40:12 +0000 (14:40 +0200)]
Preventing issues with parallel requests assigning users

10 years agoFix language item in en.xml
Tim Düsterhus [Tue, 9 Sep 2014 17:44:58 +0000 (19:44 +0200)]
Fix language item in en.xml

10 years agoFixed encoding issues with [media]-BBCodes
Alexander Ebert [Tue, 9 Sep 2014 10:02:53 +0000 (12:02 +0200)]
Fixed encoding issues with [media]-BBCodes

10 years agoMerge pull request #1806 from SoftCreatR/patch-2
Marcel Werk [Sun, 7 Sep 2014 21:22:08 +0000 (23:22 +0200)]
Merge pull request #1806 from SoftCreatR/patch-2

Fixed language variable

10 years agoAdded missing encodeHTML
Marcel Werk [Sun, 7 Sep 2014 13:20:52 +0000 (15:20 +0200)]
Added missing encodeHTML

10 years agoFixed language variable
Sascha Greuel [Thu, 4 Sep 2014 19:00:51 +0000 (21:00 +0200)]
Fixed language variable

10 years agoRemove obsolete class
Matthias Schmidt [Tue, 2 Sep 2014 18:58:52 +0000 (20:58 +0200)]
Remove obsolete class

10 years agoPreparing release 2.0.9 2.0.9
Alexander Ebert [Fri, 29 Aug 2014 12:26:45 +0000 (14:26 +0200)]
Preparing release 2.0.9

10 years agoFixed title case
Marcel Werk [Wed, 27 Aug 2014 00:17:59 +0000 (02:17 +0200)]
Fixed title case

10 years agoFix error handling in NewPasswordForm
Tim Düsterhus [Sun, 24 Aug 2014 15:43:30 +0000 (17:43 +0200)]
Fix error handling in NewPasswordForm

10 years agoFix display of phpInfoPage
Sascha Greuel [Fri, 22 Aug 2014 18:57:57 +0000 (20:57 +0200)]
Fix display of phpInfoPage

10 years agoFix typo in ImageBBCode
Tim Düsterhus [Thu, 21 Aug 2014 21:20:06 +0000 (23:20 +0200)]
Fix typo in ImageBBCode

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Matthias Schmidt [Tue, 19 Aug 2014 19:59:51 +0000 (21:59 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoAdd missing canViewPreview check in AttachmentBBCode
Matthias Schmidt [Tue, 19 Aug 2014 19:59:00 +0000 (21:59 +0200)]
Add missing canViewPreview check in AttachmentBBCode

If an image is posted and the active user may download it but may not view previews, a broken image was shown as preview because AttachmentPage correctly checks this permission.

10 years agoAdded whitespace
Alexander Ebert [Tue, 19 Aug 2014 18:49:04 +0000 (20:49 +0200)]
Added whitespace

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Alexander Ebert [Tue, 19 Aug 2014 18:31:27 +0000 (20:31 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoAdded work-arounds for IIS 8
Alexander Ebert [Tue, 19 Aug 2014 18:31:14 +0000 (20:31 +0200)]
Added work-arounds for IIS 8

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 19 Aug 2014 17:45:58 +0000 (19:45 +0200)]
Updating minified JavaScript files

10 years agoFix default marker position in WCF.Location.GoogleMaps.LocationInput
Matthias Schmidt [Tue, 19 Aug 2014 17:40:14 +0000 (19:40 +0200)]
Fix default marker position in WCF.Location.GoogleMaps.LocationInput

10 years agoAdded missing trims
Marcel Werk [Mon, 18 Aug 2014 22:30:36 +0000 (00:30 +0200)]
Added missing trims

10 years agoApplied small improvements
Sascha Greuel [Mon, 18 Aug 2014 13:31:27 +0000 (15:31 +0200)]
Applied small improvements

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 16 Aug 2014 18:10:57 +0000 (20:10 +0200)]
Updating minified JavaScript files

10 years agoFix mention issue
Matthias Schmidt [Sat, 16 Aug 2014 18:06:24 +0000 (20:06 +0200)]
Fix mention issue

Whenever the users presses any key while typing, we have to abort previous requests to make sure that they do not mess up anything.
We also need to consider requests which are not send at the moment but will be send in a moment because of the delay introduced by WCF.PeriodicalExecuter by stoping the periodical executer.

10 years agoFixed encoding of JavaScript redirect URLs
Alexander Ebert [Fri, 15 Aug 2014 11:50:20 +0000 (13:50 +0200)]
Fixed encoding of JavaScript redirect URLs

10 years agoRemoved obsolete code
Sascha Greuel [Tue, 12 Aug 2014 16:11:55 +0000 (18:11 +0200)]
Removed obsolete code

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 7 Aug 2014 11:50:58 +0000 (13:50 +0200)]
Updating minified JavaScript files

10 years agoFixed typo
Alexander Ebert [Thu, 7 Aug 2014 11:46:33 +0000 (13:46 +0200)]
Fixed typo

10 years agoSuppressing data-source for dropdowns with generic ids
Alexander Ebert [Thu, 7 Aug 2014 11:44:58 +0000 (13:44 +0200)]
Suppressing data-source for dropdowns with generic ids

10 years agoAdding the data-attribute "source" to dropdown menus
Alexander Ebert [Thu, 7 Aug 2014 11:42:57 +0000 (13:42 +0200)]
Adding the data-attribute "source" to dropdown menus

10 years agoFix validation of category in OptionForm
Matthias Schmidt [Wed, 6 Aug 2014 16:35:20 +0000 (18:35 +0200)]
Fix validation of category in OptionForm

10 years agoAdded missing module setting check
Marcel Werk [Wed, 6 Aug 2014 11:53:03 +0000 (13:53 +0200)]
Added missing module setting check

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 3 Aug 2014 16:25:57 +0000 (18:25 +0200)]
Updating minified JavaScript files

10 years agoFixed encoding issues
Alexander Ebert [Sun, 3 Aug 2014 16:21:20 +0000 (18:21 +0200)]
Fixed encoding issues

10 years agoFix forceSelection for i18n text option types
Matthias Schmidt [Fri, 1 Aug 2014 12:22:57 +0000 (14:22 +0200)]
Fix forceSelection for i18n text option types

10 years agoSync file-based PIPs separated to account for slow machines 2.0.8
Alexander Ebert [Sun, 27 Jul 2014 22:39:45 +0000 (00:39 +0200)]
Sync file-based PIPs separated to account for slow machines

10 years agoFixed an calculation issue
Alexander Ebert [Sun, 27 Jul 2014 14:59:18 +0000 (16:59 +0200)]
Fixed an calculation issue

10 years agoRemove likes when deleting comment responses
Matthias Schmidt [Sun, 27 Jul 2014 12:49:28 +0000 (14:49 +0200)]
Remove likes when deleting comment responses

10 years agoFixed WCF_VERSION
Alexander Ebert [Sun, 27 Jul 2014 09:39:29 +0000 (11:39 +0200)]
Fixed WCF_VERSION

10 years agoPreparing release 2.0.8
Alexander Ebert [Sat, 26 Jul 2014 22:57:06 +0000 (00:57 +0200)]
Preparing release 2.0.8

10 years agoFix checkPermissions() for category decorators
Matthias Schmidt [Sat, 26 Jul 2014 08:31:43 +0000 (10:31 +0200)]
Fix checkPermissions() for category decorators

10 years agoFix comment response notification-related language items
Matthias Schmidt [Fri, 25 Jul 2014 13:59:00 +0000 (15:59 +0200)]
Fix comment response notification-related language items

10 years agoFixed typo
Marcel Werk [Tue, 22 Jul 2014 13:38:17 +0000 (15:38 +0200)]
Fixed typo

10 years agoMerge pull request #1754 from SoftCreatR/patch-9
Alexander Ebert [Mon, 21 Jul 2014 21:21:03 +0000 (23:21 +0200)]
Merge pull request #1754 from SoftCreatR/patch-9

Move 3rdpartyFields to a better position

10 years agoMerge pull request #1740 from SoftCreatR/patch-1
Alexander Ebert [Mon, 21 Jul 2014 21:10:30 +0000 (23:10 +0200)]
Merge pull request #1740 from SoftCreatR/patch-1

reCaptcha optimization

10 years agoThis doesn't belong here
Alexander Ebert [Mon, 21 Jul 2014 13:13:18 +0000 (15:13 +0200)]
This doesn't belong here

10 years agojson_decode() will raise a warning on invalid input (PHP 5.6)
Alexander Ebert [Mon, 21 Jul 2014 13:12:58 +0000 (15:12 +0200)]
json_decode() will raise a warning on invalid input (PHP 5.6)

10 years agoHide isDisabled checkbox for landing page menu item
Tim Düsterhus [Sat, 19 Jul 2014 13:46:05 +0000 (15:46 +0200)]
Hide isDisabled checkbox for landing page menu item

In most cases it is misleading, as it is not respected when
showOrder is not changed as well. In case the admin really wants to
disable the current landing page's menu item he can do so with few
extra clicks.

10 years agoMerge pull request #1765 from joshuaruesweg/patch-26
Tim Düsterhus [Thu, 17 Jul 2014 18:28:36 +0000 (20:28 +0200)]
Merge pull request #1765 from joshuaruesweg/patch-26

prevent updating deleted profile-fields with 3rd..

10 years agoFixed numeric format issue
Marcel Werk [Thu, 17 Jul 2014 13:29:39 +0000 (15:29 +0200)]
Fixed numeric format issue

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 16 Jul 2014 10:14:23 +0000 (12:14 +0200)]
Updating minified JavaScript files

10 years agoSmall style optimization
Marcel Werk [Tue, 15 Jul 2014 23:29:23 +0000 (01:29 +0200)]
Small style optimization

10 years agoFixed delete buttons in mobile version
Marcel Werk [Tue, 15 Jul 2014 15:47:55 +0000 (17:47 +0200)]
Fixed delete buttons in mobile version

10 years agoFix mention-related issues
Matthias Schmidt [Mon, 14 Jul 2014 16:35:36 +0000 (18:35 +0200)]
Fix mention-related issues

The mention search is now only triggered if the user paused half a second during typing. Furthermore, previous AJAX requests are now aborted fixing issues when "delayed" requests return their data even though they are not needed anymore.

10 years agoFixed broken/missing encoding of meta tag values
Marcel Werk [Fri, 11 Jul 2014 09:31:11 +0000 (11:31 +0200)]
Fixed broken/missing encoding of meta tag values

10 years agoFixed multiple open graph issues
Marcel Werk [Thu, 10 Jul 2014 13:36:06 +0000 (15:36 +0200)]
Fixed multiple open graph issues

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 8 Jul 2014 22:51:24 +0000 (00:51 +0200)]
Updating minified JavaScript files

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 6 Jul 2014 17:46:17 +0000 (19:46 +0200)]
Updating minified JavaScript files

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Matthias Schmidt [Sun, 6 Jul 2014 17:39:26 +0000 (19:39 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoHide loading overlay when aborting AJAX request
Matthias Schmidt [Sun, 6 Jul 2014 17:38:44 +0000 (19:38 +0200)]
Hide loading overlay when aborting AJAX request

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 6 Jul 2014 15:11:17 +0000 (17:11 +0200)]
Updating minified JavaScript files

10 years agoFix mention issue using Firefox
Matthias Schmidt [Sun, 6 Jul 2014 15:06:02 +0000 (17:06 +0200)]
Fix mention issue using Firefox

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Marcel Werk [Thu, 3 Jul 2014 16:42:03 +0000 (18:42 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoFixed hide of 2nd breadcrumbs in mobile version
Marcel Werk [Thu, 3 Jul 2014 16:41:15 +0000 (18:41 +0200)]
Fixed hide of 2nd breadcrumbs in mobile version

10 years agoFix the position of the beforePageHeader event to avoid problems with the to top...
Sergey Fayngold [Wed, 2 Jul 2014 11:47:46 +0000 (13:47 +0200)]
Fix the position of the beforePageHeader event to avoid problems with the to top buttons

10 years agoAdd beforePageHeader to the header.tpl
Sergey Fayngold [Wed, 2 Jul 2014 10:04:13 +0000 (12:04 +0200)]
Add beforePageHeader to the header.tpl

10 years agoAdd missing usage of additionalFields in form classes
Matthias Schmidt [Tue, 1 Jul 2014 19:10:17 +0000 (21:10 +0200)]
Add missing usage of additionalFields in form classes

10 years agoAdd missing language item
Matthias Schmidt [Sun, 29 Jun 2014 18:22:51 +0000 (20:22 +0200)]
Add missing language item

10 years agoprevent updating deleted profile-fields with 3rd..
Joshua Rüsweg [Sun, 29 Jun 2014 10:07:46 +0000 (12:07 +0200)]
prevent updating deleted profile-fields with 3rd..

..party connections

see here: https://www.woltlab.com/forum/index.php/Thread/227754-Facebook-Anmeldung-nicht-m%C3%B6glich/

10 years agoFix for CKEditor juggling with closing link tags and line break
Alexander Ebert [Fri, 27 Jun 2014 19:35:25 +0000 (21:35 +0200)]
Fix for CKEditor juggling with closing link tags and line break

10 years agoRemove erroneous language item
Matthias Schmidt [Thu, 26 Jun 2014 21:20:49 +0000 (23:20 +0200)]
Remove erroneous language item

10 years agoMerge pull request #1756 from SoftCreatR/patch-11
Tim Düsterhus [Sun, 22 Jun 2014 15:41:46 +0000 (17:41 +0200)]
Merge pull request #1756 from SoftCreatR/patch-11

Fix typo

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 20 Jun 2014 19:46:16 +0000 (21:46 +0200)]
Updating minified JavaScript files

10 years agoFixed scroll issue
Marcel Werk [Fri, 20 Jun 2014 19:43:05 +0000 (21:43 +0200)]
Fixed scroll issue

10 years agoSmall API improvement
Marcel Werk [Thu, 19 Jun 2014 22:06:40 +0000 (00:06 +0200)]
Small API improvement

10 years agoFixed typo
Sascha Greuel [Wed, 18 Jun 2014 01:33:34 +0000 (03:33 +0200)]
Fixed typo

10 years agoMerge pull request #1755 from SoftCreatR/patch-10
Tim Düsterhus [Wed, 18 Jun 2014 01:21:30 +0000 (03:21 +0200)]
Merge pull request #1755 from SoftCreatR/patch-10

Fix typo

10 years agoFixed typo
Sascha Greuel [Wed, 18 Jun 2014 01:20:40 +0000 (03:20 +0200)]
Fixed typo

10 years agoMoved 3rdpartyFields to a better position
Sascha Greuel [Wed, 18 Jun 2014 00:53:59 +0000 (02:53 +0200)]
Moved 3rdpartyFields to a better position

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 13 Jun 2014 15:31:17 +0000 (17:31 +0200)]
Updating minified JavaScript files

10 years agoMerge pull request #1747 from SoftCreatR/patch-7
Matthias Schmidt [Fri, 13 Jun 2014 15:29:02 +0000 (17:29 +0200)]
Merge pull request #1747 from SoftCreatR/patch-7

Always surround user mentions by a prime character

10 years agoExplain colon in select option description
Tim Düsterhus [Thu, 12 Jun 2014 16:43:04 +0000 (18:43 +0200)]
Explain colon in select option description

10 years agoFixed permission check
Marcel Werk [Wed, 11 Jun 2014 22:33:32 +0000 (00:33 +0200)]
Fixed permission check

10 years agoFixed description
Marcel Werk [Wed, 11 Jun 2014 22:18:59 +0000 (00:18 +0200)]
Fixed description

10 years agoMerge pull request #1743 from SoftCreatR/patch-3
Marcel Werk [Wed, 11 Jun 2014 22:09:45 +0000 (00:09 +0200)]
Merge pull request #1743 from SoftCreatR/patch-3

Honor option "module_attachment"

10 years agoMerge pull request #1741 from SoftCreatR/patch-2
Marcel Werk [Wed, 11 Jun 2014 22:05:58 +0000 (00:05 +0200)]
Merge pull request #1741 from SoftCreatR/patch-2

Extend support for G+ vanity urls

10 years agoFix detection of Internet Explorer 11
Tim Düsterhus [Wed, 11 Jun 2014 00:50:06 +0000 (02:50 +0200)]
Fix detection of Internet Explorer 11

Devices with a touch screen add an additional `;Touch`:

    Mozilla/5.0 (Windows NT 6.3; ARM; Trident/7.0; Touch; rv:11.0) like Gecko

10 years agoFixed template group directory
Alexander Ebert [Tue, 10 Jun 2014 21:43:29 +0000 (23:43 +0200)]
Fixed template group directory