| 1 |
6.x-1.0: First version for Drupal 6
|
| 2 |
|
| 3 |
6.x-1.1: Bug fix: administer setting menu
|
| 4 |
|
| 5 |
6.x-1.2: Bug fix - Recheck if counter_page exists
|
| 6 |
Bug fix - Required to check up to arg(3)
|
| 7 |
New - By default Counter Report order by DESC
|
| 8 |
|
| 9 |
6.x-1.3: Bug fix: miss spell in counter.info dan rename project to "Easy Module"
|
| 10 |
Bug fix: avoid any SQL injection attacks by using the database abstraction layer
|
| 11 |
|
| 12 |
6.x-1.4: Bug fix: rewrite module to meet Drupal 6 coding standard and valid XHMTL
|
| 13 |
New: use Drupal 6 database schema, now support all Drupal 6 databases
|
| 14 |
New: option to show Site Counter result for administer group only
|
| 15 |
New: record site access per minute (previously per day)
|
| 16 |
|
| 17 |
6.x-1.5: New: save access per interval, you can choose per day, minute or second
|
| 18 |
|
| 19 |
6.x-1.6: New: add thousand seperator
|
| 20 |
Default counter_record_interval from day change to minute
|
| 21 |
|
| 22 |
6.x-1.7: New: show IP of your web server
|
| 23 |
|
| 24 |
6.x-1.8: New: add instruction how to active this module in README.TXT
|
| 25 |
|
| 26 |
6.x-1.9: New: Remove IGNORE (a MySQL specific command)
|
| 27 |
|
| 28 |
6.x-1.10: Bug fix: change maksimum counter_page from 32 to 255
|
| 29 |
|
| 30 |
6.x-2.0: New: Delay before refresh data now in seconds
|
| 31 |
New: Delay before next insert (in second):
|
| 32 |
New: option to avoid counting for admin (uid=0) visit
|
| 33 |
New: table to save previous query result to increase performance
|
| 34 |
New: support other databases pgsql,mssql,oracle
|
| 35 |
New: theming, requested by mauricemengel, adeptt and drupaloo
|
| 36 |
Bug fix: many miss-type corrected by andrewmacpherson (http://drupal.org/user/265648)
|
| 37 |
Bug fix: rename package name from "Easy Module" to "Statistics" by andrewmacpherson
|
| 38 |
Bug fix: remove duplicate link of Site Counter Report by andrewmacpherson
|
| 39 |
Bug fix: unregistered users rule by danielb (http://drupal.org/user/134005)
|
| 40 |
|
| 41 |
6.x-2.1: Bug fix: fresh install of Counter not work if counter_data has no record
|
| 42 |
|
| 43 |
6.x-2.2: New: Show Block/Unblock Users
|
| 44 |
New: Redesign "Counter Settings" page
|
| 45 |
New: Variable to show how many items per page on Counter Report
|
| 46 |
Bug fix: Error on Counter Report when i18n module enable
|