GitHub/WoltLab/WCF.git
11 years agoMerge pull request #924 from Gravatronics/bug/objectTypeSerialization
Marcel Werk [Mon, 19 Nov 2012 14:03:11 +0000 (06:03 -0800)]
Merge pull request #924 from Gravatronics/bug/objectTypeSerialization

Fixes serialization of ObjectType objects

11 years agoFixes typo
Matthias Schmidt [Mon, 19 Nov 2012 12:53:30 +0000 (13:53 +0100)]
Fixes typo

11 years agoFixes serialization of ObjectType objects
Matthias Schmidt [Mon, 19 Nov 2012 09:47:26 +0000 (10:47 +0100)]
Fixes serialization of ObjectType objects

11 years agoTemplates are now compiled using PACKAGE_ID
Alexander Ebert [Mon, 19 Nov 2012 02:35:34 +0000 (03:35 +0100)]
Templates are now compiled using PACKAGE_ID

Previously compiled templates were stored with their origin's package id, which prevents duplicates among shared templates. This is dangerous when using template listeners, as they may be included in a different environment, but cause errors in other environments.

Fixes #911

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 19 Nov 2012 02:26:43 +0000 (03:26 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRearranged options / option categories (WIP)
Marcel Werk [Mon, 19 Nov 2012 02:26:19 +0000 (03:26 +0100)]
Rearranged options / option categories (WIP)

11 years agoFixed i18n input
Alexander Ebert [Mon, 19 Nov 2012 02:25:34 +0000 (03:25 +0100)]
Fixed i18n input

Fixes #908

11 years agoFixed dropdown menu rendering of i18n input fields
Alexander Ebert [Sun, 18 Nov 2012 22:44:54 +0000 (23:44 +0100)]
Fixed dropdown menu rendering of i18n input fields

Fixes #907

11 years agoDestroying object type processor upon serialization
Alexander Ebert [Sun, 18 Nov 2012 22:04:06 +0000 (23:04 +0100)]
Destroying object type processor upon serialization

SingletonFactory does not allow serialization, therefore we need to remove it (as an object type can be serialized by design).

11 years agoAssigning template name after automatic guessing
Alexander Ebert [Sun, 18 Nov 2012 21:59:58 +0000 (22:59 +0100)]
Assigning template name after automatic guessing

Fixes #913

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sun, 18 Nov 2012 21:58:01 +0000 (22:58 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed uninstallation
Alexander Ebert [Sun, 18 Nov 2012 21:57:34 +0000 (22:57 +0100)]
Fixed uninstallation

Fixes #914

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Sun, 18 Nov 2012 21:55:42 +0000 (22:55 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoRearranged options / option categories (WIP)
Marcel Werk [Sun, 18 Nov 2012 21:55:13 +0000 (22:55 +0100)]
Rearranged options / option categories (WIP)

11 years agoMerge pull request #916 from Gravatronics/enhancement/userGroupEditLink
Alexander Ebert [Sun, 18 Nov 2012 21:52:44 +0000 (13:52 -0800)]
Merge pull request #916 from Gravatronics/enhancement/userGroupEditLink

Moves user group id from hidden input field to link for user group edit form

11 years agoRemoved unused parameter $allowUnset
Alexander Ebert [Sun, 18 Nov 2012 21:48:53 +0000 (22:48 +0100)]
Removed unused parameter $allowUnset

Fixes #918

11 years agoRearranged the ACP menu
Marcel Werk [Sun, 18 Nov 2012 20:33:35 +0000 (21:33 +0100)]
Rearranged the ACP menu

11 years agoMoves user group id from hidden input field to link for user group edit form
Matthias Schmidt [Sun, 18 Nov 2012 16:28:10 +0000 (17:28 +0100)]
Moves user group id from hidden input field to link for user group edit form

This way, reloading (= clicking on the address bar in the browser and clicking enter) the page is easier.

11 years agoAdd TODO
Tim Düsterhus [Fri, 16 Nov 2012 22:09:14 +0000 (23:09 +0100)]
Add TODO

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Tim Düsterhus [Fri, 16 Nov 2012 17:22:39 +0000 (18:22 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoShow previous exception description.
Tim Düsterhus [Fri, 16 Nov 2012 17:21:14 +0000 (18:21 +0100)]
Show previous exception description.

11 years agoUpdated README.md
Alexander Ebert [Fri, 16 Nov 2012 02:21:28 +0000 (03:21 +0100)]
Updated README.md

11 years agoSome minor dialog optimizations
Marcel Werk [Fri, 16 Nov 2012 01:22:45 +0000 (02:22 +0100)]
Some minor dialog optimizations

11 years agoAdded additional div for styling
Marcel Werk [Fri, 16 Nov 2012 01:22:19 +0000 (02:22 +0100)]
Added additional div for styling

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 15 Nov 2012 21:12:12 +0000 (22:12 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed small style issue
Marcel Werk [Thu, 15 Nov 2012 21:11:56 +0000 (22:11 +0100)]
Fixed small style issue

11 years agoFixed colored clock icon
Alexander Ebert [Thu, 15 Nov 2012 18:02:04 +0000 (19:02 +0100)]
Fixed colored clock icon

11 years agoFixed icon rendering at base dimensions
Alexander Ebert [Thu, 15 Nov 2012 16:36:34 +0000 (17:36 +0100)]
Fixed icon rendering at base dimensions

Previously certain lines would be one pixel thick but were required to be drawn between two pixel. This caused pretty ugly sub-pixels, as the browser tried to smooth them out. Simply translating their coordinates by half a pixel fixes this issue.

Note: Some icons cannot be rendered properly at 16x16 px as they either contain lines with custom angles (or are an arc) or contain too much detail.

11 years agoFixed WCF.Dropdown behavior
Alexander Ebert [Thu, 15 Nov 2012 03:14:12 +0000 (04:14 +0100)]
Fixed WCF.Dropdown behavior

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 14 Nov 2012 20:42:22 +0000 (21:42 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed small style issues
Marcel Werk [Wed, 14 Nov 2012 20:42:08 +0000 (21:42 +0100)]
Fixed small style issues

11 years agoFixed 'jump to page'
Alexander Ebert [Wed, 14 Nov 2012 17:58:07 +0000 (18:58 +0100)]
Fixed 'jump to page'

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 14 Nov 2012 09:53:04 +0000 (10:53 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed wcfPages
Alexander Ebert [Wed, 14 Nov 2012 09:52:42 +0000 (10:52 +0100)]
Fixed wcfPages

11 years agoAdded styling for external links
Marcel Werk [Wed, 14 Nov 2012 03:11:32 +0000 (04:11 +0100)]
Added styling for external links

11 years agoFixed small style issues
Marcel Werk [Wed, 14 Nov 2012 01:51:47 +0000 (02:51 +0100)]
Fixed small style issues

11 years agoSome small optimizations
Marcel Werk [Tue, 13 Nov 2012 22:24:14 +0000 (23:24 +0100)]
Some small optimizations

11 years agoAdded status attribute
Marcel Werk [Tue, 13 Nov 2012 22:23:59 +0000 (23:23 +0100)]
Added status attribute

11 years agoRemoved obsolete code
Marcel Werk [Tue, 13 Nov 2012 21:21:17 +0000 (22:21 +0100)]
Removed obsolete code

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 13 Nov 2012 17:03:22 +0000 (18:03 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded setting to add rel="nofollow" to external links
Marcel Werk [Tue, 13 Nov 2012 17:03:05 +0000 (18:03 +0100)]
Added setting to add rel="nofollow" to external links

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 13 Nov 2012 16:42:52 +0000 (17:42 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded option to use WCF.Language.Chooser as language filter
Alexander Ebert [Tue, 13 Nov 2012 16:42:27 +0000 (17:42 +0100)]
Added option to use WCF.Language.Chooser as language filter

11 years agoAdded datepicker styling
Marcel Werk [Mon, 12 Nov 2012 23:03:26 +0000 (00:03 +0100)]
Added datepicker styling

11 years agoDisabled loading overlay for WCF.System.KeepAlive
Alexander Ebert [Mon, 12 Nov 2012 22:39:51 +0000 (23:39 +0100)]
Disabled loading overlay for WCF.System.KeepAlive

11 years agoRefreshing session every (SESSION_TIMEOUT - 1) minute
Alexander Ebert [Mon, 12 Nov 2012 20:05:30 +0000 (21:05 +0100)]
Refreshing session every (SESSION_TIMEOUT - 1) minute

This way the session will not expire as long as the browser window is open, preventing the SECURITY_TOKEN to become invalid due to inactivity.

If the session timeout is 30 minutes (default value), a single request will be sent every 29 minutes.

11 years agoStyle optimization
Marcel Werk [Mon, 12 Nov 2012 03:08:25 +0000 (04:08 +0100)]
Style optimization

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 12 Nov 2012 02:35:08 +0000 (03:35 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoFixed usage of the encode attribute
Marcel Werk [Mon, 12 Nov 2012 02:34:42 +0000 (03:34 +0100)]
Fixed usage of the encode attribute

11 years agoAdded getLanguage method
Marcel Werk [Mon, 12 Nov 2012 02:34:17 +0000 (03:34 +0100)]
Added getLanguage method

11 years agoFixed WCF.Search.Base
Alexander Ebert [Mon, 12 Nov 2012 00:42:41 +0000 (01:42 +0100)]
Fixed WCF.Search.Base

11 years agoMerge pull request #904 from MeinAccount/JS/ChangingToClass
Alexander Ebert [Sun, 11 Nov 2012 19:54:18 +0000 (11:54 -0800)]
Merge pull request #904 from MeinAccount/JS/ChangingToClass

Changed .prototype syntax to Class.extend

11 years agoChanged .prototype syntax to Class.extend
Magnus Kühn [Sun, 11 Nov 2012 19:08:23 +0000 (20:08 +0100)]
Changed .prototype syntax to Class.extend

11 years agoMerge pull request #902 from Gravatronics/enhancement/applicationManagement
Alexander Ebert [Sun, 11 Nov 2012 17:18:17 +0000 (09:18 -0800)]
Merge pull request #902 from Gravatronics/enhancement/applicationManagement

Enhances application management

11 years agoSimplifies code
Matthias Schmidt [Sun, 11 Nov 2012 15:52:53 +0000 (16:52 +0100)]
Simplifies code

11 years agoEnhances application management
Matthias Schmidt [Sun, 11 Nov 2012 15:50:13 +0000 (16:50 +0100)]
Enhances application management

Changes:

* Adds missing permission for `wcf\acp\page\ApplicationManagementPage`.
* Adds check if a new application group can be added and displays the button only if that's the case.
* Changes applicationGroupAdd.tpl so that an error is shown if no application group can added.
* If an application group has been added and no further application group can be added, the user is redirected to the application group management.

11 years agoMerge pull request #901 from Gravatronics/bug/packageInstallation
Alexander Ebert [Sun, 11 Nov 2012 15:22:25 +0000 (07:22 -0800)]
Merge pull request #901 from Gravatronics/bug/packageInstallation

Fixes package installation

11 years agoFixes package installation
Matthias Schmidt [Sun, 11 Nov 2012 15:21:46 +0000 (16:21 +0100)]
Fixes package installation

11 years agoAdded prototype for jQuery UI based date picker
Alexander Ebert [Sun, 11 Nov 2012 06:50:16 +0000 (07:50 +0100)]
Added prototype for jQuery UI based date picker

11 years agoAdds an overlay for 'jump to page'
Alexander Ebert [Sun, 11 Nov 2012 02:52:06 +0000 (03:52 +0100)]
Adds an overlay for 'jump to page'

11 years agoFixed WCFSetup
Alexander Ebert [Sat, 10 Nov 2012 17:48:29 +0000 (18:48 +0100)]
Fixed WCFSetup

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Sat, 10 Nov 2012 04:35:58 +0000 (05:35 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoUpdated package installation JavaScript
Alexander Ebert [Sat, 10 Nov 2012 03:58:20 +0000 (04:58 +0100)]
Updated package installation JavaScript

Prepared possibility to rollback a previously failed installation, currently package id is missing (but queue id exists

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Tim Düsterhus [Fri, 9 Nov 2012 15:45:49 +0000 (16:45 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoChange isSingletonInitialized to isInitialized
Tim Düsterhus [Fri, 9 Nov 2012 15:34:41 +0000 (16:34 +0100)]
Change isSingletonInitialized to isInitialized

11 years agoFixed sitemap tab menu
Alexander Ebert [Thu, 8 Nov 2012 23:05:25 +0000 (00:05 +0100)]
Fixed sitemap tab menu

11 years agoOption form no longer sets a default tab menu item
Alexander Ebert [Thu, 8 Nov 2012 23:00:34 +0000 (00:00 +0100)]
Option form no longer sets a default tab menu item

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 8 Nov 2012 22:11:15 +0000 (23:11 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded missing language variables
Marcel Werk [Thu, 8 Nov 2012 22:10:59 +0000 (23:10 +0100)]
Added missing language variables

11 years agoFix error in case the database is not available
Tim Düsterhus [Thu, 8 Nov 2012 21:29:48 +0000 (22:29 +0100)]
Fix error in case the database is not available

11 years agoInitialize $dbClass
Tim Düsterhus [Thu, 8 Nov 2012 21:01:52 +0000 (22:01 +0100)]
Initialize $dbClass

11 years agoDo not send cookie domain if local domain (chrome breaks)
Alexander Ebert [Thu, 8 Nov 2012 18:38:00 +0000 (19:38 +0100)]
Do not send cookie domain if local domain (chrome breaks)

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 8 Nov 2012 17:33:17 +0000 (18:33 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded missing language var
Marcel Werk [Thu, 8 Nov 2012 17:32:59 +0000 (18:32 +0100)]
Added missing language var

11 years agoAdded language variable for RSS-feeds
Alexander Ebert [Wed, 7 Nov 2012 21:18:41 +0000 (22:18 +0100)]
Added language variable for RSS-feeds

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 7 Nov 2012 18:53:32 +0000 (19:53 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoSmall header/footer navigation overhaul
Marcel Werk [Wed, 7 Nov 2012 18:53:18 +0000 (19:53 +0100)]
Small header/footer navigation overhaul

11 years agoAdded 'appendSession' parameter to LinkHandler
Alexander Ebert [Wed, 7 Nov 2012 17:48:12 +0000 (18:48 +0100)]
Added 'appendSession' parameter to LinkHandler

Whenever you're providing a permanent-link to an object, set appendSession to "false" as it suppresses the session id.

11 years agoFixed benckmark stacktrace
Marcel Werk [Wed, 7 Nov 2012 16:04:35 +0000 (17:04 +0100)]
Fixed benckmark stacktrace

11 years agoImproved WCF.EditableItemList and WCF.Search.Base
Alexander Ebert [Wed, 7 Nov 2012 15:42:17 +0000 (16:42 +0100)]
Improved WCF.EditableItemList and WCF.Search.Base

11 years agoIncreased required PHP version 5.3.0 -> 5.3.2
Alexander Ebert [Wed, 7 Nov 2012 01:32:04 +0000 (02:32 +0100)]
Increased required PHP version 5.3.0 -> 5.3.2

11 years agoFixed issue with PHP 5.3
Alexander Ebert [Wed, 7 Nov 2012 01:11:33 +0000 (02:11 +0100)]
Fixed issue with PHP 5.3

11 years agoFixed cookie path for newly installed applications
Alexander Ebert [Tue, 6 Nov 2012 22:56:29 +0000 (23:56 +0100)]
Fixed cookie path for newly installed applications

11 years agoChanged icon for default application
Alexander Ebert [Tue, 6 Nov 2012 21:58:06 +0000 (22:58 +0100)]
Changed icon for default application

11 years agoAdded option to set default application within a group
Alexander Ebert [Tue, 6 Nov 2012 20:50:54 +0000 (21:50 +0100)]
Added option to set default application within a group

11 years agoChanged application initialization
Alexander Ebert [Tue, 6 Nov 2012 01:14:06 +0000 (02:14 +0100)]
Changed application initialization

11 years agoResetting WCF cache prior to Scripts-PIP execution
Alexander Ebert [Tue, 6 Nov 2012 00:53:36 +0000 (01:53 +0100)]
Resetting WCF cache prior to Scripts-PIP execution

11 years agoAdded support for 'application' include-argument
Alexander Ebert [Tue, 6 Nov 2012 00:20:50 +0000 (01:20 +0100)]
Added support for 'application' include-argument

11 years agoFixed WCFSetup and creation of config files
Alexander Ebert [Tue, 6 Nov 2012 00:04:40 +0000 (01:04 +0100)]
Fixed WCFSetup and creation of config files

11 years agoAutomatically assigning application as template variable
Alexander Ebert [Mon, 5 Nov 2012 22:59:11 +0000 (23:59 +0100)]
Automatically assigning application as template variable

11 years agoAdded auto-guessing for template environment
Alexander Ebert [Mon, 5 Nov 2012 22:17:59 +0000 (23:17 +0100)]
Added auto-guessing for template environment

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 5 Nov 2012 22:16:04 +0000 (23:16 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoChanged handling of PACKAGE_ID and templates
Alexander Ebert [Mon, 5 Nov 2012 22:15:50 +0000 (23:15 +0100)]
Changed handling of PACKAGE_ID and templates

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 5 Nov 2012 20:37:40 +0000 (21:37 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded application prefix to constant name
Marcel Werk [Mon, 5 Nov 2012 20:37:23 +0000 (21:37 +0100)]
Added application prefix to constant name

11 years agoRemoved PAGE_URLS
Alexander Ebert [Mon, 5 Nov 2012 16:26:23 +0000 (17:26 +0100)]
Removed PAGE_URLS

11 years agoUsing application's cookie domain and path
Alexander Ebert [Mon, 5 Nov 2012 16:23:58 +0000 (17:23 +0100)]
Using application's cookie domain and path

11 years agoAdded dependency injection for application groups
Alexander Ebert [Mon, 5 Nov 2012 16:21:26 +0000 (17:21 +0100)]
Added dependency injection for application groups

11 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 5 Nov 2012 01:15:40 +0000 (02:15 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

11 years agoAdded ability to edit application groups
Alexander Ebert [Mon, 5 Nov 2012 01:15:09 +0000 (02:15 +0100)]
Added ability to edit application groups