Project

General

Profile

Activity

From 2005-02-06 to 2005-03-07

2005-03-07

17:19 Revision bf931eeb: Fix for the formmail issue (TYPO3-20050307-1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@572 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
16:32 Revision f24039fc: Fix for the formmail issue (TYPO3-20050307-1)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@571 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns

2005-03-02

11:04 Revision 5a150fd5: Add "-raw" to [FE][tidy_path] so charsets other than iso-8859-1 and utf-8 work out-of-the-box.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@570 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker

2005-02-25

12:43 Revision 945838bb: Fix utf8_encode for shift_jis (problem with chars between 160 and 223)
Fix bug #576 (case conversion with mbstring)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@569 709f56b5-9817...
Martin Kutschker

2005-02-24

10:58 Revision b062c221: * Mailer problem: Postfix < 2.0 is now automatically detected (see below)
* The install option (see below) has been removed again
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/branches/TYP...
Michael Stucki

2005-02-22

22:27 Revision 12496b25: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@567 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj

2005-02-21

00:32 Revision f5e5a427: * Fixed a typo in the User TSconfig reference in ext_tables_static+adt.sql
* !!! Renamed t3lib_stdGraphic->imageCreateFromGif into imageCreateFromFile. The old function will remain for providi... Michael Stucki

2005-02-17

17:30 Revision ee28da60: Fixed a leftover call to mysql_query to use the abstracted alternative.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@565 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
14:08 Revision d594c708: * Added 3 hooks for each hardcoded function in css_styled_content so extensions can be written which provides alternative renderings without XCLASSING.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@564 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj

2005-02-15

16:53 Revision 8008e7ed: Fixed a few small bugs in indexed-search
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@563 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
16:08 Revision 8652db6b: * The indexed-search lexer has been updated so it supports "printjoins" (characters like ' or - which are allowed inside of words) and there is also support for Chinese/Japanese/Korean (CJK) indexing/searching.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@562 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj

2005-02-14

18:24 Revision c98a7b93: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@561 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
18:23 Revision d90f74db: Changes to indexed_search
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@560 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj

2005-02-13

19:15 Revision e4aa159e: Added three new types to parseFieldDef() - bigint, numeric, decimal. They all get catered for in the DBAL extension and do no harm otherwise.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@559 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns

2005-02-11

16:08 Revision 20655346: Updated ChangeLog.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@558 709f56b5-9817-0410-a4d7-c38de5d9e867 Andreas Otto †
15:40 Revision 0fea4255: In order to use enableTypeByConfig on more types than Input and Text the variable $specConf had to be set. This was done to all getSingleField_* methods which use $this->renderWizards. A list of the methods is provided below.
903: function getSingleField_typeInput
$specConf: Yes
$this->renderWizards: Yes
955: function getSingleField_typeTex...
Andreas Otto †

2005-02-08

21:56 Revision 9f561f54: Just added a comment for $copyMappingArray_merged
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@556 709f56b5-9817-0410-a4d7-c38de5d9e867 Robert Lemke
08:27 Revision 99bcf996: typo correction
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@555 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki

2005-02-07

09:48 Revision 65c8d8e7: Bringing the DBAL extension AS OF JANUARY 2005 into CVS.
Works pretty well, but still needs more work. A few optimizations are planned and some bugs in native mode need to be... Karsten Dambekalns

2005-02-06

23:51 Revision e542e74e: Bringing the DBAL extension AS OF JULY 2004 into CVS. This is rather for historic purposes, more changes will follow in the near future.
This version was already a huge step forward, but it will not work as expected with 3.7.x or 3.8.x. You have been war... Karsten Dambekalns
12:25 Revision 4fe6797b: * Fixed a typo (closes #0000127)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@554 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
 

Also available in: Atom