GitHub/WoltLab/WCF.git
9 years agoFixed tag search
Alexander Ebert [Sun, 11 Jan 2015 16:43:53 +0000 (17:43 +0100)]
Fixed tag search

9 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.

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

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

9 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

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

Closes #1856
Closes #1857

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

9 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

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

9 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

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

9 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

9 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

9 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

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

9 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

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

9 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}

9 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

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

9 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.

9 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.

9 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

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

9 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

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

9 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.

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

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

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

9 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

9 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

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

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

9 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

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

9 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

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

9 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>`

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

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

9 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

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

9 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

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

9 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

9 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

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

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

9 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

9 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

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

9 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

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

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 5 Jan 2015 00:35:00 +0000 (01:35 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed border-radius issue in comment list
Marcel Werk [Mon, 5 Jan 2015 00:34:48 +0000 (01:34 +0100)]
Fixed border-radius issue in comment list

9 years agoFixed background color of the quote box
Marcel Werk [Mon, 5 Jan 2015 00:20:36 +0000 (01:20 +0100)]
Fixed background color of the quote box

9 years agoUpdating minified JavaScript files
woltlab.com [Sun, 4 Jan 2015 23:31:46 +0000 (00:31 +0100)]
Updating minified JavaScript files

9 years agoFixed code listing edit
Alexander Ebert [Sun, 4 Jan 2015 23:27:57 +0000 (00:27 +0100)]
Fixed code listing edit

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

9 years agoProperly handling [code] insert if text has been selected
Alexander Ebert [Sun, 4 Jan 2015 16:38:04 +0000 (17:38 +0100)]
Properly handling [code] insert if text has been selected

9 years agoFixed smiley upload issues
Marcel Werk [Sun, 4 Jan 2015 00:26:10 +0000 (01:26 +0100)]
Fixed smiley upload issues

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 3 Jan 2015 23:45:30 +0000 (00:45 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoFixed multiple issues in UserAvatarAction::fetchRemoteAvatar()
Marcel Werk [Sat, 3 Jan 2015 23:45:20 +0000 (00:45 +0100)]
Fixed multiple issues in UserAvatarAction::fetchRemoteAvatar()

9 years agoFix handling of 401 when updating package list
Tim Düsterhus [Sat, 3 Jan 2015 23:36:40 +0000 (00:36 +0100)]
Fix handling of 401 when updating package list

9 years agoSend apiVersion to package servers providing an alternate download location
Tim Düsterhus [Sat, 3 Jan 2015 23:11:18 +0000 (00:11 +0100)]
Send apiVersion to package servers providing an alternate download location

9 years agoRequire only one of ETag and Last-Modified in 2.1 package servers
Tim Düsterhus [Sat, 3 Jan 2015 23:10:10 +0000 (00:10 +0100)]
Require only one of ETag and Last-Modified in 2.1 package servers

9 years agoAdd PreparedStatement::fetchSingleRow() and fetchSingleColumn()
Tim Düsterhus [Sat, 3 Jan 2015 20:40:05 +0000 (21:40 +0100)]
Add PreparedStatement::fetchSingleRow() and fetchSingleColumn()

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 3 Jan 2015 20:55:38 +0000 (21:55 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoChanged min avatar size to 96x96
Marcel Werk [Sat, 3 Jan 2015 20:55:16 +0000 (21:55 +0100)]
Changed min avatar size to 96x96

9 years agoPreparing release 2.1.0 Beta 3
Alexander Ebert [Sat, 3 Jan 2015 12:33:30 +0000 (13:33 +0100)]
Preparing release 2.1.0 Beta 3

9 years agoFixed overflow issue in image viewer
Marcel Werk [Sat, 3 Jan 2015 01:42:32 +0000 (02:42 +0100)]
Fixed overflow issue in image viewer

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 2 Jan 2015 23:11:54 +0000 (00:11 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoDisabled unintended auto-complete in firefox
Marcel Werk [Fri, 2 Jan 2015 23:11:28 +0000 (00:11 +0100)]
Disabled unintended auto-complete in firefox

9 years agoFixed issue in paid subscription forms
Marcel Werk [Fri, 2 Jan 2015 23:10:21 +0000 (00:10 +0100)]
Fixed issue in paid subscription forms

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

9 years agoFixed some issues
Alexander Ebert [Fri, 2 Jan 2015 15:52:13 +0000 (16:52 +0100)]
Fixed some issues

Yes, I'm purposely stripping ' and " from filenames.

9 years agoRemoved old debug code
Alexander Ebert [Fri, 2 Jan 2015 15:01:29 +0000 (16:01 +0100)]
Removed old debug code

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

9 years agoOverhauled some editor features, wysiwyg code handling
Alexander Ebert [Fri, 2 Jan 2015 14:32:11 +0000 (15:32 +0100)]
Overhauled some editor features, wysiwyg code handling

9 years agoAdd UserCollapsibleContentHandler::resetAll()
Matthias Schmidt [Wed, 31 Dec 2014 16:09:49 +0000 (17:09 +0100)]
Add UserCollapsibleContentHandler::resetAll()

9 years agoRemove obsolete parameter in method calls
Matthias Schmidt [Wed, 31 Dec 2014 16:09:19 +0000 (17:09 +0100)]
Remove obsolete parameter in method calls

9 years agoWork-around for concurrent attempts to create a virtual session
Alexander Ebert [Wed, 31 Dec 2014 12:47:46 +0000 (13:47 +0100)]
Work-around for concurrent attempts to create a virtual session

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 31 Dec 2014 01:11:47 +0000 (02:11 +0100)]
Updating minified JavaScript files

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 31 Dec 2014 01:08:17 +0000 (02:08 +0100)]
Updating minified JavaScript files

9 years agoUpdating minified JavaScript files
woltlab.com [Wed, 31 Dec 2014 01:08:15 +0000 (02:08 +0100)]
Updating minified JavaScript files

9 years agoAdded newline support in paid subscription descriptions
Marcel Werk [Wed, 31 Dec 2014 00:12:21 +0000 (01:12 +0100)]
Added newline support in paid subscription descriptions

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 30 Dec 2014 16:41:46 +0000 (17:41 +0100)]
Updating minified JavaScript files

9 years agoOverhauled quote DOM
Alexander Ebert [Tue, 30 Dec 2014 16:29:08 +0000 (17:29 +0100)]
Overhauled quote DOM

- Removed inner <div />
- Instead of nesting the quote author avatar inside the quote element, it is now a sibling with a surrounding <div /> box
- Quote arrow is now generated by the avatar element rather than the quote itself
- Improved overflow/clearing to prevent unintended side-effects, e.g. cropping of the arrow next to the quote element

9 years agoRemoved unnecessary bind()
Alexander Ebert [Tue, 30 Dec 2014 16:26:46 +0000 (17:26 +0100)]
Removed unnecessary bind()

9 years agoUpdating minified JavaScript files
woltlab.com [Tue, 30 Dec 2014 01:01:48 +0000 (02:01 +0100)]
Updating minified JavaScript files

9 years agoAdded background color for autosave notice
Alexander Ebert [Tue, 30 Dec 2014 00:54:53 +0000 (01:54 +0100)]
Added background color for autosave notice

9 years agoAuto-discard autosave notice 3 seconds after first keystroke
Alexander Ebert [Tue, 30 Dec 2014 00:54:35 +0000 (01:54 +0100)]
Auto-discard autosave notice 3 seconds after first keystroke

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 29 Dec 2014 23:26:45 +0000 (00:26 +0100)]
Updating minified JavaScript files

9 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 29 Dec 2014 23:21:52 +0000 (00:21 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

9 years agoAdded support for void BBCodes
Alexander Ebert [Mon, 29 Dec 2014 23:21:39 +0000 (00:21 +0100)]
Added support for void BBCodes

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 29 Dec 2014 13:56:46 +0000 (14:56 +0100)]
Updating minified JavaScript files

9 years agoImproved inserting of quotes
Alexander Ebert [Mon, 29 Dec 2014 13:54:29 +0000 (14:54 +0100)]
Improved inserting of quotes

9 years agoFixed 'Purchased Items' button appended two times
Alexander Ebert [Mon, 29 Dec 2014 13:40:34 +0000 (14:40 +0100)]
Fixed 'Purchased Items' button appended two times

9 years agoUpdating minified JavaScript files
woltlab.com [Mon, 29 Dec 2014 03:31:46 +0000 (04:31 +0100)]
Updating minified JavaScript files