This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
5716
Features / Re: New revs - Public comments
« on March 29th, 2012, 06:41 PM »
It's like we're both deaf and we keep pretending we can hear each other... :lol:
OMG I'm sorry! Let's just say my English is not good enough to convey what I wanted to ask ;)
OMG I'm sorry! Let's just say my English is not good enough to convey what I wanted to ask ;)
5717
Features / Re: New revs - Public comments
« on March 29th, 2012, 06:01 PM »
But it's not something you fixed is it?
5718
Archived fixes / Re: Time offset (auto detect)
« on March 29th, 2012, 05:59 PM »
I'm pretty sure it already is.
5719
Archived fixes / Re: Database Error
« on March 29th, 2012, 05:39 PM »
Yup...
BTW I'm considering opening a Test board, which would be ignored automatically from the homepage's recent topics list and generally from post counts. What do you think?
BTW I'm considering opening a Test board, which would be ignored automatically from the homepage's recent topics list and generally from post counts. What do you think?
5720
Archived fixes / Re: Time offset (auto detect)
« on March 29th, 2012, 05:38 PM »
Just don't forget to fix it... It tends to fill the log quickly, with bots visiting the registration link... ;)
(Heck... Maybe we should add a rel="nofollow" to that link...?!)
(Heck... Maybe we should add a rel="nofollow" to that link...?!)
5721
Features / Re: New revs - Public comments
« on March 29th, 2012, 05:36 PM »I only noticed that one check against 'moderate', which is a permission that doesn't exist, I didn't see any other checks.
i.e. I did a search on allowedTo('moderate') BEFORE updating my copy, and it found two entries in the file. Your commit only fixed one. That's why I'm reporting it...
Re 'any', it does sort of fall into the own/any convention that permissions have, users can alter their own but only moderators can alter anyone else's.
5722
Archived fixes / Re: Time offset (auto detect)
« on March 29th, 2012, 03:33 PM »Then you have other people claim that their system is the one true system.
Lots of fun.
5723
Features / Re: Badges and the displaying thereof
« on March 29th, 2012, 03:24 PM »
I fear I killed the conversation with my above post. It wasn't so scary was it...?
So, I resumed work on this. I implemented the feature, re-enabled 'conditional post-based' like the original default, and figured that there are probably better ways for everyone to implement this.
I'm now considering this...
For EACH membergroup, if you create/modify them, Wedge could give you several additional options (that would be accessible only to group moderators and administrators, just in case we add the ability for everyone to create their own membergroups later.)
As follows:
- Visibility (it's already a feature, I'm just pointing out we have this.)
- Show group in user box?
- Always
- Only if it's the only one (<-- should be set by default for post-based groups?)
- Never (a bit like Visibility, but only for group text)
- Show rank image(s) in user box?
- Always
- Only if it's the only one
- Never (Hmm maybe not that option... User could set the thing to 0... Unless they find it confusing to do...)
Any opinions?
So, I resumed work on this. I implemented the feature, re-enabled 'conditional post-based' like the original default, and figured that there are probably better ways for everyone to implement this.
I'm now considering this...
For EACH membergroup, if you create/modify them, Wedge could give you several additional options (that would be accessible only to group moderators and administrators, just in case we add the ability for everyone to create their own membergroups later.)
As follows:
- Visibility (it's already a feature, I'm just pointing out we have this.)
- Show group in user box?
- Always
- Only if it's the only one (<-- should be set by default for post-based groups?)
- Never (a bit like Visibility, but only for group text)
- Show rank image(s) in user box?
- Always
- Only if it's the only one
- Never (Hmm maybe not that option... User could set the thing to 0... Unless they find it confusing to do...)
Any opinions?
5724
Archived fixes / Re: Time offset (auto detect)
« on March 29th, 2012, 03:21 PM »
Yep...
Or maybe we just want non-Europeans to shut up and accept the truth for what it is: our system is the One True System... :niark:
Or maybe we just want non-Europeans to shut up and accept the truth for what it is: our system is the One True System... :niark:
5725
Features / Re: New revs - Public comments
« on March 29th, 2012, 03:21 PM »
Re:
! Thoughts were using the wrong permissions for 'any', no such permission as 'moderate', since there's either 'moderate_forum' or 'moderate_board', and nothing else magically defines 'moderate' on its own. (Ajax.php)
--> I'm not exactly sure the changelog relates to what was actually committed... There was a single change in that file -- a 'moderate' instead of 'moderate_forum' (and yes, it's certainly my fault), but it doesn't change anything else (including the other 'moderate' permission test...)
! Thoughts were using the wrong permissions for 'any', no such permission as 'moderate', since there's either 'moderate_forum' or 'moderate_board', and nothing else magically defines 'moderate' on its own. (Ajax.php)
--> I'm not exactly sure the changelog relates to what was actually committed... There was a single change in that file -- a 'moderate' instead of 'moderate_forum' (and yes, it's certainly my fault), but it doesn't change anything else (including the other 'moderate' permission test...)
5726
Features / Re: New revs
« on March 29th, 2012, 03:16 PM »
rev 1522
(6 files, 3kb)
! There was a remaining allowedTo('moderate') test in the Ajax file. (Ajax.php)
! Was determining a default $data[$k] too early, which caused profile pages to report unknown actions for offline users. (Who.php)
! Membergroup edit page wouldn't show the allowed board list. (ManageMembergroups.template.php)
+ Added a small note in the membergroup edit page, regarding setting the number of rank images to 1 to use a badge instead of stars. (ManageMembergroups.template.php, ManageMembers.language.php)
* Language fixes. (ManagePermissions.french.php)
(6 files, 3kb)
! There was a remaining allowedTo('moderate') test in the Ajax file. (Ajax.php)
! Was determining a default $data[$k] too early, which caused profile pages to report unknown actions for offline users. (Who.php)
! Membergroup edit page wouldn't show the allowed board list. (ManageMembergroups.template.php)
+ Added a small note in the membergroup edit page, regarding setting the number of rank images to 1 to use a badge instead of stars. (ManageMembergroups.template.php, ManageMembers.language.php)
* Language fixes. (ManagePermissions.french.php)
5727
Archived fixes / Re: Time offset (auto detect)
« on March 29th, 2012, 02:54 PM »
Yeah, I just came here to point out that date_offset_get() expects a parameter...
http://www.php.net/manual/en/datetime.getoffset.php
But the parameter is created through date_create(), which is never called in Wedge.
I'll leave it to Pete for the rest.
http://www.php.net/manual/en/datetime.getoffset.php
But the parameter is created through date_create(), which is never called in Wedge.
I'll leave it to Pete for the rest.
5728
Archived fixes / Re: Time offset (auto detect)
« on March 29th, 2012, 02:10 PM »
I offered Pete FTP access but he'd rather not have it so we have an understanding that I'll try to post his updates asap. Meaning when I'm done updating my local copy ;)
Should be up, now.
Posted: March 29th, 2012, 01:37 PM
Should be up, now.
5729
The Pub / Re : Bloc Madness
« on March 29th, 2012, 01:34 PM »
I did notice he posted in another topic after that yeah.
@bloc> we're not like that. Period. Your decisions are often taken based on your immediate emotional response.
@bloc> we're not like that. Period. Your decisions are often taken based on your immediate emotional response.
5730
The Pub / Re: Ready for prime time...?
« on March 29th, 2012, 12:50 PM »
Technically, though, user menus and action menus could benefit from getting a bit more padding and some separators, like in the main menu.