rejetto forum
May 25, 2012, 07:43:25 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1] 2 3
  Print  
Author Topic: Live v3.0.1 - Released!  (Read 5984 times)
0 Members and 3 Guests are viewing this topic.
TSG
Moderator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« on: September 10, 2010, 07:53:49 AM »

It's here, and ready for people to use on their HFS servers. Roll Eyes It has been secretly out in the wild for a few weeks, I have several beta testers. So this should be quite a stable release, following the trend set by Live 3.

This may be a single build change, but it has been extended massively. Using jQuery I have enabled Live to use modern HFS functionality, and maintain a very similar interface. I wont bother listing all the changes. But the main things, Media Previews, Selective Archive and Delete, Tooltips... the list goes on.

Read the 'readme.txt' if you need help understanding how this template works, the code is complex but I paid a lot of attention with my comments and code layout, to make sure a novice user should be able to make simple changes, and understand it.



Thanks to rejetto and my mate flynsarmy, for helping me crunch some of the more difficult issues and get this done quicker. I will also credit jQuery, it is like magic, and I suppose the Top-Up plugin also deserves a mention, even though I modified it heavily.

Update: From HFS 2.3 beta 270, Live 3.0.1 supports special characters using UTF-8 properly.

Consider donating if you like what we do for the HFS community. The website is kept online by donations, and is a mirror for HFS. We do not profit from donations. Donations only help to keep the website online. Use the PayPal link on the homepage. (>^_^)>

Follow members gave a thank to your post:

TCube, SilentPliz

For this post, 2 members gave a thank you!
« Last Edit: September 21, 2010, 01:33:49 AM by TSG » Logged

SilentPliz
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1046


....... chut ! shh!


View Profile WWW
« Reply #1 on: September 11, 2010, 05:13:34 AM »

Hi!  Smiley

The name of files and folders with accented characters are not well displayed.
The normal use is not altered.





* 2010-09-11_120634.png (6.26 KB, 286x370 - viewed 204 times.)
Logged
TSG
Moderator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #2 on: September 11, 2010, 06:12:29 AM »

I don't do anything different that I know of... from the other templates. Not sure why that would happen, the charset is UTF-8.
Logged

viralmind
Occasional poster
*
Offline Offline

Hungary Hungary

Posts: 9



View Profile Email
« Reply #3 on: September 11, 2010, 06:52:24 AM »

Hi!  Smiley

The name of files and folders with accented characters are not well displayed.
The normal use is not altered.





Confirmed  Sad


* Clipboard02.jpg (44.18 KB, 640x186 - viewed 166 times.)
Logged
TSG
Moderator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #4 on: September 11, 2010, 06:56:07 AM »

Hmm, I honestly don't know why this is happening. Maybe it is because I write the <head> area from a section other than [] (the main HFS template section), but I don't see why. Hopefully rejetto can take a look.
Logged

SilentPliz
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1046


....... chut ! shh!


View Profile WWW
« Reply #5 on: September 11, 2010, 07:09:02 AM »


charset=ISO-8859-1 (ansi instead of utf-8) seem solve this issue.
Logged
rejetto forum
« Reply #5 on: September 11, 2010, 07:09:02 AM »

Do you like this software? Consider even $2
 Logged
viralmind
Occasional poster
*
Offline Offline

Hungary Hungary

Posts: 9



View Profile Email
« Reply #6 on: September 11, 2010, 07:27:25 AM »

charset=ISO-8859-1 (ansi instead of utf-8) seem solve this issue.

Yes nice its working! thank you this solution,and big thanks for the template  Cheesy


* Clipboard03.jpg (44.14 KB, 653x184 - viewed 126 times.)
Logged
TSG
Moderator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #7 on: September 11, 2010, 08:06:42 AM »

ISO wont work with Asian or Russian style characters. I use UTF-8 to allow these languages, otherwise they get the ? ? ?  issue too.

EDIT: I found it, rejetto must read the character encoding from the main section. because it now works with UTF-8 if I put the head where it would be, instead of using a section... maybe rejetto can look into this, as what I have done is very handy and I don't want to change it.
« Last Edit: September 11, 2010, 08:33:16 AM by TSG » Logged

SilentPliz
Operator
Insane poster
*****
Offline Offline

France France

Posts: 1046


....... chut ! shh!


View Profile WWW
« Reply #8 on: September 11, 2010, 08:53:00 AM »

ISO wont work with Asian or Russian style characters. I use UTF-8 to allow these languages, otherwise they get the ? ? ?  issue too.

Indeed, charset=ISO-8859-1 is only for latin lettering.
charset=ISO-10646-1 is more universal .... it's more or less as unicode. I tested it; it work with latin lettering... and normally also with russian, asians lettering ... etc ...
 
http://anubis.dkuug.dk/JTC1/SC2/WG2/

http://en.wikipedia.org/wiki/Universal_Character_Set
« Last Edit: September 12, 2010, 09:37:31 PM by TSG » Logged
TSG
Moderator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #9 on: September 11, 2010, 09:45:00 AM »

I am still going to wait for rejetto, because UTF-8 should work fine.
Logged

TCube
Insane poster
*****
Offline Offline

France France

Posts: 431



View Profile
« Reply #10 on: September 11, 2010, 01:32:52 PM »

Works like a  charm ! thousand thks  TSG   Wink
Logged

Make it idiot-proof and I will make a better idiot
rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11831


View Profile
« Reply #11 on: September 12, 2010, 08:33:08 AM »

utf-8 is not detected because HFS currently searches for string "=UTF-8" in the main section: []
i guess i did this way mainly for performance reasons.
i'm going now, i will face the problem when i come back.
Logged
ydwxb
Regular poster
**
Offline Offline

China China

Posts: 21


View Profile
« Reply #12 on: September 14, 2010, 03:35:35 AM »

hello TSG!

the css style dropdown and item.selected does not work on ie6.
« Last Edit: September 14, 2010, 03:39:10 AM by ydwxb » Logged
TSG
Moderator
Insane poster
*****
Offline Offline

Australia Australia

Posts: 1919



View Profile WWW
« Reply #13 on: September 14, 2010, 06:23:56 AM »

Changed it to:

Code:
div.selected, div.selected:hover

Can't be bothered with the dropdown, IE6 sucks, I no longer fully support it.
« Last Edit: September 14, 2010, 06:31:05 AM by TSG » Logged

DekkeR
Occasional poster
*
Offline Offline

Portugal Portugal

Posts: 2


View Profile
« Reply #14 on: September 18, 2010, 04:12:23 AM »

I got the server-info parameter set to on, but it doesn't show that frame on the right side, like in v3.0.0.

Did it change?

Thanks

PS: I like the new upload window Grin
Logged
Pages: [1] 2 3
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page Today at 11:33:52 AM
anything