Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

UK MoodleMoot 06 hackfest: Difference between revisions

From MoodleDocs
Line 73: Line 73:
==How to repair the last bug in the old bookmark option ?==
==How to repair the last bug in the old bookmark option ?==
We changed William's bookmark in a student only note-taking tool and (thanks Chardelle!) almost repaired the complete bookmark for 1.6. (and it can be accessed from My Page)
We changed William's bookmark in a student only note-taking tool and (thanks Chardelle!) almost repaired the complete bookmark for 1.6. (and it can be accessed from My Page)
----
Bug: Only when the user tries to sort the heder in the overview, the text of the headers disappear.
Bug: Only when the user tries to sort the heder in the overview, the text of the headers disappear.
Code clean-up: how to remove obsolete code and make the bookmark pages secure?
Code clean-up: how to remove obsolete code and make the bookmark pages secure?

Revision as of 21:11, 7 July 2006

Monday 24th July, 2006

Welcommen zum Hackfest (OK - I've been watching too much WorldCup on TV).

The first MoodleMoot hackfest is nearly upon us... and we don't have an agenda!

This is an open source agenda for the hackfest. We'll have a day before the Moot to geek out on some code, maybe develop a feature or two, fix some bugs and generally make our favorite learning system a happier place. But I leave it up to you to tell me exactly what we should do. We have four or five rooms with internet connections, a few projectors, and I'll try to get pizza.

Let's start by brainstorming some ideas here for a few days. If someone posts something you're interested in, put your name under it as a vote. The top votes become our central organizing ideas. For example

1 Bug fixing

Let's spend a few hours and hunt down as many outstanding bugs in 1.6 as possible. Bounties for most bugs killed, trickiest bug killed, and most unusual bug killed.

I'm Interested:

  1. Jason Cole
  2. skodak
  3. martin langhoff (auth & enrolment specifically).
  4. Martin Dougiamas

(iarenaza) I won't be there, but here are a couple of bugs for Martin L., related to auth: #4648 and #5373. Very easy to fix :-)

2 What next for the quiz module?

If any other quizzy people are there, we should have a talk about where we see the quiz module going.

I/the OU have the following priorities:

  1. Make question type plugins really plug-in-able. At the moment there are some limitations:
    • All the lang strings are still in lang/en_utf8/quiz.php.
    • qtype plugins cannot easily feed CSS and Javascript into the page.
    • pluggable qtypes and pluggable inport/export filters don't play nicely together.
  2. Write some new question types.
  3. Make some improvements to existing question types.
  4. Get RQP working again, so our in-house question engine can talk to Moodle.

I'm Interested:

  1. Tim Hunt

Performance profiling

Pick a (memory|database) hog and put it on a diet.

I'm interested

  1. martin langhoff

(iarenaza) Once again, I won't be there, but here's an unfixed bug in 1.6.x and HEAD (was fixed in 1.5.x, but not applied to HEAD at the moment): bug #4591

Hacking on the OLPC Board

MartinL will be bringing the OLPC board (if it is booting, and customs allows!) for people to have a play with it. If we have any Mozilla/XUL experts in the house, he will want to explore building a limited cached Moodle UI with it for offline work.

I'm interested: martin langhoff

How to save/retrieve a complete section from stock?

Now the sections become more and more accepted as the tasksets for a week, our teachers wish to have topic oriented stores (courses for the moment) as section stores and want to copy one/more sections form that task store to a clean course..

(In the end we wish that students can select sections from the store to compose their own courses, until the teacher freezes their choice set and the learning game can begin.)

I'm interested: Ger Tielemans (I arrive a little later, so start with the bugs first, please :))

How to reveale files outside a course without using datadir for course 1?

Can someone explain the right setup and use of the exception array: - we want to show a student (after login) only his own file from that store - we want to show a teacher/tutor only the files from the students in his course(s)

I'm interested: Ger Tielemans

How to repair the last bug in the old bookmark option ?

We changed William's bookmark in a student only note-taking tool and (thanks Chardelle!) almost repaired the complete bookmark for 1.6. (and it can be accessed from My Page) Bug: Only when the user tries to sort the heder in the overview, the text of the headers disappear. Code clean-up: how to remove obsolete code and make the bookmark pages secure? (Wish for new code: categories are privat, so allow a student to delete a self created category)

I'm interested: Ger Tielemans

How to insert a HTML-editor in old code block and make it secure ?

To make the set of student note-taking tools complete, I found old code to have a global private notebook. (I group this with bookmarks in the calender, so the student has: 1. privat time-related-notes in the calendar, 2. a button for the overview of the privat page-related-notes under the calendar and 3. a global privat notebook for other scribbles..) On this moment this piece of code has a flat text editor, would be nice to have HTML or even the new (Ajax?) miniWiki?)

With the new "View as student button" check like if isstudent() {..show..} offers teachers and admins empty - only for real student - spots (so an error)

I'm interested: Ger Tielemans

Add your suggestion here ...

Go on, you know you want to.

See also