Michael Klapper [Thu, 9 Jun 2011 13:06:49 +0000 (15:06 +0200)]
[BUGFIX] Editor see records without permissions on table
Change-Id: I55b8eed9a7b475040b6f842e9d8c94e60191c896
Resolves: #27325
Release: 4.6, 4.5
Michael Klapper [Wed, 8 Jun 2011 13:36:45 +0000 (15:36 +0200)]
Merge "[BUGFIX] Workspaces view doesn't respect TCA label_userFunc"
Michael Klapper [Mon, 30 May 2011 16:21:12 +0000 (18:21 +0200)]
[BUGFIX] Workspaces view doesn't respect TCA label_userFunc
Change-Id: I6ff0640eac36a74d5a49d0f0bb9f2038fba01f97
Resolves: #27036
Releases: 4.6, 4.5
Michael Klapper [Wed, 1 Jun 2011 08:14:22 +0000 (10:14 +0200)]
[BUGFIX] ext_localconf.php Wrong file reference
Change-Id: I050b136fe9ad7bdfd18b8f253f0b34acd7154d36
Resolves: #27159
Releases: 4.6, 4.5
Oliver Hader [Tue, 10 May 2011 10:53:49 +0000 (12:53 +0200)]
[TASK] Reapply direct changes of TYPO3 Core
Commits
59900b6682cc043d7541b3e26380cb3dd843d14b..
50cbf2640caad79144d3d9c2d511030a78c7cc9c
Change-Id: I2171bcb0997d69f99d52c899b3dda91da90ebfeb
Resolves: #26728
Tolleiv Nietsch [Wed, 4 May 2011 12:22:05 +0000 (14:22 +0200)]
Merge "[TASK] Remove global declarations inside methods"
Susanne Moog [Sun, 17 Apr 2011 12:17:37 +0000 (14:17 +0200)]
[BUGFIX] Correct typo in viewSingleRecord()
tx_Workspaces_Service_Workspaces::viewSingleRecord()
references a table named "pages_language_oderlay",
which should be "pages_language_overlay", instead.
Change-Id: I2f52edfd0d4a89b68373d7ca73cfc81b345af902
Resolves: #25870
Releases: 4.6, 4.5
Xavier Perseguers [Wed, 13 Apr 2011 20:24:23 +0000 (22:24 +0200)]
[TASK] Remove global declarations inside methods
Global declaration such as global $TCA or global $BE_USER should
be changed to $GLOBALS['TCA'], $GLOBALS['BE_USER'], ...
Change-Id: I6c4e2cb834e845e2be18d2be3237b57262c061b1
Relates: #25334
Xavier Perseguers [Mon, 11 Apr 2011 13:49:24 +0000 (15:49 +0200)]
[BUGFIX] Invalid use of double-quote
Due to hard-coded double-quote, workspace query fails when using Oracle.
Change-Id: I6f7570d5e1ddde8f91959191ad86b6b45293ff1e
Resolves: #25887
Releases: 4.6, 4.5
Oliver Hader [Wed, 6 Apr 2011 11:34:06 +0000 (13:34 +0200)]
[BUGFIX] Correct typing error in ext_emconf.php
The word "functiinality" should be "functionality".
Change-Id: If7964aba055a089795f6f51b3aadbe31df10ea21
Resolves: #25702
Releases: 4.6, 4.5
Tolleiv Nietsch [Wed, 9 Mar 2011 19:34:40 +0000 (20:34 +0100)]
Merge "[BUGFIX] Avoid SQL error when module is opened on moved page"
Susanne Moog [Tue, 8 Mar 2011 18:52:47 +0000 (19:52 +0100)]
Merge "[BUGFIX] Grid generates invalid id's for the group view"
Susanne Moog [Sun, 6 Mar 2011 20:11:15 +0000 (21:11 +0100)]
Merge "[BUGFIX] Fix broken topbar switcher"
Tolleiv Nietsch [Sat, 5 Mar 2011 09:49:29 +0000 (04:49 -0500)]
[BUGFIX] Avoid SQL error when module is opened on moved page
In case the backend module is opened on a page which was moved
within the current workspace there's a SQL error caused because
the processing for the relevant "Pagetree" runs empty.
Adding the current page to the processing can never break this part
because it will always be part of the result anyways.
Change-Id: I57d7740a4c436bf3fd44b8cc93d4ae1d9e9529b9
Resolves: #13635
Tolleiv Nietsch [Fri, 4 Mar 2011 15:17:50 +0000 (16:17 +0100)]
Merge "[BUGFIX] Append Fehook output to TSFE->content"
Tolleiv Nietsch [Fri, 4 Mar 2011 13:55:01 +0000 (08:55 -0500)]
[BUGFIX] Append Fehook output to TSFE->content
To avoid that the output of our preview hook
breaks the markup (and breaks IE7) we append it to the
TSFE->content instead of just outputting it.
Change-Id: I745c23a2f9d985440e2bb7365ecf2cee7cc22de1
Resolves: #13446
Tolleiv Nietsch [Fri, 4 Mar 2011 15:11:57 +0000 (16:11 +0100)]
Merge "[BUGFIX] Show fieldname if fieldtitle is empty"
Tolleiv Nietsch [Fri, 4 Mar 2011 15:11:07 +0000 (10:11 -0500)]
[BUGFIX] Show fieldname if fieldtitle is empty
Change-Id: Ie609e843031b6bfeb525b364cd401857b6fbf8c3
Resolves: #13480
Tolleiv Nietsch [Fri, 4 Mar 2011 13:35:08 +0000 (08:35 -0500)]
[BUGFIX] Add missing hsc() for WS title
Change-Id: I3a58865b6502ed71385dbff56013f3b5564240d2
Resolves: #13551
Sonja Scholz [Fri, 4 Mar 2011 13:06:31 +0000 (14:06 +0100)]
[BUGFIX] Grid generates invalid id's for the group view
ExtJS generated invalid id's for the group view which
causes javascript errors in IE7. ExtJS only makes HTMLencode
on the groupId which isn't sufficient. Override the method
to generate valid HTML-ids only.
Change-Id: I1e812d8296e90618d10c8b1032758254772ed681
Resolves: #13580
Tolleiv Nietsch [Fri, 4 Mar 2011 13:01:44 +0000 (08:01 -0500)]
[BUGFIX] Fix broken topbar switcher
Workspaces cannot be changed with the topbar switcher when the
user has no rights to the workspace module
Change-Id: I6b933d43173d1736dfa5d07e6fa4cc4b4792e76d
Resolves: #13585
tolleiv [Tue, 22 Feb 2011 23:52:10 +0000 (23:52 +0000)]
Fixed bug #12457: Split view und grid don't use StateProvider yet
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4175
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Tue, 22 Feb 2011 22:36:10 +0000 (22:36 +0000)]
Fixed bug #12855: Generate preview link visible in Live-Workspace and on non-content pages
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4172
743128fe-103e-dd11-99c4-
001b210b3e58
mbresch [Mon, 21 Feb 2011 21:40:00 +0000 (21:40 +0000)]
fixed bug #13074: missing cache_frontend configuration
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4169
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 20 Feb 2011 21:25:58 +0000 (21:25 +0000)]
Fixed bug #13098:Hide sys_workspace_stage in list view (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4142
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Sun, 20 Feb 2011 13:44:15 +0000 (13:44 +0000)]
typo in ChangeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4141
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Sun, 20 Feb 2011 13:41:03 +0000 (13:41 +0000)]
Changes according to changed ExtDirect incluseion (#17592)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4140
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Thu, 17 Feb 2011 12:10:06 +0000 (12:10 +0000)]
Fixed bug #12693: Naming of Documentation folder
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4123
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Thu, 17 Feb 2011 07:52:03 +0000 (07:52 +0000)]
cleaned changeLog
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4116
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Thu, 17 Feb 2011 07:48:19 +0000 (07:48 +0000)]
Fixed bug #12621: Documentation for new options concerning stageNotificationEmail
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4115
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Wed, 16 Feb 2011 07:50:40 +0000 (07:50 +0000)]
#Fixed bug #13003: singleIndex rows not showing up due to browser security violations
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4113
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Wed, 16 Feb 2011 07:47:20 +0000 (07:47 +0000)]
Fixed bug #13002: singleIndex page much have invalid workspace id
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4111
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Wed, 26 Jan 2011 17:10:08 +0000 (17:10 +0000)]
Fixed bug #3523: Rewrite of workspace manual started
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4040
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Wed, 26 Jan 2011 17:07:57 +0000 (17:07 +0000)]
Fixed bug #
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4039
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Wed, 26 Jan 2011 14:43:01 +0000 (14:43 +0000)]
Raised version to 4.5.0
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4033
743128fe-103e-dd11-99c4-
001b210b3e58
mbresch [Wed, 26 Jan 2011 12:53:34 +0000 (12:53 +0000)]
Fixed bug #12534: Positioning of toolbar in IE6 (Thanks to Markus Antecki)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4029
743128fe-103e-dd11-99c4-
001b210b3e58
sonne [Tue, 25 Jan 2011 21:08:01 +0000 (21:08 +0000)]
Fixed bug #10636: workspace module not usable in IE6 (Thanks to Markus Antecki)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@4010
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Tue, 25 Jan 2011 00:15:46 +0000 (00:15 +0000)]
Raised version to 4.5.0rc2 / changed state to "stable"
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3982
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Tue, 25 Jan 2011 00:03:43 +0000 (00:03 +0000)]
Fixed bug #12406: Not possible to publish change of IRRE ordering
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3981
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Mon, 24 Jan 2011 23:50:00 +0000 (23:50 +0000)]
Fixed bug #12464: Slider element is not always visible during the dragging process..
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3980
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Mon, 24 Jan 2011 21:45:30 +0000 (21:45 +0000)]
Fixed bug #17222: fitToParent calculates wrong height - workspace grid needs 40 pixel offset for render the legend
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3977
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sat, 22 Jan 2011 12:02:29 +0000 (12:02 +0000)]
Followup to #11539: Split view / initial height calculated right
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3941
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sat, 22 Jan 2011 11:50:54 +0000 (11:50 +0000)]
Followup to #11539: Split view / tooltip styling added
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3940
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Fri, 21 Jan 2011 21:24:23 +0000 (21:24 +0000)]
Fixed bug #12453: Autopublish task crashes because of misspelled class name (Thanks to Francois Suter)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3938
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Fri, 21 Jan 2011 19:25:42 +0000 (19:25 +0000)]
Fixed bug #12448: grid preview links are broken
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3935
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Fri, 21 Jan 2011 18:10:43 +0000 (18:10 +0000)]
Raised version to 4.5.0rc1
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3930
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Fri, 21 Jan 2011 16:57:18 +0000 (16:57 +0000)]
Fixed bug #12446: Fixed instantiation of UriBuilder (broken since extbase merge)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3928
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Fri, 21 Jan 2011 16:45:47 +0000 (16:45 +0000)]
Fixed bug #11574: Workspaces grid: stages should "sit" on one line
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3927
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Fri, 21 Jan 2011 13:32:40 +0000 (13:32 +0000)]
Fixed bug #12000: Cache and Favorites submenus shifts when in Workspaces
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3924
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Fri, 21 Jan 2011 09:54:10 +0000 (09:54 +0000)]
Fixed bug #12415: Respect change #17167: Cache ExtDirect::getAPI calls
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3914
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Fri, 21 Jan 2011 09:43:14 +0000 (09:43 +0000)]
Fixed bug #12308: Workspace non-admin not workspace owner sees icon to swap updated version with Live site
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3913
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Fri, 21 Jan 2011 09:33:43 +0000 (09:33 +0000)]
Fixed bug #12384: Mount points are not taken into account in element-list
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3911
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Fri, 21 Jan 2011 09:30:23 +0000 (09:30 +0000)]
Fixed bug #12325: Hide icons that don't work in the current context
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3910
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Fri, 21 Jan 2011 09:27:52 +0000 (09:27 +0000)]
Fixed bug #11539: Split view
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3909
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Thu, 20 Jan 2011 22:57:36 +0000 (22:57 +0000)]
Fixed bug #12413: Rename extension "list" to "recordlist"
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3907
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Thu, 20 Jan 2011 17:28:01 +0000 (17:28 +0000)]
Fixed bug #12055: Publishing a page does not update the new page tree
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3902
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Thu, 20 Jan 2011 15:16:04 +0000 (15:16 +0000)]
Fixed bug #12405: The workspaces module does not work in Internet Explorer
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3900
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Thu, 20 Jan 2011 14:14:49 +0000 (14:14 +0000)]
reverted rev 3898 - which was accidental commit - sorry for that :(
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3899
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Thu, 20 Jan 2011 14:11:33 +0000 (14:11 +0000)]
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3898
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Thu, 20 Jan 2011 14:04:32 +0000 (14:04 +0000)]
Fixed bug #12077: Tooltips for slider
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3897
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Thu, 20 Jan 2011 00:08:50 +0000 (00:08 +0000)]
Fxied bug #12334:"Allow members to edit records in "Review" stage" should be removed
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3890
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Thu, 20 Jan 2011 00:05:05 +0000 (00:05 +0000)]
Fixed bug #12286: Wrong icon for "Generate workspace preview link" - use eye icon instead
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3889
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Wed, 19 Jan 2011 22:50:10 +0000 (22:50 +0000)]
Fixed bug #12307: Workspaces non-admin user cannot send to next stage
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3887
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Wed, 19 Jan 2011 21:57:33 +0000 (21:57 +0000)]
follow-up to #11972
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3884
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Wed, 19 Jan 2011 21:24:59 +0000 (21:24 +0000)]
Fixed bug #11972: Switching workspaces with tabs causes module menu to loose its selection
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3882
743128fe-103e-dd11-99c4-
001b210b3e58
ohader [Tue, 18 Jan 2011 19:57:30 +0000 (19:57 +0000)]
Cleanup: Updated copyright comments
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3875
743128fe-103e-dd11-99c4-
001b210b3e58
sonne [Tue, 18 Jan 2011 16:55:23 +0000 (16:55 +0000)]
Fixed bug #12350: Wrong backpath for thumbnail generation in diff view
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3872
743128fe-103e-dd11-99c4-
001b210b3e58
sonne [Tue, 18 Jan 2011 16:44:05 +0000 (16:44 +0000)]
Fixed bug #11481: Naming of "Release" mass action is unclear
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3871
743128fe-103e-dd11-99c4-
001b210b3e58
mbresch [Tue, 18 Jan 2011 14:17:55 +0000 (14:17 +0000)]
Fixed bug #10439: Data array used in ws-grid should be cached
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3864
743128fe-103e-dd11-99c4-
001b210b3e58
mbresch [Tue, 18 Jan 2011 13:15:31 +0000 (13:15 +0000)]
Fixed bug #10439: Data array used in ws-grid should be cached
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3861
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Tue, 18 Jan 2011 12:50:08 +0000 (12:50 +0000)]
Fixed bug #12347: Incorrect registration of status report
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3860
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Tue, 18 Jan 2011 00:12:42 +0000 (00:12 +0000)]
Fixed bug #12333: "Un-Publish:" should be hidden
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3851
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Mon, 17 Jan 2011 23:49:00 +0000 (23:49 +0000)]
Fixed bug #12322: "null" is shown in diff view if original fields are empty in Firefox
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3850
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Mon, 17 Jan 2011 23:42:16 +0000 (23:42 +0000)]
Fixed bug #11587: Trash icon should "discard" too
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3849
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Mon, 17 Jan 2011 23:22:05 +0000 (23:22 +0000)]
Fixed bug #11529: Infinite not infinite / moved pages not always visible in element list
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3848
743128fe-103e-dd11-99c4-
001b210b3e58
sonne [Sun, 16 Jan 2011 18:41:35 +0000 (18:41 +0000)]
Fixed bug #12273: "Go to workspace module" link appears even if user has no access to it
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3834
743128fe-103e-dd11-99c4-
001b210b3e58
sonne [Sun, 16 Jan 2011 18:39:06 +0000 (18:39 +0000)]
Fixed bug #12272: Topbar isn't highlighted if there's only on workspace
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3832
743128fe-103e-dd11-99c4-
001b210b3e58
sonne [Sun, 16 Jan 2011 18:36:17 +0000 (18:36 +0000)]
Fixed bug #11825: non-admin editors can't see non-page records within the review module
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3831
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 16 Jan 2011 16:30:11 +0000 (16:30 +0000)]
Followup to #16630: migrateWorkspaces in Install-Tool does not work, if extbase is not intalled
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3830
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 16 Jan 2011 16:24:29 +0000 (16:24 +0000)]
Fixed bug #12076: Remove "help" tab
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3829
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 16 Jan 2011 16:18:22 +0000 (16:18 +0000)]
Fixed bug #12192: Description of workspace module for "about modules" missing
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3828
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 16 Jan 2011 16:14:46 +0000 (16:14 +0000)]
Fixed bug #12194: Legend too wide
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3827
743128fe-103e-dd11-99c4-
001b210b3e58
sonne [Sun, 16 Jan 2011 15:56:34 +0000 (15:56 +0000)]
Fixed bug #12291: Icon "Open version of page" does not go the the page of the clicked element
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3826
743128fe-103e-dd11-99c4-
001b210b3e58
mbresch [Sat, 15 Jan 2011 14:39:13 +0000 (14:39 +0000)]
Bug #11585: Hide difference column for default
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3802
743128fe-103e-dd11-99c4-
001b210b3e58
mbresch [Sat, 15 Jan 2011 14:07:37 +0000 (14:07 +0000)]
Fixed bug: include htmlspecialchars for labels used in grid to display html-tags
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3801
743128fe-103e-dd11-99c4-
001b210b3e58
ohader [Wed, 12 Jan 2011 10:36:36 +0000 (10:36 +0000)]
Raised version to 4.5.0beta4
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3741
743128fe-103e-dd11-99c4-
001b210b3e58
ohader [Wed, 12 Jan 2011 10:23:31 +0000 (10:23 +0000)]
Fixed bug: migrateWorkspaces in Install-Tool does not work, if extbase is not intalled
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3739
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 9 Jan 2011 13:52:21 +0000 (13:52 +0000)]
Fixed bug #11971: Live Tab is linked in Live view
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3683
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Thu, 6 Jan 2011 15:59:52 +0000 (15:59 +0000)]
Fixed bug #11815: WorkspacePreviewLink should be a link
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3665
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Thu, 6 Jan 2011 15:48:13 +0000 (15:48 +0000)]
Fixed bug #11029: Workspaces module: Row detail view (Thanks to Lars Zimmermann and Berit Jensen)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3664
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Thu, 6 Jan 2011 14:33:58 +0000 (14:33 +0000)]
Fixed bug #11674: Selection of row deletes checkbox selection
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3663
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Thu, 6 Jan 2011 14:22:28 +0000 (14:22 +0000)]
Fixed bug #11647: Switching workspace doesn't refresh new pagetree
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3662
743128fe-103e-dd11-99c4-
001b210b3e58
benni [Sat, 1 Jan 2011 12:51:06 +0000 (12:51 +0000)]
Fixed bug #3358: make sure only "element" versioning type is supported / used - added status report for Reports module
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3626
743128fe-103e-dd11-99c4-
001b210b3e58
psychomieze [Thu, 30 Dec 2010 14:26:39 +0000 (14:26 +0000)]
Fixed bug #11789: fluid viewhelper renderFlashMessages is deprecated
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3614
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Tue, 28 Dec 2010 14:56:53 +0000 (14:56 +0000)]
cleaned em_conf
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3598
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Tue, 28 Dec 2010 10:14:27 +0000 (10:14 +0000)]
added ChangeLog entry for last commit
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3590
743128fe-103e-dd11-99c4-
001b210b3e58
steffenk [Tue, 28 Dec 2010 08:57:13 +0000 (08:57 +0000)]
Follow-up to 11635: removed remaining event listener
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3587
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 26 Dec 2010 09:36:32 +0000 (09:36 +0000)]
Fixed issue #11722: TempFlashMessageQueueViewHelper is not required anymore
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3569
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sun, 26 Dec 2010 09:21:42 +0000 (09:21 +0000)]
Fixed bug #11718: ExtJS confirmation window contents might be "cached"
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3568
743128fe-103e-dd11-99c4-
001b210b3e58
tolleiv [Sat, 25 Dec 2010 10:28:30 +0000 (10:28 +0000)]
Fixed bug #11473 Send to stage window may be too large
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/workspaces/trunk@3562
743128fe-103e-dd11-99c4-
001b210b3e58