projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5f1db8
)
t3lib_div::expandList, t3lib_page::deleteClause, tslib_cObj->editpanel
author
Martin Kutschker
<martin.t.kutschker@blackbox.net>
Tue, 19 Apr 2005 16:39:54 +0000
(16:39 +0000)
committer
Martin Kutschker
<martin.t.kutschker@blackbox.net>
Tue, 19 Apr 2005 16:39:54 +0000
(16:39 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@666
709f56b5
-9817-0410-a4d7-
c38de5d9e867
ChangeLog
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index
64d1bd2
..
fa924b3
100755
(executable)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,10
@@
+
+2005-04-19 Martin Kutschker <martin.t.kutschker@blackbox.net>
+
+ * Changed t3lib_page::deleteClause to make it JOIN-safe
+ * Added innerWrap and outerWrap properties to EDITPANEL and innerWrap, outerWrap and color properties to EDITPANEL.previewBorder
+ * Added t3lib_div::expandList (turns eg "1,3-5,7" into "1,3,4,5,7")
+
2005-04-18 Karsten Dambekalns <karsten@typo3.org>
* typo3/file_upload.php: Small fix to fix bug #986, patch by Sebastian Kurfuerst.