[MODDB] Automatic Daylight Savings Time (DST) 2

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Get Involved
User avatar
MartectX
Translator
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: [BETA] Automatic Daylight Savings Time (DST) 1.1.7

Post by MartectX »

Version 1.1.7
  • Compatibility with PHP < 5.2.0
To update, just replace includes/automatic_dst.php.
Morun
Registered User
Posts: 30
Joined: Tue Mar 17, 2009 4:28 pm

Re: [BETA] Automatic Daylight Savings Time (DST) 1.1.7

Post by Morun »

Hi MartectX,

thanks for the quick fix. Now I can visit most pages of the test board again, yet when I want to confirm the board time zone in ACP > Board Settings, I get (just when opening the page, not only when I want to confirm/change the setting):

Code: Select all

Fatal error: Class 'DateTimeZone' not found in /hp/ac/ad/pp/www/test-forum/includes/automatic_dst.php on line 125
MartextX wrote:Hmmm... it seems that the DateTime object is only supported from 5.2.0 on - it is in PHP >= 5.1.0, but you need to explicitly enable it when you compile PHP versions < 5.2.... did you do that?
No, didn't do that; not quite sure how to do that anyways, or rather, if I'm able to do it on our hosted server..

Cheers,
Morun
User avatar
MartectX
Translator
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: [BETA] Automatic Daylight Savings Time (DST) 1.1.7

Post by MartectX »

Morun wrote:When I want to confirm the board time zone in ACP > Board Settings, I get (just when opening the page, not only when I want to confirm/change the setting):

Code: Select all

Fatal error: Class 'DateTimeZone' not found in /hp/ac/ad/pp/www/test-forum/includes/automatic_dst.php on line 125
OK I have located the source of the error and will come up with a solution (EDIT) before the end of the week.
User avatar
MartectX
Translator
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: [BETA] Automatic Daylight Savings Time (DST) 1.1.8

Post by MartectX »

Version 1.1.8
  • Enhanced compatibility with PHP < 5.2.0
  • Fixed Antarctica (cheer up, penguins!)
To update, just replace includes/automatic_dst.php.
Morun
Registered User
Posts: 30
Joined: Tue Mar 17, 2009 4:28 pm

Re: [BETA] Automatic Daylight Savings Time (DST) 1.1.8

Post by Morun »

Seems to work fine now, thanks so much!


Cheers,
Morun
User avatar
MartectX
Translator
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: [RC] Automatic Daylight Savings Time (DST) 2 RC0

Post by MartectX »

Version 2.0.0 RC0
  • Upgrade instructions for 1.0.6
  • Support MOD Version Check
User avatar
MartectX
Translator
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: [RC] Automatic Daylight Savings Time (DST) 2 RC1

Post by MartectX »

Version 2.0.0 RC1
  • Prevent time zone mix up in case of accidental multiple calls to $user->setup()
User avatar
Muad''Dib
Registered User
Posts: 311
Joined: Tue Jun 12, 2007 6:20 pm
Contact:

Re: [RC] Automatic Daylight Savings Time (DST) 2 RC1

Post by Muad''Dib »

Everything works good over here...

Couple of minor things..

I took a look at the upgrade instructions .. and they seem a bit messed up. I didnt go over them really well.. i just assumed they were a work in progress??

Also, Mod Version Check says the Mod is up to date, but the Current Version installed is RC1, and the latest version is RC0 ;)
User avatar
MartectX
Translator
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: [RC] Automatic Daylight Savings Time (DST) 2 RC1

Post by MartectX »

Muad''Dib wrote:I took a look at the upgrade instructions .. and they seem a bit messed up. I didnt go over them really well.. i just assumed they were a work in progress??
On the contrary, they should be 100% accurate! I tested them with AutoMOD™.
Muad''Dib wrote:Also, Mod Version Check says the Mod is up to date, but the Current Version installed is RC1, and the latest version is RC0 ;)
Thanks I forgot to up that version count. MVC seems not to take the <release> tag into account when comparing versions but hopefully there won't be many RC releases.
troublegum44
Registered User
Posts: 58
Joined: Wed May 13, 2009 7:46 pm

Re: [RC] Automatic Daylight Savings Time (DST) 2 RC1

Post by troublegum44 »

I have installed this mod and it works really well. This is probably the single most useful mod available and should be the way phpBB deals with DST as standard. In my opinion, the users should not have to remember to enable and disable DST every 6 months if applicable to them.

Previously I have had complaints from logged in users that the time is out by an hour and have had to make announcements telling them how to rectify it. This mod will prevent that.

Thanks again! :D
User avatar
MartectX
Translator
Posts: 1324
Joined: Wed Dec 19, 2007 8:05 pm
Location: Marienplatz

Re: [MODDB] Automatic Daylight Savings Time (DST) 2 RC1

Post by MartectX »

Well thank you troublegum44! :D

By the way: This upgrade has been validated!
Locked

Return to “[3.0.x] MODs in Development”