/[drupal]/contributions/modules/views_filter_pack/CHANGELOG.txt
ViewVC logotype

Contents of /contributions/modules/views_filter_pack/CHANGELOG.txt

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


Revision 1.5 - (show annotations) (download)
Tue Jul 28 13:53:35 2009 UTC (3 months, 4 weeks ago) by peterboeren
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +30 -9 lines
File MIME type: text/plain
- altered the info on request: issue http://drupal.org/node/528820
- altered the code. Now the exposed filter options from tihs modul are only
  available if you have set the filter exposed.
- Did a grand code code review. Added a lot of tekst to the module in the hope
  that more people understand the things I'm doing. This was an issue:
  http://drupal.org/node/524442
- Support for CCK fields is experimental at best.
1
2 14-07-2009
3
4 - wrote an better registry for fields. Every field has an setting 'alter_key'
5 for rewriting the keys and a settings 'handler'. The handler settings
6 determines which handler can be used. Often this can be 'basis'. But this can
7 any file. This way we don't need a different handler for every field because
8 very often the rewrite of the query is almost the same.
9 - added all the exposed filters that can have a radio of checkbox for node table.
10 'node.status', 'node.comment', 'node.type', 'node.promote', 'node.sticky',
11 'node.moderate'
12
13 15-07-2009
14
15 - tested term_data.vid and term_data.tid exposed filter against the basic
16 handler. This works so the predictions are that without the need for a handler
17 per field, that the addition of fields will progress.
18 - the followin fields are now supported
19 'node.status', 'node.comment', 'node.type', 'node.promote', 'node.sticky',
20 'node.moderate', 'term_data.vid','term_node.tid', 'node.term_node_tid_depth',
21 'comments.status', 'users.status', 'users.picture', 'users_roles.rid'
22
23 17-07-2009
24
25 - <done> some fields have an 'any' label and it is displayd as &lt;Any&gt;
26 - <done> node.language handler needs some research
27 - <done> with the current code you were unable to use normal filters
28 - <done> some filters can't be altered. these filters get an nice warning
29 - All default filters from views have been added and tested.
30
31 19-07-2009
32 - alter the way this module handles arguments within the views object. Now it
33 respects the way views expects a $query object should look like. This fixes a
34 large bug because often the exposed filter did not work as expected if you
35 also used normal filters.
36 - also did a first succesfull test with CCK integration
37 - saw the first usage statistic of this module.
38
39 28-07-2009
40 - altered the info on request: issue http://drupal.org/node/528820
41 - altered the code. Now the exposed filter options from tihs modul are only
42 available if you have set the filter exposed.
43 - Did a grand code code review. Added a lot of tekst to the module in the hope
44 that more people understand the things I'm doing. This was an issue:
45 http://drupal.org/node/524442
46 - Support for CCK fields is experimental at best.

  ViewVC Help
Powered by ViewVC 1.1.2