GitHub/WoltLab/WCF.git
11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 20 May 2013 22:23:36 +0000 (00:23 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoMerged com.woltlab.wcf.like into WCF
Marcel Werk [Mon, 20 May 2013 22:23:22 +0000 (00:23 +0200)]
Merged com.woltlab.wcf.like into WCF

11 years agoMerged com.woltlab.wcf.moderation into WCF
Marcel Werk [Mon, 20 May 2013 22:00:59 +0000 (00:00 +0200)]
Merged com.woltlab.wcf.moderation into WCF

11 years agoMerged com.woltlab.wcf.user into WCF
Marcel Werk [Mon, 20 May 2013 21:53:32 +0000 (23:53 +0200)]
Merged com.woltlab.wcf.user into WCF

11 years agoImproved tar extraction performance by 20%
Alexander Ebert [Mon, 20 May 2013 21:47:48 +0000 (23:47 +0200)]
Improved tar extraction performance by 20%

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

11 years agoMerged com.woltlab.wcf.message into WCF
Marcel Werk [Mon, 20 May 2013 20:44:03 +0000 (22:44 +0200)]
Merged com.woltlab.wcf.message into WCF

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 20 May 2013 20:37:57 +0000 (22:37 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoMerged com.woltlab.wcf.bbcode into WCF
Marcel Werk [Mon, 20 May 2013 20:37:46 +0000 (22:37 +0200)]
Merged com.woltlab.wcf.bbcode into WCF

11 years agoUpdating minified JavaScript files
woltlab.com [Mon, 20 May 2013 20:31:02 +0000 (22:31 +0200)]
Updating minified JavaScript files

11 years agoMerged com.woltlab.wcf.attachment into WCF
Marcel Werk [Mon, 20 May 2013 20:26:47 +0000 (22:26 +0200)]
Merged com.woltlab.wcf.attachment into WCF

11 years agoMerged com.woltlab.wcf.recaptcha into WCF
Marcel Werk [Mon, 20 May 2013 20:18:35 +0000 (22:18 +0200)]
Merged com.woltlab.wcf.recaptcha into WCF

11 years agoMerge com.woltlab.wcf.ckeditor into WCF
Marcel Werk [Mon, 20 May 2013 20:14:00 +0000 (22:14 +0200)]
Merge com.woltlab.wcf.ckeditor into WCF

11 years agoFix for package update
Alexander Ebert [Mon, 20 May 2013 20:13:57 +0000 (22:13 +0200)]
Fix for package update

11 years agoACP menu optimization
Marcel Werk [Mon, 20 May 2013 19:24:57 +0000 (21:24 +0200)]
ACP menu optimization

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 20 May 2013 18:48:29 +0000 (20:48 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixes for package update
Alexander Ebert [Mon, 20 May 2013 18:48:20 +0000 (20:48 +0200)]
Fixes for package update

11 years agoFixed bulk processing
Marcel Werk [Mon, 20 May 2013 17:34:38 +0000 (19:34 +0200)]
Fixed bulk processing

Fixes #1233

11 years agoFixed mail worker
Marcel Werk [Mon, 20 May 2013 17:25:35 +0000 (19:25 +0200)]
Fixed mail worker

11 years agoResolved some todos
Marcel Werk [Mon, 20 May 2013 17:11:53 +0000 (19:11 +0200)]
Resolved some todos

11 years agoDisabled language update server management
Marcel Werk [Mon, 20 May 2013 15:37:52 +0000 (17:37 +0200)]
Disabled language update server management

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 20 May 2013 15:32:42 +0000 (17:32 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded missing language variables
Marcel Werk [Mon, 20 May 2013 15:32:28 +0000 (17:32 +0200)]
Added missing language variables

11 years agoMerge pull request #1291 from SoftCreatR/consistentElseIf
Marcel Werk [Mon, 20 May 2013 13:16:59 +0000 (06:16 -0700)]
Merge pull request #1291 from SoftCreatR/consistentElseIf

Fixed inconsistent usage of elseif

11 years agoFixed inconsistent usage of elseif
SoftCreatR [Mon, 20 May 2013 13:15:22 +0000 (15:15 +0200)]
Fixed inconsistent usage of elseif

In the past, elseif was used within templates. Now, you've mixed up the
usage of else if and elseif.

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 20 May 2013 12:36:39 +0000 (14:36 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded missing update of language variables
Alexander Ebert [Mon, 20 May 2013 12:36:13 +0000 (14:36 +0200)]
Added missing update of language variables

11 years agoFixes handling of excluded packages during package update
Matthias Schmidt [Mon, 20 May 2013 09:19:10 +0000 (11:19 +0200)]
Fixes handling of excluded packages during package update

When a package is updated, the excluded packages of the current versions are deleted first and replaced by the new ones. This way, it's ensured that packages the current version excludes and which the updated version doesn't exclude anymore, are properly handled [cf. WCF 1.1].

11 years agoFixes PackageArchive::getConflictedExcludedPackages()
Matthias Schmidt [Mon, 20 May 2013 08:50:50 +0000 (10:50 +0200)]
Fixes PackageArchive::getConflictedExcludedPackages()

11 years agoRemoves unused code
Matthias Schmidt [Mon, 20 May 2013 08:50:34 +0000 (10:50 +0200)]
Removes unused code

11 years agoFixed update
Alexander Ebert [Sun, 19 May 2013 22:50:18 +0000 (00:50 +0200)]
Fixed update

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 19 May 2013 22:30:56 +0000 (00:30 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoUser management optimizations
Marcel Werk [Sun, 19 May 2013 22:30:43 +0000 (00:30 +0200)]
User management optimizations

11 years agoMerge pull request #1284 from max-m/patch-2
Tim Düsterhus [Sun, 19 May 2013 21:05:58 +0000 (14:05 -0700)]
Merge pull request #1284 from max-m/patch-2

Fixes DateUtil::validateDate()

11 years agoFixes DateUtil::validateDate()
Max [Sun, 19 May 2013 21:04:48 +0000 (00:04 +0300)]
Fixes DateUtil::validateDate()

Fixes WoltLab/WCF#1283 as gmdate returns a date in GMT but strtotime doesn't if input isn't specified as GMT.

See http://www.php.net/manual/en/function.strtotime.php
> Each parameter of this function uses the default time zone unless a time zone is specified in that parameter.```

11 years agoCorrect grammar in de.xml
Tim Düsterhus [Sun, 19 May 2013 20:42:36 +0000 (22:42 +0200)]
Correct grammar in de.xml

11 years agoSQLParser only supports the CREATE INDEX syntax
Alexander Ebert [Sun, 19 May 2013 20:37:15 +0000 (22:37 +0200)]
SQLParser only supports the CREATE INDEX syntax

11 years agoNo longer updating files along with the update
Alexander Ebert [Sun, 19 May 2013 20:11:23 +0000 (22:11 +0200)]
No longer updating files along with the update

11 years agoAdded missing script
Alexander Ebert [Sun, 19 May 2013 19:43:34 +0000 (21:43 +0200)]
Added missing script

11 years agoFixed update SQL
Alexander Ebert [Sun, 19 May 2013 19:33:58 +0000 (21:33 +0200)]
Fixed update SQL

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 19 May 2013 18:12:56 +0000 (20:12 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed update a1 -> b1
Alexander Ebert [Sun, 19 May 2013 18:12:34 +0000 (20:12 +0200)]
Fixed update a1 -> b1

11 years agoAdded method to get application's package
Marcel Werk [Sun, 19 May 2013 17:19:13 +0000 (19:19 +0200)]
Added method to get application's package

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 19 May 2013 17:14:55 +0000 (19:14 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed DateUtil issue
Marcel Werk [Sun, 19 May 2013 17:14:44 +0000 (19:14 +0200)]
Fixed DateUtil issue

11 years agoPackage installation no longer uses the GET-parameter "action"
Alexander Ebert [Sun, 19 May 2013 16:47:00 +0000 (18:47 +0200)]
Package installation no longer uses the GET-parameter "action"

Fixes #1262

11 years agoAdded missing language variables
Marcel Werk [Sun, 19 May 2013 16:18:09 +0000 (18:18 +0200)]
Added missing language variables

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 19 May 2013 15:31:42 +0000 (17:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed language variable
Marcel Werk [Sun, 19 May 2013 15:31:30 +0000 (17:31 +0200)]
Fixed language variable

11 years agoFix for package builder
Alexander Ebert [Sun, 19 May 2013 15:29:40 +0000 (17:29 +0200)]
Fix for package builder

11 years agoAdded missing SQL update
Alexander Ebert [Sun, 19 May 2013 15:27:26 +0000 (17:27 +0200)]
Added missing SQL update

11 years agoFixed update
Alexander Ebert [Sun, 19 May 2013 15:06:45 +0000 (17:06 +0200)]
Fixed update

11 years agoFixes issues with templates
Matthias Schmidt [Sun, 19 May 2013 13:42:06 +0000 (15:42 +0200)]
Fixes issues with templates

11 years agoFixes issues with templates
Matthias Schmidt [Sun, 19 May 2013 13:25:18 +0000 (15:25 +0200)]
Fixes issues with templates

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 19 May 2013 12:51:21 +0000 (14:51 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdds support for file installation of application plugins
Matthias Schmidt [Sun, 19 May 2013 12:51:00 +0000 (14:51 +0200)]
Adds support for file installation of application plugins

Closes #1163

11 years agoMerge pull request #1280 from ForkForce/PCRE_UTF8
Tim Düsterhus [Sun, 19 May 2013 11:05:42 +0000 (04:05 -0700)]
Merge pull request #1280 from ForkForce/PCRE_UTF8

Adds UTF-8 support for patterns in wcf\system\Regex

11 years agoMerge branch 'master' of github.com:WoltLab/WCF into PCRE_UTF8
NetzwergX [Sun, 19 May 2013 10:31:51 +0000 (12:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF into PCRE_UTF8

11 years agoMakes it possible to use template scripting in page menu items
Matthias Schmidt [Sun, 19 May 2013 10:22:29 +0000 (12:22 +0200)]
Makes it possible to use template scripting in page menu items

This is helpful if the language item has different values based on option settings, e.g. if a certain part of the language item is only visible if a related option is enabled.

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 18 May 2013 22:29:47 +0000 (00:29 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed border radius issues
Marcel Werk [Sat, 18 May 2013 22:29:35 +0000 (00:29 +0200)]
Fixed border radius issues

11 years agoFixed version number
Alexander Ebert [Sat, 18 May 2013 22:23:21 +0000 (00:23 +0200)]
Fixed version number

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 18 May 2013 22:22:31 +0000 (00:22 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded system information
Marcel Werk [Sat, 18 May 2013 22:22:08 +0000 (00:22 +0200)]
Added system information

11 years agoFixed authors
Alexander Ebert [Sat, 18 May 2013 21:57:03 +0000 (23:57 +0200)]
Fixed authors

11 years agoFixed author comment of WCF.js
Alexander Ebert [Sat, 18 May 2013 21:49:52 +0000 (23:49 +0200)]
Fixed author comment of WCF.js

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 18 May 2013 21:38:26 +0000 (23:38 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed frontend link in ACP menu
Alexander Ebert [Sat, 18 May 2013 21:37:39 +0000 (23:37 +0200)]
Fixed frontend link in ACP menu

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sat, 18 May 2013 16:40:11 +0000 (18:40 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixes error message text
Matthias Schmidt [Sat, 18 May 2013 16:39:24 +0000 (18:39 +0200)]
Fixes error message text

11 years agoPreparing update 2.0.0 Beta 1
Alexander Ebert [Sat, 18 May 2013 16:38:13 +0000 (18:38 +0200)]
Preparing update 2.0.0 Beta 1

11 years agoAdded rescue mode
Alexander Ebert [Sat, 18 May 2013 12:59:11 +0000 (14:59 +0200)]
Added rescue mode

Fixes #1126

11 years agoAdded UTF-8 support for pattern strings in regular expressions
NetzwergX [Sat, 18 May 2013 12:05:30 +0000 (14:05 +0200)]
Added UTF-8 support for pattern strings in regular expressions

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 17 May 2013 22:08:55 +0000 (00:08 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed translations
Alexander Ebert [Fri, 17 May 2013 22:08:35 +0000 (00:08 +0200)]
Fixed translations

11 years agoUpdating minified JavaScript files
woltlab.com [Fri, 17 May 2013 21:45:55 +0000 (23:45 +0200)]
Updating minified JavaScript files

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 17 May 2013 21:44:36 +0000 (23:44 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoMobile version optimization
Marcel Werk [Fri, 17 May 2013 21:44:24 +0000 (23:44 +0200)]
Mobile version optimization

11 years agoUpdated English translation
Alexander Ebert [Fri, 17 May 2013 21:19:29 +0000 (23:19 +0200)]
Updated English translation

11 years agoUpdated English translation
Alexander Ebert [Fri, 17 May 2013 19:38:08 +0000 (21:38 +0200)]
Updated English translation

11 years agoFixed icons during setup
Marcel Werk [Fri, 17 May 2013 19:18:53 +0000 (21:18 +0200)]
Fixed icons during setup

Fixes #1228

11 years agoSmall optimization
Marcel Werk [Fri, 17 May 2013 18:56:50 +0000 (20:56 +0200)]
Small optimization

11 years agoFixed typo
Marcel Werk [Fri, 17 May 2013 18:46:45 +0000 (20:46 +0200)]
Fixed typo

11 years agoRemoved font-face tag
Marcel Werk [Fri, 17 May 2013 17:02:10 +0000 (19:02 +0200)]
Removed font-face tag

11 years agoFixed missing package description
Marcel Werk [Fri, 17 May 2013 17:01:26 +0000 (19:01 +0200)]
Fixed missing package description

11 years agoSmall optimization
Marcel Werk [Fri, 17 May 2013 16:24:29 +0000 (18:24 +0200)]
Small optimization

11 years agoSmall optimizations
Marcel Werk [Fri, 17 May 2013 16:17:57 +0000 (18:17 +0200)]
Small optimizations

11 years agoRemoved obsolete code
Marcel Werk [Fri, 17 May 2013 16:06:33 +0000 (18:06 +0200)]
Removed obsolete code

11 years agoFixes issue with PageMenuPIP
Matthias Schmidt [Fri, 17 May 2013 08:03:23 +0000 (10:03 +0200)]
Fixes issue with PageMenuPIP

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 16 May 2013 23:01:54 +0000 (01:01 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRemoved health tab, added news widget
Marcel Werk [Thu, 16 May 2013 23:01:41 +0000 (01:01 +0200)]
Removed health tab, added news widget

11 years agoAttempt to fix show order for page menu items on create/update
Alexander Ebert [Thu, 16 May 2013 21:01:51 +0000 (23:01 +0200)]
Attempt to fix show order for page menu items on create/update

Fixes #1120
Fixes #1193

11 years agoMerge remote-tracking branch 'origin/master'
Tim Düsterhus [Thu, 16 May 2013 19:44:39 +0000 (21:44 +0200)]
Merge remote-tracking branch 'origin/master'

Conflicts:
wcfsetup/install/lang/de.xml

11 years agoLanguage fixes by @Gabbid
Tim Düsterhus [Thu, 16 May 2013 19:38:09 +0000 (21:38 +0200)]
Language fixes by @Gabbid

11 years agoSmall optimization
Marcel Werk [Thu, 16 May 2013 19:40:22 +0000 (21:40 +0200)]
Small optimization

Fixes #1216

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 16 May 2013 19:38:33 +0000 (21:38 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoSmall optimizations
Marcel Werk [Thu, 16 May 2013 19:38:18 +0000 (21:38 +0200)]
Small optimizations

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 16 May 2013 13:11:58 +0000 (15:11 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRemoved support to drop conflicting database tables
Alexander Ebert [Thu, 16 May 2013 13:11:38 +0000 (15:11 +0200)]
Removed support to drop conflicting database tables

11 years agoAdded missing language variables
Marcel Werk [Thu, 16 May 2013 10:51:52 +0000 (12:51 +0200)]
Added missing language variables