quiz 6.x-2.0-rc1

Insecure

The last open issue for 6.x-2.0 has been fixed.

Note that this change has changed the API. The following function signature has changed:

function quiz_take_quiz() string

is now

function quiz_take_quiz(stdClass $quiz_node) string

In the quiz module, this code is only called once, so this was a minor change.

Changes since DRUPAL-6--2-0-ALPHA1:

gmap 6.x-1.0-rc2

Bug fixes

Changes since DRUPAL-6--1-0-RC1:

  • Fix #322106, reported by sjf: Allow gmap to work when the Private download method is enabled.
  • add gmap_private_markerfile to the list of variables to delete.

domain_blocks 6.x-1.x-dev

Development version. Use at your own risk. Will be merged into main Domain Access module after DA 6.x-2.0 release

pagination 6.x-1.1

New features

Pagination (Node) now has the following feature set:

- Manual paging has been added (paging by custom break points)
- Page headers have been added and are available for both manual and automatic paging methods.
- Paging display may be default drupal style, a new table of contents style, or both.
- Pagination is now 1 based (drupal default is 0 based)
- Added "Show full {$node_type}" link below pagination
- Pagination settings have been cleaned up and consolidated in one place
- Implemented full help functionality

Pages

Subscribe with RSS Subscribe to RSS - 6.x