Search found 291 matches
- Wed Jul 14, 2010 12:19 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC|Accepted] Symfony 2
- Replies: 84
- Views: 183584
Re: [RFC] Symfony 2
This advice applies to phpBB3 as well. If another customer on the same server can edit your site then that's always going to be bad.
- Wed Jul 14, 2010 9:01 am
- Forum: [3.x] Discussion
- Topic: Make regdate display more convenient
- Replies: 13
- Views: 25335
Re: Make regdate display more convenient
Date only on viewtopic/pms/etc. and full date time on profile.
- Sun Jul 11, 2010 4:35 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Switch to PHP timezone handling
- Replies: 95
- Views: 198324
Re: [RFC] Switch to PHP timezone handling
That said, why not simply converting the current timezone list into data that can be used for timezone handling, what is the advantage of having (for example) 150 timezones in America while in reality there are only 7 timezones used. If its all about "it looks fancy" I'd vote against this, even ...
- Sat Jul 10, 2010 10:44 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Switch to PHP timezone handling
- Replies: 95
- Views: 198324
Re: [RFC] Switch to PHP timezone handling
Interesting thought, shall investigate.EXreaction wrote:With an offset you'd have to give the ability to list locations by their offset to let the user select.
- Sat Jul 10, 2010 10:18 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Switch to PHP timezone handling
- Replies: 95
- Views: 198324
Re: [RFC] Switch to PHP timezone handling
I was hoping to avoid categorising them myself.EXreaction wrote:You could maybe use categories and some javascript.
Javascript will give you an offset not a timezone.EXreaction wrote:I am not sure how much info you can get from the user's browser of the timezone, but autoselecting would be fantastic.
- Sat Jul 10, 2010 5:16 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Switch to PHP timezone handling
- Replies: 95
- Views: 198324
Re: [RFC] Switch to PHP timezone handling
America still has somewhere in the region of 150 timezones on it's own.
- Sat Jul 10, 2010 1:25 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Switch to PHP timezone handling
- Replies: 95
- Views: 198324
Re: [RFC] Switch to PHP timezone handling
Anybody got a bright idea on how to present the timezone list for users to chose, there are like 500 timezones known to PHP just dropping them all in a drop down would be crazy.
- Thu Jul 08, 2010 5:42 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Merged] Modular cron
- Replies: 93
- Views: 175739
Re: [RFC] Modular cron
Logging and stuff like that will probably break otherwise.EXreaction wrote:Why does cron.php load the session at all? Would save a few queries without it.
- Thu Jul 08, 2010 12:07 am
- Forum: General Development Discussion
- Topic: Git hooks
- Replies: 53
- Views: 112268
Re: Git hooks
I updated the hook to append the tracker ID to the commit message pre editing, it makes more sense this way and will confuse people less. I also added a line length check to the commit message hook, I'm not sure how to best approach validating syntax; I could add one giant regex but I'd rather parse ...
- Wed Jul 07, 2010 11:08 pm
- Forum: [3.1/Ascraeus] Merged RFCs
- Topic: [RFC|Accepted] Coding Guideline Modifications
- Replies: 79
- Views: 155867
Re: [RFC] Coding Guideline Modifications
The '@version $Id: $' bit in file headers should go as it makes no sense in Git.