Search found 11 matches
- Sat Dec 17, 2011 2:35 pm
- Forum: Show / Tell / Contribute
- Topic: Login improvements
- Replies: 6
- Views: 9260
Re: Login improvements
Ok, agree with fast login. Also the links should be absolute. Right now all the pages are in the same directory, but if I ever add one that is not in the same directory, in a subdirectory, using an absolute path relative to the http root will be necessary. If I'm correct - there is theme_root and js...
- Sat Dec 17, 2011 12:22 pm
- Forum: Show / Tell / Contribute
- Topic: Login improvements
- Replies: 6
- Views: 9260
Re: Login improvements
Don't know about ssh but I found some other issues: there is not possible to logout with ie6 - looks like paths starting with /./ confuses its redirection or so. Another small issue: you can't properly load saved page from local disk because styles/scripts have absolute paths starting with '/', IMO ...
- Fri Dec 16, 2011 4:14 pm
- Forum: Show / Tell / Contribute
- Topic: Login improvements
- Replies: 6
- Views: 9260
Login improvements
Just found that login delay a bit annoying... so here is a bit optimized script which puts delay only in case of invalid login
Also fixed ie6 js errors for some pages
Also fixed ie6 js errors for some pages
- Tue Dec 13, 2011 2:08 am
- Forum: Show / Tell / Contribute
- Topic: set focus() to the password input field
- Replies: 11
- Views: 15275
Re: set focus() to the password input field
No, I mean that autosend via losing focus is a bad thing IMO
Autosend via Enter key should remain of course

- Mon Dec 12, 2011 9:52 am
- Forum: Show / Tell / Contribute
- Topic: set focus() to the password input field
- Replies: 11
- Views: 15275
Re: set focus() to the password input field
Well, I found that using onchange event processing in password fiels is totally wrong because that event triggered not only when you pressing Enter (in FF/Chrome) but always when input field loses input focus - i.e. pressing tab key, clicking mouse in surrounding area etc. So onchange event processi...
- Sun Dec 11, 2011 7:03 pm
- Forum: Show / Tell / Contribute
- Topic: distance setting in gui?
- Replies: 1
- Views: 18141
Re: distance setting in gui?
Try this patch for 1.5 branch
Actual option name can be changed to dd-wrt-like "Sensitivity Range" or "ACK Timing"
---
Edit: changed option name to 'Sensitivity Range' and fixed small visibility bug
Actual option name can be changed to dd-wrt-like "Sensitivity Range" or "ACK Timing"
---
Edit: changed option name to 'Sensitivity Range' and fixed small visibility bug
- Wed Dec 07, 2011 8:32 am
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND w/stock fw MAC spoofing fix
- Replies: 4
- Views: 5045
- Wed Dec 07, 2011 7:14 am
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND w/stock fw MAC spoofing fix
- Replies: 4
- Views: 5045
Re: TL-WR1043ND w/stock fw MAC spoofing fix
There is MAC-spoofing issue with official firmwares: when device just powered up (after u-boot?) its works like unmanaged 5-port switch i.e. sending all your lan MACs to WAN port which could cause port ban in case of some ISPs IIRC in *wrt fimwares there is some register modificaton performed at lin...
- Mon Dec 05, 2011 1:29 pm
- Forum: Show / Tell / Contribute
- Topic: set focus() to the password input field
- Replies: 11
- Views: 15275
Re: set focus() to the password input field
Here is the diff for 1.5, works with 1.4 also
- Mon Dec 05, 2011 7:47 am
- Forum: Hardware / Installation Issues
- Topic: TL-WR1043ND w/stock fw MAC spoofing fix
- Replies: 4
- Views: 5045
TL-WR1043ND w/stock fw MAC spoofing fix
Here is some factory beta firmware with MAC-spoofing fix (which will be in official build soon I'm sure) which also updates bootblock
New bootblock code disables WAN port right after power up, stock fimware enables it again after boot - unlike openwrt-based fw - means no internet at all
New bootblock code disables WAN port right after power up, stock fimware enables it again after boot - unlike openwrt-based fw - means no internet at all
