Matthias Schmidt [Mon, 17 Oct 2016 18:13:05 +0000 (20:13 +0200)]
Fix saving conditions for boxes
Marcel Werk [Mon, 17 Oct 2016 15:52:16 +0000 (17:52 +0200)]
Fixed css class name
Marcel Werk [Mon, 17 Oct 2016 15:52:05 +0000 (17:52 +0200)]
Fixed missing style variable
Alexander Ebert [Mon, 17 Oct 2016 11:37:45 +0000 (13:37 +0200)]
Preparing release 3.0.0 Beta 3
Tim Düsterhus [Mon, 17 Oct 2016 11:18:41 +0000 (13:18 +0200)]
Add HTTPException for use in HTTPRequest
This exception allows us to easily dump the first few bytes of
the response. This can be helpful in cases where the body
explains what exactly is wrong with our request.
Backwards compatibility is preserved by Exception chaining.
Tim Düsterhus [Mon, 17 Oct 2016 10:31:49 +0000 (12:31 +0200)]
Merge remote-tracking branch 'origin/master'
Tim Düsterhus [Mon, 17 Oct 2016 10:30:50 +0000 (12:30 +0200)]
Merge branch '2.1'
Tim Düsterhus [Mon, 17 Oct 2016 10:30:29 +0000 (12:30 +0200)]
Merge branch '2.0' into 2.1
Tim Düsterhus [Mon, 17 Oct 2016 10:26:22 +0000 (12:26 +0200)]
Replace Facebook's bio field by about
> (#12) bio field is deprecated for versions v2.8 and higher
woltlab.com [Sun, 16 Oct 2016 20:46:47 +0000 (22:46 +0200)]
Updating minified JavaScript files
Marcel Werk [Sun, 16 Oct 2016 20:33:36 +0000 (22:33 +0200)]
Removed obsolete style variables
woltlab.com [Sun, 16 Oct 2016 17:46:49 +0000 (19:46 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 16 Oct 2016 17:37:55 +0000 (19:37 +0200)]
Slightly delay focus to work-around some browser issues
Alexander Ebert [Sun, 16 Oct 2016 17:37:40 +0000 (19:37 +0200)]
Fixed smiley work-around
Tim Düsterhus [Sun, 16 Oct 2016 17:18:17 +0000 (19:18 +0200)]
Prefix keys in RedisCacheSource
The RedisCacheSource allows reusing the existing server
for other purposes. Prefixing the keys used by the cache
avoids accidental cache smashing by plugins.
Alexander Ebert [Sun, 16 Oct 2016 13:33:36 +0000 (15:33 +0200)]
Added additional metacode filter
Alexander Ebert [Sun, 16 Oct 2016 13:33:24 +0000 (15:33 +0200)]
Added DOM helper method
woltlab.com [Sat, 15 Oct 2016 14:46:47 +0000 (16:46 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sat, 15 Oct 2016 14:34:22 +0000 (16:34 +0200)]
Slightly improved code
woltlab.com [Sat, 15 Oct 2016 14:31:47 +0000 (16:31 +0200)]
Updating minified JavaScript files
Marcel Werk [Sat, 15 Oct 2016 14:27:52 +0000 (16:27 +0200)]
Improved usability in lost password form
Marcel Werk [Sat, 15 Oct 2016 14:27:35 +0000 (16:27 +0200)]
Added missing language variable
Alexander Ebert [Sat, 15 Oct 2016 14:04:50 +0000 (16:04 +0200)]
Experimental change: Use style attribute in Editor
The recent updates of Redactor made changes to the style-attribute
handling, finally allowing us to use them instead of working around with
custom elements + CSS class names. This is still somewhat experimental,
as it is needs some more testing.
Marcel Werk [Sat, 15 Oct 2016 14:19:00 +0000 (16:19 +0200)]
Fixed multiple style issues
Marcel Werk [Sat, 15 Oct 2016 14:06:30 +0000 (16:06 +0200)]
Fixed newlines in converted bbcode messages
Marcel Werk [Sat, 15 Oct 2016 14:04:22 +0000 (16:04 +0200)]
Fixed thumbnail size detection
woltlab.com [Sat, 15 Oct 2016 14:02:46 +0000 (16:02 +0200)]
Updating minified JavaScript files
Marcel Werk [Sat, 15 Oct 2016 10:21:18 +0000 (12:21 +0200)]
Offline mode no longer loads special box layouts
Tim Düsterhus [Fri, 14 Oct 2016 16:36:55 +0000 (18:36 +0200)]
Fix popstate event handler in WCF.ImageViewer
Marcel Werk [Fri, 14 Oct 2016 14:59:41 +0000 (16:59 +0200)]
Added publication status filter
Marcel Werk [Fri, 14 Oct 2016 14:18:29 +0000 (16:18 +0200)]
Added slideshow styling
Marcel Werk [Thu, 13 Oct 2016 16:28:07 +0000 (18:28 +0200)]
Improved exif data import
Marcel Werk [Thu, 13 Oct 2016 15:31:13 +0000 (17:31 +0200)]
Improved margins in smiley list
Alexander Ebert [Thu, 13 Oct 2016 11:14:41 +0000 (13:14 +0200)]
Update color schema
Alexander Ebert [Wed, 12 Oct 2016 11:33:45 +0000 (13:33 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/next'
Alexander Ebert [Wed, 12 Oct 2016 10:00:51 +0000 (12:00 +0200)]
Merge remote-tracking branch 'refs/remotes/origin/master' into next
# Conflicts:
# wcfsetup/install/lang/en.xml
Alexander Ebert [Wed, 12 Oct 2016 08:15:39 +0000 (10:15 +0200)]
Fixed table head being removed
Alexander Ebert [Wed, 12 Oct 2016 07:59:53 +0000 (09:59 +0200)]
Removed sortable node overflow setting
Doesn't seem to be required and breaks Firefox
Marcel Werk [Tue, 11 Oct 2016 22:15:00 +0000 (00:15 +0200)]
Fixed empty box names
woltlab.com [Tue, 11 Oct 2016 18:02:21 +0000 (20:02 +0200)]
Updating minified JavaScript files
Alexander Ebert [Tue, 11 Oct 2016 17:53:54 +0000 (19:53 +0200)]
Cleanup / resolved todos
Marcel Werk [Tue, 11 Oct 2016 17:39:25 +0000 (19:39 +0200)]
Resolved todos/removed obsolete todos
Alexander Ebert [Tue, 11 Oct 2016 16:58:03 +0000 (18:58 +0200)]
Merge pull request #2114 from Smooey/master
A couple English "bug fixes" to merge...
Marcel Werk [Tue, 11 Oct 2016 16:25:18 +0000 (18:25 +0200)]
Removed obsolete todos
Marcel Werk [Tue, 11 Oct 2016 16:10:34 +0000 (18:10 +0200)]
Error pages no longer load special box layouts
Fixes #2115
Marcel Werk [Tue, 11 Oct 2016 15:31:16 +0000 (17:31 +0200)]
Fixed update of box to page assignments
Marcel Werk [Tue, 11 Oct 2016 15:08:02 +0000 (17:08 +0200)]
Fixed overflow in user title badges
Marcel Werk [Tue, 11 Oct 2016 14:53:18 +0000 (16:53 +0200)]
Fixed wrong option label
Marcel Werk [Tue, 11 Oct 2016 14:09:51 +0000 (16:09 +0200)]
Resolved todos
Alexander Ebert [Tue, 11 Oct 2016 12:57:31 +0000 (14:57 +0200)]
Upgraded to Redactor II 1.3.0
woltlab.com [Tue, 11 Oct 2016 12:02:21 +0000 (14:02 +0200)]
Updating minified JavaScript files
Alexander Ebert [Tue, 11 Oct 2016 11:58:51 +0000 (13:58 +0200)]
Fixed drag&drop blocking link dragging
Alexander Ebert [Tue, 11 Oct 2016 10:44:29 +0000 (12:44 +0200)]
Fixed missing output handling of links
woltlab.com [Tue, 11 Oct 2016 08:02:19 +0000 (10:02 +0200)]
Updating minified JavaScript files
Alexander Ebert [Tue, 11 Oct 2016 07:59:24 +0000 (09:59 +0200)]
Fixed a scroll issue on iOS
Marcel Werk [Mon, 10 Oct 2016 14:38:23 +0000 (16:38 +0200)]
Fixed missing redirect status code
Marcel Werk [Mon, 10 Oct 2016 14:33:24 +0000 (16:33 +0200)]
Added hover styling for links in footer boxes
woltlab.com [Mon, 10 Oct 2016 13:02:20 +0000 (15:02 +0200)]
Updating minified JavaScript files
Tim Düsterhus [Mon, 10 Oct 2016 12:49:49 +0000 (14:49 +0200)]
Increase MOVED_VERTICALLY to 20
woltlab.com [Mon, 10 Oct 2016 10:47:21 +0000 (12:47 +0200)]
Updating minified JavaScript files
Alexander Ebert [Mon, 10 Oct 2016 10:34:13 +0000 (12:34 +0200)]
Fixed search bar behavior on iOS
Focusing a text input turns `position: fixed` into `position: absolute`
on iOS.
Fixes #2111
Alexander Ebert [Mon, 10 Oct 2016 10:25:02 +0000 (12:25 +0200)]
Fixed menu items with object id but w/o handler being selectable
Fixes #2101
Alexander Ebert [Mon, 10 Oct 2016 09:44:43 +0000 (11:44 +0200)]
Using a fallback font for comic sans on OSX/iOS
woltlab.com [Mon, 10 Oct 2016 08:17:21 +0000 (10:17 +0200)]
Updating minified JavaScript files
Alexander Ebert [Mon, 10 Oct 2016 08:02:35 +0000 (10:02 +0200)]
Fixed metacode handling and embedded media
Marcel Werk [Sun, 9 Oct 2016 20:18:07 +0000 (22:18 +0200)]
Added support for embedded objects in box content
Marcel Werk [Sun, 9 Oct 2016 20:13:34 +0000 (22:13 +0200)]
Fixed update of embedded objects in page content
Marcel Werk [Sun, 9 Oct 2016 20:10:20 +0000 (22:10 +0200)]
Fixed media manager in page type html/tpl
Alexander Ebert [Sun, 9 Oct 2016 20:13:47 +0000 (22:13 +0200)]
Unified textarea-to-button gap
Alexander Ebert [Sun, 9 Oct 2016 20:13:30 +0000 (22:13 +0200)]
Removed unreliable gap after <textarea>
woltlab.com [Sun, 9 Oct 2016 19:47:15 +0000 (21:47 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 9 Oct 2016 19:36:51 +0000 (21:36 +0200)]
Fixed scroll direction of page menu in RTL
Alexander Ebert [Sun, 9 Oct 2016 19:32:39 +0000 (21:32 +0200)]
Fixed menu icon orientation in RTL
Alexander Ebert [Sun, 9 Oct 2016 19:07:53 +0000 (21:07 +0200)]
Disabled 'Never' setting for administrator permissions
Marcel Werk [Sun, 9 Oct 2016 17:10:08 +0000 (19:10 +0200)]
Improved auto-completion of custom page urls
Marcel Werk [Sun, 9 Oct 2016 17:09:05 +0000 (19:09 +0200)]
Fixed detection of scss files
woltlab.com [Sun, 9 Oct 2016 12:17:21 +0000 (14:17 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 9 Oct 2016 12:07:35 +0000 (14:07 +0200)]
Disabled attachment sorting on non-desktop
It doesn't play out well on mobile/touch and has a very limited use.
woltlab.com [Sun, 9 Oct 2016 12:02:22 +0000 (14:02 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sun, 9 Oct 2016 11:46:44 +0000 (13:46 +0200)]
ImageViewer now ignores pressed ctrl key
Alexander Ebert [Sun, 9 Oct 2016 11:42:22 +0000 (13:42 +0200)]
Added additional labels for grant/deny checkboxes
woltlab.com [Sun, 9 Oct 2016 11:02:21 +0000 (13:02 +0200)]
Updating minified JavaScript files
Tim Düsterhus [Sun, 9 Oct 2016 10:44:15 +0000 (12:44 +0200)]
Detect vertical movement earlier in Android Menu
Marcel Werk [Sun, 9 Oct 2016 10:13:23 +0000 (12:13 +0200)]
Fixed alignment issue in inlineDataList
Marcel Werk [Sun, 9 Oct 2016 10:06:28 +0000 (12:06 +0200)]
Added missing update of articles after user renaming
Marcel Werk [Sat, 8 Oct 2016 21:34:17 +0000 (23:34 +0200)]
Improved media manager dialog
Marcel Werk [Sat, 8 Oct 2016 21:23:51 +0000 (23:23 +0200)]
Added missing update of embedded objects
Marcel Werk [Sat, 8 Oct 2016 21:23:34 +0000 (23:23 +0200)]
Fixed double border
woltlab.com [Sat, 8 Oct 2016 15:47:18 +0000 (17:47 +0200)]
Updating minified JavaScript files
Tim Düsterhus [Sat, 8 Oct 2016 15:32:36 +0000 (17:32 +0200)]
Allow to exit the image viewer by the back button
woltlab.com [Sat, 8 Oct 2016 12:17:21 +0000 (14:17 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sat, 8 Oct 2016 12:05:17 +0000 (14:05 +0200)]
Fixed tab menu change on location hash update
Marcel Werk [Sat, 8 Oct 2016 11:13:31 +0000 (13:13 +0200)]
Removed obsolete code
Marcel Werk [Sat, 8 Oct 2016 11:12:36 +0000 (13:12 +0200)]
Fixed table cell alignments
woltlab.com [Sat, 8 Oct 2016 11:11:39 +0000 (13:11 +0200)]
Updating minified JavaScript files
Alexander Ebert [Sat, 8 Oct 2016 11:02:27 +0000 (13:02 +0200)]
Fixed sorting on mobile devices
Alexander Ebert [Sat, 8 Oct 2016 10:03:08 +0000 (12:03 +0200)]
Fixed method signature
Marcel Werk [Fri, 7 Oct 2016 15:34:28 +0000 (17:34 +0200)]
Use default value for comments in article importer
woltlab.com [Fri, 7 Oct 2016 14:17:24 +0000 (16:17 +0200)]
Updating minified JavaScript files
Alexander Ebert [Fri, 7 Oct 2016 14:06:01 +0000 (16:06 +0200)]
Fixed dialog position for Chrome for Android