source: sipes/modules_contrib/views_or/CHANGELOG.txt @ dbb2387

stableversion-3.0
Last change on this file since dbb2387 was 177a560, checked in by José Gregorio Puentes <jpuentes@…>, 8 años ago

se agrego el directorio de modulos contribuidos de drupal

  • Propiedad mode establecida a 100644
File size: 2.2 KB
Línea 
1
2Views Or x.x-x.x, xxxx-xx-xx
3----------------------------
4by Anselm Heaton: Initial commit of the views_or module.
5  This module helps build filters with OR conditions in views.
6by Anselm Heaton: Rewrote to use three filters.
7
8  An alternatives block now uses three filters:
9  * begin alternatives: starts an alternatives block.
10  * next alternative: separates alternatives in block.
11  * end alternatives: ends an alternatives block.
12 
13  This means that it can now handle multiple alternatives blocks, nested
14  alternatives blocks, and filters that use more than one where group. Also
15  started factoring the calls that modify the query object; hopefully will ask
16  the Views maintainer if these can be included (rather than modifying the
17  object directly).
18by Anselm Heaton: Added support for inner joins.
19by Anselm Heaton: Fixed handling of the case where there is no body in an
20  alternative.
21  Returns fewer error messages when building filters.
22by Anselm Heaton: Updated to work with Views 2 RC2.
23#385086 by Darren Oh: Fixed error when all filters are in alternatives group.
24by Darren Oh: Fixed Drupal coding standards compliance.
25by Darren Oh: Reorganized code and added CHANGELOG.txt to track changes.
26by Darren Oh: Just realized that code reorganization could be done more
27  efficiently by putting similar handlers in the same file.
28by Darren Oh: Forgot to change filter handler names in
29  views_or_views_data_alter().
30by Darren Oh: Added the ability to use COALESCE to combine fields.
31  This feature use the "begin alternatives" and "end alternatives" fields to
32  indicate that the fields in between should be coalesced.
33by Darren Oh: Fixed documentation to comply with Drupal coding standards.
34by Darren Oh: Added translation template.
35#392994 by Darren Oh: Fixed handlers not being refreshed after updating module.
36by Darren Oh: Fixed alias for combined fields.
37by Darren Oh: Removed settings form from Views Or filters.
38by Darren Oh: Added support for OR conditions in arguments.
39#470648 by Darren Oh: Added ability for alternatives to receive different
40  arguments from the URL.
41#495726 by PadreHomer and Darren Oh: Fixed handling of multiple argument
42  alternatives.
43#512074 by Darren Oh: Fixed default argument handling.
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.