Search found 676 matches

by MattF
Thu Mar 10, 2011 10:37 pm
Forum: General Development Discussion
Topic: Standardize Javascript Libraries for phpBB MODs
Replies: 4
Views: 11348

Re: Standardize Javascript Libraries for phpBB MODs

What happens when different modifications want different versions of the same library? A naming convention needs to be adopted in the coding guidelines to deal with this. For example, require of MOD authors that version numbers and "min" be removed, so you have just names like: jquery.js ...
by MattF
Wed Mar 09, 2011 5:18 am
Forum: General Development Discussion
Topic: Standardize Javascript Libraries for phpBB MODs
Replies: 4
Views: 11348

Standardize Javascript Libraries for phpBB MODs

I think it's time phpBB come up with a standard for dealing with MODs that include jQuery (or Motools, Prototype, Dojo, Scriptabulous, etc). Currently, MOD authors who build MODs using these libraries (no doubt to help their javascript programming, particularly when adding AJAX features to phpBB) us...
by MattF
Sun Feb 13, 2011 6:25 pm
Forum: [3.x] Discussion
Topic: Memory Concerns with using hooks for MODs
Replies: 2
Views: 4106

Re: Memory Concerns with using hooks for MODs

The hook system does not even exist yet. So I assume you mean the system that exists in 3.0 which was built to embed phpBB into another software. That system executes code on every page load simply because that makes sense if you want to embed the entirety of phpBB in another software. The MOD hook...
by MattF
Sat Jan 29, 2011 7:56 pm
Forum: [3.x] Discussion
Topic: Memory Concerns with using hooks for MODs
Replies: 2
Views: 4106

Memory Concerns with using hooks for MODs

I have one question/concern regarding this new push towards using hooks to modularize MODs in 3.1 and beyond... How will this impact memory usage, and has this been considered? Among the few MODs I have already installed that have switched over to using the Hook system instead of the traditional cor...
by MattF
Thu Jan 27, 2011 4:10 am
Forum: [3.x] Discussion
Topic: Beware the 4.0
Replies: 25
Views: 49458

Re: Beware the 4.0

iPhone 4... Good or Bad? :lol:
by MattF
Sun Nov 14, 2010 6:17 pm
Forum: [3.0/Olympus] Discussion
Topic: phpBB 3.0.8 Release Candidate 1 published
Replies: 26
Views: 61761

Re: phpBB 3.0.8 Release Candidate 1 published

Hi guys and thanks for the RC! I performed the automatic update on a vanilla install of 3.0.7-PL1, and then I diff-compared that with a vanilla install of 3.0.8-RC1 and found about 8 files that had differences. In all cases the differences were due to areas where the automatic updater introduced new...
by MattF
Tue Oct 12, 2010 8:03 am
Forum: [3.x] Rejected RFCs
Topic: [RFC] Staggered Database Restore (like bigdump)
Replies: 18
Views: 59303

Re: [RFC] Staggered Database Restore (like bigdump)

I have moved on to using Mysqldumper which is great. Now if phpBB built in that sort of functionality - that would really be something!!! -Scheduled auto-backups -User defined number of backups to keep -Uses javascript and php to stagger the back-up and restore processes to avoid script execution ti...
by MattF
Wed Sep 22, 2010 4:03 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Include and use jQuery (originally for 3.2)
Replies: 74
Views: 167091

Re: [RFC] Include and use jQuery

Hmm, I just tested out Invision IP.Board. They provide an option in the Admin section that lets you choose to have javascript files (they use scriptaculous and prototype) load from Google's servers or from your own server. Kind of a nice option. Maybe phpBB could implement it that way. In terms of h...
by MattF
Mon Sep 06, 2010 12:57 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Include and use jQuery (originally for 3.2)
Replies: 74
Views: 167091

Re: [RFC] Include and use jQuery

Yes to including jQuery :-) No to loading from Google (or another CDN). While google's servers may be reliable, my connection to them is not. Particularly here in China, various Google services are often arbitrarily blocked. All JS should be served from the phpBB instance itself. The loading needs ...
by MattF
Fri Aug 27, 2010 7:15 pm
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC|Merged] Include and use jQuery (originally for 3.2)
Replies: 74
Views: 167091

Re: [RFC] Include and use jQuery

If it hasn't been said before, I'll say it now: PLEASE ADD JQUERY to PHPBB!!! More and more MODs and styles are using Jquery. This can be very frustrating to board admins, as they could end up with multiple inclusions of Jquery as well as multiple/redundant Jquery files that came with their MODs or ...