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.
496
Features / Re: Additional rows inn generic list
« on June 17th, 2012, 07:23 PM »
Nao, could I have your opinion on this? Its about design/HTML tag nesting...
497
Features / Re: Additional rows inn generic list
« on June 17th, 2012, 03:09 AM »
(Cannot edit to remove typo...)
498
Features / Additional rows inn generic list
« on June 17th, 2012, 03:07 AM »
I'd like some changes to the additional rows inn generic list. Namely,
top_of_list to be moved above the title bar. Should it stay within the form?
below_title: why is it wrapped within a div that is floated to the right?
above_column_headers is wrapped in two divs: pagenav and one that is floated to the right. Could it be moved outside?
bellow_table_data is wrapped in two divs: pagenav and one that is floated to the right. Could it be moved outside and above the page index? This, so it can be more uniform, as above_column_headers is stuck between the top index and the main table.
bottom_of_list is wrapped in two divs: pagenav and one that is floated to the right. Could it be moved outside?
top_of_list to be moved above the title bar. Should it stay within the form?
below_title: why is it wrapped within a div that is floated to the right?
above_column_headers is wrapped in two divs: pagenav and one that is floated to the right. Could it be moved outside?
bellow_table_data is wrapped in two divs: pagenav and one that is floated to the right. Could it be moved outside and above the page index? This, so it can be more uniform, as above_column_headers is stuck between the top index and the main table.
bottom_of_list is wrapped in two divs: pagenav and one that is floated to the right. Could it be moved outside?
499
Features / Re: Proposed change to add_linktree()
« on June 17th, 2012, 12:47 AM »
Could also add extra_before and extra_after, just for the hell of it...
500
Features / Proposed change to add_linktree()
« on June 17th, 2012, 12:29 AM »
For those of you who don't know (or remember), add_linktree() iis a small helper function to append a link to the breadcrumb chain.
I would like to see the $name param first and $url next, as an optional param. That way, it can be used to add an item without an anchor.
I would like to see the $name param first and $url next, as an optional param. That way, it can be used to add an item without an anchor.
501
Features / Re: Users Online Today
« on June 15th, 2012, 07:10 PM »
Oh, and it doesn't show in Wine (hey, where's the quick edit button and the action menu? Now I can only quote myself, odd...)
502
Features / Re: Users Online Today
« on June 15th, 2012, 06:59 PM »
rev 35
! [Theme Selector] Use the new wetem object to load our block
! [Theme Selector] Variable refresh: $theme -> $th, $settings -> $theme
@ Header alignment is a bit off
@ Selecting a skin does not update the green checkmark in the profile's theme switcher
! [Theme Selector] Use the new wetem object to load our block
! [Theme Selector] Variable refresh: $theme -> $th, $settings -> $theme
@ Header alignment is a bit off
@ Selecting a skin does not update the green checkmark in the profile's theme switcher
504
Features / Re: Users Online Today
« on June 15th, 2012, 06:41 PM »
Shows for me just fine, error notwithstanding. Mind if I attempt to commit my change?
505
The Pub / Re: The Cookie Law (in the UK at least)
« on June 15th, 2012, 09:11 AM »
Yes, they can. But the majority don't bother. So, moot point...?
507
The Pub / Re: The Cookie Law (in the UK at least)
« on June 14th, 2012, 11:53 PM »
Rules get bent if enough people ignore them, or so they say...
508
Off-topic / Re: Been away for a while alot has changed
« on June 11th, 2012, 02:48 AM »
Only 14 million? :P
509
Features / Re: Rewriting the skin file parser...
« on June 11th, 2012, 12:47 AM »1/ Just reverting my sort() call and calling it quits on the optimization
510
Features / Re: Rewriting the skin file parser...
« on June 10th, 2012, 06:30 AM »
OMG so many changes... so fucking lost.
it works in r1584
also in 1590
and not in 1593
Quote I'd assume that has something to do with it.
Posted: June 10th, 2012, 06:14 AM
it works in r1584
Posted: June 10th, 2012, 06:20 AM
also in 1590
Posted: June 10th, 2012, 06:24 AM
and not in 1593
Posted: June 10th, 2012, 06:26 AM
* Sort selector lists before generating the CSS files. This helps a bit with overall gzip compression rates. (Class-CSS.php)