/[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.5, Fri Jan 26 19:39:09 2007 UTC revision 1.5.8.17, Thu Oct 15 06:00:08 2009 UTC
# Line 1  Line 1 
1  Change log for Taxonews module  Change log for Taxonews module
2  ==============================  ==============================
3  $Id: CHANGELOG.TXT,v 1.4 2006/10/04 19:57:23 fgm Exp $  $Id: CHANGELOG.TXT,v 1.5.8.16 2009/08/18 13:30:08 fgm Exp $
4    
5    2009-10-15      v1.10.8.17
6       BUG       Taxonomy access control is now fully at vocabulary level.
7    
8    2009-09-18      v1.10.8.16
9       BUG       #543872: sort criterium was added after the node titles
10       FEAT      Now compatible with access control
11    
12    2009-07-22      v1.10.8.15
13       FEAT      #263505 is now possible due to changes to the theme function
14       BUG       Ponderation was not correctly taken into account
15       BUG       Useless $tid parameter removed from theme function
16       QUAL      Constants uses for ponderation modes
17    
18    2009-07-13      v1.10.8.14 still
19       QUAL      additional form test in testBlockConfigure
20       QUAL      various minor improvements backported from D7
21    
22    2009-07-09      v1.10.8.14
23       PERF      blockView needn't run most of its code when passed an invalid delta
24       PERF      refactor tests to include timing instrumentation
25    
26    2009-07-08       v1.10.8.13
27       FEAT      Taxonews::getTerms now includes an optional $reset parameter
28       QUAL      Split unit tests in 3 subgroups: class, hooks, theme
29       QUAL      100% coverage by unit tests
30       QUAL      Fixed some function phpdocs
31       QUAL      Refactored assertion "group" parameter in test classes
32    
33    2009-07-07       v1.10.8.11
34       FEAT      #512290: Support block generation for unused terms
35       QUAL      Added some unit tests
36       QUAL      Code reordering for readability
37       BUG       License wording was missing GPL2+
38       QUAL      Version info was missing in .install
39    
40    2009-07-01      v1.10.8.10 still
41       QUAL      RC converted to official 6.1.0
42    
43    2008-12-30      v1.10.8.10 still
44       FEAT      #352416 by mysak: Added czech translation
45    
46    2008-10-13      v1.10.8.10
47       FEAT      #320267: allow non-expiring news
48       QUAL      Add some missing commas on last array elements
49    
50    2008-10-09      v1.10.8.9
51       BUG       #318784: unneeded DB errors on empty Taxonews vocabulary
52    
53    2008-06-08
54       QUAL     Minor typos/spelling fixes in code and messages.
55    
56    2008-06-08      v1.10.8.7
57       FEAT     The block deltas are now the term tids, for an easier use of empty blocks
58       BUG      Nodes never yet displayed were not included in blocks
59       QUAL     Improved wording on the settings page
60       QUAL     Reduced the number of queries performed by the module to list blocks
61       QUAL     Various symbol and formatting renaming to match the OSInet coding standards
62    
63    2008-06-08      v1.10.8.6
64       BUG      #236928 : terms are now per-revision, not per-node
65       BUG      #231868 : improved support for multiple vocabularies
66       FEAT     Complete new autoloadable french translation
67       DOC      INSTALL.txt updated for D6
68       QUAL     Various fine tunings for the D6 API, specify caching
69       QUAL     Reduce the number of queries performed by the module
70       QUAL     Various symbol and formatting renaming to match the OSInet coding standards
71    
72    2007-10-27      v1.10.8.5
73       BUG      #184535 : news retention ignored. Ported from D5
74       FEAT     UI: adjust vocabulary selector in settings to # of vocabularies
75       QUAL     INSTALL.txt : updated instructions for 4.x upgrade
76    
77    2007-10-14      v1.10.8.4
78       BUG      #182416 : Incorrect syntax for PGSQL
79       FEAT     #183167 : Link to enable statistics.module
80       BUG      db_num_rows removed in recent D6 versions
81       QUAL     Improved INSTALL.txt
82       QUAL     #167300 : improved solution for "uninstal leaves one variable"
83       QUAL     Explicit Taxonews:: replaced by self:: within class Taxonews
84    
85    2007-08-18      v1.10.8.3
86       SUPP     #167034 : Care for users who don't RTFM
87       BUG      #167300 : uninstall leaves one variable
88    
89    2007-08-12      v1.10.8.2
90       BUG      #152485 : problems with detailed help page and admin links (from 1.10.6.3)
91       FEAT     #152030 : new sorting orders available when statistics.module is enabled  (from 1.10.6.3)
92       BUG      Fixed D6 menu handling.
93       QUAL     Brought in the PHP5 structure and OSInet coding conventions
94                from the Drupal 5 v1.10.6.1/2 versions
95    
96    2007-08-12      v1.10.8.1
97       FEAT     Compatibility with the DRUPAL-6 core
98    
99  2007-01-25      v1.10  2007-01-25      v1.10
100     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
101     QUAL     Remove a warning for empty blocks     QUAL     Remove a warning for empty blocks
102    
103  2006-10-04      v1.9  2006-10-04      v1.9
104     FEAT     Added setting for maximum number of items in block     FEAT     Added setting for maximum number of items in block
105     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 25  $Id: CHANGELOG.TXT,v 1.4 2006/10/04 19:5 Line 119  $Id: CHANGELOG.TXT,v 1.4 2006/10/04 19:5
119    
120  2006-03-19      v1.6  2006-03-19      v1.6
121     BUG      No longer lists unpublished node in taxonews blocks     BUG      No longer lists unpublished node in taxonews blocks
122     BUG      Remove 4.6-related error condition when configuring taxonews     BUG      Remove 4.6-related error condition when configuring taxonews
123              blocks on 4.7 beta              blocks on 4.7 beta
124    
125  2006-02-20      v15  2006-02-20      v15

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.5.8.17

  ViewVC Help
Powered by ViewVC 1.1.2