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

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

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

revision 1.7, Sun Jun 8 13:13:30 2008 UTC revision 1.7.4.6, Wed Aug 19 16:21:57 2009 UTC
# Line 1  Line 1 
1  Change log for Taxonews module for Drupal 5  Change log for Taxonews module
2  ===========================================  ==============================
3    $Id: CHANGELOG.TXT,v 1.7.4.5 2009/07/30 14:50:54 fgm Exp $
4    
5    2009-08-19       v1.12.2.6
6       FEAT      #263505, #538826: easier theming: block now also includes the complete node,
7       FEAT      Template now uses the richer block format
8       QUAL      Template simplified
9       BUG       New admin paths for D7U9 (started in D7U8) for settings and modules list
10       BUG       Fixed block row ordering as in D6
11       DOC       Minor phpdoc improvements
12       DOC       GPL2+ added
13       QUAL      archiveExists now core-based instead of hardcoded
14       QUAL      One less join and less fields in blockView queries
15       QUAL      Better variable naming in blockView
16       QUAL      Tests updated to changes above
17    
18    2009-07-30       v1.12.2.5
19       D7U8      Hook commmenting rules changed for UNSTABLE-8.
20       QUAL      Slight doc comments changes.
21    
22    2009-07-13       v1.12.2.4
23       BUG       Test times were reported by test number, not by human-readable group
24       QUAL      Removed coder warning about bracing style
25       QUAL      100% coverage by unit tests
26    
27    2009-07-09       v1.12.2.3
28       FEAT      Taxonews::getTerms now includes an optional $reset parameter
29       PERF      blockView needn't run most of its code when passed an invalid delta
30       PERF      refactor tests to include timing instrumentation
31       BUG       blockConfigure no longer offers a config form for invalid deltas
32       BUG       blockSave no longer tries to save config for invalid deltas
33       QUAL      Split unit tests in 3 subgroups: class, hooks, theme. All pass.
34       QUAL      Refactored assertion "group" parameter in test classes
35    
36    2009-07-07      v1.12.2.2
37       FEAT     Themeing is now phptemplate-based
38       D7U1     DB calls now use DBTNG named placeholders, db_placeholders() calls removed
39       QUAL     Some functional tests added
40    
41    2009-06-15      v1.12.2.1
42       D7U1     all code files must now be listed in .info
43       D7U4     taxonomy tables renamed in http://drupal.org/node/224333#taxonomy_tables
44       D7U4     taxonomy CRUD functions renamed and refactored http://drupal.org/node/224333#taxonomy_crud
45       D7U4     $op removed form hook_block: http://drupal.org/node/224333#remove_op
46       QUAL     #320267 ported to D7 branch
47       QUAL     #318784 ported to D7 branch
48    
49    2008-10-13      v1.10.8.10
50       FEAT     #320267: allow non-expiring news
51       QUAL    Add some missing commas on last array elements
52    
53  $Id: CHANGELOG.TXT,v 1.5.6.6 2007/10/27 12:07:37 fgm Exp $  2008-10-09      v1.10.8.9
54       BUG       #318784: unneeded DB errors on empty Taxonews vocabulary
55    
56  2008-06-09      v1.10.6.8  2008-06-09      v1.12
57     BUG      Backport of D6 change: Nodes never yet displayed were not included in blocks     BUG      Backport of D6 change: Nodes never yet displayed were not included in blocks
58     BUG      Backport of D6 change: #231868 : improved support for multiple vocabularies     BUG      Backport of D6 change: #231868 [[ http://project.audean.com/node/231868 ]] : improved support for multiple vocabularies
59     QUAL     Various symbol and formatting renaming to match the OSInet coding standards     QUAL     Various symbol and formatting renaming to match the OSInet coding standards
60    
61  2007-10-27      v1.10.6.7  2008-06-08      v1.10.8.8
62     BUG      #184535 : apply the specified retention duration     QUAL      Minor typos/spelling fixes in code and messages.
63    
64  2007-10-16      v1.10.6.6  2008-06-08      v1.10.8.7
65     FEAT     #170063 : Check PHP version for users who don't RTFM :     FEAT     The block deltas are now the term tids, for an easier use of empty blocks
66       BUG      Nodes never yet displayed were not included in blocks
67       QUAL     Improved wording on the settings page
68       QUAL     Reduced the number of queries performed by the module to list blocks
69       QUAL     Various symbol and formatting renaming to match the OSInet coding standards
70    
71    2008-06-08      v1.10.8.6
72       BUG      #236928 : terms are now per-revision, not per-node
73       BUG      #231868 : improved support for multiple vocabularies
74       FEAT     Complete new autoloadable french translation
75       DOC      INSTALL.txt updated for D6
76       QUAL     Various fine tunings for the D6 API, specify caching
77       QUAL     Reduce the number of queries performed by the module
78       QUAL     Various symbol and formatting renaming to match the OSInet coding standards
79    
80    2007-10-27      v1.10.8.5
81       BUG      #184535 : news retention ignored. Ported from D5
82       FEAT     UI: adjust vocabulary selector in settings to # of vocabularies
83       QUAL     INSTALL.txt : updated instructions for 4.x upgrade
84    
85    2007-10-14      v1.10.8.4
86       BUG      #182416 : Incorrect syntax for PGSQL
87       FEAT     #183167 : Link to enable statistics.module
88       BUG      db_num_rows removed in recent D6 versions
89       QUAL     Improved INSTALL.txt
90       QUAL     #167300 : improved solution for "uninstal leaves one variable"
91       QUAL     Explicit Taxonews:: replaced by self:: within class Taxonews
92    
93    2007-08-18      v1.10.8.3
94       SUPP     #167034 : Care for users who don't RTFM
95       BUG      #167300 : uninstall leaves one variable
96    
97    2007-08-12      v1.10.8.2
98       BUG      #152485 : problems with detailed help page and admin links (from 1.10.6.3)
99       FEAT     #152030 : new sorting orders available when statistics.module is enabled  (from 1.10.6.3)
100       BUG      Fixed D6 menu handling.
101       QUAL     Brought in the PHP5 structure and OSInet coding conventions
102                from the Drupal 5 v1.10.6.1/2 versions
103    
104  2007-10-14      v1.10.6.5  2007-08-12      v1.11
105     BUG      #182416 : backport of D6 fix "Incorrect syntax for PGSQL"              CVS artefact
106     FEAT     #183167 : backport of D6 fix "Link to enable statistics.module"  
107     QUAL     Backport of D6 change: "db_num_rows removed in recent D6 versions"  2007-08-12      v1.10.8.1
108     QUAL     Backport of D6 change "Explicit Taxonews:: replaced by self:: within class Taxonews"     FEAT     Compatibility with the DRUPAL-6 core
    QUAL     Backport of D6 change: "Improved INSTALL.txt"  
   
 2007-08-18      v1.10.6.4  
    SUPP     #167034 : Care for users who don't RTFM. Backport from 6.1  
   
 2007-06-13      v1.10.6.2 & 1.10.6.3  
    BUG      #152485 : problems with detailed help page and admin links  
    FEAT     #152030 : new sorting orders available when statistics.module is enabled  
    QUAL     CeCILL 2.0 license file added/restored  
   
 2007-06-12      v1.10.6.1  
    FEAT     First version for Drupal 5.  
    QUAL     Totally redone for PHP5 and using the OSInet coding conventions.  
109    
110  2007-01-25      v1.10  2007-01-25      v1.10
111     BUG      No longer display empty blocks if the default "empty" text is empty too     BUG      No longer display empty blocks if the default "empty" text is empty too
112     QUAL     Remove a warning for empty blocks     QUAL     Remove a warning for empty blocks
113    
114  2006-10-04      v1.9  2006-10-04      v1.9
115     FEAT     Added setting for maximum number of items in block     FEAT     Added setting for maximum number of items in block
116     FEAT     No longer display the archive link if archive page only contains     FEAT     No longer display the archive link if archive page only contains
# Line 56  $Id: CHANGELOG.TXT,v 1.5.6.6 2007/10/27 Line 130  $Id: CHANGELOG.TXT,v 1.5.6.6 2007/10/27
130    
131  2006-03-19      v1.6  2006-03-19      v1.6
132     BUG      No longer lists unpublished node in taxonews blocks     BUG      No longer lists unpublished node in taxonews blocks
133     BUG      Remove 4.6-related error condition when configuring taxonews     BUG      Remove 4.6-related error condition when configuring taxonews
134              blocks on 4.7 beta              blocks on 4.7 beta
135    
136  2006-02-20      v15  2006-02-20      v15
# Line 75  This documentation is copyright 2005-200 Line 149  This documentation is copyright 2005-200
149    
150  This documentation is licensed for public use under the Creative Commons BY-NC-SA 2.0 license for France,  This documentation is licensed for public use under the Creative Commons BY-NC-SA 2.0 license for France,
151  found at http://creativecommons.org/licenses/by-nc-sa/2.0/fr/  found at http://creativecommons.org/licenses/by-nc-sa/2.0/fr/
152    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.4.6

  ViewVC Help
Powered by ViewVC 1.1.2