You are here

CHANGELOG.txt in Quiz 6.3

-----------
HEAD
-----------
- Preparing for version 3.0

version 6.x-2.0-alpha1
----------------------
- Migration to Drupal 6
- Updated to use schema api in quiz
- Updated to use new (D6) theme system
- Updated to use new (D6) menu system
- Many bugs fixed

version 5.x-2.0-beta2
------------
- Added pgsql update mechanism
- Custom php is now executed when used with php filter in text summaries

version 5.x-2.0-beta1
------------
- Added support for views 5.x-1.x via contrib module 'Quiz Views'
- Added additional permission options.
- Added feedback ranges
- Added support for feedback options by category
- Added support for backwards navigation
- Questions on quiz now in groupings based on how they are placed within a quiz
- Added support for revisions
- Schema overhaul
- More scalable quiz answer architecture
- Improved random question management
- Various Interface enhancements
- Various Bugfixes
- Code cleanup

2007-06-13
----------
Removed non-working features, to be fixed in future versions

2007-02-02
----------
Updated module to Drupal 5

2005-08-31
----------
Initial release after Summer of Code:

- Admininistration side completed, including:
  o Create/Edit permissions
  o Multichoice question creation
  o Quiz creation
  o Interface for adding questions to quizzes
  o Taxonomy selection
  o Taxonomy filtering on question bank
- Implemented several hooks:
  o hook_access
  o hook_delete
  o hook_help
  o hook_validate
  o new node hooks for 4.7
- Formatted queries to support table prefixes
- Added Doxygen comments throughout
- Created user documentation in admin/help
- Fixed numerous bugs
- Fixed numerous formatting issues
- Fixed numerous UI issues


2005-07-03
----------
Original code written by chx

File

CHANGELOG.txt
View source
  1. -----------
  2. HEAD
  3. -----------
  4. - Preparing for version 3.0
  5. version 6.x-2.0-alpha1
  6. ----------------------
  7. - Migration to Drupal 6
  8. - Updated to use schema api in quiz
  9. - Updated to use new (D6) theme system
  10. - Updated to use new (D6) menu system
  11. - Many bugs fixed
  12. version 5.x-2.0-beta2
  13. ------------
  14. - Added pgsql update mechanism
  15. - Custom php is now executed when used with php filter in text summaries
  16. version 5.x-2.0-beta1
  17. ------------
  18. - Added support for views 5.x-1.x via contrib module 'Quiz Views'
  19. - Added additional permission options.
  20. - Added feedback ranges
  21. - Added support for feedback options by category
  22. - Added support for backwards navigation
  23. - Questions on quiz now in groupings based on how they are placed within a quiz
  24. - Added support for revisions
  25. - Schema overhaul
  26. - More scalable quiz answer architecture
  27. - Improved random question management
  28. - Various Interface enhancements
  29. - Various Bugfixes
  30. - Code cleanup
  31. 2007-06-13
  32. ----------
  33. Removed non-working features, to be fixed in future versions
  34. 2007-02-02
  35. ----------
  36. Updated module to Drupal 5
  37. 2005-08-31
  38. ----------
  39. Initial release after Summer of Code:
  40. - Admininistration side completed, including:
  41. o Create/Edit permissions
  42. o Multichoice question creation
  43. o Quiz creation
  44. o Interface for adding questions to quizzes
  45. o Taxonomy selection
  46. o Taxonomy filtering on question bank
  47. - Implemented several hooks:
  48. o hook_access
  49. o hook_delete
  50. o hook_help
  51. o hook_validate
  52. o new node hooks for 4.7
  53. - Formatted queries to support table prefixes
  54. - Added Doxygen comments throughout
  55. - Created user documentation in admin/help
  56. - Fixed numerous bugs
  57. - Fixed numerous formatting issues
  58. - Fixed numerous UI issues
  59. 2005-07-03
  60. ----------
  61. Original code written by chx