You are here

CHANGELOG.txt in Quiz 6.5

version 6.x-4.x
----------------
- Started

version 6.x-3.0
---------------
Released.  Need to merge 3.x branch into this CHANGELOG.txt

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