Project

General

Profile

Activity

From 2005-03-02 to 2005-03-31

2005-03-29

23:35 Revision 1d9d9a8b: * Added a Russian flag (thanks to Michael Shigorin)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@590 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
23:28 Revision 3c354b4e: * Added a Russian flag (thanks to Michael Shigorin)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@589 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
12:32 Revision 3b1fe2a7: * Changed "MEDIUMBLOB" to "mediumblob" in typo3/sysext/cms/ext_tables.sql
* Added hook in tslib_fe
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@588 709f56b5-9817-0410-a4d7-c38de5d9e867
Ingmar Schlecht

2005-03-28

15:41 Revision 5df32953: * Corrected a typo in fe_adminLib.inc (Ingmar watch this!)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@587 709f56b5-9817-0410-a4d7-c38de5d9e867 Michael Stucki
13:14 Revision 129c2e3f: * New Feature #0000341: New option "ascii" for spamProtectEmailAddresses (very cool, because it doesn't need JavaScript! Thanks to user "Karsten" on bugs.typo3.org)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@586 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
12:04 Revision b9aeb8eb: * Fixed bug #0000341: Changed table definition of "fe_session_data" so field "content" is MEDIUMBLOB instead of BLOB
* Fixed bug #0000890: fe_adminLib.inc procesSetFixed does not support userFunc_afterSave
* Fixed bug #0000316: Backen...
Ingmar Schlecht

2005-03-25

18:56 Revision eb0ab3bf: * Added two hooks for tx_timtaw, written by Sebastian Kurfuerst
* FORM object is finally able to create a reset button (closes #0000743, thanks to Michael Scharkow)
* FE editing: Up...
Michael Stucki

2005-03-23

16:16 Revision 53f3688b: Fixed bug #825 by adding longtext to the list of known data types.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@583 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
14:57 Revision 7a55e119: *** empty log message ***
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@582 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj

2005-03-16

12:35 Revision 6daa3861: * Fixed bug #0000280: pi_list_query() produced wrong query when $orderBy paramater was not given.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@581 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
12:34 Revision 69c2df03: Fixed tiny bug #0000280: pi_list_query() produced wrong query when $orderBy paramater was not given.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@580 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
12:09 Revision f06a14a3: * Fixed bug #0000335 in class.t3lib_extfilefunc.php: If $this->dont_use_exec_commands was set, it was impossible to delete any directories, which is now possible again. It's still impossible to delete direcories recursively though.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@579 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht
12:05 Revision 7be11ab0: Fixed bug #0000335: If $this->dont_use_exec_commands was set, it was impossible to delete any directories, which is now possible again. It's still impossible to delete recursive direcories though.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@578 709f56b5-9817-0410-a4d7-c38de5d9e867 Ingmar Schlecht

2005-03-10

18:57 Revision 4487f380: Removed PEAR DB from the extension. It wasn't fully supported until now, and the library itself should be in a seperate extension (if needed at all, better use the one from PEAR directly).
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@353 735d13b6-9817-0410-8766-e36946ffe9aa Karsten Dambekalns
15:03 Revision a7a88e6b: Added feature that connects cache-control headers with whether user-logins are allowed in a branch or not. Makes mixing of cached and dynamic user-dependant content easier.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@577 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
09:51 Revision 8f35d85f: Updating CJK chars info in charType().
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@576 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker

2005-03-09

11:17 Revision 8cc3236d: Fixed a small bug/typo.
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@575 709f56b5-9817-0410-a4d7-c38de5d9e867 Karsten Dambekalns
09:58 Revision 704a14c9: Removed the ADOdb library from the DBAL extension, we depend on the ADOdb extension (by Robert Lemke) instead.
git-svn-id: https://svn.typo3.org/TYPO3v4/Extensions/dbal/trunk@352 735d13b6-9817-0410-8766-e36946ffe9aa Karsten Dambekalns

2005-03-08

17:38 Revision 4cf1f42f: Hooks in tslib_fe, Frontend login mode feature for pages; various other things. see changelog
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@574 709f56b5-9817-0410-a4d7-c38de5d9e867 Kasper Skårhøj
13:16 Revision 163532bc: Updating alpha chars info in charType().
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@573 709f56b5-9817-0410-a4d7-c38de5d9e867 Martin Kutschker

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
 

Also available in: Atom