GitHub/WoltLab/WCF.git
12 years agoNew class
Luzifr [Tue, 7 Feb 2012 15:19:13 +0000 (16:19 +0100)]
New class

12 years agoStyle-prefixes …
Luzifr [Tue, 7 Feb 2012 15:15:52 +0000 (16:15 +0100)]
Style-prefixes …

12 years agoRemoved doubled classes & improved some HTML
Luzifr [Tue, 7 Feb 2012 14:06:07 +0000 (15:06 +0100)]
Removed doubled classes & improved some HTML

12 years agoMore animation speed & more style-prefixes
Luzifr [Mon, 6 Feb 2012 18:29:14 +0000 (19:29 +0100)]
More animation speed & more style-prefixes

Also added new class for tables; Changed application-list to an ordered
list; Modified some class-names; Removed doubled declarations.

12 years agoMore style-prefixes
Luzifr [Mon, 6 Feb 2012 17:14:42 +0000 (18:14 +0100)]
More style-prefixes

12 years agoMore Style-prefixes
Luzifr [Mon, 6 Feb 2012 16:42:47 +0000 (17:42 +0100)]
More Style-prefixes

12 years agoMerge pull request #421 from wbbaddons/cssFix
Harald Szekely [Mon, 6 Feb 2012 14:04:59 +0000 (06:04 -0800)]
Merge pull request #421 from wbbaddons/cssFix

Fixing definition lists in dialogs

12 years agoIntroduced getAnchor() for qualified anchors
Alexander Ebert [Sun, 5 Feb 2012 21:07:20 +0000 (22:07 +0100)]
Introduced getAnchor() for qualified anchors

Fixes #288

12 years agoImplemented application paths in template
Alexander Ebert [Sun, 5 Feb 2012 20:43:20 +0000 (21:43 +0100)]
Implemented application paths in template

Important notice:
Do NOT use RELATIVE_WCF_DIR (or equal) in templates anymore, please use WCF::getPath('...') (use abbreviation) instead which resolves to the real domain path (e.g. WCF is on another domain/subdomain)

Removed image viewer templates, they're worthless anyway.

12 years agoFixing definition lists in dialogs
Tim Düsterhus [Sun, 5 Feb 2012 18:23:02 +0000 (19:23 +0100)]
Fixing definition lists in dialogs

12 years agoMerge pull request #417 from max-m/patch-2
Marcel Werk [Sat, 4 Feb 2012 16:12:39 +0000 (08:12 -0800)]
Merge pull request #417 from max-m/patch-2

Fixes right sidebar, 'cause @Luzifr forgot a comma ;D

12 years agoFixes right sidebar, 'cause @Luzifr forgot a comma ;D
max-m [Sat, 4 Feb 2012 11:05:28 +0000 (12:05 +0100)]
Fixes right sidebar, 'cause @Luzifr forgot a comma ;D

12 years agoFixes small mistake
Luzifr [Fri, 3 Feb 2012 18:06:11 +0000 (19:06 +0100)]
Fixes small mistake

12 years agoMerge pull request #416 from wbbaddons/typo
Harald Szekely [Fri, 3 Feb 2012 17:51:07 +0000 (09:51 -0800)]
Merge pull request #416 from wbbaddons/typo

Fixes two typoes (PHPDoc + Variable)

12 years agoFixes two typoes (PHPDoc + Variable)
Tim Düsterhus [Fri, 3 Feb 2012 16:56:09 +0000 (17:56 +0100)]
Fixes two typoes (PHPDoc + Variable)

12 years agoMore style-prefixes
Luzifr [Fri, 3 Feb 2012 16:46:06 +0000 (17:46 +0100)]
More style-prefixes

12 years agoMore style-prefixes (also a "js"-prefix!)
Luzifr [Fri, 3 Feb 2012 15:57:49 +0000 (16:57 +0100)]
More style-prefixes (also a "js"-prefix!)

@ Alex: Please see if "js clipboard editor" & "wcf-dialog" still work!

12 years agoMore style-prefixes
Luzifr [Fri, 3 Feb 2012 14:58:28 +0000 (15:58 +0100)]
More style-prefixes

12 years agoMore style-prefixes
Luzifr [Fri, 3 Feb 2012 14:30:35 +0000 (15:30 +0100)]
More style-prefixes

12 years agoMore style-prefixes
Luzifr [Fri, 3 Feb 2012 14:00:07 +0000 (15:00 +0100)]
More style-prefixes

12 years agoMore style-prefixes
Luzifr [Fri, 3 Feb 2012 13:33:47 +0000 (14:33 +0100)]
More style-prefixes

12 years agoMore classes doubled (prefixed classes)
Luzifr [Thu, 2 Feb 2012 19:52:50 +0000 (20:52 +0100)]
More classes doubled (prefixed classes)

12 years agoRemoved class "overlay"
Luzifr [Thu, 2 Feb 2012 18:49:03 +0000 (19:49 +0100)]
Removed class "overlay"

12 years agoPrefixes for classes; New icon; Optimizations
Luzifr [Thu, 2 Feb 2012 18:44:14 +0000 (19:44 +0100)]
Prefixes for classes; New icon; Optimizations

Experimental: All classes will be prefixed from now on. This is the
start of this experiment. Prevents conflicts with
3rd-party-stylesheets. At the moment all classes are being doubled for
compatibility reasons, i'll remove those duplicates when all classes
are changed. Some problems: What will be the prefix for classes, which
are not WCF- or WBB-depended? Styles coming from small packages should
be prefixed somehow.

12 years agoMerge pull request #412 from wbbaddons/noExplicitToString
Alexander Ebert [Thu, 2 Feb 2012 16:42:31 +0000 (08:42 -0800)]
Merge pull request #412 from wbbaddons/noExplicitToString

Removing explicit call of toString

12 years agoRemoving explicit call of toString
Tim Düsterhus [Thu, 2 Feb 2012 16:36:50 +0000 (17:36 +0100)]
Removing explicit call of toString

PHP will call it in every string context as of PHP 5.2

12 years agoAdded missing language variables in frontend
Alexander Ebert [Thu, 2 Feb 2012 14:49:12 +0000 (15:49 +0100)]
Added missing language variables in frontend

12 years agoAdded language variables for confirmation dialogs
Alexander Ebert [Thu, 2 Feb 2012 14:48:18 +0000 (15:48 +0100)]
Added language variables for confirmation dialogs

12 years agoDelete confirmation now uses system confirmation
Alexander Ebert [Thu, 2 Feb 2012 14:43:57 +0000 (15:43 +0100)]
Delete confirmation now uses system confirmation

Added ability to pass custom parameters to callback

12 years agoAdded confirmation dialog and improved dialog
Alexander Ebert [Thu, 2 Feb 2012 13:57:00 +0000 (14:57 +0100)]
Added confirmation dialog and improved dialog

12 years agoFixed redirect application
Alexander Ebert [Wed, 1 Feb 2012 13:43:40 +0000 (14:43 +0100)]
Fixed redirect application

12 years agoRedirecting to application within WCFSetup
Alexander Ebert [Wed, 1 Feb 2012 13:18:11 +0000 (14:18 +0100)]
Redirecting to application within WCFSetup

Fixes #390

13 years agoChanged PeriodicalExecuter to shield from double execution
Alexander Ebert [Tue, 31 Jan 2012 17:14:09 +0000 (18:14 +0100)]
Changed PeriodicalExecuter to shield from double execution

Finally it's implementation is identically to Prototype's PeriodicalExecuter. Thank you guys for this fine solution!

Closes #405

13 years agoFixed a few common typos
Alexander Ebert [Tue, 31 Jan 2012 17:04:35 +0000 (18:04 +0100)]
Fixed a few common typos

13 years agoTabMenus now properly revert if hash is empty
Alexander Ebert [Tue, 31 Jan 2012 17:00:07 +0000 (18:00 +0100)]
TabMenus now properly revert if hash is empty

Fixes #397

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 31 Jan 2012 16:41:30 +0000 (17:41 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed run-attribute for instructions
Alexander Ebert [Tue, 31 Jan 2012 16:40:42 +0000 (17:40 +0100)]
Fixed run-attribute for instructions

Fixes #398

13 years agoRemoved language changer
Alexander Ebert [Tue, 31 Jan 2012 16:39:19 +0000 (17:39 +0100)]
Removed language changer

Closes #352

13 years agoACP-template path is automatically registered
Alexander Ebert [Tue, 31 Jan 2012 16:37:42 +0000 (17:37 +0100)]
ACP-template path is automatically registered

Fixes #315

13 years agoMerge pull request #409 from Torben-Brodt/unused-variables
Alexander Ebert [Tue, 31 Jan 2012 15:24:31 +0000 (07:24 -0800)]
Merge pull request #409 from Torben-Brodt/unused-variables

remove unused variables, fix styleeditor

13 years agoMerge pull request #393 from wbbaddons/userStorageHandlerTransaction
Alexander Ebert [Tue, 31 Jan 2012 15:24:02 +0000 (07:24 -0800)]
Merge pull request #393 from wbbaddons/userStorageHandlerTransaction

Use transaction for updates to avoid problems with a race condition

13 years agoMerge pull request #408 from Torben-Brodt/imagick
Alexander Ebert [Tue, 31 Jan 2012 15:19:21 +0000 (07:19 -0800)]
Merge pull request #408 from Torben-Brodt/imagick

resolve fatal errors for wrong class signatures

13 years agoProcessed some TODOs
Alexander Ebert [Tue, 31 Jan 2012 15:10:19 +0000 (16:10 +0100)]
Processed some TODOs

13 years agoFixed a bunch of errors and missing uses
Alexander Ebert [Tue, 31 Jan 2012 14:48:38 +0000 (15:48 +0100)]
Fixed a bunch of errors and missing uses

13 years agoAdded class
Luzifr [Tue, 31 Jan 2012 13:25:09 +0000 (14:25 +0100)]
Added class

13 years agoMerge pull request #407 from Torben-Brodt/undefined-variables
Alexander Ebert [Tue, 31 Jan 2012 01:49:52 +0000 (17:49 -0800)]
Merge pull request #407 from Torben-Brodt/undefined-variables

label undefined variable issues with TODOs

13 years agoremove unused variable in calendar
Torben Brodt [Mon, 30 Jan 2012 21:02:12 +0000 (22:02 +0100)]
remove unused variable in calendar

13 years agoremove unnecessary query
Torben Brodt [Mon, 30 Jan 2012 21:01:57 +0000 (22:01 +0100)]
remove unnecessary query

13 years agoremove unused variables, fix styleeditor
Torben Brodt [Mon, 30 Jan 2012 20:58:12 +0000 (21:58 +0100)]
remove unused variables, fix styleeditor

13 years agouse exception for unimplemented method
Torben Brodt [Mon, 30 Jan 2012 20:48:39 +0000 (21:48 +0100)]
use exception for unimplemented method

13 years agoresolve fatal errors for wrong class signatures
Torben Brodt [Mon, 30 Jan 2012 20:38:01 +0000 (21:38 +0100)]
resolve fatal errors for wrong class signatures

13 years agolabel undefined variable issues with TODOs
Torben Brodt [Sun, 29 Jan 2012 13:59:39 +0000 (14:59 +0100)]
label undefined variable issues with TODOs

13 years agoMerge pull request #406 from Torben-Brodt/patch-1
Alexander Ebert [Mon, 30 Jan 2012 20:00:36 +0000 (12:00 -0800)]
Merge pull request #406 from Torben-Brodt/patch-1

90% performance optimization with spaces

13 years agoFixed check for unique packages
Alexander Ebert [Mon, 30 Jan 2012 19:34:54 +0000 (20:34 +0100)]
Fixed check for unique packages

Fixes #343

13 years ago90% performance optimization with spaces
Torben Brodt [Mon, 30 Jan 2012 19:25:35 +0000 (20:25 +0100)]
90% performance optimization with spaces

13 years agoMerge pull request #404 from wbbaddons/WCFdotLanguagedotgetReturnKeyOnNull
Alexander Ebert [Mon, 30 Jan 2012 14:44:26 +0000 (06:44 -0800)]
Merge pull request #404 from wbbaddons/WCFdotLanguagedotgetReturnKeyOnNull

WCF.Language.get returns the key when the language item is not found

13 years agoWCF.Language.get returns the key when the language item is not found
Tim Düsterhus [Mon, 30 Jan 2012 13:33:47 +0000 (14:33 +0100)]
WCF.Language.get returns the key when the language item is not found

This is a consistent behaviour to the PHP code

13 years agoMerge pull request #394 from wbbaddons/languageGetVariable
Alexander Ebert [Sun, 29 Jan 2012 15:23:42 +0000 (07:23 -0800)]
Merge pull request #394 from wbbaddons/languageGetVariable

Use WCF.Template for WCF.Language

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Fri, 27 Jan 2012 19:54:37 +0000 (20:54 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed deletion of conflicting tables
Alexander Ebert [Fri, 27 Jan 2012 19:53:55 +0000 (20:53 +0100)]
Fixed deletion of conflicting tables

Previously foreign keys from 3rd party tables were not properly removed, causing MySQL to commit suicide

13 years agoMultiple changes
Luzifr [Fri, 27 Jan 2012 19:48:55 +0000 (20:48 +0100)]
Multiple changes

Fixes wcfUrl-display at installation; Again one "button" fixed; Removed
the string "subTab" from that function-name, as already announced to
Alex! Those menus will not be called "subTabMenu" again. Maybe there
will be a new name; Began adding the prefix "js" to
Javascrip-only-classes. Sorry Alex, but this is much better readable &
understandable for non-developers. Of course, adding the suffix "JS"
would also be possible. Please implement that everywhere!

13 years agoObsolete code
Luzifr [Fri, 27 Jan 2012 18:22:28 +0000 (19:22 +0100)]
Obsolete code

13 years agoImplemented support for table conflicts
Alexander Ebert [Fri, 27 Jan 2012 17:42:38 +0000 (18:42 +0100)]
Implemented support for table conflicts

@Burntime Could you add PostgreSQL support later?

See #178

13 years agoGeneral CSS clean-up
Luzifr [Fri, 27 Jan 2012 16:31:05 +0000 (17:31 +0100)]
General CSS clean-up

13 years agoFixed spinner icon
Alexander Ebert [Fri, 27 Jan 2012 14:16:01 +0000 (15:16 +0100)]
Fixed spinner icon

Fixes #388

13 years agoUpdated jQuery* libraries
Alexander Ebert [Fri, 27 Jan 2012 14:12:43 +0000 (15:12 +0100)]
Updated jQuery* libraries

jQuery 1.7 -> 1.7.1
jQuery UI 1.8.11 -> 1.8.17
jQuery Tools 1.2.5 -> 1.2.6

Fixes #392

13 years agoPartially reverted 2465bef
Alexander Ebert [Fri, 27 Jan 2012 13:54:58 +0000 (14:54 +0100)]
Partially reverted 2465bef

@Luzifr: You cannot use avatars within WCF-ACP, thus I removed it for now

13 years agoSmall cosmetical change ;-)
Luzifr [Thu, 26 Jan 2012 19:17:52 +0000 (20:17 +0100)]
Small cosmetical change ;-)

13 years agoMore "buttons"
Luzifr [Thu, 26 Jan 2012 18:58:09 +0000 (19:58 +0100)]
More "buttons"

13 years agoMultiple changes …
Luzifr [Thu, 26 Jan 2012 18:49:32 +0000 (19:49 +0100)]
Multiple changes …

Extended the button-effect with an additional shadow; Fixed bad
:focus-state on some buttons; Put user-avatar classes here, so that it
can be used everywhere (maybe only temporarily); Fixed bad rendering of
the page-navigation in Opera (by rebuilding the numbers-display).

13 years agoFixes some "button" issues
Luzifr [Thu, 26 Jan 2012 16:36:01 +0000 (17:36 +0100)]
Fixes some "button" issues

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Thu, 26 Jan 2012 16:24:09 +0000 (17:24 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoSmall optimization
Marcel Werk [Thu, 26 Jan 2012 16:23:57 +0000 (17:23 +0100)]
Small optimization

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 26 Jan 2012 16:16:53 +0000 (17:16 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoFixed mass processing form
Alexander Ebert [Thu, 26 Jan 2012 16:16:39 +0000 (17:16 +0100)]
Fixed mass processing form

13 years agoFixes wrong class-name
Luzifr [Thu, 26 Jan 2012 16:15:58 +0000 (17:15 +0100)]
Fixes wrong class-name

13 years agoStyle for date-inputs
Luzifr [Thu, 26 Jan 2012 15:47:31 +0000 (16:47 +0100)]
Style for date-inputs

13 years agoFixed deletion of user groups
Alexander Ebert [Thu, 26 Jan 2012 15:17:36 +0000 (16:17 +0100)]
Fixed deletion of user groups

13 years agoSome changes
Luzifr [Thu, 26 Jan 2012 15:02:47 +0000 (16:02 +0100)]
Some changes

Some test classes; Deleted obsolete elements.

13 years agoOne more time "buttons"
Luzifr [Thu, 26 Jan 2012 14:34:02 +0000 (15:34 +0100)]
One more time "buttons"

(this time page navigation) - Someone please fix the implementation in
the "WCF.js"-file. I've done my best. ;-)

13 years agoAnother "button"
Luzifr [Thu, 26 Jan 2012 12:09:53 +0000 (13:09 +0100)]
Another "button"

13 years agoFixed user group editing
Alexander Ebert [Wed, 25 Jan 2012 21:36:58 +0000 (22:36 +0100)]
Fixed user group editing

13 years agoUser groups are now properly saved
Alexander Ebert [Wed, 25 Jan 2012 21:25:57 +0000 (22:25 +0100)]
User groups are now properly saved

13 years agoFixed a balloon tooltip issue
Marcel Werk [Wed, 25 Jan 2012 20:59:42 +0000 (21:59 +0100)]
Fixed a balloon tooltip issue

13 years agoSmall changes
Luzifr [Wed, 25 Jan 2012 18:16:14 +0000 (19:16 +0100)]
Small changes

Deleted obsolete declaration & modified comments.

13 years agoThe class was on the wrong place
Luzifr [Wed, 25 Jan 2012 18:03:40 +0000 (19:03 +0100)]
The class was on the wrong place

13 years agoFixes the plugin-list
Luzifr [Wed, 25 Jan 2012 17:07:39 +0000 (18:07 +0100)]
Fixes the plugin-list

13 years agoImproved tab menu
Alexander Ebert [Wed, 25 Jan 2012 15:57:00 +0000 (16:57 +0100)]
Improved tab menu

13 years agoRemoved CSS-classes in favour of "button"
Luzifr [Wed, 25 Jan 2012 14:56:41 +0000 (15:56 +0100)]
Removed CSS-classes in favour of "button"

This is experimental, there are surely many places where this does not
work now!

13 years agoMore "button"-classes
Luzifr [Wed, 25 Jan 2012 14:48:31 +0000 (15:48 +0100)]
More "button"-classes

Also removed obsolete classes

13 years agoIntroducing the CSS-class "button"
Luzifr [Wed, 25 Jan 2012 13:25:21 +0000 (14:25 +0100)]
Introducing the CSS-class "button"

The class "button" will now be uset to give button-type elements their
color and style, while the size and overall look will be determined by
an additional class like "largeButtons". This makes transforming
elements to a button more easy. This works mostly now, but there are
some elements that need to be fixed still! The style changes will be
committed later …

13 years agoDuplicate ID blew up tab menu
Alexander Ebert [Tue, 24 Jan 2012 20:41:14 +0000 (21:41 +0100)]
Duplicate ID blew up tab menu

13 years agoMerge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 24 Jan 2012 20:40:08 +0000 (21:40 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF

13 years agoMade jQuery's tab menu actually usable
Alexander Ebert [Tue, 24 Jan 2012 20:39:28 +0000 (21:39 +0100)]
Made jQuery's tab menu actually usable

13 years agoSmall changes & bug fixes
Luzifr [Tue, 24 Jan 2012 19:23:23 +0000 (20:23 +0100)]
Small changes & bug fixes

collapsibleSidebarButton now has a pressed-effect; bug in button
coloring fixed.

13 years agoFixes an overlapping problem
Luzifr [Tue, 24 Jan 2012 18:31:04 +0000 (19:31 +0100)]
Fixes an overlapping problem

(Please use values in increments of ten)

13 years agoFixed an issue
Alexander Ebert [Tue, 24 Jan 2012 16:46:48 +0000 (17:46 +0100)]
Fixed an issue

13 years agoPartially fixed group edit
Alexander Ebert [Mon, 23 Jan 2012 20:52:04 +0000 (21:52 +0100)]
Partially fixed group edit

13 years agoFixed saving of user groups
Alexander Ebert [Mon, 23 Jan 2012 20:14:25 +0000 (21:14 +0100)]
Fixed saving of user groups

13 years agoFixing group add form
Alexander Ebert [Mon, 23 Jan 2012 20:04:02 +0000 (21:04 +0100)]
Fixing group add form