summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Marco Bresch [Wed, 6 Jul 2011 17:21:40 +0000 (19:21 +0200)]
Merge "[BUGFIX] Versioning with context menu is visible if workspaces are enabled"
Michael Klapper [Wed, 22 Jun 2011 14:34:42 +0000 (16:34 +0200)]
[BUGFIX] Versioning with context menu is visible if workspaces are enabled
Change-Id: I31592fb3dcbb334192497ea6e60e7498f4665847
Resolves: #25962
Releases: 4.6, 4.5
Xavier Perseguers [Wed, 13 Apr 2011 20:21:07 +0000 (22:21 +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'], ...
Relates: #25334
Change-Id: I5ee61b0704cf95513d0419a5e58532a72f8e63de
Oliver Hader [Mon, 13 Jun 2011 15:26:12 +0000 (17:26 +0200)]
[BUGFIX] Wrong call to TCEmain object
Change-Id: I9211e3eb85a82c0b0966f4263e484ff7ce60321e
Releases: 4.6, 4.5
Oliver Hader [Mon, 13 Jun 2011 15:19:17 +0000 (17:19 +0200)]
[TASK] Fix several incompatible PHPdoc comments
Change-Id: If76be500fb465e355831ca40b23b971c8bcfd2d1
Releases: 4.6, 4.5
Steffen Kamper [Sun, 10 Apr 2011 18:01:07 +0000 (20:01 +0200)]
[BUGFIX] Workspace notification emails are sent to hidden users
Stage change notification emails are sent to hidden users
because the be_user enable fields are not taken into
account.
Change-Id: Ia2d6b94691bb5f0e68dbd32362ae4dd1610f0c59
Resolves: #21033
Releases: 4.6, 4.5
Oliver Hader [Tue, 10 May 2011 10:51:20 +0000 (12:51 +0200)]
[TASK] Reapply direct changes of TYPO3 Core
Commits
59900b6682cc043d7541b3e26380cb3dd843d14b..
218a48ef59c671e3b27e74e88c52c4737f280062
Change-Id: Ie69a8434dc32b90281ab0cf2118a532bed9cedff
Resolves: #26728
Francois Suter [Tue, 19 Apr 2011 11:51:27 +0000 (13:51 +0200)]
[BUGFIX] Force icon overlay for deleted records
t3lib_iconWorks::mapRecordOverlayToSpriteIconName() defines the
overlays to display for any given record icon, but it not workspace-
aware. However a pending request adds a hook to override the
icon overlays. This enables the "version" extension to hook into
the process and force the overlays to "deleted" when the current
record's t3ver_state = 2 (i.e. it is deleted in a workspace).
Test in conjunction with https://review.typo3.org/#change,1459
Change-Id: I63793da2450dbf5113218441713a5edb79e6f21d
Resolves: #24641
Releases: 4.6, 4.5
Oliver Hader [Wed, 6 Apr 2011 11:26:13 +0000 (13:26 +0200)]
[BUGFIX] Flushing workspace version should also modify t3ver_tstamp
If workspaces versions get flushed or cleared, the t3ver_tstamp value
should be adjusted as well. This indicates that a record was changes
and gets very handy if automated content deployments are used.
Change-Id: I78f8ca43266e97613f2e07bd589a403b7b58a4a2
Resolves: #25789
Releases: 4.6, 4.5
Oliver Hader [Tue, 5 Apr 2011 13:14:19 +0000 (15:14 +0200)]
[BUGFIX] Removing child records in a workspace does not work
These parts are not working with IRRE in workspaces:
Removing children in TCEforms
Removing children in the list view
Reverting changes in the workspace module
Change-Id: I703d7e4cb08a3a3f3f07de0c7c63f2b827119adc
Resolved: #13941
Releases: 4.6, 4.5
Tolleiv Nietsch [Sun, 20 Feb 2011 21:49:39 +0000 (21:49 +0000)]
Fixed bug #13096: class tx_version_tcemain_CommandMap contains calls to protected methods from tx_version_tcemain (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4148
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Sun, 20 Feb 2011 21:42:24 +0000 (21:42 +0000)]
Fixed bug #13094,Cannot push IRRE records to next stage (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4146
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Sun, 20 Feb 2011 21:37:24 +0000 (21:37 +0000)]
Fixed bug #13097: tx_version_tcemain->processCmdmap - &$commandIsProcessed is not set to TRUE (Thanks to Andreas Kiessling)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4144
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Thu, 17 Feb 2011 11:15:49 +0000 (11:15 +0000)]
Fixed bug #12615: Dependencies in sysext 'version' and 'workspaces'
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4118
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Wed, 26 Jan 2011 14:54:40 +0000 (14:54 +0000)]
Reapplied #17284: Formprotection persistToken method is called too often, causing unnecessary DB-load - included in 4.5.0 (Thanks to Helmut Hummel / Ernesto Baschny)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4035
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Wed, 26 Jan 2011 14:41:22 +0000 (14:41 +0000)]
Raised version to 4.5.0
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@4031
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Tue, 25 Jan 2011 00:18:41 +0000 (00:18 +0000)]
Raised version to 4.5.0rc2
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3984
743128fe-103e-dd11-99c4-
001b210b3e58
Susanne Moog [Mon, 24 Jan 2011 19:50:31 +0000 (19:50 +0000)]
Fixed bug #12505: Fatal Error: Call to undefined method t3lib_TCEmain::rawCopyPageContent()
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3976
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Fri, 21 Jan 2011 18:13:17 +0000 (18:13 +0000)]
Raised version to 4.5.0rc1
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3932
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Thu, 20 Jan 2011 18:21:30 +0000 (18:21 +0000)]
Fixed bug #12386: "Publish only content in publish stage" doesn't work anymore
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3903
743128fe-103e-dd11-99c4-
001b210b3e58
Susanne Moog [Thu, 20 Jan 2011 16:19:01 +0000 (16:19 +0000)]
Fixed bug #12397: CSRF protection for clickmenu and old workspace module (Thanks to Helmut Hummel)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3901
743128fe-103e-dd11-99c4-
001b210b3e58
Susanne Moog [Wed, 19 Jan 2011 22:51:19 +0000 (22:51 +0000)]
Fixed bug #12307: Workspaces non-admin user cannot send to next stage
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3888
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Tue, 18 Jan 2011 19:56:32 +0000 (19:56 +0000)]
Cleanup: Updated copyright comments
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3874
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Wed, 12 Jan 2011 10:36:16 +0000 (10:36 +0000)]
Raised version to 4.5.0beta4
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3740
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Wed, 12 Jan 2011 10:09:45 +0000 (10:09 +0000)]
Follow-up to bug #11832: Label of the anchor is empty
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3738
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Sun, 9 Jan 2011 14:24:55 +0000 (14:24 +0000)]
Fixed bug #11832: Versioning - t3lib_extMgm::createListViewLink() function no longer available (Thanks to Mark Johnston)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3686
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Sun, 9 Jan 2011 14:02:13 +0000 (14:02 +0000)]
Fixed bug #16786: Generating preview link not working since Update to 4.4.5
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3684
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Thu, 6 Jan 2011 16:49:48 +0000 (16:49 +0000)]
Fixed bug #11926: Language file Resources/Private/Language/emails.xml can not be translated (Thanks to Christopher)
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3666
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Sat, 1 Jan 2011 19:00:50 +0000 (19:00 +0000)]
Fixed bug #11833: Sorting order of IRRE records is wrong after publishing
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3627
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Tue, 28 Dec 2010 15:27:31 +0000 (15:27 +0000)]
Cleanup: Fixed XLCASS block
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3604
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Tue, 28 Dec 2010 15:22:00 +0000 (15:22 +0000)]
Cleanup: Renamed command map class file to start with proper extension prefix
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3603
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Tue, 28 Dec 2010 15:21:07 +0000 (15:21 +0000)]
Cleanup: Fixed PHPdoc comments, type hints and XCLASS blocks
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3602
743128fe-103e-dd11-99c4-
001b210b3e58
Steffen Kamper [Tue, 28 Dec 2010 14:56:35 +0000 (14:56 +0000)]
cleaned em_conf
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3597
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Wed, 22 Dec 2010 17:31:23 +0000 (17:31 +0000)]
Fixed bug:#11606 Remove "Send to review / pub" from contextmenu
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3537
743128fe-103e-dd11-99c4-
001b210b3e58
Sonja Scholz [Tue, 21 Dec 2010 20:06:30 +0000 (20:06 +0000)]
Fixed bug #11633: Versioning module should not be available when workspaces is loaded
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3520
743128fe-103e-dd11-99c4-
001b210b3e58
Steffen Gebert [Sun, 5 Dec 2010 11:32:10 +0000 (11:32 +0000)]
Fixed bug #11290: PHP notices from XCLASS inclusions
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3301
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Wed, 1 Dec 2010 14:17:43 +0000 (14:17 +0000)]
Raised version to 4.5.0beta2a
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3212
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Wed, 1 Dec 2010 13:51:40 +0000 (13:51 +0000)]
Raised version to 4.5.0beta2b
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3208
743128fe-103e-dd11-99c4-
001b210b3e58
Tolleiv Nietsch [Wed, 1 Dec 2010 13:42:03 +0000 (13:42 +0000)]
Fixed bug: #11209: BACK_PATH is not handled right in class.tx_version_gui.php
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3203
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Tue, 30 Nov 2010 23:20:31 +0000 (23:20 +0000)]
Raised version to 4.5.0beta2
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3150
743128fe-103e-dd11-99c4-
001b210b3e58
Sonja Scholz [Sun, 28 Nov 2010 21:49:58 +0000 (21:49 +0000)]
#5923: Notify per email if groups are selected instead of single users
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3081
743128fe-103e-dd11-99c4-
001b210b3e58
Sonja Scholz [Sat, 27 Nov 2010 12:58:37 +0000 (12:58 +0000)]
Imported version system extension from core repository revision 9658
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@3068
743128fe-103e-dd11-99c4-
001b210b3e58
Oliver Hader [Thu, 11 Nov 2010 19:22:16 +0000 (19:22 +0000)]
Created structure for workspaces and version system extension
git-svn-id: https://svn.typo3.org/TYPO3v4/CoreProjects/workspaces/version/trunk@2723
743128fe-103e-dd11-99c4-
001b210b3e58