Changeset 166

Show
Ignore:
Timestamp:
06/01/08 10:09:52 (2 years ago)
Author:
weppos
Message:

* merged ASG 2.1.5 changes into trunk

Location:
trunk
Files:
1 added
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG.txt

    r141 r166  
    11= Changelog = 
    22 
    3 == Trunk == 
     3== development == 
    44 
    55  * ADDED: New folder structure: 
     
    1919  * REMOVED: /includes/inc_array_month.asp file and replaced by a couple of functions in /asg-lib/collections.asp and /asg-lib/layout.asp. 
    2020 
    21 == 2.1.x == 
     21== Release 2.1.5 == 
     22 
     23Released on 2008-06-01. 
    2224 
    2325  * ADDED: Confirmation message on delete data button in settings_reset.asp (Closes #12). 
     
    2628  * CHANGED: Flag icon package replaced by the wonderful flag set provided by Fam Fam Fam at http://www.famfamfam.com/lab/icons/flags/ 
    2729  * CHANGED: Various source code improvements and refactoring. 
     30  * CHANGED: URL for update check function (closes #29). 
    2831  * FIXED: Undefined intAsgProtezione variable in settings_skin.asp (Closes #45). 
    2932  * FIXED: Missing flag icons are displayed as broken images (Closes #6). 
     
    3538== Release 2.1.4 == 
    3639 
    37 Released on 2007-08-14. Tagged at r54. 
     40Released on 2007-08-14. 
    3841 
    3942  * CHANGED: Updated ip-to-country database to July 30, 2007 
  • trunk/myasg/asg-includes/update.asp

    r160 r166  
    4545  strHost = Request.ServerVariables("HTTP_HOST") 
    4646  strVersion = strCurrentVersion 
    47   strUrl = "http://www.weppos.com/asg/checkversion/check_update.asp?" &_ 
     47  strUrl = "http://www.asp-stats.com/api/v1/version_check?" &_ 
    4848           "host=" & Server.URLEncode(strHost) & "&" &_ 
    4949           "version=" & Server.URLEncode(strVersion) 
  • trunk/myasg/config.asp

    r160 r166  
    118118 
    119119'-------------------------------------------------------------------------------' 
    120 ' Includi le informazioni sulla traduzione in uso 
     120' Change to include your custom language file 
    121121'-------------------------------------------------------------------------------' 
    122122 
    123 '//     Italiano %> 
    124 <!--include file="languages/italiano.asp" --><% 
     123' Italiano 
     124%><!--include file="languages/italiano.asp" --><% 
    125125 
    126 '//     English %> 
    127 <!--#include file="languages/english.asp" --><% 
     126' English (default)  
     127%><!--#include file="languages/english.asp" --><% 
    128128 
    129129