| /[drupal]/contributions/modules/quiz/quiz.admin.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
#628870 reported by vegardjo: Bug fixed allowing drupal to jump back to manage question tab when a question has been created from there.
#628926 reported by vegardjo: max score field adjusted to scale and directions
#628926 reported by vegardjo: max score field adjusted to scale and directions
#628888 reported by vegardjo: Special characters are shown correctly...
#628888 reported by vegardjo: Machine readable names replaced with human readable...
#615670 by pvasili: t function not used according to guidelines
Various bug fixing...
Summary form: Incremental commit. Not working yet...
No mail sending by default
Question browser: default question_status changed to random on quizzes where random questions are allowed
Question browser: Filters started working
Question browser: Refactoring
Question browser: Refactoring
Question browser: Adding documentation
Question browser: Adding documentation
Question browser: Validation added to number of randoms...
Question browser: Enabling the removal of question without js
Question browser: Re-commited choose term field
Question browser: Setting compulsory questions work
Question browser: Compulsory column added to questions table
Question browser: Added randomization setting to quiz node form
Question browser: adding questions when js is off
Question browser: Solving validation trouble
Question browser: cleaning up and debugging
Question browser: filters back up...
Question browser: Initial clean up...
Question browser: Removing code for the old autocomplete field
Question browser: Count of questions always on quiz updated
Question browser: Performance improvements. Fewer queries are executed
Question browser: Performance improvements. No question nodes are loaded
Question browser: Open links in new tabs/windows and clear checkboxes on page load to reduce backward navigation problems
Question browser: node_access() added. This will probably be removed when noad_load is removed for performance reasons.
Question browser: Making sure the odd even classes always is set correctly
Question browser: cleaning up. Removing unnecessary hidden fields
Question browser: Submit works after changed max score and weight
Question browser: Submit works correctly after paging
jQuery adding still works after ajax refreshing of browser
Storing works
Questions that are selected are shown in question list immediately using jQuery
Questions that are selected are moved to question list using ajax when browser gets filtered, paged or sorted
Ajaxified pager
Question selection stored when sorting
Made sorting work without js
Remember sorting in session
Table sorting using ajax
Removed old autocomplete field from manage questions form
pager gets refreshed on filtering
dpm() removed
Bugfixing in question browser
Bugfixing in question browser
Ajax filtering(Some bugs needs fixing...)
Question browser filter added
Question browser filter UI added
Changed added to browser table. Browser sorts on changed by default
Sorting added. This is looking promising:)
Pagination added to browser(next step is to add sorting)
Browser form themed as a table(next step is to add pagination)
user names added to form(next step is to theme the form into a table)
db_rewrite_sql added to allow access control for nodes...
Questions already part of quiz are not shown in the browser form
Questions can be added using the browser form(This is still just the beginning. Theming, pagination, filtering etc. remains...)
Form elements added for question browser(This is just the beginning...)
Fixing bugs in revisioning system
Auto revisioning completed
More logic added to the latest quizzes feature
Fixed bug with adding questions directly to a quiz
Fix #559150 E-mailing quiz results has odd language and a bad default for 4.x by rszrama.
cvs commit -m "Fix #559150 E-mailing quiz results has odd language and a bad default for 4.x by rszrama."
#557720: Added a check to make sure that weights array has data before trying to loop through it.
#484846 HTML title for question's title in "manage questions" tab -> "questions always on this quiz" table.
#484846 HTML title for question's title in "manage questions" tab -> "questions always on this quiz" table.
#548482 usability improvements for item updater in manage items/questions UI
added options to quiz_questions_form() so it could be re-used by qcollection, instead of the hacked copy that got out of sync with it
Adding more comments
Adding comments to new functions in quiz.admin.inc
Temporary version of new system for adding questions to a quiz
max_score can be saved using the quiz_questions_form
Max_score default value added
Edit link added to the question selection table. View link moved to the question name.
Scoring system, temporary changes. More will come...
#548482 by dbesse: new interface to refresh revisions in collections
Merging GSoC code with HEAD.
Merging GSoC code with HEAD.
Merging gsoc code to HEAD.
Fix #544214 More configurable options to send quiz results to user's email
Task #406742 autotitling server side
bug-report #501788 by falcon: If user edits title, or title allready exist it will not be changed when question changes..
oops forgot to commit #516496 jQuery table sorter for quiz tables and #515290 SQL error when deleting quiz.
#513122 : working qcollection module, implemented in part by refactoring quiz.admin.inc
Catch case in which no questions were included for submission.
Fix #501886 Likert question type by vegardjo and falcon.
merged 4.x branch into HEAD to make new 5.x branch
Fix #501788 comment #9 Automatically set title if question creator does not.
Fix Search results page loading Quiz node?
Fix #501788 Automatically set title if question creator does not.
Changing time taken fifield format from seconds to minutes in quiz results table.
Changing time taken fifield format from seconds to minutes in quiz results table.
Incremental commit to results export module.
Incremental commit to results export module.
Adding results export module. #gsoc2009, #gsoc2009-sivaji
Fixed 479222 by incrn8 True/False question's correct answer option changes if correct answer is set to False.
Fixed 479222 by incrn8 True/False question's correct answer option changes if correct answer is set to False.
Fix #483790 Add the quiz score to the summary of quiz report.
Fix #483790 Add the quiz score to the summary of quiz report.
fix multiple XSS vulnerabilities.
SA-CONTRIB-2009-033 - fix multiple XSS vulnerabilities
SA-CONTRIB-2009-033 - fix multiple XSS vulnerabilities
Merging Quiz 3 back into head.
Matching question type result page themeing problem has been fixed
Fixed most of the drupal coding violations. Thanks to coder module.
Adding a new module to implement matching question type by sivaji.[gsoc2009]
Grammar mistake in quiz admin settings form fixed by sivaji.
#457814 patch by mbutcher has been ported to questions import module by sivaji.
#459962 issue titled Bad link when viewing quiz results fixed by sivaji.
An improvment on #331438issue. Now quiz can integrate to userpoint module. Table quiz_node_properties schema has been changed need to run update.php
Adding icon and css for create additional questions page
Adding comment line for questions_import module functions and collapse for quiz_admin_settings form.
Incremental work on #418000, now users can configure email subject and body format with placeholders !rid, !score, !percentage etc
#418000 fixed by sivaji. now quiz results can be sent over email, working to extend this to have configurable email body. [gsoc, gsoc2009]
#453384: by spydmobile Fixed numerous errors in SQL that were preventing PostgreSQL from working. Also (by mbutcher) fixed a few views glitches.
patch #443482 fixed by sivaji: hook_cron to remove incomplete quiz results
#447550 by incrn8: Fixed broken i18 support caused by bad table alias.
Improved help text for autocomplete field, improved validation between always and random questions.
by sivaji: Fixed missing aliases on a SQL statement.
Added error-handling conditions for question adding, added a validation handler to question submitting so that we can ensure that supplied questions are real questions.
A new user interface has been added to the quiz manager. Drag and drop support and autocomplete support are now available.
removed warning in manage questions interface.
Portions of quiz, long_answer, and multichoice have been rewritten to support a more flexible scoring scheme.
Fixed some aspects of scoring long answer tests. Fixed some minor SQL issues. Changed some comments and some formatting.
Minor changes to documentation, add new theme function to the theme registry.
Feature #339473 by iLLin: Reports screen is now broken down into a hierarchy of quizzes and quiz results.
Issue #339938: Fixed numerous instances where was mis-used to store . Also removed a bogus query from quiz_load that was overwriting the real with an empty array.
Patches for #339068 by iLLin: Added configuration for actions selection, and added demonstration for how to add an action.
#330997: Applied translation between content type name and content type URL-friendly name.
Initial checkin of the entire long_answer module plus several small changes to the quiz and multichoice modules.
Feature #325707: Added configurable result option count.
Merged 2.0 branch back into mainline.
Fixed versioning issue where a quiz could lose the number of questions assigned if it was updated from the Edit tab. Also renamed some confusingly-named identifiers.
capono: #315285 fixed.
publian: patch for #245892 to fix random question checks on taxonomy questions.
Fixed #255771 and fixed some Node API implementation bugs re: saving questions and quizes.
Fixed #273005 (the rest of it).
Fixed #273005. Reorganized and worked more on splitting files.
Refactoring of the code into multiple files. Minor rewritting of several functions and SQL queries.
file quiz.admin.inc was initially added on branch DRUPAL-6--2.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |