GitHub/WoltLab/WCF.git
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 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

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 9 May 2012 11:32:35 +0000 (13:32 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoMerge pull request #587 from Siora/templateFixes
Marcel Werk [Wed, 9 May 2012 11:32:16 +0000 (04:32 -0700)]
Merge pull request #587 from Siora/templateFixes

some acp template fixes

12 years agogetPath() is now statically available through WCF::getPath()
Alexander Ebert [Wed, 9 May 2012 11:32:11 +0000 (13:32 +0200)]
getPath() is now statically available through WCF::getPath()

12 years agomore template fixes...
Siora [Wed, 9 May 2012 03:05:42 +0000 (05:05 +0200)]
more template fixes...

12 years agosome template fixes
Siora [Wed, 9 May 2012 02:54:34 +0000 (04:54 +0200)]
some template fixes

12 years agoSmall css fix
Marcel Werk [Mon, 7 May 2012 19:46:54 +0000 (21:46 +0200)]
Small css fix

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 7 May 2012 19:42:52 +0000 (21:42 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoChanged some language variables
Marcel Werk [Mon, 7 May 2012 19:42:38 +0000 (21:42 +0200)]
Changed some language variables

12 years agoAdded timezone tooltip
Marcel Werk [Mon, 7 May 2012 19:42:19 +0000 (21:42 +0200)]
Added timezone tooltip

12 years agoAdded prototype for edit note
Alexander Ebert [Fri, 4 May 2012 12:45:23 +0000 (14:45 +0200)]
Added prototype for edit note

12 years agoImproved styles for message footer
Alexander Ebert [Thu, 3 May 2012 23:30:38 +0000 (01:30 +0200)]
Improved styles for message footer

12 years agoSmall overhaul of the user profile
Marcel Werk [Thu, 3 May 2012 19:10:50 +0000 (21:10 +0200)]
Small overhaul of the user profile

12 years agoImproved exceptions and added language variables
Alexander Ebert [Thu, 3 May 2012 13:24:25 +0000 (15:24 +0200)]
Improved exceptions and added language variables

12 years agoImproved exceptions to be more specific
Alexander Ebert [Thu, 3 May 2012 12:59:38 +0000 (14:59 +0200)]
Improved exceptions to be more specific

Depending on exception type, different error codes will be sent to distinguish between soft-errors (e.g. bad parameter) or those where something is pretty screwed up.

12 years agoValidateActionException is now longer retarded
Alexander Ebert [Wed, 2 May 2012 15:48:52 +0000 (17:48 +0200)]
ValidateActionException is now longer retarded

12 years agoAdded button language variables
Alexander Ebert [Wed, 2 May 2012 15:05:40 +0000 (17:05 +0200)]
Added button language variables

Additionally unified available button language variables for JavaScript (some where missing)

12 years agoImproved WCF.System.Notifications
Alexander Ebert [Wed, 2 May 2012 14:33:14 +0000 (16:33 +0200)]
Improved WCF.System.Notifications

Message and CSS class names now longer conflict with other instances, additionally notifications appear fixed now (otherwise they would be hidden if scrolled down).

12 years agoAdded ability to scroll to a specific element
Alexander Ebert [Wed, 2 May 2012 13:23:15 +0000 (15:23 +0200)]
Added ability to scroll to a specific element

Optional parameter is aware of (usually fixed) header menu to prevent element partially hidden beneath (especially if top menu is solid).

12 years agoMerge pull request #586 from ForkForce/util-xml-patch-1
Alexander Ebert [Wed, 2 May 2012 10:28:47 +0000 (03:28 -0700)]
Merge pull request #586 from ForkForce/util-xml-patch-1

Removes 'final' modifier from wcf\util\XML

12 years agoRemoves 'final' modifier from wcf\util\XML
Sebastian Teumert [Wed, 2 May 2012 08:19:42 +0000 (10:19 +0200)]
Removes 'final' modifier from wcf\util\XML

12 years agoAdded CSS for post inline editing
Alexander Ebert [Tue, 1 May 2012 15:46:33 +0000 (17:46 +0200)]
Added CSS for post inline editing

12 years agoFixed some small issues
Marcel Werk [Tue, 1 May 2012 15:10:48 +0000 (17:10 +0200)]
Fixed some small issues

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Mon, 30 Apr 2012 16:09:26 +0000 (18:09 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoFixed some small issues
Marcel Werk [Mon, 30 Apr 2012 16:09:14 +0000 (18:09 +0200)]
Fixed some small issues

12 years agoImproved thread quick reply to be more smoother
Alexander Ebert [Mon, 30 Apr 2012 13:02:14 +0000 (15:02 +0200)]
Improved thread quick reply to be more smoother

12 years agoRedesigned online status display
Marcel Werk [Mon, 30 Apr 2012 12:59:54 +0000 (14:59 +0200)]
Redesigned online status display

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Fri, 27 Apr 2012 17:47:06 +0000 (19:47 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoSmall overhaul of the like system (work in progress)
Marcel Werk [Fri, 27 Apr 2012 17:46:51 +0000 (19:46 +0200)]
Small overhaul of the like system (work in progress)

12 years agoChanged the default value for sandbox mode to false
Marcel Werk [Fri, 27 Apr 2012 17:46:24 +0000 (19:46 +0200)]
Changed the default value for sandbox mode to false

12 years agoMinor CSS added for WBB's quick reply feature
Alexander Ebert [Fri, 27 Apr 2012 15:45:42 +0000 (17:45 +0200)]
Minor CSS added for WBB's quick reply feature

12 years agoSmall popover redesign
Marcel Werk [Wed, 25 Apr 2012 14:09:36 +0000 (16:09 +0200)]
Small popover redesign

12 years agoIncreased arrow size
Alexander Ebert [Wed, 25 Apr 2012 11:48:27 +0000 (13:48 +0200)]
Increased arrow size

12 years agoPopovers are now way smoother
Alexander Ebert [Wed, 25 Apr 2012 11:45:52 +0000 (13:45 +0200)]
Popovers are now way smoother

12 years agoSome minor design fixes
Marcel Werk [Wed, 25 Apr 2012 10:38:25 +0000 (12:38 +0200)]
Some minor design fixes

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 25 Apr 2012 10:27:21 +0000 (12:27 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded limit parameter
Marcel Werk [Wed, 25 Apr 2012 10:27:09 +0000 (12:27 +0200)]
Added limit parameter

12 years agoA few fixes for popovers
Alexander Ebert [Tue, 24 Apr 2012 18:03:23 +0000 (20:03 +0200)]
A few fixes for popovers

12 years agoFixed sandbox mode
Alexander Ebert [Tue, 24 Apr 2012 18:02:49 +0000 (20:02 +0200)]
Fixed sandbox mode

12 years agoDisabled sandbox for templates by default
Alexander Ebert [Tue, 24 Apr 2012 15:23:53 +0000 (17:23 +0200)]
Disabled sandbox for templates by default

You can still enable the sandbox by setting sandbox=true within the include tag. In fact you shouldn't do it anyway unless you have a real good reason ;)

12 years agoRemoved old code for post preview
Alexander Ebert [Mon, 23 Apr 2012 21:23:30 +0000 (23:23 +0200)]
Removed old code for post preview

12 years agoEnhanced popovers and fixed a few issues
Alexander Ebert [Mon, 23 Apr 2012 21:22:03 +0000 (23:22 +0200)]
Enhanced popovers and fixed a few issues

12 years agoImproved popovers and fixed a few issues
Alexander Ebert [Sun, 22 Apr 2012 17:19:12 +0000 (19:19 +0200)]
Improved popovers and fixed a few issues

12 years agoMerge pull request #583 from Kiv4h/patch-1
Alexander Ebert [Sat, 21 Apr 2012 17:21:09 +0000 (10:21 -0700)]
Merge pull request #583 from Kiv4h/patch-1

Fixing PIP update.

12 years agoFixing PIP update.
Jeffrey Reichardt [Sat, 21 Apr 2012 15:51:00 +0000 (18:51 +0300)]
Fixing PIP update.

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 20 Apr 2012 20:29:00 +0000 (22:29 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoImplemented flexible popovers
Alexander Ebert [Fri, 20 Apr 2012 20:24:46 +0000 (22:24 +0200)]
Implemented flexible popovers

12 years agoMerge pull request #580 from Gravatronics/bug/processibleDBOObjectProepertyAccess
Alexander Ebert [Fri, 20 Apr 2012 13:41:46 +0000 (06:41 -0700)]
Merge pull request #580 from Gravatronics/bug/processibleDBOObjectProepertyAccess

Fixes object property access in ProcessibleDBO

12 years agoFixes object property access in ProcessibleDBO
Matthias Schmidt [Fri, 20 Apr 2012 08:41:57 +0000 (10:41 +0200)]
Fixes object property access in ProcessibleDBO

12 years agoMerge pull request #579 from wbbaddons/acpIndex
Marcel Werk [Thu, 19 Apr 2012 19:56:40 +0000 (12:56 -0700)]
Merge pull request #579 from wbbaddons/acpIndex

New ACP IndexPage

12 years agoAdding News-Tab
Tim Düsterhus [Thu, 19 Apr 2012 19:33:38 +0000 (21:33 +0200)]
Adding News-Tab

12 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 19 Apr 2012 19:27:09 +0000 (21:27 +0200)]
Merge branch 'master' of github.com:WoltLab/WCF

12 years agoAdded spoiler bbcode (css/less)
Marcel Werk [Thu, 19 Apr 2012 19:26:57 +0000 (21:26 +0200)]
Added spoiler bbcode (css/less)

12 years agoMessage sidebar overhaul
Marcel Werk [Thu, 19 Apr 2012 19:26:40 +0000 (21:26 +0200)]
Message sidebar overhaul