tjhunt
38e179a4ed
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
...
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
skodak
bb5b72244a
MDL-10890 all require_login() in modules reviewed and fixed use of $cm
2007-08-17 12:49:28 +00:00
mattc-catalyst
01e3838853
MDL-9473: Initialise navlinks array before use
...
Author: Matt Clarkson <mattc@catalyst.net.nz >
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz >
2007-07-05 04:40:48 +00:00
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz >
Committer: Matt Clarkson <mattc@catalyst.net.nz >
2007-04-23 21:11:10 +00:00
mattc-catalyst
f8513eca8d
Breadcrumbs: mod/lesson changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz >
2007-04-16 21:20:20 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
toyomoyo
a0b939df01
fixing xhtml tags MDL-7861
2006-12-20 02:00:12 +00:00
mark-nielsen
5491947aa1
NO CODE CHANGES. Just added PHPdoc comments at the top of lesson files.
2006-09-30 19:49:40 +00:00
mark-nielsen
6e1ff5c8fb
MDL-6477: Added roles support.
...
Also added lesson_set_message() and lesson_print_message() to locallib.php
Also fixed problem in continue.html with not printing nextpageid
2006-09-08 23:17:18 +00:00
skodak
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
skodak
f0e52f67df
Bug #5444 - Import PowerPoint - PHP5 clone bug; merged from MOODLE_16_STABLE
2006-06-06 08:53:54 +00:00
stronk7
1b1858d260
htmlentities() to s()
2006-04-11 16:09:52 +00:00
michaelpenne
0bdb7db93f
Fixed a path problem that occurs while unzipping
2005-07-22 21:09:37 +00:00
michaelpenne
8d9d840a50
attempted to make the unzipping process and initial file reading more robust
2005-07-14 19:06:29 +00:00
michaelpenne
cedac380ed
Before, importppt would look for outline.htm to determine the order of the slides.
...
If outline.htm is not found, it would fail. Now if outline.htm is not found
importppt will scan the directory for any file that starts with slide.
This change was added to support powerpoint 2000
2005-06-08 17:33:41 +00:00
michaelpenne
2a6f9ad5c9
forgot to escape some "
2005-05-27 22:28:55 +00:00
michaelpenne
6c643a1dcc
added an alt tag for images (nothing meaningful though)
2005-05-27 22:14:28 +00:00
michaelpenne
669b0fab9a
strips end lines properly now. Directory fixes for book imports
2005-05-27 20:50:55 +00:00
michaelpenne
a2714c13f3
now creates lesson directory in moddata for the images. also supports the different slasharguments for files
2005-05-26 23:41:50 +00:00
michaelpenne
7abd498b12
more flexible to catch more content for importing
2005-05-26 21:38:54 +00:00
michaelpenne
9f10d4d184
changed an include from lib.php to locallib.php and converted some numbers to constants
2005-05-24 21:02:16 +00:00
michaelpenne
8707ce6910
new import script to import powerpoint slides (exported as html)
2005-05-24 20:26:21 +00:00