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.
1726
Features / Re: New revs
« on February 1st, 2013, 06:06 AM »
(1 file, 7KB)
Revision: 1890
Author: arantor
Date: 01 February 2013 05:05:04
Message:
+ Ability to actually delete bans. This also entails the start of replacing updateBanMembers with a new version that figures out who is banned, who should be banned etc. and making all the changes. This is not finished yet. (ManageBans.php)
----
Modified : /trunk/Sources/ManageBans.php
@ It really isn't finished yet and needs to be before any alpha should ship with the updated ban system, simply because of the mess that will be made otherwise.
Revision: 1890
Author: arantor
Date: 01 February 2013 05:05:04
Message:
+ Ability to actually delete bans. This also entails the start of replacing updateBanMembers with a new version that figures out who is banned, who should be banned etc. and making all the changes. This is not finished yet. (ManageBans.php)
----
Modified : /trunk/Sources/ManageBans.php
@ It really isn't finished yet and needs to be before any alpha should ship with the updated ban system, simply because of the mess that will be made otherwise.
1727
Features / Re: New revs
« on February 1st, 2013, 05:01 AM »
(6 files, 2KB)
Revision: 1889
Author: arantor
Date: 01 February 2013 04:00:36
Message:
! Did I mention I hate the generic menu system and its strange handling of top level tabs? Well, this is what it took to fix the damn tabs in a fashion that makes sense. (Admin.php, ManageBans.php, language files: Admin, ManageBans)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
Modified : /trunk/Themes/default/languages/ManageBans.french.php
Revision: 1889
Author: arantor
Date: 01 February 2013 04:00:36
Message:
! Did I mention I hate the generic menu system and its strange handling of top level tabs? Well, this is what it took to fix the damn tabs in a fashion that makes sense. (Admin.php, ManageBans.php, language files: Admin, ManageBans)
----
Modified : /trunk/Sources/Admin.php
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Themes/default/languages/Admin.english.php
Modified : /trunk/Themes/default/languages/Admin.french.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
Modified : /trunk/Themes/default/languages/ManageBans.french.php
1728
Features / Re: New revs
« on February 1st, 2013, 04:38 AM »
(4 files, 13KB)
Revision: 1888
Author: arantor
Date: 01 February 2013 03:36:27
Message:
! An optimisation of sorts, replacing our regex for email validation with PHP's own facilities. (Subs.php)
! Ban UI. Not very thoroughly tested, may have various side bugs in it, but it does at least save bans now. Also fix a missing test case. (ManageBans.php, Security.php, ManageBans language file)
----
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
@ This could really use more testing. Much, much, much more testing. It tries to handle various insanities of non-Latinised domains just because I *can*. :wow:
Revision: 1888
Author: arantor
Date: 01 February 2013 03:36:27
Message:
! An optimisation of sorts, replacing our regex for email validation with PHP's own facilities. (Subs.php)
! Ban UI. Not very thoroughly tested, may have various side bugs in it, but it does at least save bans now. Also fix a missing test case. (ManageBans.php, Security.php, ManageBans language file)
----
Modified : /trunk/Sources/ManageBans.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Themes/default/languages/ManageBans.english.php
@ This could really use more testing. Much, much, much more testing. It tries to handle various insanities of non-Latinised domains just because I *can*. :wow:
1729
The Pub / Re: The Cookie Law (in the UK at least)
« on February 1st, 2013, 02:18 AM »
Oh, that's hilarious.
That does pretty much mean the implied consent notice is sufficient. I think we'd actually be OK with implementing that in the core - since I *still* haven't seen any enforcement out of the ICO for *any* site.
Nao, what say you?
That does pretty much mean the implied consent notice is sufficient. I think we'd actually be OK with implementing that in the core - since I *still* haven't seen any enforcement out of the ICO for *any* site.
Nao, what say you?
1730
Features / Re: New revs
« on January 31st, 2013, 06:34 PM »
(1 file, 1KB)
Revision: 1885
Author: arantor
Date: 31 January 2013 17:33:39
Message:
! I documented it but forgot to include it >_< (ManageSearchEngines.php)
----
Modified : /trunk/Sources/ManageSearchEngines.php
Revision: 1885
Author: arantor
Date: 31 January 2013 17:33:39
Message:
! I documented it but forgot to include it >_< (ManageSearchEngines.php)
----
Modified : /trunk/Sources/ManageSearchEngines.php
1731
Features / Re: New revs
« on January 31st, 2013, 06:30 PM »
(10 files, 8KB)
Revision: 1884
Author: arantor
Date: 31 January 2013 17:26:56
Message:
+ Add ability to indicate maintenance mode will be required in plugins. (plugin-info.rng, ManagePlugins.php, ManagePlugins.template.php, Subs-Plugins.php, mana.css, ManagePlugins language file)
- Removed old sc/sesc legacy handling. There is no reason to accept a session id any other way. I haven't been able to break anything with doing this either. (wedge_api.php, Errors.php, ManageSearchEngines.php, Security.php, Subs.php)
----
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/ManagePlugins.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/Subs-Plugins.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Themes/default/ManagePlugins.template.php
Modified : /trunk/Themes/default/languages/ManagePlugins.english.php
Modified : /trunk/Themes/default/skins/mana.css
Modified : /trunk/other/plugin-info.rng
Modified : /trunk/other/tools/wedge_api.php
@ I didn't strictly *need* to do the sc/sesc change but it bugged me as it meant we were doing a lot of work for little benefit. The reason to preserve it - legacy - is no longer a reason, so let's just drop it and only support the more secure method we were really trying to use.
Revision: 1884
Author: arantor
Date: 31 January 2013 17:26:56
Message:
+ Add ability to indicate maintenance mode will be required in plugins. (plugin-info.rng, ManagePlugins.php, ManagePlugins.template.php, Subs-Plugins.php, mana.css, ManagePlugins language file)
- Removed old sc/sesc legacy handling. There is no reason to accept a session id any other way. I haven't been able to break anything with doing this either. (wedge_api.php, Errors.php, ManageSearchEngines.php, Security.php, Subs.php)
----
Modified : /trunk/Sources/Errors.php
Modified : /trunk/Sources/ManagePlugins.php
Modified : /trunk/Sources/Security.php
Modified : /trunk/Sources/Subs-Plugins.php
Modified : /trunk/Sources/Subs.php
Modified : /trunk/Themes/default/ManagePlugins.template.php
Modified : /trunk/Themes/default/languages/ManagePlugins.english.php
Modified : /trunk/Themes/default/skins/mana.css
Modified : /trunk/other/plugin-info.rng
Modified : /trunk/other/tools/wedge_api.php
@ I didn't strictly *need* to do the sc/sesc change but it bugged me as it meant we were doing a lot of work for little benefit. The reason to preserve it - legacy - is no longer a reason, so let's just drop it and only support the more secure method we were really trying to use.
1732
Features: Theming / Re: CSS and JavaScript minification
« on January 31st, 2013, 04:44 PM »
Actually I first encountered it in JSMin, but the principle tends to hold ;)
It's always good to have such facilities :)
It's always good to have such facilities :)
1733
Features: Theming / Re: CSS and JavaScript minification
« on January 30th, 2013, 09:24 PM »
I get the feeling it is a nice idea but not actually worth the hassle. I remember having to help debug an Impact JS game a bit back that was compiled with Closure that didn't work any more, because there was a set-up involving (x - -k) or something in the original source that gets compressed to x--k which is of course no longer a valid expression.[1]
100 bytes is 100 bytes, sure, but at a massively increased debug and maintenance cycle? I would leave it alone personally.
100 bytes is 100 bytes, sure, but at a massively increased debug and maintenance cycle? I would leave it alone personally.
| 1. | I only vaguely remember the circumstances, it was a 3rd party library that wasn't really designed to be minified too heavily. |
1734
Other software / Re: Discussing Wedge on simplemachines.org
« on January 30th, 2013, 08:47 PM »
I find it interesting to note that the Wedge developers and the Elkarte developers have a better relationship than either Wedge or Elkarte seem to have with SMF.
1735
The Pub / Re: Remove flash dependency from AeMe?
« on January 29th, 2013, 07:19 PM »
You and I both want to believe that but in the end, the users are going to shout about it, and I'd rather avoid that because user shouting = Arantors having a sad face
1736
The Pub / Re: Remove flash dependency from AeMe?
« on January 29th, 2013, 07:12 PM »
If only it were actually that simple. The sad truth is that it isn't.
Are you volunteering to explain to users that it is their browser, not a Wedge bug, that is the problem?
Because that's the grim reality: whenever a user experiences class B behaviour, they're going to blame the software, not their computer, not their browser - but the *site* for failing to comply.
Are you volunteering to explain to users that it is their browser, not a Wedge bug, that is the problem?
Because that's the grim reality: whenever a user experiences class B behaviour, they're going to blame the software, not their computer, not their browser - but the *site* for failing to comply.
1737
Features / Re: New revs - Public comments
« on January 29th, 2013, 06:55 PM »Everything related to logging in escapes me, actually.
Guess what is the latest thing my girlfriend asked me..? She wants me to build her a small testcase where I'll supply a form for her to log into a site, and generate a session cookie. I'm okay with the form, but... Oh my, I know the basics of cookies and session communication, but it suddenly seems like I can't do anything about this! Argh.
Oh, I'm sure you'll at least remember this conversation....
The 'particular' piece of code was in Load.php, IIRC, not MessageIndex, sorry about that.
But MI still has a preventPrefetch() call. And Display doesn't, to answer your question.
I don't even know if people still use prefetchers these days... And whether or not Fasterfox is still the only one around!
Also, robots.txt isn't an Apache tech, so it should work on every server. (Provided the file is uploaded at the root of the domain name, if available.......)
1738
The Pub / Re: Remove flash dependency from AeMe?
« on January 29th, 2013, 04:44 PM »
That does limit what we do somewhat :/
The same comment could be made about h.264.
The same comment could be made about h.264.
1739
The Pub / Re: Remove flash dependency from AeMe?
« on January 29th, 2013, 04:29 PM »
I was more asking about the mass upload aspect.
We still support IE8 with a vague nod at occasional IE7 support.
We still support IE8 with a vague nod at occasional IE7 support.
1740
The Pub / Re: Remove flash dependency from AeMe?
« on January 29th, 2013, 04:17 PM »
What's browser support like?