Posts made by Martin Dougiamas

Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
I'm half-way through writing the giant shell script required ... it's a bugger of a thing and 1.8 has been sucking up time... Getting there, eg:

cd contrib

mv block_attendance/blocks/attendance plugins/blocks/attendance
mv block_attendance/lang plugins/blocks/attendance/lang
mv block_attendance/mod/attforblock plugins/mod/attforblock
mv block_attendance/*.txt plugins/blocks/attendance
rm -r block_attendance

mv block_bug_report_link_1.5/blocks/bug_report_link plugins/blocks/bug_report_link
mv block_bug_report_link_1.5/lang plugins/blocks/bug_report_link/lang
mv block_attendance/readme.txt plugins/blocks/bug_report_link/README.txt
rm -r block_bug_report_link_1.5

mv block_category_tree/blocks/category_tree plugins/blocks/category_tree
mv block_category_tree/lang plugins/blocks/category_tree/lang
mv block_category_tree/block_category_tree_README.txt plugins/blocks/category_tree/README.txt
rm -r block_category_tree

...etc


Any volunteers to finish the thing? It's easy to test on a checked-out contrib.

Alternatively, does anyone know if it's possible to import one CVS repository module (only) ... I could probably work on the repository source more easily that way and then ask Sourceforge to import that (problem is we'd lose any changes made in the interim).
Picture of Core developers Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers
In 1.8 we're making things XHTML Strict 1.0 as well as accessible which means the old tabs (such as the ones on the user profile page) had to go.

The new ones are working fine (they are based on simple lists), but we could use some help making them prettier and centered (more like the old ones).

Please see MDL-7782 if you're a bit of a CSS wizard and give us a hand!

Here's how they look right now (from test.moodle.com):

Attachment newtabs1.png
Average of ratings: -