GitHub/WoltLab/WCF.git
10 years agoAdded URL corrections
Alexander Ebert [Sun, 10 Aug 2014 22:24:57 +0000 (00:24 +0200)]
Added URL corrections

10 years ago<3 travis
Alexander Ebert [Sat, 9 Aug 2014 10:00:53 +0000 (12:00 +0200)]
<3 travis

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 9 Aug 2014 09:40:29 +0000 (11:40 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

Conflicts:
wcfsetup/install/files/lib/system/WCFACP.class.php

10 years agoFixed some issues with URLs, added case-insensitive controller cache
Alexander Ebert [Sat, 9 Aug 2014 09:38:53 +0000 (11:38 +0200)]
Fixed some issues with URLs, added case-insensitive controller cache

10 years agoReduce number of queries for notification access checks
Matthias Schmidt [Sat, 9 Aug 2014 08:15:59 +0000 (10:15 +0200)]
Reduce number of queries for notification access checks

If the access check relies on data that needs to be fetched from the database, `AbstractSharedUserNotificationEvent::prepare()` has only be called for the current object, not all objects which causes queries for each object separately instead of one query for all objects.

10 years agoFix caching comments in CommentDataHandler
Matthias Schmidt [Sat, 9 Aug 2014 08:07:17 +0000 (10:07 +0200)]
Fix caching comments in CommentDataHandler

10 years agoFix sessionID issues in ACP
Matthias Schmidt [Sat, 9 Aug 2014 07:39:46 +0000 (09:39 +0200)]
Fix sessionID issues in ACP

10 years agoSet event environment 'admin' for CLI
Tim Düsterhus [Fri, 8 Aug 2014 17:14:14 +0000 (19:14 +0200)]
Set event environment 'admin' for CLI

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

10 years agoMerge branch '2.0'
Alexander Ebert [Thu, 7 Aug 2014 11:56:01 +0000 (13:56 +0200)]
Merge branch '2.0'

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

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 7 Aug 2014 11:50:58 +0000 (13:50 +0200)]
Updating minified JavaScript files

10 years agoFixed typo
Alexander Ebert [Thu, 7 Aug 2014 11:46:33 +0000 (13:46 +0200)]
Fixed typo

10 years agoSuppressing data-source for dropdowns with generic ids
Alexander Ebert [Thu, 7 Aug 2014 11:44:58 +0000 (13:44 +0200)]
Suppressing data-source for dropdowns with generic ids

10 years agoAdding the data-attribute "source" to dropdown menus
Alexander Ebert [Thu, 7 Aug 2014 11:42:57 +0000 (13:42 +0200)]
Adding the data-attribute "source" to dropdown menus

10 years agoFixed redirect session id
Alexander Ebert [Thu, 7 Aug 2014 11:35:15 +0000 (13:35 +0200)]
Fixed redirect session id

10 years agoFixed WCFSetup
Alexander Ebert [Thu, 7 Aug 2014 09:32:27 +0000 (11:32 +0200)]
Fixed WCFSetup

10 years agoFixed URL references
Alexander Ebert [Thu, 7 Aug 2014 08:55:15 +0000 (10:55 +0200)]
Fixed URL references

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 6 Aug 2014 23:51:51 +0000 (01:51 +0200)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 6 Aug 2014 23:47:37 +0000 (01:47 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoChanged URL structure to be no longer dependent on PATH_INFO
Alexander Ebert [Wed, 6 Aug 2014 23:47:27 +0000 (01:47 +0200)]
Changed URL structure to be no longer dependent on PATH_INFO

10 years agoFix handling of "0" as an url part
Matthias Schmidt [Wed, 6 Aug 2014 16:40:15 +0000 (18:40 +0200)]
Fix handling of "0" as an url part

Previously, any url part with value "0" was discarded, now they will be preserved.

10 years agoMerge branch '2.0'
Matthias Schmidt [Wed, 6 Aug 2014 16:35:59 +0000 (18:35 +0200)]
Merge branch '2.0'

10 years agoFix validation of category in OptionForm
Matthias Schmidt [Wed, 6 Aug 2014 16:35:20 +0000 (18:35 +0200)]
Fix validation of category in OptionForm

10 years agoFix setting page controller after ad location selection
Matthias Schmidt [Wed, 6 Aug 2014 16:16:20 +0000 (18:16 +0200)]
Fix setting page controller after ad location selection

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 6 Aug 2014 12:26:51 +0000 (14:26 +0200)]
Updating minified JavaScript files

10 years agoImproved navigation behavior for quotes
Alexander Ebert [Wed, 6 Aug 2014 12:22:46 +0000 (14:22 +0200)]
Improved navigation behavior for quotes

10 years agoMerge branch '2.0'
Marcel Werk [Wed, 6 Aug 2014 11:55:54 +0000 (13:55 +0200)]
Merge branch '2.0'

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

10 years agoAdded missing module setting check
Marcel Werk [Wed, 6 Aug 2014 11:53:03 +0000 (13:53 +0200)]
Added missing module setting check

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 5 Aug 2014 11:51:50 +0000 (13:51 +0200)]
Updating minified JavaScript files

10 years agoImproved handling of quotes, fixed DOM issues related to linebreaks
Alexander Ebert [Tue, 5 Aug 2014 11:49:17 +0000 (13:49 +0200)]
Improved handling of quotes, fixed DOM issues related to linebreaks

10 years agoFix condition in comment like list language item
Matthias Schmidt [Sun, 3 Aug 2014 19:26:45 +0000 (21:26 +0200)]
Fix condition in comment like list language item

10 years agoOptimize fetching user profiles for comment like lists
Matthias Schmidt [Sun, 3 Aug 2014 19:20:14 +0000 (21:20 +0200)]
Optimize fetching user profiles for comment like lists

10 years agoIgnore comment/responses from guests when fetch user objects
Matthias Schmidt [Sun, 3 Aug 2014 19:13:02 +0000 (21:13 +0200)]
Ignore comment/responses from guests when fetch user objects

10 years agoFix like list issues with guest comments
Matthias Schmidt [Sun, 3 Aug 2014 19:05:03 +0000 (21:05 +0200)]
Fix like list issues with guest comments

10 years agoImprove language item names for comments in like list
Matthias Schmidt [Sun, 3 Aug 2014 18:27:49 +0000 (20:27 +0200)]
Improve language item names for comments in like list

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 3 Aug 2014 16:46:50 +0000 (18:46 +0200)]
Updating minified JavaScript files

10 years agoMerge branch '2.0'
Alexander Ebert [Sun, 3 Aug 2014 16:44:58 +0000 (18:44 +0200)]
Merge branch '2.0'

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

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 3 Aug 2014 16:25:57 +0000 (18:25 +0200)]
Updating minified JavaScript files

10 years agoFixed encoding issues
Alexander Ebert [Sun, 3 Aug 2014 16:21:20 +0000 (18:21 +0200)]
Fixed encoding issues

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 3 Aug 2014 16:11:51 +0000 (18:11 +0200)]
Updating minified JavaScript files

10 years agoAdded form for quote insert
Alexander Ebert [Sun, 3 Aug 2014 16:09:20 +0000 (18:09 +0200)]
Added form for quote insert

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 3 Aug 2014 15:36:51 +0000 (17:36 +0200)]
Updating minified JavaScript files

10 years agoFixed a few issues with quotes
Alexander Ebert [Sun, 3 Aug 2014 15:31:14 +0000 (17:31 +0200)]
Fixed a few issues with quotes

10 years agoFix code formatting
Matthias Schmidt [Sun, 3 Aug 2014 13:26:36 +0000 (15:26 +0200)]
Fix code formatting

10 years agoFix method documentation
Matthias Schmidt [Sun, 3 Aug 2014 13:26:05 +0000 (15:26 +0200)]
Fix method documentation

10 years agoDelete like notifications in CommentHandler::deleteObjects()
Matthias Schmidt [Sun, 3 Aug 2014 13:14:30 +0000 (15:14 +0200)]
Delete like notifications in CommentHandler::deleteObjects()

10 years agoFix previous commit
Matthias Schmidt [Sun, 3 Aug 2014 13:06:58 +0000 (15:06 +0200)]
Fix previous commit

10 years agoDelete notifications for deleted comment (responses)
Matthias Schmidt [Sun, 3 Aug 2014 13:01:57 +0000 (15:01 +0200)]
Delete notifications for deleted comment (responses)

… instead of just marking them as read.

10 years agoProperly delete wall comments when deleting user
Matthias Schmidt [Sun, 3 Aug 2014 12:57:52 +0000 (14:57 +0200)]
Properly delete wall comments when deleting user

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 3 Aug 2014 12:16:50 +0000 (14:16 +0200)]
Updating minified JavaScript files

10 years agoAdded some events to allow 3rd party plugins to handle conversion
Alexander Ebert [Sun, 3 Aug 2014 12:14:05 +0000 (14:14 +0200)]
Added some events to allow 3rd party plugins to handle conversion

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 3 Aug 2014 00:36:51 +0000 (02:36 +0200)]
Updating minified JavaScript files

10 years agoFixed some minor issues with visual quotes
Alexander Ebert [Sun, 3 Aug 2014 00:33:03 +0000 (02:33 +0200)]
Fixed some minor issues with visual quotes

10 years agoUpdating minified JavaScript files
woltlab.com [Sat, 2 Aug 2014 19:06:51 +0000 (21:06 +0200)]
Updating minified JavaScript files

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 2 Aug 2014 19:03:15 +0000 (21:03 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agowork in progress: visual representation of quotes
Alexander Ebert [Sat, 2 Aug 2014 19:03:05 +0000 (21:03 +0200)]
work in progress: visual representation of quotes

10 years agoUse temporary variable for event parameters in QuickReplyManager
Tim Düsterhus [Fri, 1 Aug 2014 20:55:35 +0000 (22:55 +0200)]
Use temporary variable for event parameters in QuickReplyManager

10 years agoUse parameterized event in QuickReplyManager
Tim Düsterhus [Fri, 1 Aug 2014 20:52:41 +0000 (22:52 +0200)]
Use parameterized event in QuickReplyManager

see 04ac9c2bde8d5412dab5e59329dfe1949f359ce7

10 years agoAdd parameter support to event listeners
Tim Düsterhus [Fri, 1 Aug 2014 19:51:25 +0000 (21:51 +0200)]
Add parameter support to event listeners

Note the additional `\listener` in the namespace of IEventListener
for parameterized event listeners.

10 years agoFix permissions for email address visibility
Tim Düsterhus [Fri, 1 Aug 2014 17:14:34 +0000 (19:14 +0200)]
Fix permissions for email address visibility

Now email addresses of users will only be shown if the owner
either consents, or if the user is able to edit email addresses
of other users.

10 years agoMerge branch '2.0'
Matthias Schmidt [Fri, 1 Aug 2014 12:24:38 +0000 (14:24 +0200)]
Merge branch '2.0'

10 years agoFix forceSelection for i18n text option types
Matthias Schmidt [Fri, 1 Aug 2014 12:22:57 +0000 (14:22 +0200)]
Fix forceSelection for i18n text option types

10 years agoUpdating minified JavaScript files
woltlab.com [Fri, 1 Aug 2014 08:26:51 +0000 (10:26 +0200)]
Updating minified JavaScript files

10 years agoAdd support for static options in user inline editor dropdown
Matthias Schmidt [Fri, 1 Aug 2014 08:24:40 +0000 (10:24 +0200)]
Add support for static options in user inline editor dropdown

10 years agoMerge pull request #1785 from joshuaruesweg/patch-30
Marcel Werk [Thu, 31 Jul 2014 11:42:08 +0000 (13:42 +0200)]
Merge pull request #1785 from joshuaruesweg/patch-30

fix ad edit mistake

10 years agofix ad edit mistake
Joshua Rüsweg [Thu, 31 Jul 2014 11:33:10 +0000 (13:33 +0200)]
fix ad edit mistake

Who does not know this Copy and past mistakes ^ ^

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 31 Jul 2014 00:11:58 +0000 (02:11 +0200)]
Updating minified JavaScript files

10 years agoUpdating minified JavaScript files
woltlab.com [Thu, 31 Jul 2014 00:07:26 +0000 (02:07 +0200)]
Updating minified JavaScript files

10 years agoUpdating minified JavaScript files
woltlab.com [Wed, 30 Jul 2014 10:31:59 +0000 (12:31 +0200)]
Updating minified JavaScript files

10 years agoAdded methods getSource() and getName()
Alexander Ebert [Wed, 30 Jul 2014 10:28:57 +0000 (12:28 +0200)]
Added methods getSource() and getName()

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 29 Jul 2014 18:27:00 +0000 (20:27 +0200)]
Updating minified JavaScript files

10 years agoFixed inserting of images w/ alignment
Alexander Ebert [Tue, 29 Jul 2014 18:23:22 +0000 (20:23 +0200)]
Fixed inserting of images w/ alignment

10 years agoFix static includes in combination with dynamic template name
Tim Düsterhus [Tue, 29 Jul 2014 17:12:56 +0000 (19:12 +0200)]
Fix static includes in combination with dynamic template name

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 29 Jul 2014 11:21:59 +0000 (13:21 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoFix for packages possibly overwriting language items owned by a different package
Alexander Ebert [Tue, 29 Jul 2014 11:21:41 +0000 (13:21 +0200)]
Fix for packages possibly overwriting language items owned by a different package

10 years agoUpdating minified JavaScript files
woltlab.com [Tue, 29 Jul 2014 09:56:59 +0000 (11:56 +0200)]
Updating minified JavaScript files

10 years agoDisable automatic synchronization editor -> textarea
Alexander Ebert [Tue, 29 Jul 2014 09:51:05 +0000 (11:51 +0200)]
Disable automatic synchronization editor -> textarea

If you want to force a sync, you must call it with this.sync(undefined, true), otherwise the method call is a no-op.

10 years agoUpdating minified JavaScript files
woltlab.com [Mon, 28 Jul 2014 13:46:57 +0000 (15:46 +0200)]
Updating minified JavaScript files

10 years agoAdded visual representation of [tt]
Alexander Ebert [Mon, 28 Jul 2014 13:43:20 +0000 (15:43 +0200)]
Added visual representation of [tt]

10 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 28 Jul 2014 13:43:06 +0000 (15:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

10 years agoSync file-based PIPs separated to account for slow machines 2.0.8
Alexander Ebert [Sun, 27 Jul 2014 22:39:45 +0000 (00:39 +0200)]
Sync file-based PIPs separated to account for slow machines

10 years agoWIP: Visual representation of [tt]
Alexander Ebert [Sun, 27 Jul 2014 19:10:12 +0000 (21:10 +0200)]
WIP: Visual representation of [tt]

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 27 Jul 2014 15:27:00 +0000 (17:27 +0200)]
Updating minified JavaScript files

10 years agoFixed align BBCode
Alexander Ebert [Sun, 27 Jul 2014 15:24:10 +0000 (17:24 +0200)]
Fixed align BBCode

10 years agoMerge branch '2.0'
Alexander Ebert [Sun, 27 Jul 2014 15:02:32 +0000 (17:02 +0200)]
Merge branch '2.0'

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 27 Jul 2014 15:02:00 +0000 (17:02 +0200)]
Updating minified JavaScript files

10 years agoFixed an calculation issue
Alexander Ebert [Sun, 27 Jul 2014 14:59:18 +0000 (16:59 +0200)]
Fixed an calculation issue

10 years agoSome cleanup
Alexander Ebert [Sun, 27 Jul 2014 14:56:56 +0000 (16:56 +0200)]
Some cleanup

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 27 Jul 2014 13:42:01 +0000 (15:42 +0200)]
Updating minified JavaScript files

10 years agoFixed a few issues with embedded attachments and extended edit
Alexander Ebert [Sun, 27 Jul 2014 13:38:14 +0000 (15:38 +0200)]
Fixed a few issues with embedded attachments and extended edit

10 years agoAutomatically delete notifications when deleting likes
Matthias Schmidt [Sun, 27 Jul 2014 13:19:16 +0000 (15:19 +0200)]
Automatically delete notifications when deleting likes

10 years agoMerge branch '2.0'
Matthias Schmidt [Sun, 27 Jul 2014 12:51:59 +0000 (14:51 +0200)]
Merge branch '2.0'

10 years agoRemove likes when deleting comment responses
Matthias Schmidt [Sun, 27 Jul 2014 12:49:28 +0000 (14:49 +0200)]
Remove likes when deleting comment responses

10 years agoOptimize previous commit
Matthias Schmidt [Sun, 27 Jul 2014 12:23:21 +0000 (14:23 +0200)]
Optimize previous commit

10 years agoReset user notification count when removing notifications
Matthias Schmidt [Sun, 27 Jul 2014 12:21:18 +0000 (14:21 +0200)]
Reset user notification count when removing notifications

10 years agoFixed removing of stored quick reply messages
Alexander Ebert [Sun, 27 Jul 2014 12:17:44 +0000 (14:17 +0200)]
Fixed removing of stored quick reply messages

10 years agoUpdating minified JavaScript files
woltlab.com [Sun, 27 Jul 2014 10:22:00 +0000 (12:22 +0200)]
Updating minified JavaScript files

10 years agoPreventing image editing for embedded attachments
Alexander Ebert [Sun, 27 Jul 2014 10:18:48 +0000 (12:18 +0200)]
Preventing image editing for embedded attachments

10 years agoRemove unused, incorrect code
Matthias Schmidt [Sun, 27 Jul 2014 09:39:30 +0000 (11:39 +0200)]
Remove unused, incorrect code

10 years agoFixed WCF_VERSION
Alexander Ebert [Sun, 27 Jul 2014 09:39:29 +0000 (11:39 +0200)]
Fixed WCF_VERSION