GitHub/WoltLab/WCF.git
9 years agoImproved click handler for clicks on codebox/quote margins
Alexander Ebert [Sat, 17 Jan 2015 23:55:12 +0000 (00:55 +0100)]
Improved click handler for clicks on codebox/quote margins

9 years agoFix deleting CLI session without proper login credentials
Matthias Schmidt [Sat, 17 Jan 2015 20:00:53 +0000 (21:00 +0100)]
Fix deleting CLI session without proper login credentials

Close #1861

9 years agoMerge pull request #1864 from joshuaruesweg/fix-css-for-moderation
Marcel Werk [Sat, 17 Jan 2015 18:16:45 +0000 (19:16 +0100)]
Merge pull request #1864 from joshuaruesweg/fix-css-for-moderation

fix css class for the comments in the moderation

9 years agofix css class for the comments in the moderation
joshuaruesweg [Sat, 17 Jan 2015 18:14:39 +0000 (19:14 +0100)]
fix css class for the comments in the moderation

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 17 Jan 2015 15:41:45 +0000 (16:41 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 17 Jan 2015 15:38:16 +0000 (16:38 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoProviding a handler to adjust cursor position on quote space click
Alexander Ebert [Sat, 17 Jan 2015 15:28:30 +0000 (16:28 +0100)]
Providing a handler to adjust cursor position on quote space click

If you click on the margin created by quotes, browsers redirect the caret inside the quote. This can make it impossible to get the caret in front of/after it if there are no siblings. Even though you can use the arrow keys to navigate there, this is rather unknown to users and does not solve the issue on mobile devices.

This change attempts to detect clicks into the margin by comparing the offsets with the click position, ultimately moving the caret where the user excepts it to be.

9 years agoFix captcha issue when using 3rd party registration
Matthias Schmidt [Sat, 17 Jan 2015 14:33:13 +0000 (15:33 +0100)]
Fix captcha issue when using 3rd party registration

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 17 Jan 2015 14:06:44 +0000 (15:06 +0100)]
Updating minified JavaScript files

9 years agoUpdated template to reference jQuery 2.1.3
Alexander Ebert [Sat, 17 Jan 2015 14:04:25 +0000 (15:04 +0100)]
Updated template to reference jQuery 2.1.3

9 years agoRemoved unused variable
Alexander Ebert [Sat, 17 Jan 2015 13:16:24 +0000 (14:16 +0100)]
Removed unused variable

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 17 Jan 2015 11:54:41 +0000 (12:54 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoUpgraded to jQuery 2.1.3
Alexander Ebert [Sat, 17 Jan 2015 11:54:26 +0000 (12:54 +0100)]
Upgraded to jQuery 2.1.3

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 17 Jan 2015 11:51:51 +0000 (12:51 +0100)]
Updating minified JavaScript files

9 years agoInternally storing the implicit range instead of altering it
Alexander Ebert [Sat, 17 Jan 2015 11:47:40 +0000 (12:47 +0100)]
Internally storing the implicit range instead of altering it

The previous approach provided the actual range in effect which was great if you want to work with the real one. The only downside is that the editor itself relies on the flawed range and changing it into the real one does break stuff.

9 years agoUpdating minified JavaScript files
woltlab.com [Sat, 17 Jan 2015 01:11:47 +0000 (02:11 +0100)]
Updating minified JavaScript files

9 years agoApplying censorship on comments
Alexander Ebert [Sat, 17 Jan 2015 01:07:39 +0000 (02:07 +0100)]
Applying censorship on comments

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 16 Jan 2015 13:26:54 +0000 (14:26 +0100)]
Updating minified JavaScript files

10 years agoAdded search icon overlay on embedded attachments/images
Marcel Werk [Fri, 16 Jan 2015 13:23:17 +0000 (14:23 +0100)]
Added search icon overlay on embedded attachments/images

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 16 Jan 2015 00:31:48 +0000 (01:31 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 16 Jan 2015 00:28:03 +0000 (01:28 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded form auto-submit in keyword suggestion list
Marcel Werk [Fri, 16 Jan 2015 00:27:50 +0000 (01:27 +0100)]
Added form auto-submit in keyword suggestion list

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 15 Jan 2015 23:36:47 +0000 (00:36 +0100)]
Updating minified JavaScript files

10 years agoMultiple color picker improvements
Marcel Werk [Thu, 15 Jan 2015 23:35:10 +0000 (00:35 +0100)]
Multiple color picker improvements

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 15 Jan 2015 16:26:10 +0000 (17:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded style variable names as subtitle in color list
Marcel Werk [Thu, 15 Jan 2015 16:26:01 +0000 (17:26 +0100)]
Added style variable names as subtitle in color list

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 15 Jan 2015 14:41:47 +0000 (15:41 +0100)]
Updating minified JavaScript files

10 years agoPassing reference to Redactor object in BBCode-button event
Alexander Ebert [Thu, 15 Jan 2015 14:38:00 +0000 (15:38 +0100)]
Passing reference to Redactor object in BBCode-button event

10 years agoFix TemplateGroupEditForm and validation of parent template groups
Tim Düsterhus [Wed, 14 Jan 2015 23:37:04 +0000 (00:37 +0100)]
Fix TemplateGroupEditForm and validation of parent template groups

10 years agoHonor disconnect requests even if 3rdParty provider is disabled
Tim Düsterhus [Wed, 14 Jan 2015 20:58:38 +0000 (21:58 +0100)]
Honor disconnect requests even if 3rdParty provider is disabled

10 years agoIgnore errors during unlink in DirectoryUtil
Tim Düsterhus [Wed, 14 Jan 2015 20:47:44 +0000 (21:47 +0100)]
Ignore errors during unlink in DirectoryUtil

10 years agoFix listing of packages during language export
Matthias Schmidt [Wed, 14 Jan 2015 18:08:00 +0000 (19:08 +0100)]
Fix listing of packages during language export

10 years agoFix language export
Matthias Schmidt [Wed, 14 Jan 2015 18:02:58 +0000 (19:02 +0100)]
Fix language export

10 years agoAdded work-around for broken PHP in Plesk 12 on Ubuntu 14.04
Alexander Ebert [Wed, 14 Jan 2015 14:48:51 +0000 (15:48 +0100)]
Added work-around for broken PHP in Plesk 12 on Ubuntu 14.04

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 13 Jan 2015 11:51:45 +0000 (12:51 +0100)]
Updating minified JavaScript files

10 years agoFixed keydown handling and range after removing selection markers
Alexander Ebert [Tue, 13 Jan 2015 11:50:20 +0000 (12:50 +0100)]
Fixed keydown handling and range after removing selection markers

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 12 Jan 2015 12:06:46 +0000 (13:06 +0100)]
Updating minified JavaScript files

10 years agoForce stripping of all rel="" attributes
Alexander Ebert [Mon, 12 Jan 2015 12:04:46 +0000 (13:04 +0100)]
Force stripping of all rel="" attributes

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 11 Jan 2015 21:36:44 +0000 (22:36 +0100)]
Updating minified JavaScript files

10 years agoAllow upload of arbitrary files unknown to the browser
Alexander Ebert [Sun, 11 Jan 2015 21:30:52 +0000 (22:30 +0100)]
Allow upload of arbitrary files unknown to the browser

Some files are not properly recognized by the browser, in my tests at least ".eot" resulted in an empty Blob.type in Chrome. Since this can happen with other types and browsers, we'll ignore this now.

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 11 Jan 2015 20:43:47 +0000 (21:43 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoFixed issues in gif animation processing
Marcel Werk [Sun, 11 Jan 2015 20:43:31 +0000 (21:43 +0100)]
Fixed issues in gif animation processing

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 11 Jan 2015 19:11:45 +0000 (20:11 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 11 Jan 2015 19:06:47 +0000 (20:06 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoPrevent images in signatures being recognized by the ImageViewer
Alexander Ebert [Sun, 11 Jan 2015 19:06:34 +0000 (20:06 +0100)]
Prevent images in signatures being recognized by the ImageViewer

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 11 Jan 2015 17:11:48 +0000 (18:11 +0100)]
Updating minified JavaScript files

10 years agoImproved detection of embedded attachment images
Alexander Ebert [Sun, 11 Jan 2015 17:09:25 +0000 (18:09 +0100)]
Improved detection of embedded attachment images

10 years agoFixed tag search
Alexander Ebert [Sun, 11 Jan 2015 16:43:53 +0000 (17:43 +0100)]
Fixed tag search

10 years agoAdded limit regardless of selected category
Alexander Ebert [Sun, 11 Jan 2015 15:10:20 +0000 (16:10 +0100)]
Added limit regardless of selected category

The limit origins to the time where we had no pagination, since these is one in place we can safely limit and use offsets instead.

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 11 Jan 2015 00:41:46 +0000 (01:41 +0100)]
Updating minified JavaScript files

10 years agoImproved keydown/keyup handling
Alexander Ebert [Sun, 11 Jan 2015 00:37:55 +0000 (01:37 +0100)]
Improved keydown/keyup handling

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 10 Jan 2015 22:50:22 +0000 (23:50 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoImageAdapter::drawText() overhaul
Marcel Werk [Sat, 10 Jan 2015 22:50:04 +0000 (23:50 +0100)]
ImageAdapter::drawText() overhaul

Closes #1856
Closes #1857

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 10 Jan 2015 16:16:45 +0000 (17:16 +0100)]
Updating minified JavaScript files

10 years agoFixed delete/backspace handling still relying on the old DOM
Alexander Ebert [Sat, 10 Jan 2015 16:15:24 +0000 (17:15 +0100)]
Fixed delete/backspace handling still relying on the old DOM

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 10 Jan 2015 13:01:47 +0000 (14:01 +0100)]
Updating minified JavaScript files

10 years agoTry to guess the actual size when encountering a <hX> element
Alexander Ebert [Sat, 10 Jan 2015 12:56:40 +0000 (13:56 +0100)]
Try to guess the actual size when encountering a <hX> element

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 10 Jan 2015 02:41:46 +0000 (03:41 +0100)]
Updating minified JavaScript files

10 years agoUsing a regex for IE9 compatibility
Alexander Ebert [Sat, 10 Jan 2015 02:39:37 +0000 (03:39 +0100)]
Using a regex for IE9 compatibility

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 10 Jan 2015 02:23:04 +0000 (03:23 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoWork-around for text alignment affecting non-editable elements
Alexander Ebert [Sat, 10 Jan 2015 02:22:29 +0000 (03:22 +0100)]
Work-around for text alignment affecting non-editable elements

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 10 Jan 2015 02:21:45 +0000 (03:21 +0100)]
Updating minified JavaScript files

10 years agoRemove erroneous unescape from {lang} in WCF.Template
Tim Düsterhus [Sat, 10 Jan 2015 02:16:34 +0000 (03:16 +0100)]
Remove erroneous unescape from {lang} in WCF.Template

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 10 Jan 2015 01:56:46 +0000 (02:56 +0100)]
Updating minified JavaScript files

10 years agoPass WCF.Template parameters to WCF.Language in {lang}
Tim Düsterhus [Sat, 10 Jan 2015 01:50:41 +0000 (02:50 +0100)]
Pass WCF.Template parameters to WCF.Language in {lang}

10 years agoUpdating release date 2.1.0_Beta_3
Alexander Ebert [Fri, 9 Jan 2015 18:33:55 +0000 (19:33 +0100)]
Updating release date

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 9 Jan 2015 18:16:47 +0000 (19:16 +0100)]
Updating minified JavaScript files

10 years agoDo not clutter passed object in WCF.Template.fetch()
Tim Düsterhus [Fri, 9 Jan 2015 18:12:42 +0000 (19:12 +0100)]
Do not clutter passed object in WCF.Template.fetch()

Previously a __wcf and a __window member were added to the object.

10 years agoAdd {include} support to WCF.Template
Tim Düsterhus [Fri, 9 Jan 2015 18:07:11 +0000 (19:07 +0100)]
Add {include} support to WCF.Template

It automatically calls fetch() on the specified variable and passes
all given variables along.

10 years agoImprove escaping in {lang} RegExp in WCF.Template
Tim Düsterhus [Fri, 9 Jan 2015 18:06:14 +0000 (19:06 +0100)]
Improve escaping in {lang} RegExp in WCF.Template

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 9 Jan 2015 00:31:47 +0000 (01:31 +0100)]
Updating minified JavaScript files

10 years agoGreatly improve variable parsing in WCF.Template
Tim Düsterhus [Fri, 9 Jan 2015 00:26:35 +0000 (01:26 +0100)]
Greatly improve variable parsing in WCF.Template

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 8 Jan 2015 20:46:47 +0000 (21:46 +0100)]
Updating minified JavaScript files

10 years agoRebinding event handlers after certain actions took place
Alexander Ebert [Thu, 8 Jan 2015 20:45:18 +0000 (21:45 +0100)]
Rebinding event handlers after certain actions took place

Undo/Redo are two examples which cause issues because they internally work by saving the DOM and replacing it with the stored content. Given the fact that this works on a string, all event handlers are lost and must be reattached once the action has completed.

Luckily we can hook into this.observe.load() which is always invoked after such an action took place.

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 8 Jan 2015 17:16:45 +0000 (18:16 +0100)]
Updating minified JavaScript files

10 years agoRemoved debug code
Alexander Ebert [Thu, 8 Jan 2015 17:11:25 +0000 (18:11 +0100)]
Removed debug code

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 8 Jan 2015 16:11:45 +0000 (17:11 +0100)]
Updating minified JavaScript files

10 years agoAdded prompt mode for editor autosave
Alexander Ebert [Thu, 8 Jan 2015 16:06:59 +0000 (17:06 +0100)]
Added prompt mode for editor autosave

10 years agoUpgraded to Redactor 10.0.6
Alexander Ebert [Wed, 7 Jan 2015 11:59:32 +0000 (12:59 +0100)]
Upgraded to Redactor 10.0.6

10 years agoFixed image responsiveness
Alexander Ebert [Wed, 7 Jan 2015 11:52:32 +0000 (12:52 +0100)]
Fixed image responsiveness

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 6 Jan 2015 22:56:46 +0000 (23:56 +0100)]
Updating minified JavaScript files

10 years agoFixed issue w/ img bbcode size parameter
Alexander Ebert [Tue, 6 Jan 2015 22:54:04 +0000 (23:54 +0100)]
Fixed issue w/ img bbcode size parameter

10 years agoAdded missing comma
Alexander Ebert [Tue, 6 Jan 2015 22:53:49 +0000 (23:53 +0100)]
Added missing comma

10 years agoAdded fail-safe mechanism for list of purchased products
Alexander Ebert [Tue, 6 Jan 2015 20:59:04 +0000 (21:59 +0100)]
Added fail-safe mechanism for list of purchased products

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 6 Jan 2015 19:36:46 +0000 (20:36 +0100)]
Updating minified JavaScript files

10 years agoRedactor excepts `<em>` instead of `<i>`
Alexander Ebert [Tue, 6 Jan 2015 19:32:54 +0000 (20:32 +0100)]
Redactor excepts `<em>` instead of `<i>`

10 years agoChanged 'Can not' into 'Cannot'
Alexander Ebert [Tue, 6 Jan 2015 18:22:47 +0000 (19:22 +0100)]
Changed 'Can not' into 'Cannot'

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 6 Jan 2015 14:51:46 +0000 (15:51 +0100)]
Updating minified JavaScript files

10 years agoFixed modifying link text on insert
Alexander Ebert [Tue, 6 Jan 2015 14:49:22 +0000 (15:49 +0100)]
Fixed modifying link text on insert

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 6 Jan 2015 10:41:46 +0000 (11:41 +0100)]
Updating minified JavaScript files

10 years agoFixed image being incorrectly marked as active on init
Alexander Ebert [Tue, 6 Jan 2015 10:37:49 +0000 (11:37 +0100)]
Fixed image being incorrectly marked as active on init

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 6 Jan 2015 00:36:46 +0000 (01:36 +0100)]
Updating minified JavaScript files

10 years agoShow 'Draft saved' message only once every 2 minutes if content has been modified
Alexander Ebert [Tue, 6 Jan 2015 00:33:57 +0000 (01:33 +0100)]
Show 'Draft saved' message only once every 2 minutes if content has been modified

10 years agoWork-around for Firefox not properly inserting text in empty lines
Alexander Ebert [Mon, 5 Jan 2015 20:13:24 +0000 (21:13 +0100)]
Work-around for Firefox not properly inserting text in empty lines

10 years agoRemoved reference to undefined variable
Alexander Ebert [Mon, 5 Jan 2015 19:39:47 +0000 (20:39 +0100)]
Removed reference to undefined variable

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 5 Jan 2015 14:36:45 +0000 (15:36 +0100)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 5 Jan 2015 14:33:07 +0000 (15:33 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded button to remove a code box during editing
Alexander Ebert [Mon, 5 Jan 2015 14:32:54 +0000 (15:32 +0100)]
Added button to remove a code box during editing

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 5 Jan 2015 12:21:46 +0000 (13:21 +0100)]
Updating minified JavaScript files

10 years agoSome improvements to code listing handling
Alexander Ebert [Mon, 5 Jan 2015 12:17:11 +0000 (13:17 +0100)]
Some improvements to code listing handling