/[drupal]/contributions/modules/taxonews/CHANGELOG.TXT
ViewVC logotype

Contents of /contributions/modules/taxonews/CHANGELOG.TXT

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.7.4.5 - (show annotations) (download)
Thu Jul 30 14:50:54 2009 UTC (3 months, 4 weeks ago) by fgm
Branch: DRUPAL-7--1
Changes since 1.7.4.4: +5 -1 lines
File MIME type: text/plain
2009-07-30       v1.12.2.5
   D7U8      Hook commmenting rules changed for UNSTABLE-8.
   QUAL      Slight doc comments changes.
1 Change log for Taxonews module
2 ==============================
3 $Id: CHANGELOG.TXT,v 1.7.4.4 2009/07/13 17:34:37 fgm Exp $
4
5 2009-07-30 v1.12.2.5
6 D7U8 Hook commmenting rules changed for UNSTABLE-8.
7 QUAL Slight doc comments changes.
8
9 2009-07-13 v1.12.2.4
10 BUG Test times were reported by test number, not by human-readable group
11 QUAL Removed coder warning about bracing style
12 QUAL 100% coverage by unit tests
13
14 2009-07-09 v1.12.2.3
15 FEAT Taxonews::getTerms now includes an optional $reset parameter
16 PERF blockView needn't run most of its code when passed an invalid delta
17 PERF refactor tests to include timing instrumentation
18 BUG blockConfigure no longer offers a config form for invalid deltas
19 BUG blockSave no longer tries to save config for invalid deltas
20 QUAL Split unit tests in 3 subgroups: class, hooks, theme. All pass.
21 QUAL Refactored assertion "group" parameter in test classes
22
23 2009-07-07 v1.12.2.2
24 FEAT Themeing is now phptemplate-based
25 D7U1 DB calls now use DBTNG named placeholders, db_placeholders() calls removed
26 QUAL Some functional tests added
27
28 2009-06-15 v1.12.2.1
29 D7U1 all code files must now be listed in .info
30 D7U4 taxonomy tables renamed in http://drupal.org/node/224333#taxonomy_tables
31 D7U4 taxonomy CRUD functions renamed and refactored http://drupal.org/node/224333#taxonomy_crud
32 D7U4 $op removed form hook_block: http://drupal.org/node/224333#remove_op
33 QUAL #320267 ported to D7 branch
34 QUAL #318784 ported to D7 branch
35
36 2008-10-13 v1.10.8.10
37 FEAT #320267: allow non-expiring news
38 QUAL Add some missing commas on last array elements
39
40 2008-10-09 v1.10.8.9
41 BUG #318784: unneeded DB errors on empty Taxonews vocabulary
42
43 2008-06-09 v1.12
44 BUG Backport of D6 change: Nodes never yet displayed were not included in blocks
45 BUG Backport of D6 change: #231868 [[ http://project.audean.com/node/231868 ]] : improved support for multiple vocabularies
46 QUAL Various symbol and formatting renaming to match the OSInet coding standards
47
48 2008-06-08 v1.10.8.8
49 QUAL Minor typos/spelling fixes in code and messages.
50
51 2008-06-08 v1.10.8.7
52 FEAT The block deltas are now the term tids, for an easier use of empty blocks
53 BUG Nodes never yet displayed were not included in blocks
54 QUAL Improved wording on the settings page
55 QUAL Reduced the number of queries performed by the module to list blocks
56 QUAL Various symbol and formatting renaming to match the OSInet coding standards
57
58 2008-06-08 v1.10.8.6
59 BUG #236928 : terms are now per-revision, not per-node
60 BUG #231868 : improved support for multiple vocabularies
61 FEAT Complete new autoloadable french translation
62 DOC INSTALL.txt updated for D6
63 QUAL Various fine tunings for the D6 API, specify caching
64 QUAL Reduce the number of queries performed by the module
65 QUAL Various symbol and formatting renaming to match the OSInet coding standards
66
67 2007-10-27 v1.10.8.5
68 BUG #184535 : news retention ignored. Ported from D5
69 FEAT UI: adjust vocabulary selector in settings to # of vocabularies
70 QUAL INSTALL.txt : updated instructions for 4.x upgrade
71
72 2007-10-14 v1.10.8.4
73 BUG #182416 : Incorrect syntax for PGSQL
74 FEAT #183167 : Link to enable statistics.module
75 BUG db_num_rows removed in recent D6 versions
76 QUAL Improved INSTALL.txt
77 QUAL #167300 : improved solution for "uninstal leaves one variable"
78 QUAL Explicit Taxonews:: replaced by self:: within class Taxonews
79
80 2007-08-18 v1.10.8.3
81 SUPP #167034 : Care for users who don't RTFM
82 BUG #167300 : uninstall leaves one variable
83
84 2007-08-12 v1.10.8.2
85 BUG #152485 : problems with detailed help page and admin links (from 1.10.6.3)
86 FEAT #152030 : new sorting orders available when statistics.module is enabled (from 1.10.6.3)
87 BUG Fixed D6 menu handling.
88 QUAL Brought in the PHP5 structure and OSInet coding conventions
89 from the Drupal 5 v1.10.6.1/2 versions
90
91 2007-08-12 v1.11
92 CVS artefact
93
94 2007-08-12 v1.10.8.1
95 FEAT Compatibility with the DRUPAL-6 core
96
97 2007-01-25 v1.10
98 BUG No longer display empty blocks if the default "empty" text is empty too
99 QUAL Remove a warning for empty blocks
100
101 2006-10-04 v1.9
102 FEAT Added setting for maximum number of items in block
103 FEAT No longer display the archive link if archive page only contains
104 nodes already listed in the block (and not only if it is empty)
105 QUAL Renamed constants to OSInet standard: all caps, no separators,
106 persistent variables named <module>VAR<var name>, default values
107 named <module>DEF<var name>.
108 FEAT Improved themeability: blocks now have a wrapper with a specific class
109 in the builtin theme
110
111 2006-10-03 v1.8
112 FEAT Archive link removed if archive is empty
113
114 2006-10-02 v1.7
115 FEAT Blocks are now individually themeable
116 FEAT New setting to enable/disable archive link
117
118 2006-03-19 v1.6
119 BUG No longer lists unpublished node in taxonews blocks
120 BUG Remove 4.6-related error condition when configuring taxonews
121 blocks on 4.7 beta
122
123 2006-02-20 v15
124 BUG Restores compatibility with both 4.6x and 4.7beta4
125
126 2005-12-28 v1.4 dated 2006-01-14 in CVS
127 QUAL First production version
128
129 2005-12-27 v1.3 dated 2006-01-14 in CVS
130
131 2005-12-26 v1.2 dated 2006-01-14 in CVS
132
133 2005-11-09 v1.1 dated 2006-01-14 in CVS
134
135 This documentation is copyright 2005-2006 Ouest Systemes Informatiques. All rights reserved.
136
137 This documentation is licensed for public use under the Creative Commons BY-NC-SA 2.0 license for France,
138 found at http://creativecommons.org/licenses/by-nc-sa/2.0/fr/
139

  ViewVC Help
Powered by ViewVC 1.1.2