Marcel Werk [Mon, 5 Nov 2012 00:03:20 +0000 (01:03 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 5 Nov 2012 00:03:02 +0000 (01:03 +0100)]
Added missing language variable
Marcel Werk [Sun, 4 Nov 2012 23:14:48 +0000 (00:14 +0100)]
Fixed sidebar formSubmit issue
Alexander Ebert [Sun, 4 Nov 2012 23:13:07 +0000 (00:13 +0100)]
Removing cache after application group create/delete
Alexander Ebert [Sun, 4 Nov 2012 23:00:48 +0000 (00:00 +0100)]
Added ability to remove application groups
Marcel Werk [Sun, 4 Nov 2012 22:08:35 +0000 (23:08 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 4 Nov 2012 22:06:56 +0000 (23:06 +0100)]
Removed obsolete function
Alexander Ebert [Sun, 4 Nov 2012 20:44:05 +0000 (21:44 +0100)]
Improved application management
Alexander Ebert [Sun, 4 Nov 2012 19:52:22 +0000 (20:52 +0100)]
Added application edit form
Marcel Werk [Sun, 4 Nov 2012 19:00:46 +0000 (20:00 +0100)]
Minor style tweaks
Marcel Werk [Sun, 4 Nov 2012 18:52:30 +0000 (19:52 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 4 Nov 2012 18:52:06 +0000 (19:52 +0100)]
Added wcfEscapeRegExp function
Alexander Ebert [Sun, 4 Nov 2012 18:47:52 +0000 (10:47 -0800)]
Merge pull request #892 from Gravatronics/bug/cronjobExecution
Fixes execution of cronjobs
Alexander Ebert [Sun, 4 Nov 2012 02:54:29 +0000 (03:54 +0100)]
Fixed cookieDomain and cookiePath for applications
Alexander Ebert [Sun, 4 Nov 2012 02:13:18 +0000 (03:13 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Conflicts:
wcfsetup/install/lang/de.xml
Alexander Ebert [Sun, 4 Nov 2012 02:11:37 +0000 (03:11 +0100)]
Added first draft for application management
Alexander Ebert [Sun, 4 Nov 2012 02:10:23 +0000 (19:10 -0700)]
Merge pull request #887 from Gravatronics/enhancement/cacheListPage
Improves cache list page
Alexander Ebert [Sun, 4 Nov 2012 02:09:46 +0000 (19:09 -0700)]
Merge pull request #893 from Gravatronics/enhancement/multilingualCronjobDescriptions
Makes cronjob descriptions multilingual
Alexander Ebert [Sun, 4 Nov 2012 02:09:15 +0000 (19:09 -0700)]
Merge pull request #891 from Gravatronics/bug/multipleLanguageInputHeight
Fixes auto-setting height of multilingual input field
Alexander Ebert [Sat, 3 Nov 2012 19:32:02 +0000 (12:32 -0700)]
Merge pull request #894 from Gravatronics/enhancement/whitespaces
Removes/Replaces whitespaces
Matthias Schmidt [Sat, 3 Nov 2012 18:54:40 +0000 (19:54 +0100)]
Removes/Replaces whitespaces
Matthias Schmidt [Sat, 3 Nov 2012 12:01:51 +0000 (13:01 +0100)]
Makes cronjob descriptions multilingual
Matthias Schmidt [Sat, 3 Nov 2012 11:55:51 +0000 (12:55 +0100)]
Fixes execution of cronjobs
The execution of cronjobs updates the state of the cronjob three times: from ready to pending, from pending to executing and from executing to ready. The problem is that during these updates, the state property of the cronjob object never changes which results in the problem, that during the last update, the cronjob object still believes its state is ready while it actually is executing. Since the last state update want to set the state to ready, the deleted lines stopped that update since the object state is also ready, so according to the deleted lines, there is no need for an update.
As you can see, though the original purpose of these lines might have been a good one (to save database queries), it can result in unexpected behavior that's hard to debug.
Matthias Schmidt [Sat, 3 Nov 2012 10:06:44 +0000 (11:06 +0100)]
Fixes auto-setting height of multilingual input field
Matthias Schmidt [Sat, 3 Nov 2012 08:28:42 +0000 (09:28 +0100)]
Improves cache list page
Alexander Ebert [Sat, 3 Nov 2012 00:53:03 +0000 (01:53 +0100)]
Updated acp menu
Alexander Ebert [Sat, 3 Nov 2012 00:22:32 +0000 (01:22 +0100)]
Added category 'application', moved 'clear cache'
Alexander Ebert [Fri, 2 Nov 2012 22:26:24 +0000 (23:26 +0100)]
Reduced style preview image dimensions
Alexander Ebert [Fri, 2 Nov 2012 22:22:12 +0000 (23:22 +0100)]
Fixed .containerList and reduced stylePreview dimensions
Alexander Ebert [Fri, 2 Nov 2012 22:09:48 +0000 (23:09 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 2 Nov 2012 22:09:32 +0000 (23:09 +0100)]
Added style chooser and added .doubleColumned
Every .containerList can now be toggled into a two-column list by simply adding .doubleColumned without any further markup changes required. Replaces .userList and .simpleUserList
Alexander Ebert [Fri, 2 Nov 2012 02:28:05 +0000 (19:28 -0700)]
Merge pull request #884 from Gravatronics/enhancement/countToEmpty
Replaces count calls with semantically correct empty calls
Matthias Schmidt [Fri, 2 Nov 2012 00:09:33 +0000 (01:09 +0100)]
Fixes typo
Matthias Schmidt [Fri, 2 Nov 2012 00:04:14 +0000 (01:04 +0100)]
Replaces count calls with semantically correct empty calls
Alexander Ebert [Thu, 1 Nov 2012 23:46:39 +0000 (16:46 -0700)]
Merge pull request #882 from Gravatronics/enhancement/multipleLanguageInputInputHeight
Adjusts the height of multilingual input fields
Matthias Schmidt [Thu, 1 Nov 2012 23:34:16 +0000 (00:34 +0100)]
Adjusts the height of multilingual input fields
This way, button and input field have the same height which looks way better than if the input field isn't high enough.
Alexander Ebert [Thu, 1 Nov 2012 21:42:52 +0000 (22:42 +0100)]
Fixed width calculation of table cells
Alexander Ebert [Thu, 1 Nov 2012 20:27:04 +0000 (21:27 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 1 Nov 2012 19:29:13 +0000 (20:29 +0100)]
Fixed dropdown positions
Tim Düsterhus [Thu, 1 Nov 2012 17:15:32 +0000 (18:15 +0100)]
DateUtil::formatInterval now supports dates in the future
Tim Düsterhus [Mon, 29 Oct 2012 20:17:59 +0000 (21:17 +0100)]
Make it possible to use Popover when an Overlay is active
Tim Düsterhus [Thu, 25 Oct 2012 18:31:18 +0000 (20:31 +0200)]
Add UserGroup::getGroupByID()
Alexander Ebert [Thu, 1 Nov 2012 15:49:07 +0000 (16:49 +0100)]
Fixed .preInput buttons
Fixes #879
Alexander Ebert [Thu, 1 Nov 2012 15:39:18 +0000 (16:39 +0100)]
Marking first imported style as default style
Fixes #878
Alexander Ebert [Thu, 1 Nov 2012 15:29:04 +0000 (16:29 +0100)]
Calculating button position if sidebar collapsed/opened
Fixes #880
Alexander Ebert [Wed, 31 Oct 2012 19:54:30 +0000 (20:54 +0100)]
Fixed style PIP … again
See #874
Alexander Ebert [Wed, 31 Oct 2012 19:53:36 +0000 (20:53 +0100)]
Fixed style PIP
Closes #874
Marcel Werk [Wed, 31 Oct 2012 19:17:47 +0000 (20:17 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 31 Oct 2012 19:17:32 +0000 (20:17 +0100)]
Fixed minor style issues
Alexander Ebert [Wed, 31 Oct 2012 10:51:37 +0000 (11:51 +0100)]
Fixed duplicating whitespace and input field focus
Fixes #759
Alexander Ebert [Wed, 31 Oct 2012 10:39:46 +0000 (03:39 -0700)]
Merge pull request #875 from Gravatronics/enhancement/javaScriptIcons
Improves icons in JavaScript environment
Matthias Schmidt [Wed, 31 Oct 2012 07:17:15 +0000 (08:17 +0100)]
Removes unused/obsolete JavaScript icons code
Matthias Schmidt [Wed, 31 Oct 2012 07:01:14 +0000 (08:01 +0100)]
Improves icons in JavaScript environment
Improvements:
* Fixes violation of naming convention of arrow icons.
* Makes `add` icon globally available in JavaScript.
* Unifies the loaded icons in ACP and front-end (adds missing ones to ACP).
also:
* Removes old template variable for additional stylesheets in ACP.
Alexander Ebert [Tue, 30 Oct 2012 22:39:48 +0000 (23:39 +0100)]
Fixed erroneous tab menu
Fixes #871
Alexander Ebert [Tue, 30 Oct 2012 20:06:32 +0000 (21:06 +0100)]
Fixed 'Enter' submitting a form within WCF.Search.Base
Closes #797
Alexander Ebert [Tue, 30 Oct 2012 19:50:02 +0000 (12:50 -0700)]
Merge pull request #873 from Gravatronics/enhancement/unmarkAllContainerData
Moves container data to parameters array …
Matthias Schmidt [Tue, 30 Oct 2012 19:05:23 +0000 (20:05 +0100)]
Moves container data to parameters array …
… to make it available as a parameter in the action class.
Alexander Ebert [Tue, 30 Oct 2012 18:58:05 +0000 (19:58 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 30 Oct 2012 18:53:40 +0000 (19:53 +0100)]
Adding default style
Alexander Ebert [Tue, 30 Oct 2012 18:53:04 +0000 (11:53 -0700)]
Merge pull request #872 from Gravatronics/enhancement/implementationSystemException
Unifies implementation system exception texts
Matthias Schmidt [Tue, 30 Oct 2012 18:40:07 +0000 (19:40 +0100)]
Merge branch 'master' of git://github.com/WoltLab/WCF into enhancement/implementationSystemException
Alexander Ebert [Tue, 30 Oct 2012 16:06:05 +0000 (17:06 +0100)]
Fixed style export
Alexander Ebert [Tue, 30 Oct 2012 15:43:22 +0000 (16:43 +0100)]
Fixed tooltip for sidebar button
Alexander Ebert [Tue, 30 Oct 2012 03:54:08 +0000 (04:54 +0100)]
Added language variable for missing i18n values
Fixes #788
Alexander Ebert [Tue, 30 Oct 2012 02:31:27 +0000 (03:31 +0100)]
Moved label colors into WCF
Fixes #823
Alexander Ebert [Mon, 29 Oct 2012 20:44:27 +0000 (21:44 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 29 Oct 2012 20:44:12 +0000 (21:44 +0100)]
Fixed template scripting error
Marcel Werk [Mon, 29 Oct 2012 17:31:31 +0000 (18:31 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 29 Oct 2012 17:31:16 +0000 (18:31 +0100)]
Fixed some minor style issues
Fixes #860
Alexander Ebert [Mon, 29 Oct 2012 17:28:02 +0000 (18:28 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 29 Oct 2012 17:27:38 +0000 (18:27 +0100)]
Bogus fix for rounding errors RGB -> HSV -> RGB
Fixes #866
Marcel Werk [Mon, 29 Oct 2012 16:43:25 +0000 (17:43 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 29 Oct 2012 16:43:08 +0000 (17:43 +0100)]
Fixed minor style issues
Alexander Ebert [Mon, 29 Oct 2012 16:30:26 +0000 (17:30 +0100)]
Fixed marking of active tab if used with nested tabs
Marcel Werk [Mon, 29 Oct 2012 15:57:43 +0000 (16:57 +0100)]
Added SQL query for default style
Marcel Werk [Mon, 29 Oct 2012 15:50:28 +0000 (16:50 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 29 Oct 2012 15:50:13 +0000 (16:50 +0100)]
Fixed main menu top-margin
Alexander Ebert [Mon, 29 Oct 2012 13:54:55 +0000 (14:54 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 29 Oct 2012 13:54:08 +0000 (14:54 +0100)]
Added support for activeTabMenuItem
Fixes #863
Alexander Ebert [Mon, 29 Oct 2012 12:08:09 +0000 (05:08 -0700)]
Merge pull request #859 from Gravatronics/enhancement/clipboardUnmarkAll
Enhances new clipboard's unmark all action
Alexander Ebert [Mon, 29 Oct 2012 12:07:42 +0000 (05:07 -0700)]
Merge pull request #862 from MeinAccount/bug/wcfDialog/_success
Only displays AJAX content when the dialog is visible
Alexander Ebert [Mon, 29 Oct 2012 11:52:33 +0000 (12:52 +0100)]
Force display of first erroneous tab menu item
Fixes #864
Alexander Ebert [Mon, 29 Oct 2012 11:22:48 +0000 (12:22 +0100)]
Fixed ACP-menu
Fixes #865
Alexander Ebert [Mon, 29 Oct 2012 01:12:19 +0000 (02:12 +0100)]
Fixed redirect URLs
Alexander Ebert [Mon, 29 Oct 2012 00:53:29 +0000 (01:53 +0100)]
Fix handling of empty LESS variable values
Marcel Werk [Mon, 29 Oct 2012 00:30:51 +0000 (01:30 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 29 Oct 2012 00:30:36 +0000 (01:30 +0100)]
Fixed color definition (rgb -> rgba)
Magnus Kühn [Sun, 28 Oct 2012 05:39:14 +0000 (06:39 +0100)]
Only displays AJAX content when the dialog is visible
Matthias Schmidt [Sat, 27 Oct 2012 20:08:59 +0000 (22:08 +0200)]
Unifies "does not implement" SystemException texts
Alexander Ebert [Sat, 27 Oct 2012 20:01:43 +0000 (22:01 +0200)]
Supporting benchmark for PHP 5.3 < 5.3.6
Matthias Schmidt [Sat, 27 Oct 2012 19:58:44 +0000 (21:58 +0200)]
Removes dot in comment
Matthias Schmidt [Sat, 27 Oct 2012 19:50:34 +0000 (21:50 +0200)]
Corrects texts
Matthias Schmidt [Sat, 27 Oct 2012 18:36:58 +0000 (20:36 +0200)]
Reintroduces comment
Matthias Schmidt [Sat, 27 Oct 2012 18:34:10 +0000 (20:34 +0200)]
Enhances new clipboard's unmark all action
The action class now **has to** implement the new `wcf\data\IClipboardAction` interface and the AJAX call to unmark all items includes the container data now.
Alexander Ebert [Fri, 26 Oct 2012 13:47:03 +0000 (15:47 +0200)]
Fixed HeaderUtil::redirect() usage
Alexander Ebert [Fri, 26 Oct 2012 13:34:43 +0000 (15:34 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 26 Oct 2012 13:34:09 +0000 (15:34 +0200)]
Removed $prependDir from HeaderUtil::redirect()
You should always pass an URL returned by LinkHandler::getLink() which is already absolute by definition.
Tim Düsterhus [Thu, 25 Oct 2012 16:40:20 +0000 (18:40 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF
Tim Düsterhus [Thu, 25 Oct 2012 16:39:50 +0000 (18:39 +0200)]
Fix isAdminGroup in WCFSetup
Alexander Ebert [Thu, 25 Oct 2012 16:39:31 +0000 (18:39 +0200)]
Fixed empty LESS variable values