| 1 |
$Id: CHANGELOG.txt,v 1.17 2008/12/19 02:43:40 syscrusher Exp $
|
| 2 |
|
| 3 |
2009-02-02 syscrusher (Scott Courtney)
|
| 4 |
|
| 5 |
Initial work to port to Drupal 7. Code is alpha-level and not yet
|
| 6 |
working completely, but it's a start.
|
| 7 |
|
| 8 |
2008-12-18 syscrusher (Scott Courtney)
|
| 9 |
|
| 10 |
Deleted closing PHP tag at end of main module file, per Drupal
|
| 11 |
coding standards. First supported release for Drupal 6.
|
| 12 |
|
| 13 |
2008-12-14 syscrusher (Scott Courtney)
|
| 14 |
|
| 15 |
Added friendlier names for node types by looking up the names from
|
| 16 |
the {node_type} table.
|
| 17 |
|
| 18 |
Implemented manual setting for site creation date, as requested in
|
| 19 |
issue #197274.
|
| 20 |
|
| 21 |
Second commit (beta3) attempts to resolve the access bug reported
|
| 22 |
in issue #347037.
|
| 23 |
|
| 24 |
2008-12-11 syscrusher (Scott Courtney)
|
| 25 |
|
| 26 |
Drupal 6 port released for beta. Added warning messages in the popular
|
| 27 |
content section that indicate if the Statistics module is disabled or
|
| 28 |
is not configured to count node reads.
|
| 29 |
|
| 30 |
2008-12-07 syscrusher (Scott Courtney)
|
| 31 |
|
| 32 |
Initial port to Drupal 6, alpha version. No errors reported, but some
|
| 33 |
of the report sections are not yet producing useful output. Definitely
|
| 34 |
do NOT deploy to a production site.
|
| 35 |
|
| 36 |
2008-12-07 syscrusher (Scott Courtney)
|
| 37 |
|
| 38 |
Added Slovak translation kindly provided by "havran".
|
| 39 |
|
| 40 |
2007-03-22 syscrusher (Scott Courtney)
|
| 41 |
|
| 42 |
Ported module to Drupal 5.x. Some of the Spanish translation may
|
| 43 |
be outdated, but most of it should still be correct.
|
| 44 |
|
| 45 |
2006-07-13 syscrusher (Scott Courtney)
|
| 46 |
|
| 47 |
Added Spanish translation file kindly contributed by Federico
|
| 48 |
Scodelaro (Drupal user "fscodelaro"). Thanks, Federico!
|
| 49 |
|
| 50 |
2006-02-03 syscrusher (Scott Courtney)
|
| 51 |
|
| 52 |
Updated to use Drupal 4.7 forms API.
|
| 53 |
|
| 54 |
Various changes to prompt text. The translations will unfortunately
|
| 55 |
need to be updated at some point.
|
| 56 |
|
| 57 |
Added new section to report all published nodes by node type.
|
| 58 |
|
| 59 |
Added reporting of never-activated and disabled user accounts.
|
| 60 |
|
| 61 |
Modified handling of image nodes so that they can be included or
|
| 62 |
excluded from totals at the discretion of the site admin.
|
| 63 |
|
| 64 |
2005-11-03 syscrusher (Scott Courtney)
|
| 65 |
|
| 66 |
Applied patch contributed by "frjo" for better XHTML compliance, improved
|
| 67 |
code readability, and improved handling of moderation flag in nodes.
|
| 68 |
Patch was slightly modified to correct minor SQL issues. Nonetheless,
|
| 69 |
this was a significant patch -- many thanks to "frjo" for the contrib!
|
| 70 |
This relates to issue #28898.
|
| 71 |
|
| 72 |
Fixed a PHP 5 compatibility problem (no issue number applicable).
|
| 73 |
|
| 74 |
Added file upload statistics, as suggested by "rosa" in issue #25059.
|
| 75 |
|
| 76 |
2005-05-06 syscrusher (Scott Courtney)
|
| 77 |
|
| 78 |
Modified placement of t() calls to fix bug #22186 reported by Cvbge.
|
| 79 |
|
| 80 |
2005-05-02 syscrusher (Scott Courtney)
|
| 81 |
|
| 82 |
Added curly brackets around table names so prefixes will work right.
|
| 83 |
Fixes bug #21726. Patch by "ejort" (thanks!).
|
| 84 |
|
| 85 |
2005-04-28 syscrusher (Scott Courtney)
|
| 86 |
|
| 87 |
Moved creation of interval constants later in page creation process,
|
| 88 |
to fix crash in situations where t() function wasn't yet defined.
|
| 89 |
(Fixes bug #21495)
|
| 90 |
|
| 91 |
2005-04-14 syscrusher (Scott Courtney)
|
| 92 |
|
| 93 |
Added translation of time interval strings. (Fixes bug #20482)
|
| 94 |
|
| 95 |
2005-04-13 syscrusher (Scott Courtney)
|
| 96 |
|
| 97 |
Use l() function instead of hard-coded HTML links. (Fixes bug #20406)
|
| 98 |
|
| 99 |
2005-04-12 syscrusher (Scott Courtney)
|
| 100 |
|
| 101 |
Modified SQL query to use db_query_range() instead of hard-coded "LIMIT"
|
| 102 |
keyword, which might not work with all databases.
|
| 103 |
|
| 104 |
Fixed display of embedded table-of-contents menu on sub-pages.
|
| 105 |
|
| 106 |
Added an admin setting to keep the embedded TOC from displaying a link to
|
| 107 |
the full TOC. This link was redundant in certain themes for certain settings
|
| 108 |
of HOF itself; the new setting allows the admin to disable it in these
|
| 109 |
cases.
|
| 110 |
|
| 111 |
2005-03-27 syscrusher (Scott Courtney)
|
| 112 |
|
| 113 |
Reformatted code to remove tab indentation, per Drupal coding standards.
|
| 114 |
|
| 115 |
2005-03-27 syscrusher (Scott Courtney)
|
| 116 |
|
| 117 |
Tested and working with both Drupal 4.5 and Drupal 4.6. Added TODO.txt.
|
| 118 |
|
| 119 |
2005-03-27 syscrusher (Scott Courtney)
|
| 120 |
|
| 121 |
Program is feature-complete and ready for beta testing. Known to work with
|
| 122 |
Drupal 4.6, probably works with 4.5 as well but has not been tested with that
|
| 123 |
version yet.
|
| 124 |
|
| 125 |
2005-03-26 syscrusher (Scott Courtney)
|
| 126 |
|
| 127 |
Initial release of alpha test version
|