]> git.mjollnir.org Git - moodle.git/commit
[New Feature] Tabbed navigation added to lesson (similar to quiz)
authormark-nielsen <mark-nielsen>
Sat, 25 Mar 2006 21:38:57 +0000 (21:38 +0000)
committermark-nielsen <mark-nielsen>
Sat, 25 Mar 2006 21:38:57 +0000 (21:38 +0000)
commit97d2756c65f516ab75e3801e5d9d0c4269266968
tree15088753e2e09614c23ded774b3e5c7e8ff66104
parentf1b50ee94c169f0fbb42e795dc12601b10e705c1
[New Feature] Tabbed navigation added to lesson (similar to quiz)
[Added] Graceful fails added to view.php, essay grading, and reports
[Changed] got rid of a lot of references to $_POST/GET/REQUEST
[Fixed] In reports, it required teacheredit, should only be teacher
[Changed] High scores - teachers can actually see them!  Also, improved output by using print_table and print_heading
[Changed] Grade essays now uses fullname() to print user names
19 files changed:
mod/lesson/action/addbranchtable.php
mod/lesson/action/addpage.php
mod/lesson/action/continue.php
mod/lesson/action/delete.php
mod/lesson/action/editpage.php
mod/lesson/backuplib.php
mod/lesson/db/mysql.php
mod/lesson/db/mysql.sql
mod/lesson/db/postgres7.php
mod/lesson/db/postgres7.sql
mod/lesson/import.php
mod/lesson/lesson.php
mod/lesson/locallib.php
mod/lesson/mod.html
mod/lesson/report.php
mod/lesson/restorelib.php
mod/lesson/tabs.php [new file with mode: 0644]
mod/lesson/version.php
mod/lesson/view.php