Show Posts

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.

Messages - Nao
4276
Archived fixes / Re: Linktree
« on October 22nd, 2012, 03:20 PM »
Also bump...

Awfully quiet these days, innit? It's like I'm the only want who want that alpha to be out... :P

Maybe I should start asking everyone here who wants to be part of the private alpha sessions...?
4277
Features / Re: New revs - Public comments
« on October 22nd, 2012, 03:19 PM »
Shameless bump!

With that and my link tree issues, I have a success rate of 0% today. Sucks...
Posted: October 19th, 2012, 09:03 PM

And now for a totally deserved bump... :P
(Good thing I got the link tree thing covered. Except for multi-line versions.)
4278
Archived fixes / Re: Linktree
« on October 21st, 2012, 10:58 AM »
Do you think I should use it across all skins?

The main issue is that I can't support multiline link trees for now...
4279
Features / Re: New revs
« on October 20th, 2012, 06:12 PM »
rev 1747
(7 files + 8 folders, 9kb)

* Rewrote Wuthering linktree to use a shadowed half-circle rather than bland arrows. Adds about 200 bytes of CSS... That should compress correctly. You tell me if you don't like it. (Wuthering/extra.css)

! Fixed local ignores in the SVN server. (svn, attachments, cache, css, js, Plugins, Sources, Sources/media)

! Media deletion confirm box will now use a regular confirm() call -- until I'm ready to deploy ask() everywhere. (Media.template.php)

+ Added a nice little transition at window resize time. To think it's only one line of code... (index.css)

* Attempting to fix an Opera problem where rounded corners don't show up or disappear correctly. Hopefully I won't need to rework this for other platforms. (index.css, sections.css, Wine/extra.css)

- Removing some custom iOS JavaScript that was no longer needed... I think. (Wine/skin.xml, Warm/skin.xml)
4280
Archived fixes / Re: Delete media: 'No' button does not work
« on October 20th, 2012, 05:20 PM »
Done locally.

BTW, do you have any idea how to get a list of all ignored files in TortoiseSVN or SVN in general..? I only learned today that local ignores != global ignores. Global ignores = ignored by your setup, regular ignores = uploaded to the svn server and shared by all other devs... So it's not cool that my local ignores have files like '1Subs-Cache.php' in them (the kind of file I kept as a backup at one point in development and forgot to delete from the ignore list after I deleted them...), it's a waste of space for everyone.
But I don't want to go through all of my folders to check for local ignores I might have forgotten about...
4281
This should be fixed now...
Posted: October 19th, 2012, 11:51 PM

(And committed.)
4282
Features / Re: New revs
« on October 19th, 2012, 11:58 PM »
rev 1746
(2 files, 1kb)

! Fixed crash on iPad devices, due to Apple being a bunch of funny guys who enjoy changing their user agent without warning. (Load.php)

! Applied a band-aid on the IE6 non-anchor hover polyfill, because it needed it. More specifically, having a ":hover:after" in your CSS seems to trigger an error. That fix should simply ignore the error. Not that IE6 supports :after anyway, eh..? (ie6hover.js)
4283
Archived fixes / Re: Linktree
« on October 19th, 2012, 11:28 PM »
And... Nailed!! (It was a clip issue. I forgot to account for the shadow width and resorted to an inset out of laziness...)
4284
Archived fixes / Re: Linktree
« on October 19th, 2012, 11:22 PM »
Ah HA!

This is far from perfect (probably because I'm per-pixelling it in my head -- the box-shadow isn't half as good as the previous one), but this is much closer to what I had in mind...

Works with hover effects, too.

So... What do you think?
I can still go for the arrow version, but I'll only accept it if I can do that small border on the side of the arrow... Which currently I'm still far from getting, I'm afraid. Perhaps it'll come to me at one point...
4285
Oh I see the error I made. I'll fix it ASAP. Sorry!
4286
Archived fixes / Re: Linktree
« on October 19th, 2012, 06:10 PM »
So... For further reference, I'll post the entire linktree code for the rounded corner version, so that I can easily restore it. I would usually save it in a file aside, but I thought users with access might want to see how it looked in context.
(Plus, it's some cool CSS... :))

That's in skins/Wine/Wuthering/extra.css, of course.
Now I'll work on trying to add a border on the arrow version... I think I can do it.

Code: [Select]
// The navigation list (i.e. linktree)
#linktree
background: transparent
margin: 0 -math($sidebar-width + 20) 0 0 // This is to allow the linktree to use the sidebar space...
ul
border-radius: 8px
background: linear-gradient(0deg, #fdfdfd, #ededed)
padding: 0
border: 1px solid #ccc
margin: 8px 0 12px
height, line-height: 30px
overflow: hidden
li
position: relative
margin-right: -11px
padding-left: 8px
padding-right: 18px
background: linear-gradient(0deg, #fdfdfd, #ededed)
box-shadow: -2px 0 5px
border-radius: 20px 0 0 20px
:first-child
border-radius: 0
:hover
background: linear-gradient(10deg, #fff0f0, #efe0e0)
:nth-last-child(even)
background: linear-gradient(0deg, darken(#fdfdfd, 5%), darken(#ededed, 5%))
:hover
background: linear-gradient(0deg, darken(#fffdfd, 5%), darken(#efeded, 5%))
4287
Archived fixes / Re: Linktree
« on October 19th, 2012, 04:29 PM »
In a linktree, usage shows that 99.99% of those websites that have 'arrows' will make them point to the right, rather than to the left...

Wedge > Forum > Topic

!=

Wedge < Forum < Topic
4288
Bug reports / Re: Double space bug in thoughts + others
« on October 19th, 2012, 03:35 PM »
Oops, and we never fixed the duplicate either...

Any idea what direction we should take...?
4289
Archived fixes / Re: Delete media: 'No' button does not work
« on October 19th, 2012, 03:34 PM »
It's an old piece of code that I never really got around to changing back into a regular confirm()... Which would make sense because it's the only place (that I know of) where Zoomedia is used to show a confirm box. It has no point, really. And takes HTML for nothing.

Who's in favor of a confirm box? :P
4290
Archived fixes / Re: Moving text within a post
« on October 19th, 2012, 03:30 PM »
Events aren't funny...
I guess the plugin will stay a plugin for now... <sigh>