Skip to content

Commit

Permalink
* merged ASG 2.1.5 changes into trunk
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.asp-stats.com/asg/trunk@166 01510c37-c734-0410-a4eb-a63f18df9afa
  • Loading branch information
weppos committed Jun 1, 2008
1 parent d873d1d commit b8a38cc
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 9 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Changelog =

== Trunk ==
== development ==

* ADDED: New folder structure:
* asg-config: configuration files
Expand All @@ -18,13 +18,16 @@
* REMOVED: Unused #GetContinent function from functions_common.asp and all related strings.
* REMOVED: /includes/inc_array_month.asp file and replaced by a couple of functions in /asg-lib/collections.asp and /asg-lib/layout.asp.

== 2.1.x ==
== Release 2.1.5 ==

Released on 2008-06-01.

* ADDED: Confirmation message on delete data button in settings_reset.asp (Closes #12).
* CHANGED: The path to count.asp file now includes the full path to the file to prevent the script to not work when you are tracking an external website (Closes 22).
* CHANGED: The main file is now called default.asp instead of statistiche.asp to prevent users to be disoriented by an untranslated error message when trying to access /myasg root folder (Closes #32).
* CHANGED: Flag icon package replaced by the wonderful flag set provided by Fam Fam Fam at http://www.famfamfam.com/lab/icons/flags/
* CHANGED: Various source code improvements and refactoring.
* CHANGED: URL for update check function (closes #29).
* FIXED: Undefined intAsgProtezione variable in settings_skin.asp (Closes #45).
* FIXED: Missing flag icons are displayed as broken images (Closes #6).
* FIXED: Broken skin file (Closes #17).
Expand All @@ -34,7 +37,7 @@

== Release 2.1.4 ==

Released on 2007-08-14. Tagged at r54.
Released on 2007-08-14.

* CHANGED: Updated ip-to-country database to July 30, 2007
* CHANGED: Translated inc_config.asp and a few other files into English
Expand Down
2 changes: 1 addition & 1 deletion myasg/asg-includes/update.asp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function asgVersionCheck(strCurrentVersion)
strHost = Request.ServerVariables("HTTP_HOST")
strVersion = strCurrentVersion
strUrl = "http://www.weppos.com/asg/checkversion/check_update.asp?" &_
strUrl = "http://www.asp-stats.com/api/v1/version_check?" &_
"host=" & Server.URLEncode(strHost) & "&" &_
"version=" & Server.URLEncode(strVersion)
Expand Down
38 changes: 38 additions & 0 deletions myasg/asg-lib/string.asp
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
<%
'
' = ASP Stats Generator - Powerful and reliable ASP website counter
'
' Copyright (c) 2003-2008 Simone Carletti <weppos@weppos.net>
'
' Permission is hereby granted, free of charge, to any person obtaining a copy
' of this software and associated documentation files (the "Software"), to deal
' in the Software without restriction, including without limitation the rights
' to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
' copies of the Software, and to permit persons to whom the Software is
' furnished to do so, subject to the following conditions:
'
' The above copyright notice and this permission notice shall be included in
' all copies or substantial portions of the Software.
'
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
' IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
' FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
' AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
' LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
' OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
' THE SOFTWARE.
'
'
' @category ASP Stats Generator
' @package ASP Stats Generator
' @author Simone Carletti <weppos@weppos.net>
' @copyright 2003-2008 Simone Carletti
' @license http://www.opensource.org/licenses/mit-license.php
' @version SVN: $Id: track.asp 125 2008-04-22 20:44:14Z weppos $
'
%>
10 changes: 5 additions & 5 deletions myasg/config.asp
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ intAsgLatestUpdate = 0 ' by default disable any alert
'-------------------------------------------------------------------------------'
' Includi le informazioni sulla traduzione in uso
' Change to include your custom language file
'-------------------------------------------------------------------------------'
'// Italiano %>
<!--include file="languages/italiano.asp" --><%
' Italiano
%><!--include file="languages/italiano.asp" --><%
'// English %>
<!--#include file="languages/english.asp" --><%
' English (default)
%><!--#include file="languages/english.asp" --><%
'---------------------------------------------------
Expand Down

0 comments on commit b8a38cc

Please sign in to comment.