| 2 | | |
| 3 | | == Trunk == |
| 4 | | |
| 5 | | * ADDED: New folder structure: |
| 6 | | * asg-config: configuration files |
| 7 | | * asg-content: user content such as custom plugins or files |
| 8 | | * asg-included: various included files, assets and libraries |
| 9 | | * asg-lib: contains all pure ASP libraries used by the application |
| 10 | | * asg-static: contains static assets such as JavaScript or CSS files |
| 11 | | * CHANGED: Default charset to UTF-8 (Closes #24). |
| 12 | | * CHANGED: License from custom to Open Source MIT LICENSE (Closes #34). |
| 13 | | * CHANGED: Renamed stats_js.asp and count.asp to asg-track.js.asp and asg-track.asp (Closes #40). |
| 14 | | * CHANGED: Massive code refactoring and improvements. |
| 15 | | * REMOVED: Support for custom skins. The layout is going to be changed and, for now, it's better to drop it the buggy version (Closes #38). |
| 16 | | |
| 17 | | == 2.1.x == |
| 18 | | |
| 19 | | * ADDED: Confirmation message on delete data button in settings_reset.asp (Closes #12). |
| 20 | | * 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). |
| 21 | | * 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). |
| 22 | | * CHANGED: Flag icon package replaced by the wonderful flag set provided by Fam Fam Fam at http://www.famfamfam.com/lab/icons/flags/ |
| 23 | | * CHANGED: Various source code improvements and refactoring. |
| 24 | | * FIXED: Undefined intAsgProtezione variable in settings_skin.asp (Closes #45). |
| 25 | | * FIXED: Missing flag icons are displayed as broken images (Closes #6). |
| 26 | | * FIXED: Broken skin file (Closes #17). |
| 27 | | * REMOVED: default.asp filed from all directories (Closes #23). |
| 28 | | * REMOVED: icon debug system that notified to ASG all unknown icons (closes #28). |