Lexa [Sat, 7 Jan 2017 19:53:22 +0000 (20:53 +0100)]
Link fixed
Link to the manual corrected.
Lexa [Sat, 7 Jan 2017 19:52:08 +0000 (20:52 +0100)]
Link fixed
Link to the manual corrected.
woltlab.com [Sat, 7 Jan 2017 11:31:48 +0000 (12:31 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sat, 7 Jan 2017 11:18:35 +0000 (12:18 +0100)]
Improved UI/UX for list indent/outdent
woltlab.com [Fri, 6 Jan 2017 16:46:48 +0000 (17:46 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 6 Jan 2017 16:42:18 +0000 (17:42 +0100)]
Disable editor bar toggle on WP/Edge
Alexander Ebert [Fri, 6 Jan 2017 16:31:13 +0000 (17:31 +0100)]
Fixed recognition of matching control buttons
Alexander Ebert [Fri, 6 Jan 2017 14:12:35 +0000 (15:12 +0100)]
Stop using flexbox for messages on screen-xs/sm
There are no benefits from using flexbox as these components are
displayed in a classic block-like behavior. Bonus points for having less
active declarations in the base CSS.
woltlab.com [Fri, 6 Jan 2017 11:31:48 +0000 (12:31 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 6 Jan 2017 11:28:22 +0000 (12:28 +0100)]
Avoid CORS for background queue invokations
woltlab.com [Fri, 6 Jan 2017 11:01:47 +0000 (12:01 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 6 Jan 2017 10:58:13 +0000 (11:58 +0100)]
Strip `data-title` in HTML view
This is a dynamic property used for visual purposes only and is computed
on-the-fly when editing the other `data`-attributes.
woltlab.com [Fri, 6 Jan 2017 10:46:48 +0000 (11:46 +0100)]
Updating minified JavaScript files
Alexander Ebert [Fri, 6 Jan 2017 10:44:51 +0000 (11:44 +0100)]
Fixed backspacing of inserted images
Marcel Werk [Fri, 6 Jan 2017 10:16:41 +0000 (11:16 +0100)]
Fixed dismiss-icon in notices
woltlab.com [Thu, 5 Jan 2017 18:16:48 +0000 (19:16 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 5 Jan 2017 18:14:28 +0000 (19:14 +0100)]
Fixed a few Safari bugs
Alexander Ebert [Thu, 5 Jan 2017 17:17:21 +0000 (18:17 +0100)]
Fixed images with relative path / SVG from being proxied
woltlab.com [Thu, 5 Jan 2017 16:01:49 +0000 (17:01 +0100)]
Updating minified JavaScript files
Marcel Werk [Thu, 5 Jan 2017 15:49:25 +0000 (16:49 +0100)]
Fixed missing auto-scroll when refreshing statistics chart
Marcel Werk [Thu, 5 Jan 2017 15:48:23 +0000 (16:48 +0100)]
Fixed badge position in statistics chart
Marcel Werk [Thu, 5 Jan 2017 15:46:28 +0000 (16:46 +0100)]
Improved content wrapping in .contentHeader
woltlab.com [Thu, 5 Jan 2017 13:01:49 +0000 (14:01 +0100)]
Updating minified JavaScript files
Alexander Ebert [Thu, 5 Jan 2017 12:54:52 +0000 (13:54 +0100)]
Fixed active states
Alexander Ebert [Thu, 5 Jan 2017 12:43:18 +0000 (13:43 +0100)]
Fixed caret behavior for inserted tables
Alexander Ebert [Thu, 5 Jan 2017 12:27:04 +0000 (13:27 +0100)]
Deny block elements inside lists
Alexander Ebert [Thu, 5 Jan 2017 12:26:53 +0000 (13:26 +0100)]
Fixed insert order of attachment list
Marcel Werk [Thu, 5 Jan 2017 12:21:48 +0000 (13:21 +0100)]
Fixed multilingual external links
Marcel Werk [Thu, 5 Jan 2017 11:58:48 +0000 (12:58 +0100)]
Fixed link to woltlab's help section
Marcel Werk [Wed, 4 Jan 2017 17:13:55 +0000 (18:13 +0100)]
Fixed missing padding in style chooser (mobile version)
woltlab.com [Wed, 4 Jan 2017 16:46:48 +0000 (17:46 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 4 Jan 2017 16:32:56 +0000 (17:32 +0100)]
Strip empty `<kbd>` on backspace in Safari/Firefox
woltlab.com [Wed, 4 Jan 2017 16:16:49 +0000 (17:16 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 4 Jan 2017 16:08:53 +0000 (17:08 +0100)]
Improved pasting into `<kbd>`
woltlab.com [Wed, 4 Jan 2017 15:46:49 +0000 (16:46 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 4 Jan 2017 15:37:51 +0000 (16:37 +0100)]
Removed error-prone code
Alexander Ebert [Wed, 4 Jan 2017 12:24:57 +0000 (13:24 +0100)]
Fixed profile editing behavior
Alexander Ebert [Wed, 4 Jan 2017 11:41:24 +0000 (12:41 +0100)]
Fixed checkbox activity being blocked on tablets
woltlab.com [Wed, 4 Jan 2017 11:01:48 +0000 (12:01 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 4 Jan 2017 10:59:11 +0000 (11:59 +0100)]
Added user link data inside user popover
Closes #2160
Alexander Ebert [Wed, 4 Jan 2017 10:28:51 +0000 (11:28 +0100)]
Fixed weird message selection in Firefox
Alexander Ebert [Wed, 4 Jan 2017 10:18:00 +0000 (11:18 +0100)]
Stripping invalid icon classes from editor html input
Feuerfuchs [Tue, 3 Jan 2017 23:12:45 +0000 (00:12 +0100)]
Add events to UserProfile::isAccessible, UserProfile::isProtected and UsersOnlineList::isVisible (#2153)
* Add events to UserProfile::isAccessible, UserProfile::isProtected and UsersOnlineList::isVisible
* Editor was messing with tabs
* Implement requested changes
* Fix tabs
* Implement requested changes
* Fix unintentional fall-through
woltlab.com [Tue, 3 Jan 2017 18:46:48 +0000 (19:46 +0100)]
Updating minified JavaScript files
Cyperghost [Tue, 3 Jan 2017 18:39:28 +0000 (19:39 +0100)]
Add a function to set a object visit by given userIDs (#2159)
* Add a function to set a object visit by given userIDs
* Add transaction and reformat code
* Add whitspaces
* fix indentation
Alexander Ebert [Tue, 3 Jan 2017 18:31:50 +0000 (19:31 +0100)]
Dialog height calculation was out-of-sync
Alexander Ebert [Tue, 3 Jan 2017 16:58:19 +0000 (17:58 +0100)]
Improved scrolling to search result
Alexander Ebert [Tue, 3 Jan 2017 16:41:08 +0000 (17:41 +0100)]
Fixed ACP search dropdown behavior/visuals
Alexander Ebert [Tue, 3 Jan 2017 16:35:36 +0000 (17:35 +0100)]
Added missing SCSS override validation
Alexander Ebert [Tue, 3 Jan 2017 13:49:46 +0000 (14:49 +0100)]
Always use the filename for non-image attachments
Alexander Ebert [Tue, 3 Jan 2017 13:38:24 +0000 (14:38 +0100)]
Slightly delaying Redactor init
Marcel Werk [Tue, 3 Jan 2017 12:10:42 +0000 (13:10 +0100)]
Fixed undefined index exception
Alexander Ebert [Mon, 2 Jan 2017 23:46:26 +0000 (00:46 +0100)]
Fixed incorrect timezone calculation
Marcel Werk [Mon, 2 Jan 2017 12:42:44 +0000 (13:42 +0100)]
Fixed floating in dl.floated
Marcel Werk [Mon, 2 Jan 2017 12:32:42 +0000 (13:32 +0100)]
Fixed typo
woltlab.com [Sun, 1 Jan 2017 19:01:49 +0000 (20:01 +0100)]
Updating minified JavaScript files
Tim Düsterhus [Sun, 1 Jan 2017 18:45:05 +0000 (19:45 +0100)]
Stop silently overwriting recipients in Email::addRecipient()
Marcel Werk [Sun, 1 Jan 2017 18:30:39 +0000 (19:30 +0100)]
Added missing default value
Marcel Werk [Sun, 1 Jan 2017 18:16:59 +0000 (19:16 +0100)]
Fixed imageviewer header
Alexander Ebert [Sun, 1 Jan 2017 18:05:00 +0000 (19:05 +0100)]
Fixed display of figcaption
Alexander Ebert [Sun, 1 Jan 2017 17:43:09 +0000 (18:43 +0100)]
Fixed article image alignment in IE 11
Marcel Werk [Sun, 1 Jan 2017 17:05:47 +0000 (18:05 +0100)]
Prevent iOS from zooming when focusing selects
Marcel Werk [Sun, 1 Jan 2017 15:07:34 +0000 (16:07 +0100)]
Fixed dead link to acp in user profile
Alexander Ebert [Sun, 1 Jan 2017 11:21:42 +0000 (12:21 +0100)]
Prepairing release 3.0.0 RC 4
Alexander Ebert [Sun, 1 Jan 2017 11:13:28 +0000 (12:13 +0100)]
Added work-around for WCF upgrade
Marcel Werk [Sun, 1 Jan 2017 10:55:10 +0000 (11:55 +0100)]
Fixed missing preview of style variables
woltlab.com [Sun, 1 Jan 2017 10:46:47 +0000 (11:46 +0100)]
Updating minified JavaScript files
Alexander Ebert [Sun, 1 Jan 2017 10:42:53 +0000 (11:42 +0100)]
Fixed work-around being applied to mobile
Alexander Ebert [Fri, 30 Dec 2016 11:17:47 +0000 (12:17 +0100)]
Updating release date
Marcel Werk [Sat, 31 Dec 2016 12:03:57 +0000 (13:03 +0100)]
Removed obsolete import
Marcel Werk [Sat, 31 Dec 2016 12:00:17 +0000 (13:00 +0100)]
Merge pull request #2158 from ChristopherWalz/master
Move method to the DateUtil class, so it's globally accessible and plugins can also use relative times without copying the code.
Tim Düsterhus [Fri, 30 Dec 2016 16:48:38 +0000 (17:48 +0100)]
Add mark as confirmed button in email notifications
Christopher Walz [Fri, 30 Dec 2016 06:08:00 +0000 (14:08 +0800)]
Move method to the DateUtil class, so it's globally accessible and plugins can also use relative times without copying the code.
Alexander Ebert [Thu, 29 Dec 2016 23:04:07 +0000 (00:04 +0100)]
Merge pull request #2156 from earlyhost/patch-2
Added getter to HtmlOutputNodeProcessor to expose output type
Peter Frühwirt [Thu, 29 Dec 2016 18:58:33 +0000 (19:58 +0100)]
Added getter to HtmlOutputNodeProcessor to expose output type
Peter Frühwirt [Thu, 29 Dec 2016 16:59:17 +0000 (17:59 +0100)]
Added beforeProcess event to HtmlOutputNodeProcessor (#2155)
* Added preProcess event to HtmlOutputNodeProcessor
Added possibility for plugins to change html output on every request (like it is done with keywords highlighting)
* Changed event name in HtmlOutputNodeProcessor
woltlab.com [Thu, 29 Dec 2016 16:16:49 +0000 (17:16 +0100)]
Updating minified JavaScript files
Marcel Werk [Thu, 29 Dec 2016 16:05:22 +0000 (17:05 +0100)]
Fixed media upload
Alexander Ebert [Thu, 29 Dec 2016 12:31:35 +0000 (13:31 +0100)]
Fixed HAVING using an alias
Alexander Ebert [Thu, 29 Dec 2016 11:49:00 +0000 (12:49 +0100)]
Preparing release 3.0.0 RC 3
Marcel Werk [Thu, 29 Dec 2016 12:40:40 +0000 (13:40 +0100)]
Fixed handling for external links in menu.tpl
Marcel Werk [Thu, 29 Dec 2016 11:59:47 +0000 (12:59 +0100)]
Merge pull request #2154 from joshuaruesweg/patch-85
fix redirect message
Joshua Rüsweg [Thu, 29 Dec 2016 11:49:25 +0000 (12:49 +0100)]
fix redirect message
The variable use template scripting for german du/sie
woltlab.com [Thu, 29 Dec 2016 07:01:49 +0000 (08:01 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Thu, 29 Dec 2016 06:49:58 +0000 (07:49 +0100)]
Reset media listing before new upload, not after upload
woltlab.com [Thu, 29 Dec 2016 06:31:49 +0000 (07:31 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Thu, 29 Dec 2016 06:28:49 +0000 (07:28 +0100)]
Fix editing and inserting searched media
… and improve naming of variables
woltlab.com [Wed, 28 Dec 2016 22:01:49 +0000 (23:01 +0100)]
Updating minified JavaScript files
Matthias Schmidt [Wed, 28 Dec 2016 21:59:06 +0000 (22:59 +0100)]
Use EventKey module instead of event.charCode
This also fixes Firefox not having `event.charCode = 13` for enter
events.
Marcel Werk [Wed, 28 Dec 2016 20:15:51 +0000 (21:15 +0100)]
Added missing border-radius (unified styling of code/quotes boxes)
Marcel Werk [Wed, 28 Dec 2016 20:15:20 +0000 (21:15 +0100)]
Fixed overflow of toggleButton's box-shadow
woltlab.com [Wed, 28 Dec 2016 18:01:49 +0000 (19:01 +0100)]
Updating minified JavaScript files
Marcel Werk [Wed, 28 Dec 2016 17:48:15 +0000 (18:48 +0100)]
Fixed ignore-timezone data-attribute
Alexander Ebert [Wed, 28 Dec 2016 17:23:10 +0000 (18:23 +0100)]
Added missing newline
woltlab.com [Wed, 28 Dec 2016 17:16:50 +0000 (18:16 +0100)]
Updating minified JavaScript files
Alexander Ebert [Wed, 28 Dec 2016 17:06:19 +0000 (18:06 +0100)]
Fixed work-around for smiley codes
Marcel Werk [Wed, 28 Dec 2016 15:18:56 +0000 (16:18 +0100)]
Fixed duplicates in page_content / box_content
Alexander Ebert [Wed, 28 Dec 2016 12:45:21 +0000 (13:45 +0100)]
Redirect using 307 on i18n cms language mismatch
Marcel Werk [Wed, 28 Dec 2016 12:15:07 +0000 (13:15 +0100)]
Enabled sandbox mode for execution of the boxConditions template
Marcel Werk [Tue, 27 Dec 2016 16:28:57 +0000 (17:28 +0100)]
Merge branch 'master' of https://github.com/WoltLab/WCF