[TYPO3-dev] TYPO3-dev Digest, Vol 90, Issue 22

Éric Thibault Eric.Thibault at dc.ulaval.ca
Wed Mar 16 13:36:26 CET 2011


Thank you for the feedback...

Is there a way to configure the default Typo3 calendar to also set the time because I have an important extension that uses 2 datetime fields for calculations... or am I better off to set a seperate time field and refactor the code?



-----Message d'origine-----
De : typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-bounces at lists.typo3.org] De la part de typo3-dev-request at lists.typo3.org
Envoyé : 16 mars 2011 07:00
À : typo3-dev at lists.typo3.org
Objet : TYPO3-dev Digest, Vol 90, Issue 22

Send TYPO3-dev mailing list submissions to
	typo3-dev at lists.typo3.org

To subscribe or unsubscribe via the World Wide Web, visit
	http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
or, via email, send a message with subject or body 'help' to
	typo3-dev-request at lists.typo3.org

You can reach the person managing the list at
	typo3-dev-owner at lists.typo3.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of TYPO3-dev digest..."


Today's Topics:

   1. Re: Question about autoloader (Kay Strobach)
   2. date2cal VS datetime fields (?ric Thibault)
   3. Re: date2cal VS datetime fields (Stefan Galinski)
   4. Re: date2cal VS datetime fields (Alban Cousini?)
   5. Re: date2cal VS datetime fields (Steffen Kamper)


----------------------------------------------------------------------

Message: 1
Date: Tue, 15 Mar 2011 12:01:28 +0100
From: Kay Strobach <typo3 at kay-strobach.de>
Subject: Re: [TYPO3-dev] Question about autoloader
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1300186902.3769.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-15

Hi together,

added vote for patch in bugtracker as mentioned.
Hopefully it find it's way in 4.5.3 or 4.6.

Regards
Kay

Am 15.03.2011 11:48, schrieb Sebastian Fischer:
> On 15.03.2011 08:46, Xavier Perseguers wrote:
>> Hello Kay,
>>
>>> Perhaps the autoloader logik should be ported to the core, so that a
>>> directory structure is forced by convention for oldstyle extensions as
>>> well. And anyone who respects the structure don't need the autoloading
>>> registry. I think this will reduce the needed RAM drastically ;)
>>>
>>> What do you think?
>>
>> I have had this idea a long time ago. We may think about it as Extbase
>> is to become more and more present but at the same time I'm the first
>> one to have switched to Extbase-like extensions without using Extbase.
>>
>> You may "vote" here:
>>
>> http://bugs.typo3.org/view.php?id=12067
>>
>> Back then I wrote a patch. IIRC it should have been slightly updated but
>> it may serve as basis and you could then send it back...
>>
>> Cheers
>>
> 
> +1 for using the same conventions like in extbase even in pibase
> extensions. I use the same folder structure in all my extensions for a
> long time. Because im to lazy and maybe to dumb to keep different
> structures in mind.
> Only thing is, that the kickstarter is not usable for that, but thats no
> reason because all files could be copied in place very fast.
> 
> Greetings
> Sebastian


-- 
http://www.kay-strobach.de - Open Source Rocks


------------------------------

Message: 2
Date: Tue, 15 Mar 2011 11:49:09 -0400
From: ?ric Thibault <Eric.Thibault at dc.ulaval.ca>
Subject: [TYPO3-dev] date2cal VS datetime fields
To: "typo3-dev at lists.typo3.org" <typo3-dev at lists.typo3.org>
Message-ID: <mailman.14278.1300204176.648.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset="iso-8859-1"

We have just installed Typo3 4.5.2.  We installed the new version of date2cal (7.3.1) but have a huge problem...

We do not have any way so specify the time in a datetime field anymore!!!!

The documentation does not indicate any modification for datetime fields...

As we have a calendar in our site... it is a feature that is very important to us!

Anyone has experienced that bug?

Thanks a million!

Eric Thibault
UL


------------------------------

Message: 3
Date: Tue, 15 Mar 2011 17:11:08 +0100
From: Stefan Galinski <sgalinski at df.eu>
Subject: Re: [TYPO3-dev] date2cal VS datetime fields
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1300205480.2505.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset="UTF-8"

?ric Thibault wrote:

> We have just installed Typo3 4.5.2.  We installed the new version of
> date2cal (7.3.1) but have a huge problem...
> 
> We do not have any way so specify the time in a datetime field anymore!!!!
> 
> The documentation does not indicate any modification for datetime
> fields...
> 
> As we have a calendar in our site... it is a feature that is very
> important to us!
> 
> Anyone has experienced that bug?
> 
> Thanks a million!
> 
> Eric Thibault
> UL

Hi Eric,

Do you really need date2cal for the backend? You can disable it inside the 
global extension configuration (extension manager).

-- 
Stefan Galinski
staatl. gepr?fter Informatiktechniker


------------------------------

Message: 4
Date: Tue, 15 Mar 2011 17:24:08 +0100
From: Alban Cousini? <lists at mind2machine.com>
Subject: Re: [TYPO3-dev] date2cal VS datetime fields
To: "'List for Core-/Extension development'"
	<typo3-dev at lists.typo3.org>
Message-ID: <mailman.14279.1300206262.648.typo3-dev at lists.typo3.org>
Content-Type: text/plain;	charset="iso-8859-1"

I had a similar problem and my solution was to uninstall date2cal. 
Anyway I think it is no longer needed, as Typo3 now has its own advanced
date editing system for date fields.

Regards,

Alban Cousinie

> -----Message d'origine-----
> De?: typo3-dev-bounces at lists.typo3.org [mailto:typo3-dev-
> bounces at lists.typo3.org] De la part de ?ric Thibault
> Envoy??: mardi 15 mars 2011 16:49
> ??: typo3-dev at lists.typo3.org
> Objet?: [TYPO3-dev] date2cal VS datetime fields
> 
> We have just installed Typo3 4.5.2.  We installed the new version of
> date2cal (7.3.1) but have a huge problem...
> 
> We do not have any way so specify the time in a datetime field anymore!!!!
> 
> The documentation does not indicate any modification for datetime
fields...
> 
> As we have a calendar in our site... it is a feature that is very
important
> to us!
> 
> Anyone has experienced that bug?
> 
> Thanks a million!
> 
> Eric Thibault
> UL
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev



------------------------------

Message: 5
Date: Tue, 15 Mar 2011 18:02:47 +0100
From: Steffen Kamper <info at sk-typo3.de>
Subject: Re: [TYPO3-dev] date2cal VS datetime fields
To: typo3-dev at lists.typo3.org
Message-ID: <mailman.1.1300208585.7488.typo3-dev at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi,

i just found an old component of mine which is worth to integrate for 
datetimefields:
http://dev.sk-typo3.de/ext/datetimepicker.html

vg Steffen


------------------------------

_______________________________________________
TYPO3-dev mailing list
TYPO3-dev at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev

End of TYPO3-dev Digest, Vol 90, Issue 22
*****************************************




More information about the TYPO3-dev mailing list