Markus Bartz [Mon, 20 May 2013 19:40:53 +0000 (21:40 +0200)]
Added sublime and textmate project files to .gitignore
Marcel Werk [Mon, 20 May 2013 17:34:38 +0000 (19:34 +0200)]
Fixed bulk processing
Fixes #1233
Marcel Werk [Mon, 20 May 2013 17:25:35 +0000 (19:25 +0200)]
Fixed mail worker
Marcel Werk [Mon, 20 May 2013 17:11:53 +0000 (19:11 +0200)]
Resolved some todos
Marcel Werk [Mon, 20 May 2013 15:37:52 +0000 (17:37 +0200)]
Disabled language update server management
Marcel Werk [Mon, 20 May 2013 15:32:42 +0000 (17:32 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 20 May 2013 15:32:28 +0000 (17:32 +0200)]
Added missing language variables
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
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.
Alexander Ebert [Mon, 20 May 2013 12:36:39 +0000 (14:36 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 20 May 2013 12:36:13 +0000 (14:36 +0200)]
Added missing update of language variables
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].
Matthias Schmidt [Mon, 20 May 2013 08:50:50 +0000 (10:50 +0200)]
Fixes PackageArchive::getConflictedExcludedPackages()
Matthias Schmidt [Mon, 20 May 2013 08:50:34 +0000 (10:50 +0200)]
Removes unused code
Alexander Ebert [Sun, 19 May 2013 22:50:18 +0000 (00:50 +0200)]
Fixed update
Marcel Werk [Sun, 19 May 2013 22:30:56 +0000 (00:30 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 19 May 2013 22:30:43 +0000 (00:30 +0200)]
User management optimizations
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()
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.```
Tim Düsterhus [Sun, 19 May 2013 20:42:36 +0000 (22:42 +0200)]
Correct grammar in de.xml
Alexander Ebert [Sun, 19 May 2013 20:37:15 +0000 (22:37 +0200)]
SQLParser only supports the CREATE INDEX syntax
Alexander Ebert [Sun, 19 May 2013 20:11:23 +0000 (22:11 +0200)]
No longer updating files along with the update
Alexander Ebert [Sun, 19 May 2013 19:43:34 +0000 (21:43 +0200)]
Added missing script
Alexander Ebert [Sun, 19 May 2013 19:33:58 +0000 (21:33 +0200)]
Fixed update SQL
Alexander Ebert [Sun, 19 May 2013 18:12:56 +0000 (20:12 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 19 May 2013 18:12:34 +0000 (20:12 +0200)]
Fixed update a1 -> b1
Marcel Werk [Sun, 19 May 2013 17:19:13 +0000 (19:19 +0200)]
Added method to get application's package
Marcel Werk [Sun, 19 May 2013 17:14:55 +0000 (19:14 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 19 May 2013 17:14:44 +0000 (19:14 +0200)]
Fixed DateUtil issue
Alexander Ebert [Sun, 19 May 2013 16:47:00 +0000 (18:47 +0200)]
Package installation no longer uses the GET-parameter "action"
Fixes #1262
Marcel Werk [Sun, 19 May 2013 16:18:09 +0000 (18:18 +0200)]
Added missing language variables
Marcel Werk [Sun, 19 May 2013 15:31:42 +0000 (17:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 19 May 2013 15:31:30 +0000 (17:31 +0200)]
Fixed language variable
Alexander Ebert [Sun, 19 May 2013 15:29:40 +0000 (17:29 +0200)]
Fix for package builder
Alexander Ebert [Sun, 19 May 2013 15:27:26 +0000 (17:27 +0200)]
Added missing SQL update
Alexander Ebert [Sun, 19 May 2013 15:06:45 +0000 (17:06 +0200)]
Fixed update
Matthias Schmidt [Sun, 19 May 2013 13:42:06 +0000 (15:42 +0200)]
Fixes issues with templates
Matthias Schmidt [Sun, 19 May 2013 13:25:18 +0000 (15:25 +0200)]
Fixes issues with templates
Matthias Schmidt [Sun, 19 May 2013 12:51:21 +0000 (14:51 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sun, 19 May 2013 12:51:00 +0000 (14:51 +0200)]
Adds support for file installation of application plugins
Closes #1163
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
NetzwergX [Sun, 19 May 2013 10:31:51 +0000 (12:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF into PCRE_UTF8
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.
Marcel Werk [Sat, 18 May 2013 22:29:47 +0000 (00:29 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 18 May 2013 22:29:35 +0000 (00:29 +0200)]
Fixed border radius issues
Alexander Ebert [Sat, 18 May 2013 22:23:21 +0000 (00:23 +0200)]
Fixed version number
Marcel Werk [Sat, 18 May 2013 22:22:31 +0000 (00:22 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 18 May 2013 22:22:08 +0000 (00:22 +0200)]
Added system information
Alexander Ebert [Sat, 18 May 2013 21:57:03 +0000 (23:57 +0200)]
Fixed authors
Alexander Ebert [Sat, 18 May 2013 21:49:52 +0000 (23:49 +0200)]
Fixed author comment of WCF.js
Alexander Ebert [Sat, 18 May 2013 21:38:26 +0000 (23:38 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 18 May 2013 21:37:39 +0000 (23:37 +0200)]
Fixed frontend link in ACP menu
Matthias Schmidt [Sat, 18 May 2013 16:40:11 +0000 (18:40 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Matthias Schmidt [Sat, 18 May 2013 16:39:24 +0000 (18:39 +0200)]
Fixes error message text
Alexander Ebert [Sat, 18 May 2013 16:38:13 +0000 (18:38 +0200)]
Preparing update 2.0.0 Beta 1
Alexander Ebert [Sat, 18 May 2013 12:59:11 +0000 (14:59 +0200)]
Added rescue mode
Fixes #1126
NetzwergX [Sat, 18 May 2013 12:05:30 +0000 (14:05 +0200)]
Added UTF-8 support for pattern strings in regular expressions
Alexander Ebert [Fri, 17 May 2013 22:08:55 +0000 (00:08 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 17 May 2013 22:08:35 +0000 (00:08 +0200)]
Fixed translations
woltlab.com [Fri, 17 May 2013 21:45:55 +0000 (23:45 +0200)]
Updating minified JavaScript files
Marcel Werk [Fri, 17 May 2013 21:44:36 +0000 (23:44 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 17 May 2013 21:44:24 +0000 (23:44 +0200)]
Mobile version optimization
Alexander Ebert [Fri, 17 May 2013 21:19:29 +0000 (23:19 +0200)]
Updated English translation
Alexander Ebert [Fri, 17 May 2013 19:38:08 +0000 (21:38 +0200)]
Updated English translation
Marcel Werk [Fri, 17 May 2013 19:18:53 +0000 (21:18 +0200)]
Fixed icons during setup
Fixes #1228
Marcel Werk [Fri, 17 May 2013 18:56:50 +0000 (20:56 +0200)]
Small optimization
Marcel Werk [Fri, 17 May 2013 18:46:45 +0000 (20:46 +0200)]
Fixed typo
Marcel Werk [Fri, 17 May 2013 17:02:10 +0000 (19:02 +0200)]
Removed font-face tag
Marcel Werk [Fri, 17 May 2013 17:01:26 +0000 (19:01 +0200)]
Fixed missing package description
Marcel Werk [Fri, 17 May 2013 16:24:29 +0000 (18:24 +0200)]
Small optimization
Marcel Werk [Fri, 17 May 2013 16:17:57 +0000 (18:17 +0200)]
Small optimizations
Marcel Werk [Fri, 17 May 2013 16:06:33 +0000 (18:06 +0200)]
Removed obsolete code
Matthias Schmidt [Fri, 17 May 2013 08:03:23 +0000 (10:03 +0200)]
Fixes issue with PageMenuPIP
Marcel Werk [Thu, 16 May 2013 23:01:54 +0000 (01:01 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 16 May 2013 23:01:41 +0000 (01:01 +0200)]
Removed health tab, added news widget
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
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
Tim Düsterhus [Thu, 16 May 2013 19:38:09 +0000 (21:38 +0200)]
Language fixes by @Gabbid
Marcel Werk [Thu, 16 May 2013 19:40:22 +0000 (21:40 +0200)]
Small optimization
Fixes #1216
Marcel Werk [Thu, 16 May 2013 19:38:33 +0000 (21:38 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 16 May 2013 19:38:18 +0000 (21:38 +0200)]
Small optimizations
Alexander Ebert [Thu, 16 May 2013 13:11:58 +0000 (15:11 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 16 May 2013 13:11:38 +0000 (15:11 +0200)]
Removed support to drop conflicting database tables
Marcel Werk [Thu, 16 May 2013 10:51:52 +0000 (12:51 +0200)]
Added missing language variables
Marcel Werk [Wed, 15 May 2013 21:01:35 +0000 (23:01 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 15 May 2013 21:01:23 +0000 (23:01 +0200)]
Added missing language variables
Alexander Ebert [Wed, 15 May 2013 20:56:52 +0000 (22:56 +0200)]
Updated to FontAwesome 3.1.1 and removed unnecessary formats
Alexander Ebert [Wed, 15 May 2013 20:54:38 +0000 (13:54 -0700)]
Merge pull request #1271 from WoltLab/fontawesome31
FontAwesome 3.1.0
Tim Düsterhus [Wed, 15 May 2013 19:24:37 +0000 (21:24 +0200)]
Properly handle CRLF in ExceptionLogViewPage
Alexander Ebert [Wed, 15 May 2013 16:40:47 +0000 (18:40 +0200)]
Added performance log for WCFSetup
Alexander Ebert [Wed, 15 May 2013 16:35:21 +0000 (18:35 +0200)]
Fixed language import during setup
Alexander Ebert [Wed, 15 May 2013 15:44:45 +0000 (17:44 +0200)]
Added performance log for package installation
Alexander Ebert [Wed, 15 May 2013 15:37:06 +0000 (17:37 +0200)]
Import of language variables is now 5 times faster on MySQL
Alexander Ebert [Wed, 15 May 2013 12:11:15 +0000 (14:11 +0200)]
Fixed name for optional package element
Alexander Ebert [Tue, 14 May 2013 23:26:54 +0000 (01:26 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 14 May 2013 23:25:52 +0000 (01:25 +0200)]
Fixed previous commit
Marcel Werk [Tue, 14 May 2013 22:47:53 +0000 (00:47 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 14 May 2013 22:47:43 +0000 (00:47 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 14 May 2013 22:47:32 +0000 (00:47 +0200)]
Added missing language variables
Alexander Ebert [Tue, 14 May 2013 22:47:26 +0000 (00:47 +0200)]
Fixed selection of multiple optional packages