GitHub/WoltLab/WCF.git
12 years agoAdding break;s in Regex::checkResult()
Tim Düsterhus [Sun, 10 Jun 2012 10:15:18 +0000 (13:15 +0300)]
Adding break;s in Regex::checkResult()

12 years agoFixed Error-Handling of Regex.class.php
Tim Düsterhus [Thu, 7 Jun 2012 14:34:01 +0000 (16:34 +0200)]
Fixed Error-Handling of Regex.class.php

12 years agoAdded health check for innodb_flush_log_at_trx_commit
Alexander Ebert [Wed, 6 Jun 2012 16:31:32 +0000 (18:31 +0200)]
Added health check for innodb_flush_log_at_trx_commit

12 years agoDefined Action/Form/Page constructors as final
Alexander Ebert [Tue, 5 Jun 2012 21:17:47 +0000 (23:17 +0200)]
Defined Action/Form/Page constructors as final

Everything takes place in __run(), feel free to overwrite this method if you like.

12 years agoFixed login form
Alexander Ebert [Tue, 5 Jun 2012 21:10:50 +0000 (23:10 +0200)]
Fixed login form

12 years agoFixed one of these awesome "BREAK DAT SETUP" errors ;)
Alexander Ebert [Tue, 5 Jun 2012 21:08:46 +0000 (23:08 +0200)]
Fixed one of these awesome "BREAK DAT SETUP" errors ;)

12 years agoSuppressing a few issues on page unload
Alexander Ebert [Tue, 5 Jun 2012 21:02:40 +0000 (23:02 +0200)]
Suppressing a few issues on page unload

Popovers and WCF.Action.Proxy no longer cause strange errors if you're unloading the page (e.g. clicked a link).

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 5 Jun 2012 17:55:40 +0000 (19:55 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded some CSS for collapsed messages
Alexander Ebert [Tue, 5 Jun 2012 17:54:56 +0000 (19:54 +0200)]
Added some CSS for collapsed messages

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Tue, 5 Jun 2012 17:46:48 +0000 (19:46 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded controller logging
Marcel Werk [Tue, 5 Jun 2012 17:46:30 +0000 (19:46 +0200)]
Added controller logging

12 years agoReplace __construct() with __run() for all pages
Alexander Ebert [Tue, 5 Jun 2012 17:12:00 +0000 (19:12 +0200)]
Replace __construct() with __run() for all pages

Initialization no longer takes place within __construct(), instead all logic is moved into __run().

This way you can access the current request object via RequestHandler::getInstance()->getActiveRequest()->getRequestObject(), but beware it isn't fully initialized yet (as the __run() is active while you access the object itself).

12 years agoFixed fatal error in session handler
Marcel Werk [Tue, 5 Jun 2012 16:33:43 +0000 (18:33 +0200)]
Fixed fatal error in session handler

12 years agoCheckboxes are now properly reset within clipboard
Alexander Ebert [Fri, 1 Jun 2012 12:20:53 +0000 (14:20 +0200)]
Checkboxes are now properly reset within clipboard

12 years agoFinally fixed the username-column issue
Alexander Ebert [Fri, 1 Jun 2012 10:59:05 +0000 (12:59 +0200)]
Finally fixed the username-column issue

See 312a61b

12 years agoFixed cronjobs being initialized within WCFSetup
Alexander Ebert [Fri, 1 Jun 2012 10:56:36 +0000 (12:56 +0200)]
Fixed cronjobs being initialized within WCFSetup

@BurntimeX: PACKAGE_ID is *always* defined, but resolves to "0" within WCFSetup

12 years agoUse empty username during setup
Alexander Ebert [Fri, 1 Jun 2012 10:47:20 +0000 (12:47 +0200)]
Use empty username during setup

Fixes #625

12 years agoAdded CSS for disabled / deleted threads
Alexander Ebert [Thu, 31 May 2012 21:40:01 +0000 (23:40 +0200)]
Added CSS for disabled / deleted threads

12 years agoAdded event for AJAX responses within clipboard
Alexander Ebert [Thu, 31 May 2012 21:39:22 +0000 (23:39 +0200)]
Added event for AJAX responses within clipboard

12 years agoClass name is no more generic
Alexander Ebert [Thu, 31 May 2012 15:22:20 +0000 (17:22 +0200)]
Class name is no more generic

12 years agoAdded cronjob execution
Marcel Werk [Wed, 30 May 2012 20:57:09 +0000 (22:57 +0200)]
Added cronjob execution

12 years agoFixed small template error
Marcel Werk [Wed, 30 May 2012 20:34:34 +0000 (22:34 +0200)]
Fixed small template error

12 years agoSmall session system / cronjob optimization
Marcel Werk [Wed, 30 May 2012 16:02:14 +0000 (18:02 +0200)]
Small session system / cronjob optimization

12 years agoSmall style fixes
Marcel Werk [Tue, 29 May 2012 11:17:23 +0000 (13:17 +0200)]
Small style fixes

12 years agoMerge pull request #614 from Gravatronics/new/categories
Alexander Ebert [Mon, 21 May 2012 13:36:01 +0000 (06:36 -0700)]
Merge pull request #614 from Gravatronics/new/categories

Adds abstract nestable category implementation

12 years agoImproved style for editable item lists
Alexander Ebert [Mon, 21 May 2012 13:33:56 +0000 (15:33 +0200)]
Improved style for editable item lists

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Mon, 21 May 2012 12:58:35 +0000 (14:58 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded methods to receive className and objects
Alexander Ebert [Mon, 21 May 2012 12:52:42 +0000 (14:52 +0200)]
Added methods to receive className and objects

Closes #615

12 years agoFixes documentation type
Matthias Schmidt [Mon, 21 May 2012 11:16:23 +0000 (13:16 +0200)]
Fixes documentation type

12 years agoAdds better support for additional category data
Matthias Schmidt [Mon, 21 May 2012 11:13:55 +0000 (13:13 +0200)]
Adds better support for additional category data

12 years agoFixes little text typo
Matthias Schmidt [Mon, 21 May 2012 11:05:26 +0000 (13:05 +0200)]
Fixes little text typo

12 years agoAdds abstract nestable category implementation
Matthias Schmidt [Mon, 21 May 2012 10:38:31 +0000 (12:38 +0200)]
Adds abstract nestable category implementation

12 years agoMerge pull request #602 from wbbaddons/zipBZ
Alexander Ebert [Mon, 21 May 2012 10:30:38 +0000 (03:30 -0700)]
Merge pull request #602 from wbbaddons/zipBZ

Zip now decompresses "12" = bzip2 as well

12 years agoMerge pull request #612 from Gravatronics/bug/userListColorationMissingLines
Alexander Ebert [Mon, 21 May 2012 10:30:20 +0000 (03:30 -0700)]
Merge pull request #612 from Gravatronics/bug/userListColorationMissingLines

Fixes little border radius issue in user list css

12 years agoMerge pull request #613 from Gravatronics/enhancement/extendableJSActions
Alexander Ebert [Mon, 21 May 2012 10:30:02 +0000 (03:30 -0700)]
Merge pull request #613 from Gravatronics/enhancement/extendableJSActions

Makes it possible to extend JS delete/toggle action

12 years agoMakes it possible to extend JS delete/toggle action
Matthias Schmidt [Mon, 21 May 2012 07:24:35 +0000 (09:24 +0200)]
Makes it possible to extend JS delete/toggle action

This is very helpful when you want to have a different effect which is especially needed when dealing with nested lists and deleting a list item with children.

12 years agoFixed a few issues with editable item lists in JS
Alexander Ebert [Sun, 20 May 2012 23:36:26 +0000 (01:36 +0200)]
Fixed a few issues with editable item lists in JS

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

12 years agoFixed parameter type (compatibility with PHP 5.4)
Alexander Ebert [Sun, 20 May 2012 18:10:24 +0000 (20:10 +0200)]
Fixed parameter type (compatibility with PHP 5.4)

12 years agoFixes little border radius issue in user list css
Matthias Schmidt [Sun, 20 May 2012 16:01:16 +0000 (18:01 +0200)]
Fixes little border radius issue in user list css

12 years agoMerge pull request #609 from Gravatronics/enhancement/userListColoration
Alexander Ebert [Sun, 20 May 2012 13:45:08 +0000 (06:45 -0700)]
Merge pull request #609 from Gravatronics/enhancement/userListColoration

Updates user list coloration

12 years agoMerge pull request #608 from Gravatronics/bug/collapsibleAdditionalParameters
Alexander Ebert [Sun, 20 May 2012 13:44:27 +0000 (06:44 -0700)]
Merge pull request #608 from Gravatronics/bug/collapsibleAdditionalParameters

Adds missing _getAdditionalParameters() in WCF.Collapsible.SimpleRemote

12 years agoUpdates user list coloration
Matthias Schmidt [Sun, 20 May 2012 12:22:34 +0000 (14:22 +0200)]
Updates user list coloration

Previously, always the 2n-th element was highlighted so that always the elements on the right side were highlighted and the ones on the left side weren't.

Now, a checkered pattern is used: The second element is highlighted, so is the third, the sixth, the seventh and so on.

12 years agoAdds missing _getAdditionalParameters() in WCF.Collapsible.SimpleRemote
Matthias Schmidt [Sat, 19 May 2012 19:36:23 +0000 (21:36 +0200)]
Adds missing _getAdditionalParameters() in WCF.Collapsible.SimpleRemote

If WCF.Collapsible.Remote supports additional parameters, WCF.Collapsible.SimpleRemote should also support them since it extends WCF.Collapsible.Remote.

12 years agoMerge pull request #604 from MeinAccount/formatDouble@StringUtil
Alexander Ebert [Fri, 18 May 2012 18:59:50 +0000 (11:59 -0700)]
Merge pull request #604 from MeinAccount/formatDouble@StringUtil

Renamed $minDecimals to $maxDecimals.

12 years agoMerge pull request #605 from wbbaddons/fixRetard
Alexander Ebert [Fri, 18 May 2012 18:46:18 +0000 (11:46 -0700)]
Merge pull request #605 from wbbaddons/fixRetard

Fixing downloadFileFromHTTP

12 years agoFixing downloadFileFromHTTP
Tim Düsterhus [Fri, 18 May 2012 18:34:31 +0000 (20:34 +0200)]
Fixing downloadFileFromHTTP

12 years agoChanged comment.
Magnus Kühn [Fri, 18 May 2012 18:30:33 +0000 (20:30 +0200)]
Changed comment.

12 years agoRenamed $minDecimals to $maxDecimals.
Magnus Kühn [Fri, 18 May 2012 18:06:24 +0000 (20:06 +0200)]
Renamed $minDecimals to $maxDecimals.

12 years agoFixed array to string conversion
Alexander Ebert [Fri, 18 May 2012 16:17:31 +0000 (18:17 +0200)]
Fixed array to string conversion

Fixes #577

12 years agoRemoved deprecated methods
Alexander Ebert [Fri, 18 May 2012 15:26:22 +0000 (17:26 +0200)]
Removed deprecated methods

Closes #599

12 years agoCheck whether bzdecompress is available
Tim Düsterhus [Fri, 18 May 2012 15:24:59 +0000 (17:24 +0200)]
Check whether bzdecompress is available

12 years agoMerge pull request #595 from Kiv4h/templateEvents
Alexander Ebert [Fri, 18 May 2012 15:22:27 +0000 (08:22 -0700)]
Merge pull request #595 from Kiv4h/templateEvents

Template events and check-state fix

12 years agoMerge pull request #600 from wbbaddons/remoteFileFix
Alexander Ebert [Fri, 18 May 2012 15:16:29 +0000 (08:16 -0700)]
Merge pull request #600 from wbbaddons/remoteFileFix

Fixing RemoteFile and Proxy Usage

12 years agoZip now decompresses "12" = bzip2 as well
Tim Düsterhus [Fri, 18 May 2012 13:17:07 +0000 (15:17 +0200)]
Zip now decompresses "12" = bzip2 as well

12 years agoMerge branch 'master' into remoteFileFix
Tim Düsterhus [Fri, 18 May 2012 12:35:29 +0000 (14:35 +0200)]
Merge branch 'master' into remoteFileFix

Conflicts:
wcfsetup/install/files/lib/system/io/File.class.php

12 years agoRemoved fclose() call from File::__destruct()
Alexander Ebert [Fri, 18 May 2012 11:31:04 +0000 (13:31 +0200)]
Removed fclose() call from File::__destruct()

This call is causing PHP to throw an exception within the destructor, leading to the beloved 'Exception thrown in Unknown' and finally breaking setup.

12 years agoFixing an error during WCFSetup
Tim Düsterhus [Thu, 17 May 2012 18:40:51 +0000 (20:40 +0200)]
Fixing an error during WCFSetup

12 years agoAdding typehints.
Tim Düsterhus [Thu, 17 May 2012 15:59:42 +0000 (17:59 +0200)]
Adding typehints.

12 years agoFixing little typo in RemoteFile
Tim Düsterhus [Thu, 17 May 2012 14:06:48 +0000 (16:06 +0200)]
Fixing little typo in RemoteFile

That one slipped through my review :(

12 years agoFixing RemoteFile and Proxy Usage
Tim Düsterhus [Thu, 17 May 2012 13:59:11 +0000 (15:59 +0200)]
Fixing RemoteFile and Proxy Usage

- RemoteFile no longer accepts an array of options, fsockopen does not support them
- Rewrite FileUtil::downloadFileFromHTTP to support proxy

12 years agoRemoved deprecated method getTypeObject()
Alexander Ebert [Thu, 17 May 2012 11:42:02 +0000 (13:42 +0200)]
Removed deprecated method getTypeObject()

Closes #594

12 years agoAdded name attribute for submit to avoid empty $_POST
Alexander Ebert [Thu, 17 May 2012 11:35:58 +0000 (13:35 +0200)]
Added name attribute for submit to avoid empty $_POST

Fixes #597

12 years agoMerge pull request #596 from wbbaddons/fileUtilImprovements
Alexander Ebert [Thu, 17 May 2012 10:40:23 +0000 (03:40 -0700)]
Merge pull request #596 from wbbaddons/fileUtilImprovements

Improving FileUtil::downloadFileFromHTTP()

12 years agoFixing array access in template
Kiv4h [Wed, 16 May 2012 21:18:43 +0000 (23:18 +0200)]
Fixing array access in template

12 years agoImproving FileUtil::downloadFileFromHTTP()
Tim Düsterhus [Wed, 16 May 2012 19:11:38 +0000 (21:11 +0200)]
Improving FileUtil::downloadFileFromHTTP()

- Adding $options to specify method and Timeout of our HTTP-Request
- Adding $postParameters to specify the body of our request (data will automatically be urlencoded)
- Adding $headers to fetch the response header (will be available as a key => value array)

Everything was successfully tested with GET, HEAD, POST-Requests on SSL and non-SSL URLs.
Implements https://www.woltlab.com/bugtracker/index.php?page=Bug&bugID=1493

12 years agoNow using removeAttr('checked')
Kiv4h [Wed, 16 May 2012 18:35:11 +0000 (20:35 +0200)]
Now using removeAttr('checked')

12 years agodefinition list fixed
Kiv4h [Wed, 16 May 2012 18:28:09 +0000 (20:28 +0200)]
definition list fixed

12 years agotemplateEvent added and check-state fixed
Kiv4h [Wed, 16 May 2012 18:18:23 +0000 (20:18 +0200)]
templateEvent added and check-state fixed

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 16 May 2012 17:21:13 +0000 (19:21 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoFixed some small issues
Marcel Werk [Wed, 16 May 2012 17:21:00 +0000 (19:21 +0200)]
Fixed some small issues

12 years agoMerge pull request #593 from wbbaddons/zipFix
Alexander Ebert [Tue, 15 May 2012 23:27:05 +0000 (16:27 -0700)]
Merge pull request #593 from wbbaddons/zipFix

Fixing Zip to properly extract empty folders.

12 years agoFixing Zip to properly extract empty folders.
Tim Düsterhus [Tue, 15 May 2012 19:51:59 +0000 (21:51 +0200)]
Fixing Zip to properly extract empty folders.

Additionally adding getContentList to IArchive and implementing it for Zip.
Furthermore the API of Tar and Zip now also matches in the data-arrays.

Fixes WoltLab/WCF#591
Closes WoltLab/WCF#592

12 years agoUserAction::update() now takes care of language ids
Alexander Ebert [Tue, 15 May 2012 19:10:30 +0000 (21:10 +0200)]
UserAction::update() now takes care of language ids

Fixes #581

12 years agoAdded support for container id within clipboard actions
Alexander Ebert [Tue, 15 May 2012 18:57:10 +0000 (20:57 +0200)]
Added support for container id within clipboard actions

Closes #546

12 years agoFixed dropdown for i18n input
Alexander Ebert [Tue, 15 May 2012 15:03:55 +0000 (17:03 +0200)]
Fixed dropdown for i18n input

Fixes #567

12 years agoAdded a method to reload marked clipboard items
Alexander Ebert [Tue, 15 May 2012 14:48:11 +0000 (16:48 +0200)]
Added a method to reload marked clipboard items

Closes #536

12 years agoDeny deletion of a cronjob if it cannot be disabled
Alexander Ebert [Tue, 15 May 2012 14:37:19 +0000 (16:37 +0200)]
Deny deletion of a cronjob if it cannot be disabled

Fixes #571

12 years agoMerge pull request #566 from Gravatronics/bug/js/MultiLangInputTextarea
Alexander Ebert [Tue, 15 May 2012 14:26:52 +0000 (07:26 -0700)]
Merge pull request #566 from Gravatronics/bug/js/MultiLangInputTextarea

Fixes language selection bug in MultiLangInput with textareas

12 years agoMerge pull request #554 from Gravatronics/enhancement/enLangVars
Alexander Ebert [Tue, 15 May 2012 14:26:18 +0000 (07:26 -0700)]
Merge pull request #554 from Gravatronics/enhancement/enLangVars

Adjusts English lang vars to German lang vars

12 years agoMerge pull request #557 from Gravatronics/enhancement/data/autosetClassName
Alexander Ebert [Tue, 15 May 2012 14:24:39 +0000 (07:24 -0700)]
Merge pull request #557 from Gravatronics/enhancement/data/autosetClassName

Autosets className in DBOEditor and AbstractDBOAction

12 years agoMerge pull request #565 from Gravatronics/enhancement/cacheClearActionNewLines
Alexander Ebert [Tue, 15 May 2012 14:23:44 +0000 (07:23 -0700)]
Merge pull request #565 from Gravatronics/enhancement/cacheClearActionNewLines

Adds some newlines to CacheClearAction

12 years agoMerge pull request #563 from Gravatronics/bug/tpl/acpSessionLog
Alexander Ebert [Tue, 15 May 2012 14:23:30 +0000 (07:23 -0700)]
Merge pull request #563 from Gravatronics/bug/tpl/acpSessionLog

Fixes html bug in acpSessionLog template

12 years agoMerge pull request #589 from wbbaddons/zipReader
Alexander Ebert [Tue, 15 May 2012 14:22:19 +0000 (07:22 -0700)]
Merge pull request #589 from wbbaddons/zipReader

Adding Zip-class

12 years agoFixed "camera" icons
Alexander Ebert [Tue, 15 May 2012 13:45:28 +0000 (15:45 +0200)]
Fixed "camera" icons

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 14 May 2012 18:30:25 +0000 (20:30 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoSmall optimizations
Marcel Werk [Mon, 14 May 2012 18:30:08 +0000 (20:30 +0200)]
Small optimizations

12 years agoSet shadow to .8 and fixed *ASC|*DESC icons
Alexander Ebert [Mon, 14 May 2012 18:20:51 +0000 (20:20 +0200)]
Set shadow to .8 and fixed *ASC|*DESC icons

12 years agoAdded inverse icons
Alexander Ebert [Mon, 14 May 2012 18:13:33 +0000 (20:13 +0200)]
Added inverse icons

12 years agoMajor icon overhaul
Alexander Ebert [Mon, 14 May 2012 17:26:35 +0000 (19:26 +0200)]
Major icon overhaul

All Icons are now aligned to it's center whenever possible and use the generic classes ".surface" (default icon) and ".shadow" (duplicated icon in the background).

Furthermore I've added "Colored" versions of all non-specific icons.

12 years agoFixed icons in setup
Marcel Werk [Mon, 14 May 2012 16:34:07 +0000 (18:34 +0200)]
Fixed icons in setup

12 years agoFixed small issue
Marcel Werk [Sun, 13 May 2012 21:17:01 +0000 (23:17 +0200)]
Fixed small issue

12 years agoIcon overhaul / new icon naming scheme
Marcel Werk [Fri, 11 May 2012 16:57:21 +0000 (18:57 +0200)]
Icon overhaul / new icon naming scheme

12 years agoRemoved old icons
Marcel Werk [Fri, 11 May 2012 16:50:04 +0000 (18:50 +0200)]
Removed old icons

12 years agoAdding IArchive interface
Tim Düsterhus [Fri, 11 May 2012 12:59:45 +0000 (14:59 +0200)]
Adding IArchive interface

12 years agoAdding Zip-class
Tim Düsterhus [Thu, 10 May 2012 19:11:28 +0000 (21:11 +0200)]
Adding Zip-class

Zip reads and extracts Zip files.

12 years agoAdded WCF.EditableItemList (this time for real!)
Alexander Ebert [Thu, 10 May 2012 17:17:55 +0000 (19:17 +0200)]
Added WCF.EditableItemList (this time for real!)

12 years agoAdded WCF.EditableItemList
Alexander Ebert [Thu, 10 May 2012 16:39:15 +0000 (18:39 +0200)]
Added WCF.EditableItemList

12 years agoMerge pull request #588 from Siora/packageView
Marcel Werk [Thu, 10 May 2012 10:18:32 +0000 (03:18 -0700)]
Merge pull request #588 from Siora/packageView

packageView large button fix

12 years agolarge button fix
Siora [Wed, 9 May 2012 21:00:52 +0000 (23:00 +0200)]
large button fix