rejetto forum

Live v3.0.1 - Released!

TSG · 36 · 21616

0 Members and 1 Guest are viewing this topic.

Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
It's here, and ready for people to use on their HFS servers. ::) 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. (>^_^)>
« Last Edit: September 21, 2010, 06:33:49 AM by TSG »


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
Hi!  :)

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





Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
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.


Offline viralmind

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
Hi!  :)

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





Confirmed  :(


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
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.


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile

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


Offline viralmind

  • Occasional poster
  • *
    • Posts: 9
    • View Profile
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  :D


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
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, 01:33:16 PM by TSG »


Offline SilentPliz

  • Operator
  • Tireless poster
  • *****
    • Posts: 1298
  • ....... chut ! shh!
    • View Profile
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 13, 2010, 02:37:31 AM by TSG »


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
I am still going to wait for rejetto, because UTF-8 should work fine.


Offline TCube

  • Tireless poster
  • ****
    • Posts: 440
    • View Profile
Works like a  charm ! thousand thks  TSG   ;)
Make it idiot-proof and I will make a better idiot


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
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.


Offline ydwxb

  • Occasional poster
  • *
    • Posts: 21
    • View Profile
hello TSG!

the css style dropdown and item.selected does not work on ie6.
« Last Edit: September 14, 2010, 08:39:10 AM by ydwxb »


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs
Changed it to:

Code: [Select]
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, 11:31:05 AM by TSG »


Offline DekkeR

  • Occasional poster
  • *
    • Posts: 2
    • View Profile
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 ;D