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