Alexander Ebert [Sun, 28 Apr 2013 01:55:30 +0000 (03:55 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 28 Apr 2013 01:54:35 +0000 (03:54 +0200)]
User Panel dropdowns are now always active
Hint: doubleclick bypasses the dropdown
Marcel Werk [Sat, 27 Apr 2013 23:53:12 +0000 (01:53 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 27 Apr 2013 23:53:00 +0000 (01:53 +0200)]
Added missing language variables
Matthias Schmidt [Sat, 27 Apr 2013 22:54:23 +0000 (00:54 +0200)]
Fixes cronjob issues
Closes #1185
Closes #1197
Matthias Schmidt [Sat, 27 Apr 2013 21:46:24 +0000 (23:46 +0200)]
Prevents erroneous cronjobs form causing repeated cache reset
Fixes #1194
Matthias Schmidt [Sat, 27 Apr 2013 21:43:23 +0000 (23:43 +0200)]
Uses class constant instead of magic number
Marcel Werk [Sat, 27 Apr 2013 19:39:05 +0000 (21:39 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 27 Apr 2013 19:38:53 +0000 (21:38 +0200)]
Removed hgroup tag
Matthias Schmidt [Sat, 27 Apr 2013 14:29:33 +0000 (16:29 +0200)]
Improves multilingual form
* Fixes typo in English language item
* Adds missing object property documentation
* Removes necessary object property
* Disables unsetting default language as available language since it will be added anyway again
Matthias Schmidt [Sat, 27 Apr 2013 14:05:38 +0000 (16:05 +0200)]
Fixes bug and cleans up code
Alexander Ebert [Fri, 26 Apr 2013 23:30:58 +0000 (01:30 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 26 Apr 2013 23:30:13 +0000 (01:30 +0200)]
Fixed issues with updated jQuery UI API
Marcel Werk [Fri, 26 Apr 2013 23:10:17 +0000 (01:10 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 26 Apr 2013 23:10:03 +0000 (01:10 +0200)]
Removed obsolete language variables
Tim Düsterhus [Fri, 26 Apr 2013 22:11:04 +0000 (00:11 +0200)]
Allow synced WCF.Action.Proxy request
Tim Düsterhus [Fri, 26 Apr 2013 20:16:32 +0000 (22:16 +0200)]
Fix object property access in WCF.Template
Marcel Werk [Fri, 26 Apr 2013 15:02:11 +0000 (17:02 +0200)]
Fixed select user options
Marcel Werk [Fri, 26 Apr 2013 14:54:13 +0000 (16:54 +0200)]
Fixed issue in page menu administration
Marcel Werk [Fri, 26 Apr 2013 14:42:33 +0000 (16:42 +0200)]
Fixed issue in page menu administration
Marcel Werk [Fri, 26 Apr 2013 14:36:00 +0000 (16:36 +0200)]
Fixed active footer menu items
Marcel Werk [Fri, 26 Apr 2013 13:43:39 +0000 (15:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 26 Apr 2013 13:43:23 +0000 (15:43 +0200)]
Small optimization
Alexander Ebert [Fri, 26 Apr 2013 00:37:30 +0000 (17:37 -0700)]
Merge pull request #1248 from Obbi89/master
Fix: Bug in package revert(from invalid package file) in WCFSetup
Marcel Werk [Fri, 26 Apr 2013 00:12:50 +0000 (02:12 +0200)]
Small style optimization
Robert Obermeier [Fri, 26 Apr 2013 00:08:53 +0000 (02:08 +0200)]
Fixed memleak / infinite allocating loop in WCFSetup.class.php
Marcel Werk [Thu, 25 Apr 2013 23:52:46 +0000 (01:52 +0200)]
Fixed small issue
Marcel Werk [Thu, 25 Apr 2013 23:50:17 +0000 (01:50 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 25 Apr 2013 23:46:51 +0000 (01:46 +0200)]
Fixed template copy function
Marcel Werk [Thu, 25 Apr 2013 23:46:51 +0000 (01:46 +0200)]
Fixed template copy function
Marcel Werk [Thu, 25 Apr 2013 23:40:46 +0000 (01:40 +0200)]
Fixed template delete
Marcel Werk [Thu, 25 Apr 2013 23:33:02 +0000 (01:33 +0200)]
Fixed last modification time of templates
Marcel Werk [Thu, 25 Apr 2013 20:21:34 +0000 (22:21 +0200)]
Fixed multiple issues in template administration
Fixes #1247
Marcel Werk [Thu, 25 Apr 2013 17:35:36 +0000 (19:35 +0200)]
Added template administration (WIP)
Marcel Werk [Thu, 25 Apr 2013 17:34:57 +0000 (19:34 +0200)]
Fixed small issue
Marcel Werk [Thu, 25 Apr 2013 15:45:16 +0000 (17:45 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 25 Apr 2013 15:45:05 +0000 (17:45 +0200)]
Fixed cronjob
Alexander Ebert [Thu, 25 Apr 2013 13:49:21 +0000 (15:49 +0200)]
Removed spaces
Alexander Ebert [Thu, 25 Apr 2013 13:31:25 +0000 (15:31 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 25 Apr 2013 13:31:02 +0000 (15:31 +0200)]
Fixed evaluation of HTML through jQuery
You should alway return HTML using the array index "template" (accessible as data.returnValues.template), as it's contents will be automatically trimmed.
If you fail to use it, make sure to either trim it server-side or use $($.parseHTML(htmlString)).
See http://jquery.com/upgrade-guide/1.9/#jquery-htmlstring-versus-jquery-selectorstring
Marcel Werk [Thu, 25 Apr 2013 13:27:57 +0000 (15:27 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 25 Apr 2013 13:27:43 +0000 (15:27 +0200)]
Added template administration (WIP)
Marcel Werk [Thu, 25 Apr 2013 13:27:04 +0000 (15:27 +0200)]
Add/Updated spider list
Alexander Ebert [Wed, 24 Apr 2013 23:50:56 +0000 (01:50 +0200)]
Upgraded to jQuery 2.0
$.browser is still supported (provided by WCF.js) and can be freely used for ordinary checks against the user agent string.
Alexander Ebert [Wed, 24 Apr 2013 20:49:40 +0000 (22:49 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 24 Apr 2013 20:49:14 +0000 (22:49 +0200)]
Ignoring optional packages during update
Matthias Schmidt [Wed, 24 Apr 2013 20:38:56 +0000 (22:38 +0200)]
Optimizes code
Matthias Schmidt [Wed, 24 Apr 2013 20:36:28 +0000 (22:36 +0200)]
Adds missing permissions for PageMenuItemAction
Alexander Ebert [Wed, 24 Apr 2013 20:13:34 +0000 (22:13 +0200)]
Fixed pre-selection of versions
Alexander Ebert [Wed, 24 Apr 2013 17:43:08 +0000 (19:43 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 24 Apr 2013 17:42:44 +0000 (19:42 +0200)]
Fixed typo
Tim Düsterhus [Wed, 24 Apr 2013 16:59:11 +0000 (18:59 +0200)]
Alexander Ebert [Wed, 24 Apr 2013 16:25:33 +0000 (18:25 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 24 Apr 2013 16:25:05 +0000 (18:25 +0200)]
Fixed use statement order
Matthias Schmidt [Wed, 24 Apr 2013 16:01:49 +0000 (18:01 +0200)]
Fixes formatting issue
Matthias Schmidt [Wed, 24 Apr 2013 15:51:15 +0000 (17:51 +0200)]
Fixes issues when creating page menu items
Alexander Ebert [Wed, 24 Apr 2013 15:05:52 +0000 (17:05 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 24 Apr 2013 15:05:37 +0000 (17:05 +0200)]
Added package update management
Marcel Werk [Tue, 23 Apr 2013 22:30:48 +0000 (00:30 +0200)]
Added missing language variables
Marcel Werk [Tue, 23 Apr 2013 20:48:28 +0000 (22:48 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 23 Apr 2013 20:48:15 +0000 (22:48 +0200)]
Fixed multiple user option issues
Marcel Werk [Tue, 23 Apr 2013 17:31:51 +0000 (10:31 -0700)]
Merge pull request #1241 from pebeah/styleFormOptimization
Added the name of the current style in the "edit"-form
pebeah [Tue, 23 Apr 2013 16:24:05 +0000 (18:24 +0200)]
Correction
pebeah [Tue, 23 Apr 2013 16:05:07 +0000 (18:05 +0200)]
Added the name of the current style in the "edit"-form
Marcel Werk [Tue, 23 Apr 2013 12:38:39 +0000 (14:38 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 23 Apr 2013 12:38:26 +0000 (14:38 +0200)]
Fixed line-height issue in chrome
Tim Düsterhus [Tue, 23 Apr 2013 12:21:13 +0000 (14:21 +0200)]
Clear altField in datepicker when visible input is cleared
cf. http://beta.woltlab.com/index.php/Thread/104-Geburstag-l%C3%A4sst-sich-nicht-entfernen/
Marcel Werk [Tue, 23 Apr 2013 00:59:39 +0000 (02:59 +0200)]
Added user option administration (WIP)
Marcel Werk [Mon, 22 Apr 2013 19:18:21 +0000 (21:18 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 22 Apr 2013 19:18:02 +0000 (21:18 +0200)]
Added missing language variables
Tim Düsterhus [Mon, 22 Apr 2013 18:47:17 +0000 (21:47 +0300)]
Fix typos in en.xml
Marcel Werk [Mon, 22 Apr 2013 13:33:02 +0000 (15:33 +0200)]
Fixed small issue
Marcel Werk [Mon, 22 Apr 2013 13:14:01 +0000 (15:14 +0200)]
Small style optimization
Marcel Werk [Mon, 22 Apr 2013 00:04:35 +0000 (02:04 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 22 Apr 2013 00:04:19 +0000 (02:04 +0200)]
Added user option administration (WIP)
Tim Düsterhus [Sun, 21 Apr 2013 17:27:33 +0000 (19:27 +0200)]
Encode HTML in StringUtil::encodeJSON()
Marcel Werk [Sun, 21 Apr 2013 13:51:42 +0000 (15:51 +0200)]
Fixed typo
Tim Düsterhus [Sun, 21 Apr 2013 10:32:56 +0000 (12:32 +0200)]
Fix value === null in WCF.Language.get
Marcel Werk [Sat, 20 Apr 2013 22:55:38 +0000 (00:55 +0200)]
Small optimization
Marcel Werk [Sat, 20 Apr 2013 22:50:29 +0000 (00:50 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sat, 20 Apr 2013 22:50:14 +0000 (00:50 +0200)]
Removed obsolete tags
Tim Düsterhus [Sat, 20 Apr 2013 21:43:01 +0000 (23:43 +0200)]
Fix syntax error in OptionEditor
Tim Düsterhus [Sat, 20 Apr 2013 21:19:23 +0000 (23:19 +0200)]
Update CacheListPage
Closes #1209
Tim Düsterhus [Sat, 20 Apr 2013 21:07:11 +0000 (23:07 +0200)]
Flush all caches after changing CACHE_SOURCE_TYPE
Fixes #645
Matthias Schmidt [Sat, 20 Apr 2013 20:56:57 +0000 (22:56 +0200)]
Improves exception log view page if no exception logs exist
Alexander Ebert [Sat, 20 Apr 2013 20:39:32 +0000 (22:39 +0200)]
Forcing debug mode if in ACP and authenticated
Tim Düsterhus [Sat, 20 Apr 2013 20:20:30 +0000 (22:20 +0200)]
Allow both double and single quoted parameters in WCF.Template
Tim Düsterhus [Sat, 20 Apr 2013 20:03:32 +0000 (22:03 +0200)]
Optimize parsing of variables
Tim Düsterhus [Sat, 20 Apr 2013 19:22:21 +0000 (21:22 +0200)]
Improve formatting of WCF.Template
Tim Düsterhus [Sat, 20 Apr 2013 18:54:22 +0000 (20:54 +0200)]
Merge branch 'wcfTemplateJS'
Tim Düsterhus [Sat, 20 Apr 2013 18:23:55 +0000 (20:23 +0200)]
Add foreach to WCF.Template
Tim Düsterhus [Sat, 20 Apr 2013 15:59:48 +0000 (17:59 +0200)]
Use StringUtil::indexOf() in ExceptionLogView
Marcel Werk [Sat, 20 Apr 2013 15:54:00 +0000 (17:54 +0200)]
Made the imageviewer accessible in the ACP
Marcel Werk [Fri, 19 Apr 2013 19:28:43 +0000 (21:28 +0200)]
Small optimization
Marcel Werk [Fri, 19 Apr 2013 19:21:39 +0000 (21:21 +0200)]
Added robots meta tag
Marcel Werk [Fri, 19 Apr 2013 19:01:23 +0000 (21:01 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 19 Apr 2013 19:01:06 +0000 (21:01 +0200)]
Fixed spider handling
Alexander Ebert [Fri, 19 Apr 2013 14:02:33 +0000 (16:02 +0200)]
Fixed pre-selection of search results
Alexander Ebert [Fri, 19 Apr 2013 13:16:54 +0000 (15:16 +0200)]
Displaying error message if request times out
Tim Düsterhus [Fri, 19 Apr 2013 12:56:29 +0000 (14:56 +0200)]
Make templates/headInclude and acptemplates/header more consistent