GitHub/WoltLab/WCF.git
11 years agoFixed selection of minor versions for updating
Alexander Ebert [Mon, 5 Aug 2013 13:29:57 +0000 (15:29 +0200)]
Fixed selection of minor versions for updating

It is no longer possible to select a lower minor version, if a higher version of the same major release is available. That means you cannot select 4.0.0 Beta 5, if 4.0.0 Beta 6 is available.

11 years agoFixed check for empty message in quick reply
Alexander Ebert [Mon, 5 Aug 2013 11:09:45 +0000 (13:09 +0200)]
Fixed check for empty message in quick reply

PHP considers '0' to be empty.

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Mon, 5 Aug 2013 10:19:21 +0000 (12:19 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoDisables ACP search form submit
Matthias Schmidt [Mon, 5 Aug 2013 10:18:54 +0000 (12:18 +0200)]
Disables ACP search form submit

Fixes #1448

11 years agoUpdating minified JavaScript files
woltlab.com [Mon, 5 Aug 2013 09:30:28 +0000 (11:30 +0200)]
Updating minified JavaScript files

11 years agoAdds possibility to remove dropdowns
Matthias Schmidt [Mon, 5 Aug 2013 09:28:14 +0000 (11:28 +0200)]
Adds possibility to remove dropdowns

Fixes #1426

11 years agoMakes sure that done moderation queues stay marked done
Matthias Schmidt [Mon, 5 Aug 2013 09:14:05 +0000 (11:14 +0200)]
Makes sure that done moderation queues stay marked done

Fixes #1425

11 years agoFixed conversion of embedded IPv4 addresses
Alexander Ebert [Mon, 5 Aug 2013 00:20:46 +0000 (02:20 +0200)]
Fixed conversion of embedded IPv4 addresses

11 years agoFixed editing of foreign user profiles
Alexander Ebert [Sun, 4 Aug 2013 23:24:41 +0000 (01:24 +0200)]
Fixed editing of foreign user profiles

11 years agoFixed typo
Alexander Ebert [Sun, 4 Aug 2013 21:45:00 +0000 (23:45 +0200)]
Fixed typo

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 4 Aug 2013 14:24:54 +0000 (16:24 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdds new error messages
Matthias Schmidt [Sun, 4 Aug 2013 14:24:36 +0000 (16:24 +0200)]
Adds new error messages

11 years agoUpdating minified JavaScript files
woltlab.com [Sun, 4 Aug 2013 12:50:31 +0000 (14:50 +0200)]
Updating minified JavaScript files

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 4 Aug 2013 12:47:41 +0000 (14:47 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixes poll option issues
Matthias Schmidt [Sun, 4 Aug 2013 12:47:19 +0000 (14:47 +0200)]
Fixes poll option issues

11 years agoUpdating minified JavaScript files
woltlab.com [Sun, 4 Aug 2013 11:50:28 +0000 (13:50 +0200)]
Updating minified JavaScript files

11 years agoRemoves propagation stop if overlay is closed
Matthias Schmidt [Sun, 4 Aug 2013 11:48:10 +0000 (13:48 +0200)]
Removes propagation stop if overlay is closed

This way dropdowns in overlays will automatically be closed if a overlay is closed by click.

Fixes #1442

11 years agoAdds missing language items
Matthias Schmidt [Sun, 4 Aug 2013 11:35:32 +0000 (13:35 +0200)]
Adds missing language items

Fixes #1434

11 years agoFixes indentation
Matthias Schmidt [Sun, 4 Aug 2013 11:17:40 +0000 (13:17 +0200)]
Fixes indentation

11 years agoRemoves unused code
Matthias Schmidt [Sun, 4 Aug 2013 10:41:07 +0000 (12:41 +0200)]
Removes unused code

11 years agoMerge pull request #1445 from max-m/patch-5
Tim Düsterhus [Sat, 3 Aug 2013 22:10:07 +0000 (15:10 -0700)]
Merge pull request #1445 from max-m/patch-5

Don't allow dates prior to 1980-01-01

11 years agoSort imports in ZipWriter.class.php
Maximilian Mader [Sat, 3 Aug 2013 22:04:36 +0000 (00:04 +0200)]
Sort imports in ZipWriter.class.php

11 years agoDon't allow dates prior to 1980-01-01
Maximilian Mader [Sat, 3 Aug 2013 21:56:13 +0000 (23:56 +0200)]
Don't allow dates prior to 1980-01-01

See WoltLab/WCF#1443

Zip doesn't support dates prior to `1980-01-01 00:00 UTC`

11 years agoFixes class name
Matthias Schmidt [Sat, 3 Aug 2013 17:06:19 +0000 (19:06 +0200)]
Fixes class name

11 years agoRe-add newline at end of TwitterAuthAction
Tim Düsterhus [Sat, 3 Aug 2013 13:34:43 +0000 (15:34 +0200)]
Re-add newline at end of TwitterAuthAction

11 years agoTrim whitespace from public key and private key
Tim Düsterhus [Sat, 3 Aug 2013 13:09:48 +0000 (15:09 +0200)]
Trim whitespace from public key and private key

11 years agoAdds missing constant during setup
Matthias Schmidt [Fri, 2 Aug 2013 20:15:48 +0000 (22:15 +0200)]
Adds missing constant during setup

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 2 Aug 2013 13:20:30 +0000 (15:20 +0200)]
Updating minified JavaScript files

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Fri, 2 Aug 2013 13:17:22 +0000 (15:17 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdds further dropdown position checks for overlay dropdowns
Matthias Schmidt [Fri, 2 Aug 2013 13:16:47 +0000 (15:16 +0200)]
Adds further dropdown position checks for overlay dropdowns

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 2 Aug 2013 13:06:35 +0000 (15:06 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded spider
Marcel Werk [Fri, 2 Aug 2013 13:06:17 +0000 (15:06 +0200)]
Added spider

11 years agoShow the required callback uris in option description
Tim Düsterhus [Fri, 2 Aug 2013 12:30:25 +0000 (14:30 +0200)]
Show the required callback uris in option description

Closes #1320

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 2 Aug 2013 12:20:30 +0000 (14:20 +0200)]
Updating minified JavaScript files

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Fri, 2 Aug 2013 12:17:13 +0000 (14:17 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoOverhauls dropdown behaviour in overlays during scrolling
Matthias Schmidt [Fri, 2 Aug 2013 12:16:51 +0000 (14:16 +0200)]
Overhauls dropdown behaviour in overlays during scrolling

11 years agoMerge pull request #1421 from soettl/improvedCategoryAddTemplate
Matthias Schmidt [Fri, 2 Aug 2013 11:18:48 +0000 (04:18 -0700)]
Merge pull request #1421 from soettl/improvedCategoryAddTemplate

Improved categoryAdd template

11 years agoMerge pull request #1428 from pebeah/CKEditorTableFix
Marcel Werk [Fri, 2 Aug 2013 11:15:46 +0000 (04:15 -0700)]
Merge pull request #1428 from pebeah/CKEditorTableFix

Fixes table styling in CKEditor div mode

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 2 Aug 2013 00:00:32 +0000 (02:00 +0200)]
Updating minified JavaScript files

11 years agoFix issue when inserting quotes in Firefox
Tim Düsterhus [Thu, 1 Aug 2013 23:57:34 +0000 (01:57 +0200)]
Fix issue when inserting quotes in Firefox

cf. http://beta.woltlab.com/index.php/Thread/2832-Fehler-durch-Zitieren/

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 1 Aug 2013 22:58:52 +0000 (00:58 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded category importer
Marcel Werk [Thu, 1 Aug 2013 22:58:37 +0000 (00:58 +0200)]
Added category importer

11 years agoAdded option to send "X-Frame-Options: SAMEORIGIN"
Alexander Ebert [Thu, 1 Aug 2013 22:54:15 +0000 (00:54 +0200)]
Added option to send "X-Frame-Options: SAMEORIGIN"

11 years agoRebuilding likes now rebuilds like objects
Alexander Ebert [Thu, 1 Aug 2013 22:22:59 +0000 (00:22 +0200)]
Rebuilding likes now rebuilds like objects

The cached users are not rebuilt yet, this will be added later.

11 years agoRefresh codemirror once again after one second
Tim Düsterhus [Thu, 1 Aug 2013 21:49:50 +0000 (23:49 +0200)]
Refresh codemirror once again after one second

Hopefully it has initialized until then.

cf. http://beta.woltlab.com/index.php/Thread/2676-ACP-Template-hinzuf%C3%BCgen-bearbeiten/

11 years agoRemoved empty newline
Alexander Ebert [Thu, 1 Aug 2013 19:42:37 +0000 (21:42 +0200)]
Removed empty newline

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 1 Aug 2013 19:33:20 +0000 (21:33 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded memory_limit check for thumbnail generation
Alexander Ebert [Thu, 1 Aug 2013 19:32:48 +0000 (21:32 +0200)]
Added memory_limit check for thumbnail generation

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 1 Aug 2013 17:52:37 +0000 (19:52 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoMobile optimization
Marcel Werk [Thu, 1 Aug 2013 17:52:25 +0000 (19:52 +0200)]
Mobile optimization

11 years agoFixed use-statements
Alexander Ebert [Thu, 1 Aug 2013 16:23:02 +0000 (18:23 +0200)]
Fixed use-statements

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 1 Aug 2013 16:06:43 +0000 (18:06 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoResetting all caches once import has been completed
Alexander Ebert [Thu, 1 Aug 2013 16:06:30 +0000 (18:06 +0200)]
Resetting all caches once import has been completed

11 years agoUpdating minified JavaScript files
woltlab.com [Thu, 1 Aug 2013 16:00:35 +0000 (18:00 +0200)]
Updating minified JavaScript files

11 years agoResetting update cache once package lists have been updated
Alexander Ebert [Thu, 1 Aug 2013 15:55:17 +0000 (17:55 +0200)]
Resetting update cache once package lists have been updated

11 years agoRemoved debug code
Alexander Ebert [Thu, 1 Aug 2013 15:51:54 +0000 (17:51 +0200)]
Removed debug code

11 years agoImproved UI for inline editors
Alexander Ebert [Thu, 1 Aug 2013 15:51:42 +0000 (17:51 +0200)]
Improved UI for inline editors

11 years agoFixed use-statement order
Alexander Ebert [Thu, 1 Aug 2013 14:29:11 +0000 (16:29 +0200)]
Fixed use-statement order

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 1 Aug 2013 14:20:28 +0000 (16:20 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoDisplaying notice for available updates
Alexander Ebert [Thu, 1 Aug 2013 14:19:37 +0000 (16:19 +0200)]
Displaying notice for available updates

11 years agoMobile optimizations
Marcel Werk [Thu, 1 Aug 2013 14:13:35 +0000 (16:13 +0200)]
Mobile optimizations

11 years agoFixes typo
Matthias Schmidt [Thu, 1 Aug 2013 11:35:47 +0000 (13:35 +0200)]
Fixes typo

11 years agoImproved UI for done queues
Alexander Ebert [Wed, 31 Jul 2013 23:10:20 +0000 (01:10 +0200)]
Improved UI for done queues

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 31 Jul 2013 20:30:26 +0000 (22:30 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed registering through Google Plus
Alexander Ebert [Wed, 31 Jul 2013 20:30:08 +0000 (22:30 +0200)]
Fixed registering through Google Plus

11 years agoAdded missing default value
Marcel Werk [Wed, 31 Jul 2013 19:23:13 +0000 (21:23 +0200)]
Added missing default value

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 31 Jul 2013 17:43:26 +0000 (19:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed missing language variable
Marcel Werk [Wed, 31 Jul 2013 17:43:13 +0000 (19:43 +0200)]
Fixed missing language variable

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 31 Jul 2013 17:40:36 +0000 (19:40 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed moderation queues not reappearing if content is moderated again
Alexander Ebert [Wed, 31 Jul 2013 17:40:18 +0000 (19:40 +0200)]
Fixed moderation queues not reappearing if content is moderated again

11 years agoSmall style optimization
Marcel Werk [Wed, 31 Jul 2013 17:24:24 +0000 (19:24 +0200)]
Small style optimization

11 years agoFixed import issue
Marcel Werk [Wed, 31 Jul 2013 11:52:18 +0000 (13:52 +0200)]
Fixed import issue

11 years agoFixed HTML issues in simplified output
Marcel Werk [Wed, 31 Jul 2013 11:05:40 +0000 (13:05 +0200)]
Fixed HTML issues in simplified output

11 years agoFixed small issue
Marcel Werk [Tue, 30 Jul 2013 17:08:19 +0000 (19:08 +0200)]
Fixed small issue

11 years agoPreparing update 2.0.0 Beta 6 2.0.0_Beta_6
Alexander Ebert [Tue, 30 Jul 2013 15:29:57 +0000 (17:29 +0200)]
Preparing update 2.0.0 Beta 6

11 years agoUpdating minified JavaScript files
woltlab.com [Tue, 30 Jul 2013 15:20:30 +0000 (17:20 +0200)]
Updating minified JavaScript files

11 years agoFixes hiding of inline editor dropdown menu
Matthias Schmidt [Tue, 30 Jul 2013 15:18:35 +0000 (17:18 +0200)]
Fixes hiding of inline editor dropdown menu

11 years agoFixes conditions for users online list
Matthias Schmidt [Tue, 30 Jul 2013 14:30:23 +0000 (16:30 +0200)]
Fixes conditions for users online list

11 years agoUpdating minified JavaScript files
woltlab.com [Tue, 30 Jul 2013 13:40:30 +0000 (15:40 +0200)]
Updating minified JavaScript files

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 30 Jul 2013 13:37:04 +0000 (15:37 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed JavaScript error
Alexander Ebert [Tue, 30 Jul 2013 13:36:53 +0000 (15:36 +0200)]
Fixed JavaScript error

11 years agoUpdating minified JavaScript files
woltlab.com [Tue, 30 Jul 2013 13:25:29 +0000 (15:25 +0200)]
Updating minified JavaScript files

11 years agoImproved WCF.Search.Base/WCF.EditableItemList
Alexander Ebert [Tue, 30 Jul 2013 13:23:17 +0000 (15:23 +0200)]
Improved WCF.Search.Base/WCF.EditableItemList

11 years agoImproved exception message
Alexander Ebert [Tue, 30 Jul 2013 12:28:29 +0000 (14:28 +0200)]
Improved exception message

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 30 Jul 2013 12:24:53 +0000 (14:24 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoImproved exception message
Alexander Ebert [Tue, 30 Jul 2013 12:22:31 +0000 (14:22 +0200)]
Improved exception message

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 30 Jul 2013 12:09:49 +0000 (14:09 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed import issues
Marcel Werk [Tue, 30 Jul 2013 12:09:38 +0000 (14:09 +0200)]
Fixed import issues

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 30 Jul 2013 12:05:28 +0000 (14:05 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed missing language variables
Alexander Ebert [Tue, 30 Jul 2013 12:05:06 +0000 (14:05 +0200)]
Fixed missing language variables

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 30 Jul 2013 11:49:11 +0000 (13:49 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed small issue
Marcel Werk [Tue, 30 Jul 2013 11:48:56 +0000 (13:48 +0200)]
Fixed small issue

11 years agoAdded attribute for script-tag relocating
Alexander Ebert [Tue, 30 Jul 2013 11:04:48 +0000 (13:04 +0200)]
Added attribute for script-tag relocating

11 years agoUpdating minified JavaScript files
woltlab.com [Tue, 30 Jul 2013 08:20:29 +0000 (10:20 +0200)]
Updating minified JavaScript files

11 years agoFixes typo
Matthias Schmidt [Tue, 30 Jul 2013 08:19:14 +0000 (10:19 +0200)]
Fixes typo

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 29 Jul 2013 21:22:11 +0000 (23:22 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed support for ENTER-Key
Alexander Ebert [Mon, 29 Jul 2013 21:19:37 +0000 (23:19 +0200)]
Fixed support for ENTER-Key

11 years agoUpdating minified JavaScript files
woltlab.com [Mon, 29 Jul 2013 20:25:33 +0000 (22:25 +0200)]
Updating minified JavaScript files

11 years agoCloses dropdowns when scrolling
Matthias Schmidt [Mon, 29 Jul 2013 20:24:54 +0000 (22:24 +0200)]
Closes dropdowns when scrolling

11 years agoPreventing workers from counting the same objects over and over again
Alexander Ebert [Mon, 29 Jul 2013 17:03:05 +0000 (19:03 +0200)]
Preventing workers from counting the same objects over and over again