Alexander Ebert [Thu, 9 Feb 2012 17:50:11 +0000 (18:50 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Luzifr [Thu, 9 Feb 2012 17:48:55 +0000 (18:48 +0100)]
More style-prefixes & bug-fixes
Alexander Ebert [Thu, 9 Feb 2012 17:48:51 +0000 (18:48 +0100)]
Fixed cache deletion to omit everything else :D
Alexander Ebert [Thu, 9 Feb 2012 17:19:07 +0000 (09:19 -0800)]
Merge pull request #425 from wbbaddons/cacheListPageCompiledTemplatesPlusLanguage
Show language and compiled templates in CacheListPage
Tim Düsterhus [Thu, 9 Feb 2012 17:05:11 +0000 (18:05 +0100)]
Ignore .meta.php
Tim Düsterhus [Thu, 9 Feb 2012 17:02:42 +0000 (18:02 +0100)]
Merge branch 'master' into cacheListPageCompiledTemplatesPlusLanguage
Conflicts:
wcfsetup/install/files/acp/templates/cacheList.tpl
Alexander Ebert [Thu, 9 Feb 2012 16:35:35 +0000 (17:35 +0100)]
Fixed typo
Alexander Ebert [Thu, 9 Feb 2012 16:22:54 +0000 (17:22 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 9 Feb 2012 16:21:13 +0000 (17:21 +0100)]
Cache is now cleared upon installation
Fixes #414
Alexander Ebert [Thu, 9 Feb 2012 15:39:42 +0000 (07:39 -0800)]
Merge pull request #410 from Torben-Brodt/namespaces
removed wrong namespaces, ordered use clauses alphabetically, marked mis...
Alexander Ebert [Thu, 9 Feb 2012 15:28:08 +0000 (16:28 +0100)]
Included stacktrace in PermissionDeniedException
Closes #209
Alexander Ebert [Thu, 9 Feb 2012 14:40:25 +0000 (15:40 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 9 Feb 2012 14:40:04 +0000 (15:40 +0100)]
Marked APC as experimental
See #306
Alexander Ebert [Thu, 9 Feb 2012 14:32:44 +0000 (06:32 -0800)]
Merge pull request #411 from wbbaddons/trimNBSP
Trim non-breaking-whitespace as well
Alexander Ebert [Thu, 9 Feb 2012 14:29:59 +0000 (06:29 -0800)]
Merge pull request #415 from wbbaddons/repackExceptions
Repack plain exceptions into a SystemException to benefit from its impro...
Luzifr [Thu, 9 Feb 2012 13:46:53 +0000 (14:46 +0100)]
Fixes wrong buttons
Alexander Ebert [Thu, 9 Feb 2012 13:46:32 +0000 (14:46 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Thu, 9 Feb 2012 13:45:59 +0000 (14:45 +0100)]
Fixed wrong template name passed to compileString()
Luzifr [Thu, 9 Feb 2012 13:30:01 +0000 (14:30 +0100)]
Some simplifications & bug-fixes
On short pages there is only one arrow in the
sidebar-collapsible-button again (was broken)
Alexander Ebert [Thu, 9 Feb 2012 13:11:12 +0000 (14:11 +0100)]
Fixed broken redirect after uninstallation
Alexander Ebert [Thu, 9 Feb 2012 13:03:35 +0000 (14:03 +0100)]
Fixes API usage
Alexander Ebert [Thu, 9 Feb 2012 12:50:13 +0000 (13:50 +0100)]
Fixed static includes during setup
Alexander Ebert [Wed, 8 Feb 2012 19:55:40 +0000 (20:55 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 8 Feb 2012 19:54:14 +0000 (20:54 +0100)]
Added support for static includes
Luzifr [Wed, 8 Feb 2012 17:56:00 +0000 (18:56 +0100)]
That was missing in the previous commit!
;-)
Luzifr [Wed, 8 Feb 2012 17:30:42 +0000 (18:30 +0100)]
Some changes
Removed shadow for ".main" to avoid some problems; Removed some
z-indexes to avoid overlapping problems; Some more style-prefixes; Some
more autofocuses; Typo @ balloonTooltips fixed; Fixed display of
balloonTooltips;
Marcel Werk [Wed, 8 Feb 2012 17:14:16 +0000 (18:14 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Marcel Werk [Wed, 8 Feb 2012 17:14:03 +0000 (18:14 +0100)]
Moved user group options from com.woltlab.wcf.acp.language
Tim Düsterhus [Wed, 8 Feb 2012 16:18:27 +0000 (17:18 +0100)]
Show language and compiled templates in CacheListPage
And collapse the containers by default, as there are now 5 “Sources”
Luzifr [Wed, 8 Feb 2012 14:49:16 +0000 (15:49 +0100)]
Small fixes
Alexander Ebert [Wed, 8 Feb 2012 14:33:37 +0000 (15:33 +0100)]
Prototype for static includes
EXPERIMENTAL/crash-for-sure
Luzifr [Wed, 8 Feb 2012 14:15:33 +0000 (15:15 +0100)]
Fixes ClipboardEditor + new class for it
Alexander Ebert [Wed, 8 Feb 2012 13:39:42 +0000 (14:39 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Wed, 8 Feb 2012 13:39:15 +0000 (14:39 +0100)]
Fixes anchor links
Luzifr [Wed, 8 Feb 2012 13:17:50 +0000 (14:17 +0100)]
I forgot that one!
Luzifr [Wed, 8 Feb 2012 13:16:17 +0000 (14:16 +0100)]
Style-prefixes
Luzifr [Wed, 8 Feb 2012 12:58:18 +0000 (13:58 +0100)]
Another small fix
Note that the style for "jsClipboardEditor" is only temporary - there
will be another CSS-class for it soon!
Luzifr [Wed, 8 Feb 2012 12:46:14 +0000 (13:46 +0100)]
More bug-fixes & removed doubled classes
Luzifr [Wed, 8 Feb 2012 12:41:15 +0000 (13:41 +0100)]
More bug-fixes & extras
Alexander Ebert [Wed, 8 Feb 2012 12:04:29 +0000 (13:04 +0100)]
Fixed plugin list pagination
Luzifr [Wed, 8 Feb 2012 11:34:03 +0000 (12:34 +0100)]
Small bug-fix
Luzifr [Wed, 8 Feb 2012 11:16:01 +0000 (12:16 +0100)]
Small optimization
Alexander Ebert [Tue, 7 Feb 2012 20:47:50 +0000 (12:47 -0800)]
Merge pull request #424 from Siora/patch-3
change standalone to isApplication
Jean-Marc Licht [Tue, 7 Feb 2012 19:45:42 +0000 (20:45 +0100)]
Update wcfsetup/install/files/lib/system/package/PackageArchive.class.php
Luzifr [Tue, 7 Feb 2012 19:03:53 +0000 (20:03 +0100)]
Style-prefixes
Luzifr [Tue, 7 Feb 2012 18:56:23 +0000 (19:56 +0100)]
Style-prefix
Luzifr [Tue, 7 Feb 2012 18:28:39 +0000 (19:28 +0100)]
Modified class-name & small changes
Luzifr [Tue, 7 Feb 2012 18:10:20 +0000 (19:10 +0100)]
Style-prefixes
Luzifr [Tue, 7 Feb 2012 17:41:54 +0000 (18:41 +0100)]
Multiple changes
Style-prefixes; Removed doubled styles; Some small improvements; New
"default"-icon.
Luzifr [Tue, 7 Feb 2012 15:43:30 +0000 (16:43 +0100)]
Style-prefixes
Luzifr [Tue, 7 Feb 2012 15:19:13 +0000 (16:19 +0100)]
New class
Luzifr [Tue, 7 Feb 2012 15:15:52 +0000 (16:15 +0100)]
Style-prefixes …
Luzifr [Tue, 7 Feb 2012 14:06:07 +0000 (15:06 +0100)]
Removed doubled classes & improved some HTML
Jean-Marc Licht [Mon, 6 Feb 2012 21:30:46 +0000 (22:30 +0100)]
change standalone to isApplication
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.
Luzifr [Mon, 6 Feb 2012 17:14:42 +0000 (18:14 +0100)]
More style-prefixes
Luzifr [Mon, 6 Feb 2012 16:42:47 +0000 (17:42 +0100)]
More Style-prefixes
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
Alexander Ebert [Sun, 5 Feb 2012 21:07:20 +0000 (22:07 +0100)]
Introduced getAnchor() for qualified anchors
Fixes #288
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.
Tim Düsterhus [Sun, 5 Feb 2012 18:23:02 +0000 (19:23 +0100)]
Fixing definition lists in dialogs
Torben Brodt [Sat, 4 Feb 2012 18:20:52 +0000 (19:20 +0100)]
use directory sorting
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
max-m [Sat, 4 Feb 2012 11:05:28 +0000 (12:05 +0100)]
Fixes right sidebar, 'cause @Luzifr forgot a comma ;D
Luzifr [Fri, 3 Feb 2012 18:06:11 +0000 (19:06 +0100)]
Fixes small mistake
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)
Tim Düsterhus [Fri, 3 Feb 2012 16:56:09 +0000 (17:56 +0100)]
Fixes two typoes (PHPDoc + Variable)
Tim Düsterhus [Fri, 3 Feb 2012 16:46:31 +0000 (17:46 +0100)]
Repack plain exceptions into a SystemException to benefit from its improvements.
Luzifr [Fri, 3 Feb 2012 16:46:06 +0000 (17:46 +0100)]
More style-prefixes
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!
Luzifr [Fri, 3 Feb 2012 14:58:28 +0000 (15:58 +0100)]
More style-prefixes
Luzifr [Fri, 3 Feb 2012 14:30:35 +0000 (15:30 +0100)]
More style-prefixes
Luzifr [Fri, 3 Feb 2012 14:00:07 +0000 (15:00 +0100)]
More style-prefixes
Luzifr [Fri, 3 Feb 2012 13:33:47 +0000 (14:33 +0100)]
More style-prefixes
Luzifr [Thu, 2 Feb 2012 19:52:50 +0000 (20:52 +0100)]
More classes doubled (prefixed classes)
Luzifr [Thu, 2 Feb 2012 18:49:03 +0000 (19:49 +0100)]
Removed class "overlay"
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.
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
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
Tim Düsterhus [Thu, 2 Feb 2012 16:34:49 +0000 (17:34 +0100)]
Trim non-breaking-whitespace as well
Alexander Ebert [Thu, 2 Feb 2012 14:49:12 +0000 (15:49 +0100)]
Added missing language variables in frontend
Alexander Ebert [Thu, 2 Feb 2012 14:48:18 +0000 (15:48 +0100)]
Added language variables for confirmation dialogs
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
Alexander Ebert [Thu, 2 Feb 2012 13:57:00 +0000 (14:57 +0100)]
Added confirmation dialog and improved dialog
Alexander Ebert [Wed, 1 Feb 2012 13:43:40 +0000 (14:43 +0100)]
Fixed redirect application
Alexander Ebert [Wed, 1 Feb 2012 13:18:11 +0000 (14:18 +0100)]
Redirecting to application within WCFSetup
Fixes #390
Torben Brodt [Tue, 31 Jan 2012 19:30:52 +0000 (20:30 +0100)]
sort using using a case insensitive natural order algorithm
Torben Brodt [Tue, 31 Jan 2012 19:12:25 +0000 (20:12 +0100)]
removed wrong namespaces, ordered use clauses alphabetically, marked missing classes with TODOs
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
Alexander Ebert [Tue, 31 Jan 2012 17:04:35 +0000 (18:04 +0100)]
Fixed a few common typos
Alexander Ebert [Tue, 31 Jan 2012 17:00:07 +0000 (18:00 +0100)]
TabMenus now properly revert if hash is empty
Fixes #397
Alexander Ebert [Tue, 31 Jan 2012 16:41:30 +0000 (17:41 +0100)]
Merge branch 'master' of github.com:WoltLab/WCF
Alexander Ebert [Tue, 31 Jan 2012 16:40:42 +0000 (17:40 +0100)]
Fixed run-attribute for instructions
Fixes #398
Alexander Ebert [Tue, 31 Jan 2012 16:39:19 +0000 (17:39 +0100)]
Removed language changer
Closes #352
Alexander Ebert [Tue, 31 Jan 2012 16:37:42 +0000 (17:37 +0100)]
ACP-template path is automatically registered
Fixes #315
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
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
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
Alexander Ebert [Tue, 31 Jan 2012 15:10:19 +0000 (16:10 +0100)]
Processed some TODOs
Alexander Ebert [Tue, 31 Jan 2012 14:48:38 +0000 (15:48 +0100)]
Fixed a bunch of errors and missing uses