GitHub/WoltLab/WCF.git
10 years agoFix UserBanCronjob's handling of permanent bans
Matthias Schmidt [Sat, 28 Jun 2014 10:34:33 +0000 (12:34 +0200)]
Fix UserBanCronjob's handling of permanent bans

10 years agoAdd expiration date for user ban and disabled avatar/signature
Matthias Schmidt [Sat, 28 Jun 2014 10:06:08 +0000 (12:06 +0200)]
Add expiration date for user ban and disabled avatar/signature

10 years agoHiding recent activity dashboard box if there is no content at all
Alexander Ebert [Fri, 27 Jun 2014 23:22:05 +0000 (01:22 +0200)]
Hiding recent activity dashboard box if there is no content at all

10 years agoPrevent non-critical exceptions in the ACP to include a stacktrace
Alexander Ebert [Fri, 27 Jun 2014 23:17:27 +0000 (01:17 +0200)]
Prevent non-critical exceptions in the ACP to include a stacktrace

For example throwing a PermissionDeniedException would cause a stacktrace to be printed, even though it is not meant to be an error in terms of a critical exception.

10 years agoMerge branch '2.0'
Alexander Ebert [Fri, 27 Jun 2014 19:39:31 +0000 (21:39 +0200)]
Merge branch '2.0'

Conflicts:
wcfsetup/install/files/js/3rdParty/ckeditor/plugins/wbbcode/plugin.js

10 years agoFix for CKEditor juggling with closing link tags and line break
Alexander Ebert [Fri, 27 Jun 2014 19:35:25 +0000 (21:35 +0200)]
Fix for CKEditor juggling with closing link tags and line break

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 27 Jun 2014 19:06:07 +0000 (21:06 +0200)]
Updating minified JavaScript files

10 years agoRenamed like buttons to work around false-positive ad blockers
Alexander Ebert [Fri, 27 Jun 2014 19:01:36 +0000 (21:01 +0200)]
Renamed like buttons to work around false-positive ad blockers

10 years agoDeprecating the VersionableDatabaseObject-system
Alexander Ebert [Fri, 27 Jun 2014 12:46:37 +0000 (14:46 +0200)]
Deprecating the VersionableDatabaseObject-system

The entire design is flawed as it is anything but flexible and forces copying of full table contents rather than being able to specify the columns which should actually be tracked. In addition it does not provide centralized access and management including comparisons.

The entire API is now deprecated and will be removed with WCF 2.2.

10 years agoPreventing deletion of delivered BBCodes, Page Menu Items and User Options
Alexander Ebert [Fri, 27 Jun 2014 12:36:39 +0000 (14:36 +0200)]
Preventing deletion of delivered BBCodes, Page Menu Items and User Options

All three types are either complex objects or have data or implicit properties associated with them which are not alterable through the ACP. For example user-created menu items will be assigned a generic name which cannot be used as a replacement for pre-defined items with a specific name (e.g. highliting the active menu item).

In order to prevent users from accidentially breaking stuff, we disallow deletion. In return all three types support disabling of items, therefore they can be safely turned off which in return results in the same behavior compared to deleting them.

10 years agoFixed handling of notifications triggered by guests
Alexander Ebert [Fri, 27 Jun 2014 09:56:48 +0000 (11:56 +0200)]
Fixed handling of notifications triggered by guests

10 years agoMerge branch '2.0'
Matthias Schmidt [Thu, 26 Jun 2014 21:24:52 +0000 (23:24 +0200)]
Merge branch '2.0'

10 years agoRemove erroneous language item
Matthias Schmidt [Thu, 26 Jun 2014 21:20:49 +0000 (23:20 +0200)]
Remove erroneous language item

10 years agoFix/Add missing English language item
Matthias Schmidt [Thu, 26 Jun 2014 20:44:52 +0000 (22:44 +0200)]
Fix/Add missing English language item

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

10 years agoMerge branch 'notifications'
Alexander Ebert [Thu, 26 Jun 2014 15:28:11 +0000 (17:28 +0200)]
Merge branch 'notifications'

10 years agoFixed event's object type name
Alexander Ebert [Thu, 26 Jun 2014 15:27:22 +0000 (17:27 +0200)]
Fixed event's object type name

10 years agoMerge pull request #1763 from Jenso666/patch-2
Matthias Schmidt [Thu, 26 Jun 2014 15:05:49 +0000 (17:05 +0200)]
Merge pull request #1763 from Jenso666/patch-2

fix use order

10 years agoSmall optimizations
Marcel Werk [Thu, 26 Jun 2014 14:16:35 +0000 (16:16 +0200)]
Small optimizations

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

10 years agoSmall style optimization
Marcel Werk [Thu, 26 Jun 2014 13:42:01 +0000 (15:42 +0200)]
Small style optimization

10 years agoUpdate captcha implementation
Matthias Schmidt [Thu, 26 Jun 2014 12:25:48 +0000 (14:25 +0200)]
Update captcha implementation

10 years agoMerge branch 'master' into notifications
Alexander Ebert [Wed, 25 Jun 2014 18:19:11 +0000 (20:19 +0200)]
Merge branch 'master' into notifications

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 25 Jun 2014 18:06:07 +0000 (20:06 +0200)]
Updating minified JavaScript files

10 years agoFixed editing of comments still displaying the single line input
Alexander Ebert [Wed, 25 Jun 2014 18:04:07 +0000 (20:04 +0200)]
Fixed editing of comments still displaying the single line input

10 years agoImproved search result template
Marcel Werk [Wed, 25 Jun 2014 16:44:25 +0000 (18:44 +0200)]
Improved search result template

10 years agoRemoved required attribute from hidden fields
Marcel Werk [Wed, 25 Jun 2014 16:18:08 +0000 (18:18 +0200)]
Removed required attribute from hidden fields

10 years agoFixed some minor issues
Alexander Ebert [Wed, 25 Jun 2014 15:50:50 +0000 (17:50 +0200)]
Fixed some minor issues

10 years agoAdded notifications for comment (response) likes
Alexander Ebert [Wed, 25 Jun 2014 12:32:33 +0000 (14:32 +0200)]
Added notifications for comment (response) likes

10 years agofix use order
Jens Krumsieck [Wed, 25 Jun 2014 12:21:58 +0000 (14:21 +0200)]
fix use order

10 years agoFixed typo
Marcel Werk [Wed, 25 Jun 2014 10:45:32 +0000 (12:45 +0200)]
Fixed typo

10 years agoImproved user profile privacy function
Marcel Werk [Tue, 24 Jun 2014 21:03:13 +0000 (23:03 +0200)]
Improved user profile privacy function

10 years agoAllow admin to set default gravatar type
Marcel Werk [Tue, 24 Jun 2014 19:37:03 +0000 (21:37 +0200)]
Allow admin to set default gravatar type

see #1332

10 years agoAdded workaround for broken detection of obsolete use tags in zend studio
Marcel Werk [Tue, 24 Jun 2014 19:29:08 +0000 (21:29 +0200)]
Added workaround for broken detection of obsolete use tags in zend studio

10 years agoRemoved obsolete code / added missing use tags
Marcel Werk [Tue, 24 Jun 2014 16:24:04 +0000 (18:24 +0200)]
Removed obsolete code / added missing use tags

10 years agoRemoved obsolete code
Marcel Werk [Tue, 24 Jun 2014 13:57:18 +0000 (15:57 +0200)]
Removed obsolete code

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 24 Jun 2014 13:56:26 +0000 (15:56 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoAdded user authentication failure log
Marcel Werk [Tue, 24 Jun 2014 13:55:29 +0000 (15:55 +0200)]
Added user authentication failure log

10 years agoAdded user authentication failure log
Marcel Werk [Tue, 24 Jun 2014 13:55:29 +0000 (15:55 +0200)]
Added user authentication failure log

10 years agoMerge pull request #1756 from SoftCreatR/patch-11
Tim Düsterhus [Sun, 22 Jun 2014 15:41:46 +0000 (17:41 +0200)]
Merge pull request #1756 from SoftCreatR/patch-11

Fix typo

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

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

10 years agoMerge branch '2.0'
Marcel Werk [Fri, 20 Jun 2014 19:43:57 +0000 (21:43 +0200)]
Merge branch '2.0'

10 years agoFixed scroll issue
Marcel Werk [Fri, 20 Jun 2014 19:43:05 +0000 (21:43 +0200)]
Fixed scroll issue

10 years agoAdd missing English language items
Matthias Schmidt [Fri, 20 Jun 2014 18:41:24 +0000 (20:41 +0200)]
Add missing English language items

10 years agoAdd "usersonly" setting for user group options
Matthias Schmidt [Fri, 20 Jun 2014 18:26:58 +0000 (20:26 +0200)]
Add "usersonly" setting for user group options

10 years agoGrouping notifications by date
Alexander Ebert [Fri, 20 Jun 2014 14:44:28 +0000 (16:44 +0200)]
Grouping notifications by date

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 20 Jun 2014 14:10:41 +0000 (16:10 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoFixed acp style issue
Marcel Werk [Fri, 20 Jun 2014 14:10:21 +0000 (16:10 +0200)]
Fixed acp style issue

10 years agoImproved stacking of wall comments
Alexander Ebert [Fri, 20 Jun 2014 11:13:38 +0000 (13:13 +0200)]
Improved stacking of wall comments

10 years agoMerge branch 'master' into notifications
Alexander Ebert [Fri, 20 Jun 2014 10:23:02 +0000 (12:23 +0200)]
Merge branch 'master' into notifications

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 20 Jun 2014 10:21:07 +0000 (12:21 +0200)]
Updating minified JavaScript files

10 years agoFixed adding responses
Alexander Ebert [Fri, 20 Jun 2014 10:16:42 +0000 (12:16 +0200)]
Fixed adding responses

10 years agoAdded stacking support for wall comments
Alexander Ebert [Fri, 20 Jun 2014 10:14:00 +0000 (12:14 +0200)]
Added stacking support for wall comments

10 years agoMerge branch '2.0'
Marcel Werk [Thu, 19 Jun 2014 22:15:54 +0000 (00:15 +0200)]
Merge branch '2.0'

Conflicts:
wcfsetup/install/files/js/WCF.Message.js
wcfsetup/install/files/js/WCF.Message.min.js
wcfsetup/install/files/lib/action/GoogleAuthAction.class.php

10 years agoSmall API improvement
Marcel Werk [Thu, 19 Jun 2014 22:06:40 +0000 (00:06 +0200)]
Small API improvement

10 years agoMerge branch 'master' into notifications
Alexander Ebert [Thu, 19 Jun 2014 18:59:21 +0000 (20:59 +0200)]
Merge branch 'master' into notifications

10 years agoUpgraded jQuery 2.1.0 -> 2.1.1
Alexander Ebert [Thu, 19 Jun 2014 18:57:02 +0000 (20:57 +0200)]
Upgraded jQuery 2.1.0 -> 2.1.1

10 years agoCleanup
Alexander Ebert [Thu, 19 Jun 2014 16:32:27 +0000 (18:32 +0200)]
Cleanup

10 years agoUsing favico.js to disable number of outstanding notifications
Alexander Ebert [Thu, 19 Jun 2014 16:28:09 +0000 (18:28 +0200)]
Using favico.js to disable number of outstanding notifications

10 years agoImproved notifications, now counting trigger count
Alexander Ebert [Thu, 19 Jun 2014 16:17:56 +0000 (18:17 +0200)]
Improved notifications, now counting trigger count

10 years agoDisable captchas for registered users
Matthias Schmidt [Thu, 19 Jun 2014 12:07:56 +0000 (14:07 +0200)]
Disable captchas for registered users

10 years agoUpdated notification lists and implementation details
Alexander Ebert [Wed, 18 Jun 2014 16:36:37 +0000 (18:36 +0200)]
Updated notification lists and implementation details

10 years agoMerge branch 'master' into notifications
Alexander Ebert [Wed, 18 Jun 2014 10:34:59 +0000 (12:34 +0200)]
Merge branch 'master' into notifications

10 years agoImplemented notification stacking
Alexander Ebert [Wed, 18 Jun 2014 10:34:19 +0000 (12:34 +0200)]
Implemented notification stacking

10 years agoFixed typo
Sascha Greuel [Wed, 18 Jun 2014 01:33:34 +0000 (03:33 +0200)]
Fixed typo

10 years agoMerge pull request #1755 from SoftCreatR/patch-10
Tim Düsterhus [Wed, 18 Jun 2014 01:21:30 +0000 (03:21 +0200)]
Merge pull request #1755 from SoftCreatR/patch-10

Fix typo

10 years agoFixed typo
Sascha Greuel [Wed, 18 Jun 2014 01:20:40 +0000 (03:20 +0200)]
Fixed typo

10 years agoFixed small issues
Marcel Werk [Sun, 15 Jun 2014 23:29:54 +0000 (01:29 +0200)]
Fixed small issues

10 years agoFixed category name
Marcel Werk [Sun, 15 Jun 2014 23:19:21 +0000 (01:19 +0200)]
Fixed category name

10 years agoAdd possibility to copy user groups
Matthias Schmidt [Sun, 15 Jun 2014 18:03:13 +0000 (20:03 +0200)]
Add possibility to copy user groups

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

10 years agoFix DOM node inserted callback in option handler
Matthias Schmidt [Sun, 15 Jun 2014 16:53:58 +0000 (18:53 +0200)]
Fix DOM node inserted callback in option handler

10 years agoReplace WCF.ACP.Options with WCF.Option.Handler
Matthias Schmidt [Sun, 15 Jun 2014 08:16:29 +0000 (10:16 +0200)]
Replace WCF.ACP.Options with WCF.Option.Handler

10 years agoFix code formatting
Matthias Schmidt [Sun, 15 Jun 2014 08:07:42 +0000 (10:07 +0200)]
Fix code formatting

10 years agoFix code formatting
Matthias Schmidt [Sat, 14 Jun 2014 21:17:31 +0000 (23:17 +0200)]
Fix code formatting

10 years agoFix code formatting
Matthias Schmidt [Sat, 14 Jun 2014 16:41:05 +0000 (18:41 +0200)]
Fix code formatting

10 years agoAdd missing usage of additionalFields in acp forms
Matthias Schmidt [Sat, 14 Jun 2014 15:30:20 +0000 (17:30 +0200)]
Add missing usage of additionalFields in acp forms

10 years agoResolve captcha-related todos
Matthias Schmidt [Sat, 14 Jun 2014 15:18:03 +0000 (17:18 +0200)]
Resolve captcha-related todos

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 14 Jun 2014 13:06:06 +0000 (15:06 +0200)]
Updating minified JavaScript files

10 years agoAdd object type-based captcha system (WIP)
Matthias Schmidt [Sat, 14 Jun 2014 13:04:07 +0000 (15:04 +0200)]
Add object type-based captcha system (WIP)

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

10 years agoMerge pull request #1747 from SoftCreatR/patch-7
Matthias Schmidt [Fri, 13 Jun 2014 15:29:02 +0000 (17:29 +0200)]
Merge pull request #1747 from SoftCreatR/patch-7

Always surround user mentions by a prime character

10 years agoMerge branch '2.0'
Tim Düsterhus [Thu, 12 Jun 2014 16:43:31 +0000 (18:43 +0200)]
Merge branch '2.0'

10 years agoExplain colon in select option description
Tim Düsterhus [Thu, 12 Jun 2014 16:43:04 +0000 (18:43 +0200)]
Explain colon in select option description

10 years agoFixed use-statement order
Alexander Ebert [Wed, 11 Jun 2014 23:53:04 +0000 (01:53 +0200)]
Fixed use-statement order

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 11 Jun 2014 22:39:09 +0000 (00:39 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoMerge branch '2.0'
Marcel Werk [Wed, 11 Jun 2014 22:38:22 +0000 (00:38 +0200)]
Merge branch '2.0'

Conflicts:
com.woltlab.wcf/templates/user.tpl

10 years agoFixed permission check
Marcel Werk [Wed, 11 Jun 2014 22:33:32 +0000 (00:33 +0200)]
Fixed permission check

10 years agoFixed use-statement order
Alexander Ebert [Wed, 11 Jun 2014 22:29:39 +0000 (00:29 +0200)]
Fixed use-statement order

10 years agoMerge branch '2.0'
Marcel Werk [Wed, 11 Jun 2014 22:25:59 +0000 (00:25 +0200)]
Merge branch '2.0'

Conflicts:
com.woltlab.wcf/userGroupOption.xml
wcfsetup/install/lang/en.xml

10 years agoFixed description
Marcel Werk [Wed, 11 Jun 2014 22:18:59 +0000 (00:18 +0200)]
Fixed description

10 years agoMerge pull request #1733 from SoftCreatR/patch-6
Marcel Werk [Wed, 11 Jun 2014 22:12:53 +0000 (00:12 +0200)]
Merge pull request #1733 from SoftCreatR/patch-6

Fix display of phpInfoPage

10 years agoMerge pull request #1742 from SoftCreatR/patch-4
Marcel Werk [Wed, 11 Jun 2014 22:11:47 +0000 (00:11 +0200)]
Merge pull request #1742 from SoftCreatR/patch-4

Apply small optimizations

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 11 Jun 2014 22:11:06 +0000 (00:11 +0200)]
Updating minified JavaScript files

10 years agoMerge pull request #1743 from SoftCreatR/patch-3
Marcel Werk [Wed, 11 Jun 2014 22:09:45 +0000 (00:09 +0200)]
Merge pull request #1743 from SoftCreatR/patch-3

Honor option "module_attachment"

10 years agoMerge pull request #1744 from SoftCreatR/patch-5
Marcel Werk [Wed, 11 Jun 2014 22:09:18 +0000 (00:09 +0200)]
Merge pull request #1744 from SoftCreatR/patch-5

Apply small change

10 years agoAdded ability to toggle recent activity filter
Alexander Ebert [Wed, 11 Jun 2014 22:08:14 +0000 (00:08 +0200)]
Added ability to toggle recent activity filter

10 years agoMerge pull request #1741 from SoftCreatR/patch-2
Marcel Werk [Wed, 11 Jun 2014 22:05:58 +0000 (00:05 +0200)]
Merge pull request #1741 from SoftCreatR/patch-2

Extend support for G+ vanity urls

10 years agoAdded min/max values
Marcel Werk [Wed, 11 Jun 2014 22:03:02 +0000 (00:03 +0200)]
Added min/max values