lp:~caelj/spenglr-org/modules-user-stats
- Get this branch:
- bzr branch lp:~caelj/spenglr-org/modules-user-stats
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 52. By Cael Kay-Jackson
-
- Removed: org_resources.api (unused).
- Questions: call_user_func_array( ) used in place of call_user_func() to allow
pass-by-reference. - 50. By Cael Kay-Jackson
-
- org_mcq.inc:
- Fixes:
- mcq_form():
- Errors on output when creating new (no solutions present
because of no data to load, resulting in PHP warnings).
- Tweaks.
- Added safety catch to view hook for if solutions couldn't be
loaded.
- Bug #311112: Removed "Your form has been saved." message on create
and edit.
- Docblocks & code tidyup.
- Correct solution is now required on the create/edit form.
- Correct and incorrect solution input fields now have titles. (This
was necessary for the correct solution to show the 'required'
indicator, and it looks odd if the same is not done for the incorrect
solutions).
- Altered SQL that saves incorrect solutions to table to do it with one
query for all instead of one for each.
- Tidied up insertion and update code.
- Removed redirect on question create/update (done in org_question.module) .
- org_plaintext.inc:
- Docblocks & code tidyup.
- Solution input is now required, and has a title attribute (in order
to show the 'required' indicator).
- Tidied up insertion and update code.
- Removed redirect on question create/update (done in org_question.module) .
- Bug #311112: Removed "Your form has been saved." message on create
and edit.
- org_question.info: Added dependency on [core] question module.
- org_question.module:
- Fixes:
- Added: hook_access().
- Bug #311112: Removed "Your form has been saved." message on create
and edit.
- Docblocks & code tidyup.
- Resources:
- Added dependency on [core] question module.
- Changed: get_defined_qtypes( ), from the API provided by the core question
module, is now used in place of RESOURCES_SUPPORTED_ NODES (which has been
removed). - 48. By Cael Kay-Jackson
-
Basic user statistics setup. Still needs some work to get some of the missing
data (questions created, questions edited).
Branch metadata
- Branch format:
- Branch format 6
- Repository format:
- Bazaar pack repository format 1 (needs bzr 0.92)