GitHub/WoltLab/WCF.git
10 years agoAdded 4 new dashboard boxes
Marcel Werk [Fri, 6 Jun 2014 21:07:04 +0000 (23:07 +0200)]
Added 4 new dashboard boxes

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 5 Jun 2014 23:11:38 +0000 (01:11 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded removeLabels() method
Marcel Werk [Thu, 5 Jun 2014 23:11:26 +0000 (01:11 +0200)]
Added removeLabels() method

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 5 Jun 2014 21:11:06 +0000 (23:11 +0200)]
Updating minified JavaScript files

10 years agoImproved confirm messages for clipboard actions w/o DBOAction
Alexander Ebert [Thu, 5 Jun 2014 21:06:13 +0000 (23:06 +0200)]
Improved confirm messages for clipboard actions w/o DBOAction

10 years agoRemoved unnecessary JavaScript file references
Alexander Ebert [Thu, 5 Jun 2014 09:55:11 +0000 (11:55 +0200)]
Removed unnecessary JavaScript file references

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 4 Jun 2014 19:46:05 +0000 (21:46 +0200)]
Updating minified JavaScript files

10 years agoMerge branch '2.0'
Alexander Ebert [Wed, 4 Jun 2014 19:44:17 +0000 (21:44 +0200)]
Merge branch '2.0'

Conflicts:
wcfsetup/install/files/js/WCF.min.js

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 4 Jun 2014 14:51:16 +0000 (16:51 +0200)]
Updating minified JavaScript files

10 years agoFixed potential memory leak
Alexander Ebert [Wed, 4 Jun 2014 14:48:04 +0000 (16:48 +0200)]
Fixed potential memory leak

Fixes #1739

10 years agoChanged JavaScript execution order
Alexander Ebert [Wed, 4 Jun 2014 12:59:55 +0000 (14:59 +0200)]
Changed JavaScript execution order

This way we ensure that specific JavaScript modifications to the DOM (e.g. relative time or TabMenus) are executed as early as possible. Tests have shown that there is no more flicker caused by the time conversion or building the TabMenu, in general the related JavaScript is executed earlier (reduction by ~20%)

The impact on mobile devices is low and the small delay due to earlier loading of certain JavaScript files trades for a better user-experience, especially on small screens the "jumping" of content due to initial DOM manipulations was pretty lame.

Affected DOM manipulations:
 - Relative Timestamps
 - Dropdowns (e.g. mobile navigation)
 - Tab Menus
 - Flexible Tab Menus (hiding tabs in a dropdown to prevent scrolling/overflow, depends on Dropdowns)

10 years agoAdded missing min/max values
Marcel Werk [Tue, 3 Jun 2014 20:00:35 +0000 (22:00 +0200)]
Added missing min/max values

10 years agoSmall GUI improvement
Marcel Werk [Tue, 3 Jun 2014 19:08:23 +0000 (21:08 +0200)]
Small GUI improvement

10 years agoMerge branch '2.0'
Marcel Werk [Tue, 3 Jun 2014 18:55:01 +0000 (20:55 +0200)]
Merge branch '2.0'

Conflicts:
wcfsetup/install/files/js/3rdParty/ckeditor/plugins/wbbcode/plugin.js
wcfsetup/install/files/lib/system/WCF.class.php

10 years agoFixed user search issue
Marcel Werk [Tue, 3 Jun 2014 18:52:02 +0000 (20:52 +0200)]
Fixed user search issue

10 years agoAdded setting to omit index.php from the URL
Marcel Werk [Tue, 3 Jun 2014 17:55:02 +0000 (19:55 +0200)]
Added setting to omit index.php from the URL

10 years agoSmall style improvements
Marcel Werk [Tue, 3 Jun 2014 17:25:02 +0000 (19:25 +0200)]
Small style improvements

10 years agoFix for Firefox failing to encode square brackets in URLs
Alexander Ebert [Tue, 3 Jun 2014 10:57:42 +0000 (12:57 +0200)]
Fix for Firefox failing to encode square brackets in URLs

10 years agoMerge pull request #1738 from schlimpf/patch-4
Marcel Werk [Tue, 3 Jun 2014 10:13:11 +0000 (12:13 +0200)]
Merge pull request #1738 from schlimpf/patch-4

PHPDoc fix

10 years agoPHPDoc fix
schlimpf [Tue, 3 Jun 2014 09:36:41 +0000 (11:36 +0200)]
PHPDoc fix

10 years agoReverted previous changes, it does cause more problems that it solves
Alexander Ebert [Mon, 2 Jun 2014 15:46:16 +0000 (17:46 +0200)]
Reverted previous changes, it does cause more problems that it solves

10 years agoFixed my lovely WCF version
Alexander Ebert [Mon, 2 Jun 2014 09:16:27 +0000 (11:16 +0200)]
Fixed my lovely WCF version

10 years agoMerge branch '2.0'
Alexander Ebert [Sun, 1 Jun 2014 19:58:27 +0000 (21:58 +0200)]
Merge branch '2.0'

Conflicts:
com.woltlab.wcf/package.xml

10 years agoFixed building of update nodes
Alexander Ebert [Sun, 1 Jun 2014 19:54:58 +0000 (21:54 +0200)]
Fixed building of update nodes

10 years agoFixed update instructions
Alexander Ebert [Sun, 1 Jun 2014 19:35:59 +0000 (21:35 +0200)]
Fixed update instructions

10 years agoPreparing release 2.0.7
Alexander Ebert [Sun, 1 Jun 2014 18:47:30 +0000 (20:47 +0200)]
Preparing release 2.0.7

10 years agoImplemented 3rd party branding guidelines
Marcel Werk [Sun, 1 Jun 2014 18:43:04 +0000 (20:43 +0200)]
Implemented 3rd party branding guidelines

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 1 Jun 2014 16:31:09 +0000 (18:31 +0200)]
Updating minified JavaScript files

10 years agoRemove debug code
Matthias Schmidt [Sun, 1 Jun 2014 16:28:06 +0000 (18:28 +0200)]
Remove debug code

10 years agoImprove NoticeHandler::getVisibleNotices() implementation
Matthias Schmidt [Sun, 1 Jun 2014 16:00:06 +0000 (18:00 +0200)]
Improve NoticeHandler::getVisibleNotices() implementation

Closes #1729

10 years agoImprove integer conditions
Matthias Schmidt [Sun, 1 Jun 2014 13:09:26 +0000 (15:09 +0200)]
Improve integer conditions

10 years agoBackporting changes from WCF 2.1
Alexander Ebert [Sun, 1 Jun 2014 10:43:03 +0000 (12:43 +0200)]
Backporting changes from WCF 2.1

10 years agoFixed use-statements
Alexander Ebert [Sun, 1 Jun 2014 10:20:35 +0000 (12:20 +0200)]
Fixed use-statements

10 years agoAdd description to DaysOfWeekCondition
Matthias Schmidt [Sun, 1 Jun 2014 09:53:48 +0000 (11:53 +0200)]
Add description to DaysOfWeekCondition

10 years agoAdd user birthday content condition
Matthias Schmidt [Sun, 1 Jun 2014 08:57:05 +0000 (10:57 +0200)]
Add user birthday content condition

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 1 Jun 2014 08:01:08 +0000 (10:01 +0200)]
Updating minified JavaScript files

10 years agoAdd time-related content conditions
Matthias Schmidt [Sun, 1 Jun 2014 07:57:26 +0000 (09:57 +0200)]
Add time-related content conditions

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 31 May 2014 23:51:11 +0000 (01:51 +0200)]
Updating minified JavaScript files

10 years agoAdded template/JS for workers / bulk copy action methods
Alexander Ebert [Sat, 31 May 2014 23:46:21 +0000 (01:46 +0200)]
Added template/JS for workers / bulk copy action methods

10 years agoMerge branch '2.0'
Marcel Werk [Sat, 31 May 2014 14:44:13 +0000 (16:44 +0200)]
Merge branch '2.0'

Conflicts:
wcfsetup/install/files/js/WCF.Location.min.js

10 years agoMerge branch '2.0' of github.com:WoltLab/WCF into 2.0
Marcel Werk [Sat, 31 May 2014 14:42:12 +0000 (16:42 +0200)]
Merge branch '2.0' of github.com:WoltLab/WCF into 2.0

10 years agoSmall style optimization
Marcel Werk [Sat, 31 May 2014 14:41:52 +0000 (16:41 +0200)]
Small style optimization

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 31 May 2014 11:41:16 +0000 (13:41 +0200)]
Updating minified JavaScript files

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 31 May 2014 11:41:06 +0000 (13:41 +0200)]
Updating minified JavaScript files

10 years agoMerge branch 'refs/heads/2.0'
Matthias Schmidt [Sat, 31 May 2014 11:38:49 +0000 (13:38 +0200)]
Merge branch 'refs/heads/2.0'

10 years agoAdd overlapping marker spiderfier
Matthias Schmidt [Sat, 31 May 2014 11:38:24 +0000 (13:38 +0200)]
Add overlapping marker spiderfier

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 31 May 2014 00:06:06 +0000 (02:06 +0200)]
Updating minified JavaScript files

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 31 May 2014 00:05:36 +0000 (02:05 +0200)]
Updating minified JavaScript files

10 years agoMerge branch '2.0'
Marcel Werk [Fri, 30 May 2014 22:18:55 +0000 (00:18 +0200)]
Merge branch '2.0'

10 years agoFixed HTML syntax issue
Marcel Werk [Fri, 30 May 2014 22:18:20 +0000 (00:18 +0200)]
Fixed HTML syntax issue

10 years agoMerge branch 'refs/heads/2.0'
Matthias Schmidt [Fri, 30 May 2014 18:57:16 +0000 (20:57 +0200)]
Merge branch 'refs/heads/2.0'

10 years agoMove weeks-/days of week-related methods to DateUtil
Matthias Schmidt [Fri, 30 May 2014 18:55:39 +0000 (20:55 +0200)]
Move weeks-/days of week-related methods to DateUtil

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 30 May 2014 13:10:17 +0000 (15:10 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoImproved ACP search function
Marcel Werk [Fri, 30 May 2014 13:09:58 +0000 (15:09 +0200)]
Improved ACP search function

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 30 May 2014 10:21:05 +0000 (12:21 +0200)]
Updating minified JavaScript files

10 years agoPreserving the URL-encoded space (%20)
Alexander Ebert [Fri, 30 May 2014 10:15:13 +0000 (12:15 +0200)]
Preserving the URL-encoded space (%20)

10 years agoAdded auto-collapse feature for code bbcode boxes
Alexander Ebert [Fri, 30 May 2014 09:38:15 +0000 (11:38 +0200)]
Added auto-collapse feature for code bbcode boxes

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 29 May 2014 22:56:06 +0000 (00:56 +0200)]
Updating minified JavaScript files

10 years agoFixed WYSIWYG editor in user profile editor
Alexander Ebert [Thu, 29 May 2014 22:53:52 +0000 (00:53 +0200)]
Fixed WYSIWYG editor in user profile editor

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 29 May 2014 21:56:06 +0000 (23:56 +0200)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 29 May 2014 21:54:31 +0000 (23:54 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoEnabling indent/outdent within lists only
Alexander Ebert [Thu, 29 May 2014 21:54:18 +0000 (23:54 +0200)]
Enabling indent/outdent within lists only

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 29 May 2014 20:23:40 +0000 (22:23 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoFixed user panel overflows
Marcel Werk [Thu, 29 May 2014 20:23:15 +0000 (22:23 +0200)]
Fixed user panel overflows

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 29 May 2014 20:21:11 +0000 (22:21 +0200)]
Updating minified JavaScript files

10 years agoFixed pasting of HTML, preserving visuals as best as possible
Alexander Ebert [Thu, 29 May 2014 20:16:22 +0000 (22:16 +0200)]
Fixed pasting of HTML, preserving visuals as best as possible

10 years agoFixed user online marking issues
Marcel Werk [Thu, 29 May 2014 20:14:25 +0000 (22:14 +0200)]
Fixed user online marking issues

10 years agoFixed max tld length
Marcel Werk [Thu, 29 May 2014 19:41:12 +0000 (21:41 +0200)]
Fixed max tld length

10 years agoSmall style optimizations
Marcel Werk [Thu, 29 May 2014 19:20:18 +0000 (21:20 +0200)]
Small style optimizations

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 29 May 2014 18:33:02 +0000 (20:33 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded cookie policy page
Marcel Werk [Thu, 29 May 2014 18:32:49 +0000 (20:32 +0200)]
Added cookie policy page

10 years agoRemoved removeLabels() in favor of setLabels()
Alexander Ebert [Thu, 29 May 2014 10:49:45 +0000 (12:49 +0200)]
Removed removeLabels() in favor of setLabels()

In fact the setLabels() method explicitly support passing an empty list of label ids, effectively purging the previously set labels.

10 years agoUpdated to Redactor 9.2.4
Alexander Ebert [Thu, 29 May 2014 10:46:39 +0000 (12:46 +0200)]
Updated to Redactor 9.2.4

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 28 May 2014 22:26:05 +0000 (00:26 +0200)]
Updating minified JavaScript files

10 years agoPreserving notifications instead of discarding them
Alexander Ebert [Wed, 28 May 2014 22:21:08 +0000 (00:21 +0200)]
Preserving notifications instead of discarding them

10 years agoAdd missing IContentCondition file
Matthias Schmidt [Wed, 28 May 2014 19:39:40 +0000 (21:39 +0200)]
Add missing IContentCondition file

10 years agoGeneralize INoticeCondition to IContentCondition
Matthias Schmidt [Wed, 28 May 2014 19:38:52 +0000 (21:38 +0200)]
Generalize INoticeCondition to IContentCondition

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 28 May 2014 12:36:06 +0000 (14:36 +0200)]
Updating minified JavaScript files

10 years agoProper support for tag separation in Hebrew and Russian
Alexander Ebert [Wed, 28 May 2014 12:31:22 +0000 (14:31 +0200)]
Proper support for tag separation in Hebrew and Russian

10 years agoFixed use-statement order
Alexander Ebert [Tue, 27 May 2014 20:51:21 +0000 (22:51 +0200)]
Fixed use-statement order

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 27 May 2014 20:37:03 +0000 (22:37 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoPreventing users from granting more permissions than they have
Alexander Ebert [Tue, 27 May 2014 20:36:52 +0000 (22:36 +0200)]
Preventing users from granting more permissions than they have

10 years agoMerge branch '2.0'
Marcel Werk [Tue, 27 May 2014 19:28:01 +0000 (21:28 +0200)]
Merge branch '2.0'

10 years agoMerge pull request #1735 from SoftCreatR/patch-8
Marcel Werk [Tue, 27 May 2014 19:19:53 +0000 (21:19 +0200)]
Merge pull request #1735 from SoftCreatR/patch-8

Fix typo

10 years agoFixed permission check
Marcel Werk [Tue, 27 May 2014 19:16:08 +0000 (21:16 +0200)]
Fixed permission check

10 years agoMerge branch '2.0'
Marcel Werk [Tue, 27 May 2014 19:14:37 +0000 (21:14 +0200)]
Merge branch '2.0'

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 27 May 2014 19:14:29 +0000 (21:14 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded missing file
Marcel Werk [Tue, 27 May 2014 19:14:19 +0000 (21:14 +0200)]
Added missing file

10 years agoFixed permission check
Marcel Werk [Tue, 27 May 2014 19:13:34 +0000 (21:13 +0200)]
Fixed permission check

10 years agoFixed typo
Marcel Werk [Tue, 27 May 2014 19:09:36 +0000 (21:09 +0200)]
Fixed typo

10 years agoFixed typo
Sascha Greuel [Tue, 27 May 2014 18:28:24 +0000 (20:28 +0200)]
Fixed typo

10 years agoAdded ability to compare two option values
Alexander Ebert [Tue, 27 May 2014 18:09:39 +0000 (20:09 +0200)]
Added ability to compare two option values

10 years agoUsing existing method for comparison
Alexander Ebert [Tue, 27 May 2014 18:09:20 +0000 (20:09 +0200)]
Using existing method for comparison

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 27 May 2014 17:56:06 +0000 (19:56 +0200)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 27 May 2014 17:51:01 +0000 (19:51 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded detailed list of received/given likes in user profiles
Marcel Werk [Tue, 27 May 2014 17:50:44 +0000 (19:50 +0200)]
Added detailed list of received/given likes in user profiles

10 years agoFixed use-statement order
Alexander Ebert [Tue, 27 May 2014 16:28:45 +0000 (18:28 +0200)]
Fixed use-statement order

10 years agoUsing unified language item
Alexander Ebert [Tue, 27 May 2014 16:18:23 +0000 (18:18 +0200)]
Using unified language item

10 years agoMerge branch '2.0'
Alexander Ebert [Tue, 27 May 2014 16:14:04 +0000 (18:14 +0200)]
Merge branch '2.0'

10 years agoAdded support for label group show order and i18n names
Alexander Ebert [Tue, 27 May 2014 16:11:30 +0000 (18:11 +0200)]
Added support for label group show order and i18n names