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.
9931
The Pub / Re: Logo Madness (Was: New revs)
« on December 2nd, 2010, 05:06 PM »
And in the Nix styling as well! (I have it as the default styling on my site... Yes, I like to think Wedge is what Yourasoft should have done from day one, and we're going to make their dream come true :P)
9932
The Pub / Re: Logo Madness (Was: New revs)
« on December 2nd, 2010, 03:51 PM »
Yeah but as we discussed earlier, it's 'too much detail' in the logo... It already has the stylized G, and the differently-colored W...
9933
Features / Re: New revs
« on December 2nd, 2010, 02:30 PM »
rev 333
* Renamed weDB, weDBExtra, weDBPackages and weDBSearch classes to wedb, wedbExtra, wedbPackages and wedbSearch. This took a minute to do. Can be reverted if someone's unhappy. Just wanted to see how it looked and felt ;) (Plenty of files, obviously.)
To Pete: I didn't wait for your feedback to do this... I'm well aware that you might not like this, so I made sure it's done in a separate commit. If you don't like it, either manually do a search & replace on wedb to weDB (or "wdb"?), or just revert rev 333! This is NOT a hostilefork commit... :^^;:
Also, obviously, if you're going to analyze revs 330-332, please update to rev 332, not 333 ;)
* Renamed weDB, weDBExtra, weDBPackages and weDBSearch classes to wedb, wedbExtra, wedbPackages and wedbSearch. This took a minute to do. Can be reverted if someone's unhappy. Just wanted to see how it looked and felt ;) (Plenty of files, obviously.)
To Pete: I didn't wait for your feedback to do this... I'm well aware that you might not like this, so I made sure it's done in a separate commit. If you don't like it, either manually do a search & replace on wedb to weDB (or "wdb"?), or just revert rev 333! This is NOT a hostile
Also, obviously, if you're going to analyze revs 330-332, please update to rev 332, not 333 ;)
9934
Features / Re: New revs
« on December 2nd, 2010, 02:15 PM »
rev 331
@ First official use of jQuery in Wedge![1] (QueryString.php, topic.js)
* Finalized inline JS code. Now, all events are automatically moved to the end of the page, with all duplicates merged, and executed after jQuery is loaded. (QueryString.php, index.template.php)
* Modified Quick Reply, Quick Modify and User Menu objects to allow for better duplicate management. Deleted xDeprecated argument from QuickReply.quote(). (Display.template.php, topic.js)
- Deleted data- prefixes from events in Display template. Other files will be done next. (Display.template.php)
* User menu is now a bit more user-friendly... User can click anywhere in the page to cancel an opened menu, and clicking on another user name will also close previously opened menus. (topic.js)
rev 332
- Reverted all 60+ existing data-on* events to happily use the new system. (Class-Editor.php, Groups.php, Manage*.php, Modlog.php, Profile-Modify.php, Subs-Package.php, Subs.php, TEMPLATES: Admin, Calendar, ManageMaintenance, MessageIndex, ModerationCenter, Poll, Post, Profile, Register, Stats)
@ First official use of jQuery in Wedge![1] (QueryString.php, topic.js)
* Finalized inline JS code. Now, all events are automatically moved to the end of the page, with all duplicates merged, and executed after jQuery is loaded. (QueryString.php, index.template.php)
* Modified Quick Reply, Quick Modify and User Menu objects to allow for better duplicate management. Deleted xDeprecated argument from QuickReply.quote(). (Display.template.php, topic.js)
- Deleted data- prefixes from events in Display template. Other files will be done next. (Display.template.php)
* User menu is now a bit more user-friendly... User can click anywhere in the page to cancel an opened menu, and clicking on another user name will also close previously opened menus. (topic.js)
Posted: December 2nd, 2010, 02:00 PM
rev 332
- Reverted all 60+ existing data-on* events to happily use the new system. (Class-Editor.php, Groups.php, Manage*.php, Modlog.php, Profile-Modify.php, Subs-Package.php, Subs.php, TEMPLATES: Admin, Calendar, ManageMaintenance, MessageIndex, ModerationCenter, Poll, Post, Profile, Register, Stats)
| 1. | As far as I know... :mdr: |
9935
Features / Re: New revs
« on December 2nd, 2010, 12:11 PM »
rev 330
* Now that we're using PHP 5.1.2 as minimum version, date_default_timezone_set() is always available, so don't bother looking for it. Also made a couple of related time function fixes. (install.php, upgrade.sql, Calendar.php, Load.php, ManageSettings.php)
- Deleted a few unused globals. There's probably room for more to be removed here. (install.php)
- Delete clickMagic(), as it will now be done inline. (script.js)
! Fatal error pages could break the header layout. (css/index.css)
! CRLF fix. (Nix/ie6.css)
(I forgot to document the script.js change in the changelog -- actually I was planning to commit it in the next batch rather than now, oops...)
Pete, can you look into these useless globals in install.php? I don't see why there were so many declared in the first place...
* Now that we're using PHP 5.1.2 as minimum version, date_default_timezone_set() is always available, so don't bother looking for it. Also made a couple of related time function fixes. (install.php, upgrade.sql, Calendar.php, Load.php, ManageSettings.php)
- Deleted a few unused globals. There's probably room for more to be removed here. (install.php)
- Delete clickMagic(), as it will now be done inline. (script.js)
! Fatal error pages could break the header layout. (css/index.css)
! CRLF fix. (Nix/ie6.css)
(I forgot to document the script.js change in the changelog -- actually I was planning to commit it in the next batch rather than now, oops...)
Pete, can you look into these useless globals in install.php? I don't see why there were so many declared in the first place...
9936
Off-topic / Re: Post count fever
« on December 2nd, 2010, 10:33 AM »
I'm telling ya, she's always that grumpy... :P
9937
The Pub / Re: Logo Madness (Was: New revs)
« on December 2nd, 2010, 10:11 AM »
The slash -- you mean the empty line in 'we'?
9938
Features / Re: New revs
« on December 1st, 2010, 11:05 PM »
rev 326
* Upping minimum version of PHP from 5.0.0 to 5.1.2. (install.php, readme_*.html, webinstall.php, upgrade.php)
* Upping minimum version of MySQL from inconsistent stuff to 4.1.2. (install.sql, readme_*.html, upgrade.php, ManageMaintenance.php, SearchAPI-Fulltext.php, ManageMaintenance language)
* Upping minimum version of PHP from 5.0.0 to 5.1.2. (install.php, readme_*.html, webinstall.php, upgrade.php)
* Upping minimum version of MySQL from inconsistent stuff to 4.1.2. (install.sql, readme_*.html, upgrade.php, ManageMaintenance.php, SearchAPI-Fulltext.php, ManageMaintenance language)
9939
Features / Re: New revs
« on December 1st, 2010, 08:37 PM »
rev 325
- Removed preg_match hack from loadUserSettings, as the security issue is fixed in PHP 5.0.2, and we won't accept anything below 5.0.2 anyway. (Load.php)
* Updated createList() to use loadSource(). (ManageCalendar.php, ManageMembergroups.php, ManageMembers.php, Subs-List.php)
- Removed hitme classes, as they won't be used in the end. (ManageMembers.php, ManageSmileys.php, TEMPLATES: Calendar, MessageIndex, Post)
! Another file with a .php extension where it shouldn't have had it. (Profile.php)
@ todo: implement hitme replacement, and update the minimum PHP version.
- Removed preg_match hack from loadUserSettings, as the security issue is fixed in PHP 5.0.2, and we won't accept anything below 5.0.2 anyway. (Load.php)
* Updated createList() to use loadSource(). (ManageCalendar.php, ManageMembergroups.php, ManageMembers.php, Subs-List.php)
- Removed hitme classes, as they won't be used in the end. (ManageMembers.php, ManageSmileys.php, TEMPLATES: Calendar, MessageIndex, Post)
! Another file with a .php extension where it shouldn't have had it. (Profile.php)
@ todo: implement hitme replacement, and update the minimum PHP version.
9940
The Pub / Re: Logo Madness (Was: New revs)
« on December 1st, 2010, 07:27 PM »
I really dig it too, now... :)
I like both the version we have in the banner, and the text-free and icon-free version I put into the Wedge package. They both work and they're not too crowded really.
I like both the version we have in the banner, and the text-free and icon-free version I put into the Wedge package. They both work and they're not too crowded really.
9941
Features / Re: New revs
« on December 1st, 2010, 12:31 PM »
rev 324
! Wrong loadSource destination. (ManagePaid.php)
! Wrong loadSource destination. (ManagePaid.php)
9942
Features / Re: Another life-changing fantastic idea for quotes! (Bit silly, too.)
« on November 30th, 2010, 10:54 PM »The multi-quoting sounds fascinating..but will it be an issue with widths? I mean, different people will have different set of lines, depending on what width they have in their browser.
9943
Features / Re: New revs
« on November 30th, 2010, 06:42 PM »
rev 319
! JSMin doesn't need the semicolon fix. (Subs.php)
(Sorry! Forgot to move the block...)
! JSMin doesn't need the semicolon fix. (Subs.php)
(Sorry! Forgot to move the block...)
9944
Features / Re: New revs
« on November 30th, 2010, 06:28 PM »
rev 316
* Spacinazi. (Findmember.php, ModerationCenter.template.php)
! Missing div and incorrect bar. (ModerationCenter.template.php)
- Removed some test code. (theme.js)
* The index template has two RSS links, but they were formed differently. Spider engines will appreciate that we use the exact same link. (index.template.php)
rev 317
* Updated logo and favicon to the newest ones. (wedgelogo.png, favicon.ico)
* Spacinazi. (Class-Minify.php)
* Pete, I'll hate you forever for ignoring my moving plea. <scream> Removed my own custom minifying code. (Subs.php)
+ Added support for JSMin minifier. Delete the DEFINE('JSMIN', 1) line to test support for Packer. (Subs.php, Class-JSMin.php)
* JSMin keeps multi-line comments in cached files, so used the opportunity to add license information to a couple of them. (editor.js (yes, it isn't packed yet, but it will come), script.js, theme.js)
Forgot that one...
rev 318
+ Added a compatibility sheet for IE6 in Nix styling. (Nix/ie6.css)
* Spacinazi. (Findmember.php, ModerationCenter.template.php)
! Missing div and incorrect bar. (ModerationCenter.template.php)
- Removed some test code. (theme.js)
* The index template has two RSS links, but they were formed differently. Spider engines will appreciate that we use the exact same link. (index.template.php)
Posted: November 30th, 2010, 02:15 PM
rev 317
* Updated logo and favicon to the newest ones. (wedgelogo.png, favicon.ico)
* Spacinazi. (Class-Minify.php)
* Pete, I'll hate you forever for ignoring my moving plea. <scream> Removed my own custom minifying code. (Subs.php)
+ Added support for JSMin minifier. Delete the DEFINE('JSMIN', 1) line to test support for Packer. (Subs.php, Class-JSMin.php)
* JSMin keeps multi-line comments in cached files, so used the opportunity to add license information to a couple of them. (editor.js (yes, it isn't packed yet, but it will come), script.js, theme.js)
Posted: November 30th, 2010, 06:26 PM
Forgot that one...
rev 318
+ Added a compatibility sheet for IE6 in Nix styling. (Nix/ie6.css)
9945
Off-topic / Re: Post count fever
« on November 30th, 2010, 10:58 AM »I'm not judging, just going on her appearance.
Haven't seen the US RD pilot, no real plans to either, actually.
Just like The US IT Crowd had kept the Moss character unchanged, with the same actor. That was the only point of interest in that other canned pilot...