[Commit revision efa980e]
Author: Nao
Date: Wed, 21 Jan 2015 10:08:55 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision 35c89bc]
Author: Nao
Date: Wed, 21 Jan 2015 10:18:48 +0100
Stats: 1 file changed; +4 (insertions), -3 (deletions)
[Commit revision 7b5a702]
Author: Nao
Date: Wed, 21 Jan 2015 15:14:43 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision fe4d11c]
Author: Nao
Date: Wed, 21 Jan 2015 15:16:17 +0100
Stats: 1 file changed; +0 (insertion), -3 (deletions)
[Commit revision d686f19]
Author: Nao
Date: Wed, 21 Jan 2015 15:28:59 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
[Commit revision d555ceb]
Author: Nao
Date: Wed, 21 Jan 2015 18:50:06 +0100
Stats: 1 file changed; +54 (insertions), -45 (deletions)
Date: Wed, 21 Jan 2015 10:08:55 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- say() doesn't need to be a modal dialog, it's just a regular information box requiring no user choice... (script.js)
[Commit revision 35c89bc]
Date: Wed, 21 Jan 2015 10:18:48 +0100
Stats: 1 file changed; +4 (insertions), -3 (deletions)
- Fixed some rare situations where popups didn't have proper dimensions. (script.js)
- Just for the record... This bit was written years ago (seriously), but I always postponed its commit because I wasn't sure it worked. Well, since I'm doing most of my tests on 'clean' copies, I'd never get to test it anyway, so I'm committing, and I can always revert it later.
[Commit revision 7b5a702]
Date: Wed, 21 Jan 2015 15:14:43 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Strictness is cool. No, it isn't. (Aeva-Gallery2.php)
[Commit revision fe4d11c]
Date: Wed, 21 Jan 2015 15:16:17 +0100
Stats: 1 file changed; +0 (insertion), -3 (deletions)
- Got bored with a visual tweak... Suggestions welcome. (Wilde/extra.css)
[Commit revision d686f19]
Date: Wed, 21 Jan 2015 15:28:59 +0100
Stats: 1 file changed; +1 (insertion), -1 (deletion)
- Apparently, Firefox 37 doesn't like buttons with reduced paddings and overrides the font color with white (?!) after animations. Seriously, what's with that? (index.css)
[Commit revision d555ceb]
Date: Wed, 21 Jan 2015 18:50:06 +0100
Stats: 1 file changed; +54 (insertions), -45 (deletions)
- And now for a severe rewrite of the reqWin() function. (script.js)
- > is_modal replaces modal_type, and is easier to understand.
- > existing button labels are kept, instead of replaced with we_cancel/we_ok values.
- > the function now accepts any type of contents, ultimately it will always show a draggable header, then a section containing the main data, then a footer with at least one button. If necessary, it will create them on the fly.
- In need of more work: (1) testing form submissions from within a popup (does the location trick interfere with them?), (2) ensuring other events don't interfere with the popup's, such as Zoomedia's.

