GitHub/WoltLab/WCF.git
10 years agoAdd pagination for like details
Matthias Schmidt [Sat, 19 Apr 2014 18:34:11 +0000 (20:34 +0200)]
Add pagination for like details

10 years agoAdded missing auto increment
Alexander Ebert [Sat, 19 Apr 2014 17:14:24 +0000 (19:14 +0200)]
Added missing auto increment

10 years agoUpdated virtual session implementation and added option to disable it
Alexander Ebert [Sat, 19 Apr 2014 17:12:58 +0000 (19:12 +0200)]
Updated virtual session implementation and added option to disable it

10 years agoMerge pull request #1709 from NetzwergX/2.1-doc-virtual-session
Alexander Ebert [Sat, 19 Apr 2014 00:01:47 +0000 (02:01 +0200)]
Merge pull request #1709 from NetzwergX/2.1-doc-virtual-session

Add some nice documentation.

10 years agoAdd some nice documentation.
Sebastian Teumert [Fri, 18 Apr 2014 22:27:52 +0000 (00:27 +0200)]
Add some nice documentation.

10 years agoAdded support for virtual sessions
Alexander Ebert [Fri, 18 Apr 2014 22:01:33 +0000 (00:01 +0200)]
Added support for virtual sessions

Virtual Sessions extend the original session system with a transparent layer. It's only purpose is to enforce session validation based on IP address and/or user agent.

The legacy session system does not allow the same user being logged-in more than once and the same is true for WCF 2.1 unless we break most parts of the API. In order to solve this, we do allow multiple clients to share the exact same session among them, while the individual clients are tracked within wcf1_session_virtual.

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 18 Apr 2014 09:01:05 +0000 (11:01 +0200)]
Updating minified JavaScript files

10 years agoSubmit pagination dialog with ENTER
Matthias Schmidt [Fri, 18 Apr 2014 08:57:43 +0000 (10:57 +0200)]
Submit pagination dialog with ENTER

10 years agoFocus next button after worker completion
Matthias Schmidt [Fri, 18 Apr 2014 08:31:01 +0000 (10:31 +0200)]
Focus next button after worker completion

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 17 Apr 2014 15:07:50 +0000 (17:07 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoUpgraded to jQuery 2.10 / jQuery UI 1.10.4
Alexander Ebert [Thu, 17 Apr 2014 15:07:36 +0000 (17:07 +0200)]
Upgraded to jQuery 2.10 / jQuery UI 1.10.4

10 years agoFix pending report check
Tim Düsterhus [Thu, 17 Apr 2014 14:13:57 +0000 (16:13 +0200)]
Fix pending report check

see 71b3fabad7123da741f3ce4152017dc2232b539a

10 years agoCombining redactor plugins into a single, compressed file
Alexander Ebert [Thu, 17 Apr 2014 14:03:32 +0000 (16:03 +0200)]
Combining redactor plugins into a single, compressed file

Right now there are 8 plugins so far, this would normally cause 8 HTTP requests just to fetch them or check if the cached file is still up-to-date. Since it does not matter in which order these plugins are fetched (the editor executes them at a later point in the correct order), we can safely combine them into a single, compressed file. This saves us 7 requests. Glorious!

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

10 years agoMerge pull request #1708 from joshuaruesweg/patch-17
Tim Düsterhus [Thu, 17 Apr 2014 13:41:23 +0000 (15:41 +0200)]
Merge pull request #1708 from joshuaruesweg/patch-17

Update DashboardHandler.class.php

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 17 Apr 2014 12:01:04 +0000 (14:01 +0200)]
Updating minified JavaScript files

10 years agoAdded support for attachment management during inline edit
Alexander Ebert [Thu, 17 Apr 2014 11:57:42 +0000 (13:57 +0200)]
Added support for attachment management during inline edit

10 years agoUpdate DashboardHandler.class.php
Joshua Rüsweg [Thu, 17 Apr 2014 09:20:44 +0000 (11:20 +0200)]
Update DashboardHandler.class.php

fix #1706

10 years agoMerge branch '2.0'
Marcel Werk [Wed, 16 Apr 2014 20:27:54 +0000 (22:27 +0200)]
Merge branch '2.0'

10 years agoSmall optimizations
Marcel Werk [Wed, 16 Apr 2014 20:27:12 +0000 (22:27 +0200)]
Small optimizations

10 years agoSmall optimizations
Marcel Werk [Wed, 16 Apr 2014 17:48:06 +0000 (19:48 +0200)]
Small optimizations

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 16 Apr 2014 15:07:57 +0000 (17:07 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded stat page
Marcel Werk [Wed, 16 Apr 2014 15:07:42 +0000 (17:07 +0200)]
Added stat page

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 16 Apr 2014 13:56:01 +0000 (15:56 +0200)]
Updating minified JavaScript files

10 years agoAdded support for attachments within the editor (e.g. quick reply)
Alexander Ebert [Wed, 16 Apr 2014 13:52:08 +0000 (15:52 +0200)]
Added support for attachments within the editor (e.g. quick reply)

10 years agoAdded additional CSS class
Marcel Werk [Tue, 15 Apr 2014 19:42:59 +0000 (21:42 +0200)]
Added additional CSS class

10 years agoAdded a lonely space (thank you travis ...)
Alexander Ebert [Mon, 14 Apr 2014 20:56:10 +0000 (22:56 +0200)]
Added a lonely space (thank you travis ...)

10 years agoUpdated package installation is now fully working
Alexander Ebert [Mon, 14 Apr 2014 19:39:54 +0000 (21:39 +0200)]
Updated package installation is now fully working

There are still a bunch of missing language variables and initial errors occurring during upload aren't properly handled yet. Furthermore it does not check local packages (or those downloaded via HTTP).

Additionally checks for package exclusions have been disabled for testing purposes.

10 years agoMerge branch '2.0'
Alexander Ebert [Mon, 14 Apr 2014 13:47:15 +0000 (15:47 +0200)]
Merge branch '2.0'

Conflicts:
com.woltlab.wcf/package.xml
wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/js/WCF.Message.min.js

10 years agoUpdated package validation
Alexander Ebert [Mon, 14 Apr 2014 13:45:59 +0000 (15:45 +0200)]
Updated package validation

10 years agoFixed SSL issue
Marcel Werk [Sun, 13 Apr 2014 21:25:32 +0000 (23:25 +0200)]
Fixed SSL issue

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 13 Apr 2014 21:20:05 +0000 (23:20 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded stat handlers (WIP)
Marcel Werk [Sun, 13 Apr 2014 21:19:53 +0000 (23:19 +0200)]
Added stat handlers (WIP)

10 years agoAdd possibility to report contents again
Matthias Schmidt [Sun, 13 Apr 2014 17:59:54 +0000 (19:59 +0200)]
Add possibility to report contents again

If a moderation queue report entry is marked as done, the reported content can be reported again.

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 13 Apr 2014 10:06:09 +0000 (12:06 +0200)]
Updating minified JavaScript files

10 years agoFix issues with mentions (in Firefox)
Matthias Schmidt [Sun, 13 Apr 2014 10:01:39 +0000 (12:01 +0200)]
Fix issues with mentions (in Firefox)

10 years agoSome more updates
Alexander Ebert [Fri, 11 Apr 2014 19:36:26 +0000 (21:36 +0200)]
Some more updates

10 years agoUpdating release date 2.0.5
Alexander Ebert [Thu, 10 Apr 2014 11:38:15 +0000 (13:38 +0200)]
Updating release date

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 10 Apr 2014 11:35:13 +0000 (13:35 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoMore work on package validation
Alexander Ebert [Thu, 10 Apr 2014 11:34:56 +0000 (13:34 +0200)]
More work on package validation

10 years agoFix use order
Matthias Schmidt [Wed, 9 Apr 2014 18:25:30 +0000 (20:25 +0200)]
Fix use order

10 years agoChange spoiler toggle text to "Hide Spoiler" if spoiler is visible
Matthias Schmidt [Wed, 9 Apr 2014 17:57:51 +0000 (19:57 +0200)]
Change spoiler toggle text to "Hide Spoiler" if spoiler is visible

10 years agoAdd permission to delete foreign comments on own wall
Matthias Schmidt [Wed, 9 Apr 2014 16:49:53 +0000 (18:49 +0200)]
Add permission to delete foreign comments on own wall

10 years agoAdded prototype of a proper package archive validation
Alexander Ebert [Tue, 8 Apr 2014 14:43:26 +0000 (16:43 +0200)]
Added prototype of a proper package archive validation

Ignore this, these classes are just lying around doing nothing.

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 7 Apr 2014 16:11:01 +0000 (18:11 +0200)]
Updating minified JavaScript files

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 7 Apr 2014 16:06:09 +0000 (18:06 +0200)]
Updating minified JavaScript files

10 years agoMerge branch 'refs/heads/2.0'
Matthias Schmidt [Mon, 7 Apr 2014 16:03:37 +0000 (18:03 +0200)]
Merge branch 'refs/heads/2.0'

10 years agoFix issue with message inline editor if no dropdown exists
Matthias Schmidt [Mon, 7 Apr 2014 16:01:51 +0000 (18:01 +0200)]
Fix issue with message inline editor if no dropdown exists

10 years agoSort user groups by name in UserOptionListForm
Matthias Schmidt [Mon, 7 Apr 2014 14:58:26 +0000 (16:58 +0200)]
Sort user groups by name in UserOptionListForm

10 years agoMerge branch '2.0'
Alexander Ebert [Sat, 5 Apr 2014 23:42:45 +0000 (01:42 +0200)]
Merge branch '2.0'

Conflicts:
com.woltlab.wcf/package.xml
wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/js/WCF.Message.min.js
wcfsetup/install/files/js/WCF.min.js

10 years agoPrevent conflicts with minified JS during merges
Alexander Ebert [Sat, 5 Apr 2014 23:39:59 +0000 (01:39 +0200)]
Prevent conflicts with minified JS during merges

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Alexander Ebert [Sat, 5 Apr 2014 23:39:01 +0000 (01:39 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoPrevent conflicts with minified JS during merges
Alexander Ebert [Sat, 5 Apr 2014 23:38:44 +0000 (01:38 +0200)]
Prevent conflicts with minified JS during merges

10 years agoFixed missing pagination parameters
Marcel Werk [Sat, 5 Apr 2014 17:55:09 +0000 (19:55 +0200)]
Fixed missing pagination parameters

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 5 Apr 2014 15:39:18 +0000 (17:39 +0200)]
Updating minified JavaScript files

10 years agoFix issue with editing mentions
Matthias Schmidt [Fri, 4 Apr 2014 17:12:48 +0000 (19:12 +0200)]
Fix issue with editing mentions

10 years agoFixed update instructions
Alexander Ebert [Fri, 4 Apr 2014 12:05:32 +0000 (14:05 +0200)]
Fixed update instructions

10 years agoMerge branch '2.0'
Marcel Werk [Fri, 4 Apr 2014 11:20:45 +0000 (13:20 +0200)]
Merge branch '2.0'

10 years agoAdded missing value reset
Marcel Werk [Fri, 4 Apr 2014 11:20:09 +0000 (13:20 +0200)]
Added missing value reset

10 years agoMerge branch '2.0'
Marcel Werk [Thu, 3 Apr 2014 20:54:09 +0000 (22:54 +0200)]
Merge branch '2.0'

10 years agoFixed language issue
Marcel Werk [Thu, 3 Apr 2014 20:52:18 +0000 (22:52 +0200)]
Fixed language issue

10 years agoMerge branch '2.0'
Tim Düsterhus [Thu, 3 Apr 2014 16:09:16 +0000 (18:09 +0200)]
Merge branch '2.0'

10 years agoMerge commit '5f7ed0'
Tim Düsterhus [Thu, 3 Apr 2014 16:09:04 +0000 (18:09 +0200)]
Merge commit '5f7ed0'

10 years agoRestricted isImage for files which are natively displayable by browsers
Alexander Ebert [Thu, 3 Apr 2014 15:54:31 +0000 (17:54 +0200)]
Restricted isImage for files which are natively displayable by browsers

This prevents other files (e.g. PSD, image/psd) from being passed to GD which cannot handle them at all.

10 years agoPreparing release 2.0.5
Alexander Ebert [Thu, 3 Apr 2014 14:23:22 +0000 (16:23 +0200)]
Preparing release 2.0.5

10 years agoMerge branch '2.0'
Marcel Werk [Wed, 2 Apr 2014 21:48:46 +0000 (23:48 +0200)]
Merge branch '2.0'

10 years agoFixed parameter validation
Marcel Werk [Wed, 2 Apr 2014 21:47:53 +0000 (23:47 +0200)]
Fixed parameter validation

10 years agoMerge branch '2.0'
Marcel Werk [Wed, 2 Apr 2014 19:35:28 +0000 (21:35 +0200)]
Merge branch '2.0'

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Marcel Werk [Wed, 2 Apr 2014 19:34:35 +0000 (21:34 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoFixed page menu issue
Marcel Werk [Wed, 2 Apr 2014 19:34:25 +0000 (21:34 +0200)]
Fixed page menu issue

10 years agoAdd possibility to upload smiley file when adding new smiley
Matthias Schmidt [Wed, 2 Apr 2014 18:09:09 +0000 (20:09 +0200)]
Add possibility to upload smiley file when adding new smiley

10 years agoMerge branch '2.0'
Alexander Ebert [Wed, 2 Apr 2014 15:13:14 +0000 (17:13 +0200)]
Merge branch '2.0'

10 years agoFixed selection of custom CSS class field
Alexander Ebert [Wed, 2 Apr 2014 15:11:43 +0000 (17:11 +0200)]
Fixed selection of custom CSS class field

10 years agoMerge branch '2.0'
Marcel Werk [Wed, 2 Apr 2014 13:47:41 +0000 (15:47 +0200)]
Merge branch '2.0'

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Marcel Werk [Wed, 2 Apr 2014 13:47:04 +0000 (15:47 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoFixed SQL error in modification log handler
Marcel Werk [Wed, 2 Apr 2014 13:46:55 +0000 (15:46 +0200)]
Fixed SQL error in modification log handler

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 1 Apr 2014 21:21:00 +0000 (23:21 +0200)]
Updating minified JavaScript files

10 years agoMerge branch '2.0'
Alexander Ebert [Tue, 1 Apr 2014 21:16:27 +0000 (23:16 +0200)]
Merge branch '2.0'

10 years agoFix for Firefox poorly scrolling to anchors
Alexander Ebert [Tue, 1 Apr 2014 21:14:47 +0000 (23:14 +0200)]
Fix for Firefox poorly scrolling to anchors

10 years agoUpdated toolbar template
Alexander Ebert [Tue, 1 Apr 2014 13:53:27 +0000 (15:53 +0200)]
Updated toolbar template

10 years agoMore dirty work-arounds
Alexander Ebert [Mon, 31 Mar 2014 23:02:44 +0000 (01:02 +0200)]
More dirty work-arounds

10 years agoDirty work-around for getText() in WYSIWYG-mode
Alexander Ebert [Mon, 31 Mar 2014 20:33:34 +0000 (22:33 +0200)]
Dirty work-around for getText() in WYSIWYG-mode

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 31 Mar 2014 18:46:01 +0000 (20:46 +0200)]
Updating minified JavaScript files

10 years agoProperly supporting quote manager
Alexander Ebert [Mon, 31 Mar 2014 18:40:45 +0000 (20:40 +0200)]
Properly supporting quote manager

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 31 Mar 2014 11:11:00 +0000 (13:11 +0200)]
Updating minified JavaScript files

10 years agoMerge branch '2.0'
Alexander Ebert [Mon, 31 Mar 2014 11:07:14 +0000 (13:07 +0200)]
Merge branch '2.0'

10 years agoAdded ability to negate browser timezone in datetimepicker
Alexander Ebert [Mon, 31 Mar 2014 11:06:50 +0000 (13:06 +0200)]
Added ability to negate browser timezone in datetimepicker

This is a work-around for datetimepicker which make use of an external timezone picker, therefore we must block the browser from applying it's own timezone (in case it is different from the user setting)

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 30 Mar 2014 22:55:59 +0000 (00:55 +0200)]
Updating minified JavaScript files

10 years agoAdded proper support for [code], inline editor partially works now
Alexander Ebert [Sun, 30 Mar 2014 22:50:04 +0000 (00:50 +0200)]
Added proper support for [code], inline editor partially works now

10 years agoImproved image handling in Redactor, disabled image resize
Alexander Ebert [Sun, 30 Mar 2014 17:04:52 +0000 (19:04 +0200)]
Improved image handling in Redactor, disabled image resize

10 years agoCleaned up code, resolved an issue with 0x200B
Alexander Ebert [Sun, 30 Mar 2014 14:53:54 +0000 (16:53 +0200)]
Cleaned up code, resolved an issue with 0x200B

10 years agoImproved Redactor integration
Alexander Ebert [Sun, 30 Mar 2014 11:14:33 +0000 (13:14 +0200)]
Improved Redactor integration

The biggest change was the transition to use <p> instead of <br> (disabled linebreaks mode), because attempts to style a lonely textnode (with no actual parent element except the editor container) causes a lot of issues.

Furthermore I have started to modify the HTML of Redactor's modal overlays, they (partially) mimic the appearance of WCF's overlays.

10 years agoMerge branch '2.0'
Marcel Werk [Sat, 29 Mar 2014 19:37:17 +0000 (20:37 +0100)]
Merge branch '2.0'

10 years agoFixed dislike validation
Marcel Werk [Sat, 29 Mar 2014 19:36:15 +0000 (20:36 +0100)]
Fixed dislike validation

10 years agoRedactor now appears the same in WYSIWYG/source mode
Alexander Ebert [Fri, 28 Mar 2014 20:58:31 +0000 (21:58 +0100)]
Redactor now appears the same in WYSIWYG/source mode

10 years agoImproved Redactor integration
Alexander Ebert [Fri, 28 Mar 2014 17:37:41 +0000 (18:37 +0100)]
Improved Redactor integration

10 years agoMerge branch '2.0'
Tim Düsterhus [Fri, 28 Mar 2014 14:26:24 +0000 (15:26 +0100)]
Merge branch '2.0'

10 years agoMerge pull request #1695 from max-m/patch-11
Tim Düsterhus [Fri, 28 Mar 2014 14:25:22 +0000 (15:25 +0100)]
Merge pull request #1695 from max-m/patch-11

Add missing trailing slash to user defined attachment storage location

10 years agoAdd missing trailing slash to user defined attachment storage location
Maximilian Mader [Fri, 28 Mar 2014 13:25:52 +0000 (14:25 +0100)]
Add missing trailing slash to user defined attachment storage location

See http://www.woltlab.com/forum/index.php/Thread/223867-Fehler-Dateianh%C3%A4nge/?postID=1333514#post1333514

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 27 Mar 2014 19:11:01 +0000 (20:11 +0100)]
Updating minified JavaScript files