Search found 1155 matches
- Tue Mar 05, 2013 12:56 am
- Forum: [3.x] Discussion
- Topic: Update process for extensions
- Replies: 51
- Views: 60369
Re: Update process for extensions
The entire site must be disabled for the disabling to make sense.
- Sun Feb 17, 2013 8:50 pm
- Forum: [3.x] Rejected RFCs
- Topic: "Remember Me" checked by default
- Replies: 17
- Views: 184659
Re: "Remember Me" checked by default
You should be working from the use case. Checking or unchecking remember me option is a means, not an end. The end is staying logged in for the desired period of time. If you want to be remembered, checking that box is done once per system installation. You do not log in daily if you are remembering ...
- Sun Feb 17, 2013 12:36 pm
- Forum: [3.x] Rejected RFCs
- Topic: "Remember Me" checked by default
- Replies: 17
- Views: 184659
Re: "Remember Me" checked by default
I would support, instead of the changes proposed here. using session cookies (the ones without an expiration time) and increasing session length by default. Say, double or triple it from its current value.
- Sat Feb 09, 2013 10:51 am
- Forum: [3.x][Archive] RFCs
- Topic: Advantages of Font Icon Replacement
- Replies: 21
- Views: 37359
Re: Advantages of Font Icon Replacement
That simply refers to the fact that area51 runs current development code of phpbb itself.MarkT2 wrote: Maybe some here are in the wrong forum, it says phpBB's testing ground of bleeding edge code, not to find spurious and inaccurate reasons to avoid using bleeding edge code.
- Sat Feb 09, 2013 10:35 am
- Forum: [3.x][Archive] RFCs
- Topic: Advantages of Font Icon Replacement
- Replies: 21
- Views: 37359
Re: Advantages of Font Icon Replacement
OFL has some confusing wording and is somewhere between questionable and gpl-incompatible. I would suggest asking font authors if they intend for their fonts to be usable under gpl, and in that case perhaps dual-licensing fonts under ofl and gpl. Keep in mind phpbb requires either gpl v2 or gpl v2 ...
- Sat Feb 09, 2013 10:22 am
- Forum: [3.x][Archive] RFCs
- Topic: Advantages of Font Icon Replacement
- Replies: 21
- Views: 37359
Re: Advantages of Font Icon Replacement
Code incorporated into phpbb must be available under either gpl or a gpl-compatible license, of which there are many.Pony99CA wrote: Also, I presume that phpBB would require a package using the GPL license, which Font Awesome doesn't seem to use.
Steve
- Fri Feb 01, 2013 7:23 am
- Forum: General Development Discussion
- Topic: Free phpBB mode for website safety
- Replies: 2
- Views: 6558
Re: Free phpBB mode for website safety
Your phpbb plugin must be licensed under gplv2 only (not v2 or later), same as phpbb's license.
Is your post related to phpbb development in some way? Modifications should be submitted to customization db on phpbb.com.
Is your post related to phpbb development in some way? Modifications should be submitted to customization db on phpbb.com.
- Fri Feb 01, 2013 6:42 am
- Forum: [3.x] Discussion
- Topic: Post/Reply by Email - Integration With Email Lists
- Replies: 57
- Views: 112313
Re: Post/Reply by Email - Integration With Email Lists
Both release managers opined that this should not be a core feature. The remaining options are an officially-endorsed extension or an unofficial extension.
An unofficial extension is just like a modification in terms of ownership/responsibility (author can do whatever they want) but using the ...
An unofficial extension is just like a modification in terms of ownership/responsibility (author can do whatever they want) but using the ...
- Wed Jan 30, 2013 7:37 pm
- Forum: [3.x] Discussion
- Topic: Post/Reply by Email - Integration With Email Lists
- Replies: 57
- Views: 112313
Re: Post/Reply by Email - Integration With Email Lists
Accepting email replies as anonymous posts seems straightforward enough.
Accepting new topics via email can be technically implemented with not much more effort and it would still technically make sense, but it ought to be tricky to use. In mailing lists, there is one email address for the entire ...
Accepting new topics via email can be technically implemented with not much more effort and it would still technically make sense, but it ought to be tricky to use. In mailing lists, there is one email address for the entire ...
- Wed Jan 30, 2013 2:41 am
- Forum: [3.x] Discussion
- Topic: What are the imagesets still doing there?
- Replies: 2
- Views: 5028
Re: What are the imagesets still doing there?
If there are any unused files in the source tree they should probably be removed.