Changeset 166
- Timestamp:
- 06/01/08 10:09:52 (2 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
-
CHANGELOG.txt (modified) (4 diffs)
-
myasg/asg-includes/update.asp (modified) (1 diff)
-
myasg/asg-lib/string.asp (added)
-
myasg/config.asp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/CHANGELOG.txt
r141 r166 1 1 = Changelog = 2 2 3 == Trunk==3 == development == 4 4 5 5 * ADDED: New folder structure: … … 19 19 * REMOVED: /includes/inc_array_month.asp file and replaced by a couple of functions in /asg-lib/collections.asp and /asg-lib/layout.asp. 20 20 21 == 2.1.x == 21 == Release 2.1.5 == 22 23 Released on 2008-06-01. 22 24 23 25 * ADDED: Confirmation message on delete data button in settings_reset.asp (Closes #12). … … 26 28 * CHANGED: Flag icon package replaced by the wonderful flag set provided by Fam Fam Fam at http://www.famfamfam.com/lab/icons/flags/ 27 29 * CHANGED: Various source code improvements and refactoring. 30 * CHANGED: URL for update check function (closes #29). 28 31 * FIXED: Undefined intAsgProtezione variable in settings_skin.asp (Closes #45). 29 32 * FIXED: Missing flag icons are displayed as broken images (Closes #6). … … 35 38 == Release 2.1.4 == 36 39 37 Released on 2007-08-14. Tagged at r54.40 Released on 2007-08-14. 38 41 39 42 * CHANGED: Updated ip-to-country database to July 30, 2007 -
trunk/myasg/asg-includes/update.asp
r160 r166 45 45 strHost = Request.ServerVariables("HTTP_HOST") 46 46 strVersion = strCurrentVersion 47 strUrl = "http://www. weppos.com/asg/checkversion/check_update.asp?" &_47 strUrl = "http://www.asp-stats.com/api/v1/version_check?" &_ 48 48 "host=" & Server.URLEncode(strHost) & "&" &_ 49 49 "version=" & Server.URLEncode(strVersion) -
trunk/myasg/config.asp
r160 r166 118 118 119 119 '-------------------------------------------------------------------------------' 120 ' Includi le informazioni sulla traduzione in uso120 ' Change to include your custom language file 121 121 '-------------------------------------------------------------------------------' 122 122 123 ' // Italiano %>124 <!--include file="languages/italiano.asp" --><%123 ' Italiano 124 %><!--include file="languages/italiano.asp" --><% 125 125 126 ' // English %>127 <!--#include file="languages/english.asp" --><%126 ' English (default) 127 %><!--#include file="languages/english.asp" --><% 128 128 129 129
![(please configure the [header_logo] section in trac.ini)](http://www.asp-stats.com/images/asg-logo.png)