Difference between revisions of "SI2/2.0"

From CSWiki
Jump to navigation Jump to search
(Created page with '== What we are planning for v 2.0: == # Major GUI changes. # Translation of the interface messages to Greek language. (optional for every user) # UTF-8 full compatibility. (Dat...')
 
Line 3: Line 3:
 
# Major GUI changes.  
 
# Major GUI changes.  
 
# Translation of the interface messages to Greek language. (optional for every user)
 
# Translation of the interface messages to Greek language. (optional for every user)
# UTF-8 full compatibility. (Database records must convert to utf-8 and should use in connection to db setup:
+
# UTF-8 full compatibility. (Database records must convert to utf-8 and should use in connection to db setup: {{green|mysql_query("SET NAMES utf8");}}
mysql_query("SET NAMES utf8");
 

Revision as of 13:45, 12 January 2010

What we are planning for v 2.0:

  1. Major GUI changes.
  2. Translation of the interface messages to Greek language. (optional for every user)
  3. UTF-8 full compatibility. (Database records must convert to utf-8 and should use in connection to db setup: mysql_query("SET NAMES utf8");