Search found 737 matches

by nickvergessen
Thu Apr 15, 2010 12:37 pm
Forum: [3.x] Discussion
Topic: Timezone DST Handling in 3.1
Replies: 6
Views: 10920

Timezone DST Handling in 3.1

As the minimum requirement for 3.1 is php 5.2 we should do something on this. Switching from DST on to off and back again is quite stupid.

What I also would like to have is a function, which gives back the UTC timestamp from a date+time the user specified with his timezone/dst-settings.
by nickvergessen
Thu Apr 15, 2010 12:06 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Modular cron
Replies: 93
Views: 173534

Re: [RFC] Modular cron

Instead of include_once you should use if (!function_exists('')) { include(); } f.e. in http://github.com/p/phpbb3/blob/6429e830d920305f6ce4cbacf732eb681e807b66/phpBB/includes/cron_tasks/standard/tidy_warnings.php#L34 same file: return !!$config['warnings_expire_days']; is also a little lalala, we d...
by nickvergessen
Wed Apr 14, 2010 7:43 pm
Forum: [3.x] Discussion
Topic: Add User ACP
Replies: 17
Views: 34836

Re: Add User ACP

eviL3 wrote:Can you provide use-cases for why a standard board would need such a feature?
Usecase:
Boards with limited people accessing. To protect your board from spam you can disable registration and add the new users yourself by hand.
by nickvergessen
Fri Apr 09, 2010 10:48 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Optimized Page Titles patch
Replies: 28
Views: 86153

Re: [RFC] Optimized Page Titles patch

VSE+ wrote:
ameeck wrote:Is there a reason to replace bullets with hyphens?
Just for consistency... Currently phpBB titles use a mix of bullets and hyphens... It just comes down to preference, and I chose to go with hyphens.. 8-)
We use a bull to part board-title from the rest, everything else is split by hyphens
by nickvergessen
Wed Apr 07, 2010 6:02 pm
Forum: [3.x] Discussion
Topic: Page Titles - Unnecesarily wrong, Review Them
Replies: 14
Views: 33402

Re: Page Titles - Unnecesarily wrong, Review Them

I'd also shorten this up to something like:
<title> • <forum title>
<title> • <topic title>
by nickvergessen
Sun Mar 28, 2010 6:48 pm
Forum: [3.x] Rejected RFCs
Topic: [Patch|Rejected] Dotted Topics showing unapproved posts
Replies: 4
Views: 12463

Re: Dotted Topics showing unapproved posts

This would also cause a topic were you have an approved and an unapproved post in, viewing as not replied.
by nickvergessen
Fri Mar 26, 2010 9:09 am
Forum: [3.x] Rejected RFCs
Topic: [RFC|Rejected] Removal of subsilver2
Replies: 238
Views: 445651

Re: subsilver2

naderman wrote:Unfortunately we do not currently transmit a list of installed styles. I guess I should add that for 3.0.8.
Maybe also the language-packages? would be quit interesting :geek:
by nickvergessen
Thu Mar 25, 2010 8:19 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Link global announcements to forums
Replies: 25
Views: 70854

Re: Global Announcements in 3.1

GA don't have shadow topics, just like now.
by nickvergessen
Fri Mar 12, 2010 4:01 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Link global announcements to forums
Replies: 25
Views: 70854

Re: Global Announcements in 3.1

As it was possible to reply in the past (and that makes sense for me) it should also be in future.

The only difference Global Announcements have from normal Announcements, in the dev-branch I made:
  • GA are viewed in all forums you're allowed to see
  • GA are viewed in the first page of the UCP
by nickvergessen
Fri Mar 12, 2010 10:43 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Link global announcements to forums
Replies: 25
Views: 70854

Re: Global Announcements in 3.1

We could add the same thing we also have in the search: » in {FORUM_NAME} tmp.png Or even use something like the topic-moved icon. Than it should be quite clear, that the topic is in an other forum and you get "redirected". Problem on the moved-icon thing is, we do not have an unread-moved...