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.
9781
Features / Re: New revs
« on January 24th, 2011, 04:31 PM »
rev 522
+ Added very basic support for CSS functions, starting with darken() and lighten(). They don't even take luma coefficients into account, ah ah, what a noob! (Class-CSS.php, Subs.php, index.css)
* In Post pages, show the original post's title in linktrees under square brackets and without extra spacing. Looks a tad better this way. (Post.php)
(Class-CSS adds a few functions from the PHP port of Sass -- I will end up using them, and I credited the originals, even though they're quite short and not exactly rocket science for anyone interested in RGB vs HSL.)
+ Added very basic support for CSS functions, starting with darken() and lighten(). They don't even take luma coefficients into account, ah ah, what a noob! (Class-CSS.php, Subs.php, index.css)
* In Post pages, show the original post's title in linktrees under square brackets and without extra spacing. Looks a tad better this way. (Post.php)
(Class-CSS adds a few functions from the PHP port of Sass -- I will end up using them, and I credited the originals, even though they're quite short and not exactly rocket science for anyone interested in RGB vs HSL.)
9782
Off-topic / Re: Post count fever
« on January 24th, 2011, 03:20 PM »
Alrighty!
I'm working on css functions but it's long and I don't have much time... (I have a mock exam for my driving license in a couple of hours and I feel like I'm gonna fail it >_<)
I'm working on css functions but it's long and I don't have much time... (I have a mock exam for my driving license in a couple of hours and I feel like I'm gonna fail it >_<)
9783
Off-topic / Re: Post count fever
« on January 24th, 2011, 03:10 PM »
Have you given a look at my latest commits? ;)
9784
Off-topic / Re: Post count fever
« on January 24th, 2011, 02:54 PM »
Well you deserve a round too, since you're just at 98% of my post count ;)
I thought you'd copy and paste your original answer, ahah.
I thought you'd copy and paste your original answer, ahah.
9785
Off-topic / Re: Post count fever
« on January 24th, 2011, 02:42 PM »
THREE THOUSAND POSTS! Fuck yeah!! 8-)
(Copy'n'paste fiesta.)
(Copy'n'paste fiesta.)
9786
Features / Re: New revs
« on January 24th, 2011, 10:17 AM »
rev 521
+ Added ability to add double quotes around CSS variables (allowing empty strings to be set), and recursive replacements to allow using variable names inside other variable definitions. (Class-CSS.php)
* Updated button code to provide IE fixes for IE only. (index.css)
* Backported Warm changes to Pastel. (index.css)
+ Added a proper member-only file to both Pastel and Warm. (member.css)
* Styled Remove button in the post attachment area. (post.js)
! Fixed bevel in Simple Search area's search button. (sections.css)
! Typo. (admin.js)
+ Added ability to add double quotes around CSS variables (allowing empty strings to be set), and recursive replacements to allow using variable names inside other variable definitions. (Class-CSS.php)
* Updated button code to provide IE fixes for IE only. (index.css)
* Backported Warm changes to Pastel. (index.css)
+ Added a proper member-only file to both Pastel and Warm. (member.css)
* Styled Remove button in the post attachment area. (post.js)
! Fixed bevel in Simple Search area's search button. (sections.css)
! Typo. (admin.js)
9787
Features / Re: New revs
« on January 24th, 2011, 12:15 AM »
rev 520
! Fixed a SMF bug: a deletion confirmation was apparently only asked... if the entered data was invalid in the first place. (ManageSearch.template.php)
! Fixed a Nao bug: autoSetup() was broken during the conversion to jQuery. (register.js)
* Converted most of the remaining stray getElementById's in inline events. Left aside the ones that can't use jQuery, and those that are in loops. (Calendar.template.php, ManageMembergroups.template.php, ManageSmileys.template.php, MoveTopic.template.php, Profile.template.php, Register.template.php, post.js, register.js, script.js, suggest.js, topic.js)
* Converted admin.js to jQuery... Yes, apparently I'd missed the file. (admin.js)
! Fixed a SMF bug: a deletion confirmation was apparently only asked... if the entered data was invalid in the first place. (ManageSearch.template.php)
! Fixed a Nao bug: autoSetup() was broken during the conversion to jQuery. (register.js)
* Converted most of the remaining stray getElementById's in inline events. Left aside the ones that can't use jQuery, and those that are in loops. (Calendar.template.php, ManageMembergroups.template.php, ManageSmileys.template.php, MoveTopic.template.php, Profile.template.php, Register.template.php, post.js, register.js, script.js, suggest.js, topic.js)
* Converted admin.js to jQuery... Yes, apparently I'd missed the file. (admin.js)
9788
Features / Re: New revs
« on January 23rd, 2011, 08:50 PM »
rev 518
+ Added support for CSS variables, as well as the ability to set their values depending on the current CSS state (browser, rtl, login...) (Class-CSS.php, Subs.php)
+ Added ability to supply a member.css file for logged in users. (Load.php)
+ Added the following default CSS variables: $images, $theme, $root and $here. (Subs.php)
* Renamed {root} to $behavior in settings.xml, to make it easier to understand, in light of the new CSS variables. (Subs.php, settings.xml)
* Tweaked Nix header settings for a less dark outcome. (Nix/index.css)
! The dynamic sidebar doesn't work in IE6 and IE7. Tweaked the code to at least avoid error messages at startup. Will require a deeper rewrite later, though. (index.template.php)
! Fixed a couple of wrong URLs and added a sample variable to the Warm styling. (Warm/index.css)
- Removed relative path fixer, as it was no longer needed. (Subs.php)
- Removed h3.grid_header, as it's never used anywhere. (admin.css)
* Rewrote button hack for IE6 in Pastel. Now it should actually work. (ie6.css, settings.xml)
* Rewrote CSS files to use $images instead of relative paths. (admin.css, editor.css, settings.xml, index.css, rtl.css, sections.css)
(Phew!!! At last, finished with the big commits :))
rev 519
* Fixed a few inverted rules and added a newline to the beginning of all CSS files (for consistency.) (css/*.css)
+ Added support for CSS variables, as well as the ability to set their values depending on the current CSS state (browser, rtl, login...) (Class-CSS.php, Subs.php)
+ Added ability to supply a member.css file for logged in users. (Load.php)
+ Added the following default CSS variables: $images, $theme, $root and $here. (Subs.php)
* Renamed {root} to $behavior in settings.xml, to make it easier to understand, in light of the new CSS variables. (Subs.php, settings.xml)
* Tweaked Nix header settings for a less dark outcome. (Nix/index.css)
! The dynamic sidebar doesn't work in IE6 and IE7. Tweaked the code to at least avoid error messages at startup. Will require a deeper rewrite later, though. (index.template.php)
! Fixed a couple of wrong URLs and added a sample variable to the Warm styling. (Warm/index.css)
- Removed relative path fixer, as it was no longer needed. (Subs.php)
- Removed h3.grid_header, as it's never used anywhere. (admin.css)
* Rewrote button hack for IE6 in Pastel. Now it should actually work. (ie6.css, settings.xml)
* Rewrote CSS files to use $images instead of relative paths. (admin.css, editor.css, settings.xml, index.css, rtl.css, sections.css)
(Phew!!! At last, finished with the big commits :))
Posted: January 23rd, 2011, 08:45 PM
rev 519
* Fixed a few inverted rules and added a newline to the beginning of all CSS files (for consistency.) (css/*.css)
9789
Features / Re: New revs
« on January 23rd, 2011, 06:30 PM »
rev 517
* Finished HTML5 conversion work, w3:cat and button_submit transforms. Ahhhhhhh!!! (create_backup.php, test_modification.php, repair*.php, Load.php, Admin.english.php, Admin.french.php, editor.js, script.js, suggest.js, topic.js, TEMPLATES: Admin, Announce, BoardIndex, BoardIndexInfoCenter, Display, GenericControls, GenericList, GenericMenu, Help, Login, ManageAttachments/ Bans/ Calendar/ Mail/ Maintenance/ Membergroups/ Members/ News/ Paid/ Permissions/ ScheduledTasks/ Search/ Smileys, ModerationCenter, MoveTopic, Notify, Packages, PersonalMessage, Poll, Post, Printpage, Recent, Register, Reminder, Reports, Search, SendTopic, SplitTopics, Stats, Themes, Who)
! Missed one search input conversion. (Search.template.php)
! Typo. (Search.english.php)
* Finished HTML5 conversion work, w3:cat and button_submit transforms. Ahhhhhhh!!! (create_backup.php, test_modification.php, repair*.php, Load.php, Admin.english.php, Admin.french.php, editor.js, script.js, suggest.js, topic.js, TEMPLATES: Admin, Announce, BoardIndex, BoardIndexInfoCenter, Display, GenericControls, GenericList, GenericMenu, Help, Login, ManageAttachments/ Bans/ Calendar/ Mail/ Maintenance/ Membergroups/ Members/ News/ Paid/ Permissions/ ScheduledTasks/ Search/ Smileys, ModerationCenter, MoveTopic, Notify, Packages, PersonalMessage, Poll, Post, Printpage, Recent, Register, Reminder, Reports, Search, SendTopic, SplitTopics, Stats, Themes, Who)
! Missed one search input conversion. (Search.template.php)
! Typo. (Search.english.php)
9790
Features / Re: New revs
« on January 22nd, 2011, 10:23 PM »
rev 516
* Using non-xhtml version of nl2br (thanks Pete!) (install.php, restore_backup.php, upgrade.php, Class-DB.php, ManageMail.php, Packages.php, Subs.php, ViewQuery.php)
! Finished a regex conversion which I'd forgotten in the last rev. (Packages.php)
! Fixed an SMF bug with strong tags not being taken into account. (Themes.php)
+ Added left and right classes for img tags. Not used for now. (index.css)
* Self-closing tags. (install.php, restore_backup.php)
* Using non-xhtml version of nl2br (thanks Pete!) (install.php, restore_backup.php, upgrade.php, Class-DB.php, ManageMail.php, Packages.php, Subs.php, ViewQuery.php)
! Finished a regex conversion which I'd forgotten in the last rev. (Packages.php)
! Fixed an SMF bug with strong tags not being taken into account. (Themes.php)
+ Added left and right classes for img tags. Not used for now. (index.css)
* Self-closing tags. (install.php, restore_backup.php)
9791
Features / Re: New revs
« on January 22nd, 2011, 07:25 PM »
rev 515
* The commit that may make or break Wedge... Self-closing tag conversions for the entire Sources folder. Also converting button_submit classes and the usual rest. (Announce.php, Class-DB.php, CoppaForm.php, Display.php, Errors.php, Groups.php, Load.php, ManageAttachments.php, ManageBans.php, ManageCalendar.php, ManageErrors.php, ManageMail.php, ManageMembergroups.php, ManageMembers.php, ManageNews.php, ManagePaid.php, ManagePermissions.php, ManageRegistration.php, ManageSearchEngines.php, ManageServer.php, ManageSettings.php, ManageSmileys.php, MessageIndex.php, ModerationCenter.php, Modlog.php, Packages.php, PersonalMessage.php, Post2.php, Profile-View.php, Profile.php, QuoteFast.php, Reminder.php, RemoveTopic.php, Reports.php, Search2.php, Security.php, SplitTopics.php, Subs-Auth.php, Subs-BoardIndex.php, Subs-Menu.php, Subs-Package.php, Subs-Post.php, Subs-Recent.php, Subs.php, Subscriptions-PayPal.php, Unread.php, Unreadreplies.php, ViewQuery.php, Who.php)
* The commit that may make or break Wedge... Self-closing tag conversions for the entire Sources folder. Also converting button_submit classes and the usual rest. (Announce.php, Class-DB.php, CoppaForm.php, Display.php, Errors.php, Groups.php, Load.php, ManageAttachments.php, ManageBans.php, ManageCalendar.php, ManageErrors.php, ManageMail.php, ManageMembergroups.php, ManageMembers.php, ManageNews.php, ManagePaid.php, ManagePermissions.php, ManageRegistration.php, ManageSearchEngines.php, ManageServer.php, ManageSettings.php, ManageSmileys.php, MessageIndex.php, ModerationCenter.php, Modlog.php, Packages.php, PersonalMessage.php, Post2.php, Profile-View.php, Profile.php, QuoteFast.php, Reminder.php, RemoveTopic.php, Reports.php, Search2.php, Security.php, SplitTopics.php, Subs-Auth.php, Subs-BoardIndex.php, Subs-Menu.php, Subs-Package.php, Subs-Post.php, Subs-Recent.php, Subs.php, Subscriptions-PayPal.php, Unread.php, Unreadreplies.php, ViewQuery.php, Who.php)
9792
Features / Re: New revs
« on January 22nd, 2011, 04:58 PM »
rev 514
- Removed a bunch of useless ' . ' (no need to concatenate two strings like that...) (repair_settings.php, Load.php, ManageSmileys.php, Packages.php, Search2.php, Subs.php, Themes.php, BoardIndexInfoCenter.template.php, Memberlist.template.php)
* Simplified a serious amount of hacks regarding \<\? and such, replaced br regexes with stronger ones, continued HTML5 conversions and the usual crap. (Admin.php, Class-Package.php, Load.php, ManageRegistration.php, Packages.php, PersonalMessage.php, Post.php, QuoteFast.php, Themes.php)
! Here's a funny regex. "Look for anything that isn't >. Then, look for something that isn't /, followed by >. But if there's no /, it's still okay." Can someone tell me why they're looking for / at all?! Just leaving out the "it's still okay" portion, because it makes sense to prevent the / at the end in script and style tags because they're not self-closing. (Class-Editor.php)
- Removed a bunch of useless ' . ' (no need to concatenate two strings like that...) (repair_settings.php, Load.php, ManageSmileys.php, Packages.php, Search2.php, Subs.php, Themes.php, BoardIndexInfoCenter.template.php, Memberlist.template.php)
* Simplified a serious amount of hacks regarding \<\? and such, replaced br regexes with stronger ones, continued HTML5 conversions and the usual crap. (Admin.php, Class-Package.php, Load.php, ManageRegistration.php, Packages.php, PersonalMessage.php, Post.php, QuoteFast.php, Themes.php)
! Here's a funny regex. "Look for anything that isn't >. Then, look for something that isn't /, followed by >. But if there's no /, it's still okay." Can someone tell me why they're looking for / at all?! Just leaving out the "it's still okay" portion, because it makes sense to prevent the / at the end in script and style tags because they're not self-closing. (Class-Editor.php)
9793
Features / Re: New revs
« on January 22nd, 2011, 03:49 PM »
Okay, well apparently I'm getting 2^9 too :P Too many changes to leave them hanging. Don't worry, you can safely update your svn without checking everything, I double-checked all br and hr conversions.
Also forgot to mention that I added more <we:cat>s and button classes, as usual. (In Search)
rev 512
! The Search menu item shouldn't have submenu entries if simple search is disabled. (Subs.php)
* Turned < br /> into < br> on all template and language files. Also did it for < hr> and class'ed variations. I know, it's a bit scary when you're using to XHTML... But it saves a whooping 1.6kb of template code. What do you mean, "who cares?" (All templates but 8 (should make sure no XHTML templates are touched), most language files, spellcheck.js, settings.xml)
! Fixed a small issue with the dynamic sidebar in IE. Might be useful for other browsers, too. (index.css)
! Button icons were incorrectly positioned in simple search mode. (sections.css)
* Updated Warm styling to the recent template changes. (Warm/admin.css, Warm/index.css, Warm/webkit.css)
rev 513
! Fixed <we:cat> not being converted in the default styling. Oops, that's what happens when you never use it... (Load.php)
* Continuing we:cat, button_submit and self-closing tag conversions. Statistics: 729 self-closers, 268 cat_bars and 79 button_submits left to convert... And that's only in the templates. Someone help me please, I'm gonna drown. (TEMPLATES: Announce, Calendar, Errors, Login, Memberlist, MessageIndex, ModerationCenter, Themes, Who, sections.css)
* Moved #sidebar to a semantically more logical place in index.css, and added vertical-aligns, even though it should already be the default one. You never know. (index.css)
Also forgot to mention that I added more <we:cat>s and button classes, as usual. (In Search)
rev 512
! The Search menu item shouldn't have submenu entries if simple search is disabled. (Subs.php)
* Turned < br /> into < br> on all template and language files. Also did it for < hr> and class'ed variations. I know, it's a bit scary when you're using to XHTML... But it saves a whooping 1.6kb of template code. What do you mean, "who cares?" (All templates but 8 (should make sure no XHTML templates are touched), most language files, spellcheck.js, settings.xml)
! Fixed a small issue with the dynamic sidebar in IE. Might be useful for other browsers, too. (index.css)
! Button icons were incorrectly positioned in simple search mode. (sections.css)
* Updated Warm styling to the recent template changes. (Warm/admin.css, Warm/index.css, Warm/webkit.css)
Posted: January 22nd, 2011, 02:28 PM
rev 513
! Fixed <we:cat> not being converted in the default styling. Oops, that's what happens when you never use it... (Load.php)
* Continuing we:cat, button_submit and self-closing tag conversions. Statistics: 729 self-closers, 268 cat_bars and 79 button_submits left to convert... And that's only in the templates. Someone help me please, I'm gonna drown. (TEMPLATES: Announce, Calendar, Errors, Login, Memberlist, MessageIndex, ModerationCenter, Themes, Who, sections.css)
* Moved #sidebar to a semantically more logical place in index.css, and added vertical-aligns, even though it should already be the default one. You never know. (index.css)
9794
Features / Re: New revs
« on January 22nd, 2011, 01:07 AM »
rev 511
* Started converting < br /> to < br> in the code logic. Well, hopefully it won't screw it up... (install.sql, Profile-Modify.php)
* Continuing work on simplifying self-closing tags, replacing button classes and transforming <we:cat>s. I don't even known why I'm doing all of these manually. (sphinx_config.php, create_backup.php, repair.php, Profile-Modify.php, Profile.template.php)
! Fixed png backgrounds in Nix for IE6. (Nix/ie6.css)
* Indenazi. (Profile.template.php)
Going to bed... Leaving you the very geeky rev 2^9 ;)
* Started converting < br /> to < br> in the code logic. Well, hopefully it won't screw it up... (install.sql, Profile-Modify.php)
* Continuing work on simplifying self-closing tags, replacing button classes and transforming <we:cat>s. I don't even known why I'm doing all of these manually. (sphinx_config.php, create_backup.php, repair.php, Profile-Modify.php, Profile.template.php)
! Fixed png backgrounds in Nix for IE6. (Nix/ie6.css)
* Indenazi. (Profile.template.php)
Going to bed... Leaving you the very geeky rev 2^9 ;)
9795
Features / Re: New revs
« on January 21st, 2011, 07:26 PM »
rev 510
+ Added very preliminary (and thankfully short) code to automatically switch between sidebar and jumbo footer depending on the window width. Jumbo footer isn't styled at all. (index.template.php)
(Just to get that out of my way... :P)
+ Added very preliminary (and thankfully short) code to automatically switch between sidebar and jumbo footer depending on the window width. Jumbo footer isn't styled at all. (index.template.php)
(Just to get that out of my way... :P)