Search found 1155 matches

by Oleg
Fri Mar 19, 2010 6:21 pm
Forum: [3.x] Rejected RFCs
Topic: [RFC|Rejected] Removal of subsilver2
Replies: 238
Views: 445584

Re: subsilver2

code reader wrote:(and do you have some stats of how many mods that touch style *do* support it vs. how many that touch style don't?
This would be trivial to generate for someone with access to moddb.
by Oleg
Fri Mar 19, 2010 6:18 pm
Forum: [3.x] Discussion
Topic: Beware the 4.0
Replies: 25
Views: 49466

Re: Beware the 4.0

There was no NT 3.52. Perhaps you were thinking of 3.51. And NT 5 is Win2k. XP is NT 5.1. For the record, 2k is better than xp. Anyway, ground-up rewrites are not the easiest thing to pull off and the more complex a piece of software gets, the harder it is to rewrite. I would suggest figuring out b...
by Oleg
Fri Mar 19, 2010 3:19 pm
Forum: [3.0/Olympus] Discussion
Topic: / as host-port separator in memcache multi server commit
Replies: 3
Views: 10857

Re: / as host-port separator in memcache multi server commit

Wouldn't it be better to allow host-port separator to be configurable, perhaps via another constant, and default it to colon? This may be a bike shed discussion, but then who accesses memcached servers via ipv6? Also, documentation for memcached constants in docs/coding-guidelines.html should be upd...
by Oleg
Thu Mar 18, 2010 5:17 pm
Forum: [3.0/Olympus] Discussion
Topic: / as host-port separator in memcache multi server commit
Replies: 3
Views: 10857

/ as host-port separator in memcache multi server commit

The entire world uses : to separate host from port, why did memcache acm backend choose to use / for this purpose?

http://tps.projects.bsdpower.com/changeset/10579
by Oleg
Wed Mar 17, 2010 8:28 pm
Forum: [3.0/Olympus] Discussion
Topic: "British English" language name
Replies: 2
Views: 10256

Re: "British English" language name

Are you saying the following quoted text is not a rule that must be followed? For the English language description, the language name is always first and any additional attributes required to describe the subtags within the language code are then listed in order separated with commas and enclosed wi...
by Oleg
Wed Mar 17, 2010 6:47 pm
Forum: [3.0/Olympus] Discussion
Topic: "British English" language name
Replies: 2
Views: 10256

"British English" language name

The name of default language pack does not obey phpbb's standards for language names. http://www.phpbb.com/community/docs/coding-guidelines.html#translation, scroll to "How to use iso.txt". Especially if the only two available languages are default and US English, the selection box cannot ...
by Oleg
Wed Mar 17, 2010 3:36 pm
Forum: [3.x] Discussion
Topic: Plugin code integration with core
Replies: 12
Views: 23817

Re: Plugin code integration with core

I think that a system which does not require making functions 'hookable' in order for plugins to alter said functions' behavior would be preferred. Of course, if this cannot reasonably be implemented hooking is better than nothing. I was considering having empty proxy objects implementing __call mag...
by Oleg
Wed Mar 17, 2010 2:00 pm
Forum: [3.x] Discussion
Topic: Plugin code integration with core
Replies: 12
Views: 23817

Re: Plugin code integration with core

Hooks technically work but have several drawbacks. 1. Every hookable piece of code needs to have special code added to it to call the hook. Adding this code in many places is a lot of work. Adding it to every function is unlikely to ever happen. 2. Calling hooks takes time. If there are many hookabl...
by Oleg
Tue Mar 16, 2010 10:23 pm
Forum: [3.0/Olympus] Discussion
Topic: phpbb quick installer
Replies: 2
Views: 6926

Re: phpbb quick installer

Thanks, that's the one.
by Oleg
Tue Mar 16, 2010 7:46 pm
Forum: [3.0/Olympus] Discussion
Topic: phpbb quick installer
Replies: 2
Views: 6926

phpbb quick installer

I remember reading about a tool that installed/configured a vanilla phpbb install for testing purposes. Anybody have a link to it?