GitHub/WoltLab/WCF.git
7 years agoAdded missing imports
Alexander Ebert [Tue, 16 Aug 2016 18:24:25 +0000 (20:24 +0200)]
Added missing imports

7 years agoRedirect to static image in ImageProxyAction
Tim Düsterhus [Tue, 16 Aug 2016 18:18:31 +0000 (20:18 +0200)]
Redirect to static image in ImageProxyAction

This reduces load in case some use tries to be funny and directly
request ImageProxyAction over and over and over again.

7 years agoFixed image proxy
Alexander Ebert [Tue, 16 Aug 2016 18:20:24 +0000 (20:20 +0200)]
Fixed image proxy

7 years agoFix signature preview
Matthias Schmidt [Tue, 16 Aug 2016 18:16:59 +0000 (20:16 +0200)]
Fix signature preview

7 years agoLog exceptions in ImageProxyAction
Tim Düsterhus [Tue, 16 Aug 2016 18:11:28 +0000 (20:11 +0200)]
Log exceptions in ImageProxyAction

7 years agoAdded support for image proxy
Alexander Ebert [Tue, 16 Aug 2016 18:06:31 +0000 (20:06 +0200)]
Added support for image proxy

7 years agoFixed phrase
Alexander Ebert [Tue, 16 Aug 2016 17:33:51 +0000 (19:33 +0200)]
Fixed phrase

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Aug 2016 17:17:20 +0000 (19:17 +0200)]
Updating minified JavaScript files

7 years agoAdd missing margin in media manager media list
Matthias Schmidt [Tue, 16 Aug 2016 17:09:35 +0000 (19:09 +0200)]
Add missing margin in media manager media list

7 years agoFix deletion of media files via button
Matthias Schmidt [Tue, 16 Aug 2016 17:07:37 +0000 (19:07 +0200)]
Fix deletion of media files via button

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Aug 2016 16:47:21 +0000 (18:47 +0200)]
Updating minified JavaScript files

7 years agoUpdate to require.js 2.2.0
Tim Düsterhus [Tue, 16 Aug 2016 16:37:51 +0000 (18:37 +0200)]
Update to require.js 2.2.0

7 years agoMerge remote-tracking branch 'origin/next' into next
Matthias Schmidt [Tue, 16 Aug 2016 15:32:59 +0000 (17:32 +0200)]
Merge remote-tracking branch 'origin/next' into next

7 years agoAdd KEY for wcf1_clipboard_item.userID
Tim Düsterhus [Tue, 16 Aug 2016 14:58:07 +0000 (16:58 +0200)]
Add KEY for wcf1_clipboard_item.userID

see ClipboardHandler::loadMarkedItems()

7 years agoAdd KEY for wcf1_user_notification.confirmTime
Tim Düsterhus [Tue, 16 Aug 2016 14:55:35 +0000 (16:55 +0200)]
Add KEY for wcf1_user_notification.confirmTime

see DailyMailNotificationCronjob::execute()

7 years agoAdd KEY for wcf1_user_storage.field
Tim Düsterhus [Tue, 16 Aug 2016 14:52:06 +0000 (16:52 +0200)]
Add KEY for wcf1_user_storage.field

see UserStorageHandler::resetAll()

7 years agoRemoved old JS file
Alexander Ebert [Tue, 16 Aug 2016 14:34:55 +0000 (16:34 +0200)]
Removed old JS file

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Aug 2016 14:32:22 +0000 (16:32 +0200)]
Updating minified JavaScript files

7 years agoUsing unified names
Alexander Ebert [Tue, 16 Aug 2016 14:16:43 +0000 (16:16 +0200)]
Using unified names

7 years agoIgnore missing modules for r.js
Tim Düsterhus [Tue, 16 Aug 2016 11:40:01 +0000 (13:40 +0200)]
Ignore missing modules for r.js

7 years agoFix exclude in require.build-acp.js
Tim Düsterhus [Tue, 16 Aug 2016 11:38:26 +0000 (13:38 +0200)]
Fix exclude in require.build-acp.js

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 16 Aug 2016 09:47:18 +0000 (11:47 +0200)]
Updating minified JavaScript files

7 years agoFixed ACP ajax requests
Alexander Ebert [Tue, 16 Aug 2016 09:32:44 +0000 (11:32 +0200)]
Fixed ACP ajax requests

7 years agoUsing retina logos
Alexander Ebert [Mon, 15 Aug 2016 22:15:25 +0000 (00:15 +0200)]
Using retina logos

7 years agoAdded missing margin in acp menu
Marcel Werk [Mon, 15 Aug 2016 21:22:30 +0000 (23:22 +0200)]
Added missing margin in acp menu

7 years agoRemove unused imports
Matthias Schmidt [Mon, 15 Aug 2016 19:35:05 +0000 (21:35 +0200)]
Remove unused imports

7 years agoFix @copyright in class comment
Tim Düsterhus [Mon, 15 Aug 2016 19:14:33 +0000 (21:14 +0200)]
Fix @copyright in class comment

7 years agoAdd DBO property documentation
Matthias Schmidt [Mon, 15 Aug 2016 18:58:12 +0000 (20:58 +0200)]
Add DBO property documentation

7 years agoUpdated logo
Alexander Ebert [Mon, 15 Aug 2016 16:32:21 +0000 (18:32 +0200)]
Updated logo

7 years agoChanged default value of http_enable_no_cache_headers
Marcel Werk [Mon, 15 Aug 2016 15:44:53 +0000 (17:44 +0200)]
Changed default value of http_enable_no_cache_headers

7 years agoFix missing uses of TemplateGroup::getName()
Tim Düsterhus [Mon, 15 Aug 2016 15:40:42 +0000 (17:40 +0200)]
Fix missing uses of TemplateGroup::getName()

7 years agoFix name of email template group in templateDiff.tpl
Tim Düsterhus [Mon, 15 Aug 2016 15:33:50 +0000 (17:33 +0200)]
Fix name of email template group in templateDiff.tpl

7 years agoMerge branch 'master' into next
Tim Düsterhus [Mon, 15 Aug 2016 15:30:59 +0000 (17:30 +0200)]
Merge branch 'master' into next

7 years agoSet $initialized flag after initialization in EmailTemplateEngine
Tim Düsterhus [Mon, 15 Aug 2016 15:30:23 +0000 (17:30 +0200)]
Set $initialized flag after initialization in EmailTemplateEngine

7 years agoInitialize EmailTemplateEngine lazily
Tim Düsterhus [Mon, 15 Aug 2016 15:28:28 +0000 (17:28 +0200)]
Initialize EmailTemplateEngine lazily

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 15 Aug 2016 14:17:17 +0000 (16:17 +0200)]
Updating minified JavaScript files

7 years agoUse absolute URIs for ajax requests
Alexander Ebert [Mon, 15 Aug 2016 14:14:24 +0000 (16:14 +0200)]
Use absolute URIs for ajax requests

7 years agoFixed visuals for text type boxes
Alexander Ebert [Mon, 15 Aug 2016 14:12:16 +0000 (16:12 +0200)]
Fixed visuals for text type boxes

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 15 Aug 2016 08:17:17 +0000 (10:17 +0200)]
Updating minified JavaScript files

7 years agoSearch input could get stuck if there are no matches
Alexander Ebert [Mon, 15 Aug 2016 08:13:55 +0000 (10:13 +0200)]
Search input could get stuck if there are no matches

7 years agoFixed JSDoc / option name
Alexander Ebert [Mon, 15 Aug 2016 08:03:20 +0000 (10:03 +0200)]
Fixed JSDoc / option name

7 years agoReset version number
Alexander Ebert [Mon, 15 Aug 2016 07:41:44 +0000 (09:41 +0200)]
Reset version number

7 years agoFixed SystemException namespace
Marcel Werk [Sat, 13 Aug 2016 08:22:36 +0000 (10:22 +0200)]
Fixed SystemException namespace

Closes #2076

7 years agoDifferent styling for readonly input elements
Alexander Ebert [Sat, 13 Aug 2016 07:58:05 +0000 (09:58 +0200)]
Different styling for readonly input elements

7 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Aug 2016 20:17:17 +0000 (22:17 +0200)]
Updating minified JavaScript files

7 years agoRestore element name on datepicker destruction
Alexander Ebert [Fri, 12 Aug 2016 20:13:14 +0000 (22:13 +0200)]
Restore element name on datepicker destruction

7 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Aug 2016 19:47:18 +0000 (21:47 +0200)]
Updating minified JavaScript files

7 years agoFixed SystemException namespace
Marcel Werk [Fri, 12 Aug 2016 19:36:38 +0000 (21:36 +0200)]
Fixed SystemException namespace

7 years agoRemoved obsolete imports
Marcel Werk [Fri, 12 Aug 2016 19:35:20 +0000 (21:35 +0200)]
Removed obsolete imports

7 years agoFixed datepicker polyfill
Alexander Ebert [Fri, 12 Aug 2016 19:32:14 +0000 (21:32 +0200)]
Fixed datepicker polyfill

7 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Aug 2016 15:17:17 +0000 (17:17 +0200)]
Updating minified JavaScript files

7 years agoAdded option to disable datepicker clear button
Alexander Ebert [Fri, 12 Aug 2016 15:16:03 +0000 (17:16 +0200)]
Added option to disable datepicker clear button

7 years agoUpdating minified JavaScript files
woltlab.com [Fri, 12 Aug 2016 13:47:17 +0000 (15:47 +0200)]
Updating minified JavaScript files

7 years agoUsing alternate approach to deal with mentions
Alexander Ebert [Fri, 12 Aug 2016 13:45:50 +0000 (15:45 +0200)]
Using alternate approach to deal with mentions

Using a custom element has too many drawbacks and issues, all though
being far more elegant, it is just not worth it.

7 years agoUpdating minified JavaScript files
woltlab.com [Thu, 11 Aug 2016 22:32:22 +0000 (00:32 +0200)]
Updating minified JavaScript files

7 years agoUpdated visuals for mentions
Alexander Ebert [Thu, 11 Aug 2016 22:18:11 +0000 (00:18 +0200)]
Updated visuals for mentions

7 years agoRemoved outdated class
Alexander Ebert [Thu, 11 Aug 2016 20:50:01 +0000 (22:50 +0200)]
Removed outdated class

7 years agoPreventing trailing <br>
Alexander Ebert [Thu, 11 Aug 2016 20:11:46 +0000 (22:11 +0200)]
Preventing trailing <br>

7 years agoAdded missing color preview styling
Marcel Werk [Thu, 11 Aug 2016 17:07:37 +0000 (19:07 +0200)]
Added missing color preview styling

7 years agoRemoved outdated and broken route implementations
Alexander Ebert [Thu, 11 Aug 2016 17:03:17 +0000 (19:03 +0200)]
Removed outdated and broken route implementations

7 years agoUpdating minified JavaScript files
woltlab.com [Thu, 11 Aug 2016 14:47:18 +0000 (16:47 +0200)]
Updating minified JavaScript files

7 years agoRemoved some todos
Alexander Ebert [Thu, 11 Aug 2016 14:40:08 +0000 (16:40 +0200)]
Removed some todos

Some of them are already resolved and others don't matter at all.

7 years agoAdded some missing phrases
Alexander Ebert [Thu, 11 Aug 2016 07:53:14 +0000 (09:53 +0200)]
Added some missing phrases

7 years agoMerge pull request #2075 from Fabii547/patch-35
Alexander Ebert [Thu, 11 Aug 2016 07:48:56 +0000 (09:48 +0200)]
Merge pull request #2075 from Fabii547/patch-35

Remove obsolete parameter 'appendSession' from LinkHandler calls

7 years agoRemove obsolete parameter 'appendSession' from LinkHandler calls
Fabii547 [Thu, 11 Aug 2016 07:27:35 +0000 (09:27 +0200)]
Remove obsolete parameter 'appendSession' from LinkHandler calls

7 years agoMerge pull request #2074 from Fabii547/patch-34
Marcel Werk [Wed, 10 Aug 2016 09:47:01 +0000 (11:47 +0200)]
Merge pull request #2074 from Fabii547/patch-34

Parse template scripting in 'wcf.ajax.error.*'

7 years agoParse template scripting in 'wcf.ajax.error.*'
Fabii547 [Wed, 10 Aug 2016 08:06:57 +0000 (10:06 +0200)]
Parse template scripting in 'wcf.ajax.error.*'

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 16:47:20 +0000 (18:47 +0200)]
Updating minified JavaScript files

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 16:46:35 +0000 (18:46 +0200)]
Updating minified JavaScript files

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 16:32:12 +0000 (18:32 +0200)]
Updating minified JavaScript files

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 16:31:36 +0000 (18:31 +0200)]
Updating minified JavaScript files

7 years agoFixed r.js build config
Alexander Ebert [Tue, 9 Aug 2016 16:29:36 +0000 (18:29 +0200)]
Fixed r.js build config

7 years agoDisabled media gallery for now
Alexander Ebert [Tue, 9 Aug 2016 15:36:38 +0000 (17:36 +0200)]
Disabled media gallery for now

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 13:47:15 +0000 (15:47 +0200)]
Updating minified JavaScript files

7 years agoFixed attachments not being converted inside Redactor
Alexander Ebert [Tue, 9 Aug 2016 13:34:55 +0000 (15:34 +0200)]
Fixed attachments not being converted inside Redactor

7 years agoUpdating minified JavaScript files
woltlab.com [Tue, 9 Aug 2016 10:17:12 +0000 (12:17 +0200)]
Updating minified JavaScript files

7 years agoFixed profile overlays displaying empty title
Alexander Ebert [Tue, 9 Aug 2016 10:01:48 +0000 (12:01 +0200)]
Fixed profile overlays displaying empty title

7 years agoFixed markup of grouped user lists
Alexander Ebert [Tue, 9 Aug 2016 10:01:35 +0000 (12:01 +0200)]
Fixed markup of grouped user lists

7 years agoRemoved obsolete class SofortUeberweisungPaymentMethod
Marcel Werk [Mon, 8 Aug 2016 14:57:15 +0000 (16:57 +0200)]
Removed obsolete class SofortUeberweisungPaymentMethod

7 years agoRemoved obsolete class UserProfileCache
Marcel Werk [Mon, 8 Aug 2016 14:57:04 +0000 (16:57 +0200)]
Removed obsolete class UserProfileCache

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 8 Aug 2016 14:32:14 +0000 (16:32 +0200)]
Updating minified JavaScript files

7 years agoFixed outdated tab-menu in smiley-list
Marcel Werk [Mon, 8 Aug 2016 14:27:33 +0000 (16:27 +0200)]
Fixed outdated tab-menu in smiley-list

7 years agoResolved some todos / removed obsolete todos
Marcel Werk [Mon, 8 Aug 2016 14:27:13 +0000 (16:27 +0200)]
Resolved some todos / removed obsolete todos

7 years agoRemoved obsolete code
Marcel Werk [Mon, 8 Aug 2016 14:13:53 +0000 (16:13 +0200)]
Removed obsolete code

7 years agoMobile optimization for user profile header
Marcel Werk [Mon, 8 Aug 2016 12:07:15 +0000 (14:07 +0200)]
Mobile optimization for user profile header

7 years agoFixed overflow in "all letters" button
Marcel Werk [Thu, 4 Aug 2016 15:04:09 +0000 (17:04 +0200)]
Fixed overflow in "all letters" button

7 years agoUpdating minified JavaScript files
woltlab.com [Mon, 8 Aug 2016 11:17:12 +0000 (13:17 +0200)]
Updating minified JavaScript files

7 years agoAdded support for auth code
Alexander Ebert [Mon, 8 Aug 2016 11:01:33 +0000 (13:01 +0200)]
Added support for auth code

7 years agoFix code style
Matthias Schmidt [Sun, 7 Aug 2016 12:00:00 +0000 (14:00 +0200)]
Fix code style

7 years agoUnify code for showing form success message
Matthias Schmidt [Sun, 7 Aug 2016 11:55:04 +0000 (13:55 +0200)]
Unify code for showing form success message

7 years agoUse PreparedStatement::fetchObject() in Tag::getTag()
Matthias Schmidt [Sun, 7 Aug 2016 11:45:57 +0000 (13:45 +0200)]
Use PreparedStatement::fetchObject() in Tag::getTag()

7 years agoFix wcf1_application.isTainted
Matthias Schmidt [Sun, 7 Aug 2016 09:13:50 +0000 (11:13 +0200)]
Fix wcf1_application.isTainted

7 years agoUnify enable/disable style icon with other icons
Matthias Schmidt [Sun, 7 Aug 2016 08:12:15 +0000 (10:12 +0200)]
Unify enable/disable style icon with other icons

7 years agoRemove packageName input remnants in StyleExportForm
Matthias Schmidt [Sun, 7 Aug 2016 08:07:10 +0000 (10:07 +0200)]
Remove packageName input remnants in StyleExportForm

See 0daf121703f0a2c362548062d46e9929964b182f

7 years agoUpdate StyleEditor::EXCLUDE_WCF_VERSION
Matthias Schmidt [Sun, 7 Aug 2016 08:05:58 +0000 (10:05 +0200)]
Update StyleEditor::EXCLUDE_WCF_VERSION

7 years agoAdd @method tags for IEditableObject::create() in DBO classes
Matthias Schmidt [Fri, 5 Aug 2016 17:31:14 +0000 (19:31 +0200)]
Add @method tags for IEditableObject::create() in DBO classes

7 years agoFix typo in BackgroundQueueHandler
Tim Düsterhus [Thu, 4 Aug 2016 21:35:39 +0000 (23:35 +0200)]
Fix typo in BackgroundQueueHandler

7 years agoFix database table index name of cronjob logs
Matthias Schmidt [Thu, 4 Aug 2016 19:34:36 +0000 (21:34 +0200)]
Fix database table index name of cronjob logs

7 years agoUpdating minified JavaScript files
woltlab.com [Thu, 4 Aug 2016 19:32:14 +0000 (21:32 +0200)]
Updating minified JavaScript files

7 years agoMove JavaScript modules into WoltLabSuite/Core namespace
Matthias Schmidt [Thu, 4 Aug 2016 19:30:56 +0000 (21:30 +0200)]
Move JavaScript modules into WoltLabSuite/Core namespace