597 Commits

Author SHA1 Message Date
nicolasconnault
b7064779f5 Updated copyright notice in header 2007-10-10 05:25:14 +00:00
iarenaza
0baafc173a Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
stronk7
fcdea90774 Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +00:00
stronk7
57da8fd51a Global change in the way to calculate widths and heights to
render the IMS iframe properly. Should be working ok both under
normal and rounded-corner themes and under FF, Safari and IE
2007-09-03 23:25:35 +00:00
stronk7
060323a0dd Clossing the content div round corners properly. 2007-09-03 19:41:55 +00:00
stronk7
8d4d08a772 Better resizing under all browsers (more accurate) 2007-09-02 23:07:27 +00:00
stronk7
10edb2a075 Now the customcorners (T/F) flag is passed to the
resizeiframe() script. Next-step: perform some
extra calculations there to resize the iframe
properly under customcorners.
2007-09-02 12:14:08 +00:00
stronk7
4b82ca47e8 Avoid notice... 2007-09-02 12:05:17 +00:00
stronk7
3d20a60eca Reverted (to save space) and added customcorners support. 2007-09-02 11:52:12 +00:00
stronk7
95f35a3db1 Using print_footer() again in IMS display.
(cannot rely anymore on harcoded footer,
due to custom_corners themes).
2007-09-02 11:33:48 +00:00
stronk7
fe116110ab Now, the repository is able to set the resource->name if
it haven't been manuall defined. Part of MDL-10878.

Merged from MOODLE_18_STABLE
2007-09-02 10:51:38 +00:00
skodak
e04ff2d559 MDL-10383 adding new standard elements method - modules now must specify what they support (groups/groupings/groupmembersonly); by default only groupmode selector is enabled 2007-08-20 07:27:04 +00:00
nicolasconnault
0be6f67819 MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site. 2007-08-17 19:09:11 +00:00
skodak
a104debf4f MDL-10892 modules explicitly declare support for groupmembersonly; the grouping and groupmembersonly elements are now marked as advanced; only Resource supports groupmembers only now 2007-08-17 12:29:18 +00:00
nicolasconnault
f1af7aaaf5 MDL-10870 All files updated to new build_navigation() method. 2007-08-17 07:25:47 +00:00
nicolasconnault
65634a81b8 MDL-10853 Fixed this bug plus others in the resource class 2007-08-16 17:38:50 +00:00
nicolasconnault
73c24ef80b MDL-10870 All files updated to new build_navigation() method. 2007-08-16 15:01:25 +00:00
moodler
fc4e126030 Merged zip file exception into HEAD MDL-9478 2007-08-11 15:01:47 +00:00
stronk7
40e3aa6081 Id tag added + whitespace cleaning
Merged from MOODLE_18_STABLE
2007-08-06 23:21:48 +00:00
nicolasconnault
e751b5602e MDL-9664 Attempting to address the issue. I need feedback from many people on this, so this commit is only a temporary fix. 2007-07-30 16:43:12 +00:00
moodler
69ea5e1722 Added support for flv files in resources MDL-9739 2007-07-19 05:51:33 +00:00
moodler
b15f06224b FIixes to show MP3 player properly MDL-9739 2007-07-19 05:19:24 +00:00
moodler
d670dbee90 Fixed navigation on embedded media 2007-07-19 03:45:30 +00:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
urs_hunkler
5393664ee6 In HTML resources the container box collapsed, when floats are used for content. Solved by adding "clearfix" to the classes. 2007-07-06 08:42:03 +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
stronk7
7934f019af XHTML compliance
Merged from MOODLE_18_STABLE
2007-07-02 17:03:12 +00:00
stronk7
f4a51541ad Using the new "choose" parameter to navigate/preview/choose
IMS-CP resource packages. MDL-10036

Merged from MOODLE_18_STABLE
2007-07-02 16:57:50 +00:00
stronk7
66524dae2e Using the new choosecoursefileorimsrepo form element. MDL-10036
Merged from MOODLE_18_STABLE
2007-07-02 16:54:38 +00:00
skodak
23a7718bd1 MDL-9696 used absolute path include in mod_forms 2007-06-10 23:20:45 +00:00
poltawski
6d77bd6146 MDL-10001 - Change the ordering of height and width parameters in the interface to reflect
previous ordering. merged from MOODLE_18_STABLE
2007-06-04 22:24:23 +00:00
skodak
c1f7441a05 MDL-9392 resource_popup: not working; merged from MOODLE_18_STABLE 2007-05-16 21:29:12 +00:00
skodak
a7156b5d7f MDL-9380 Adding a Resource of Type directory leads to SQL errors, patch by Andrew Schmadeke; merged from MOODLE_18_STABLE 2007-05-15 20:56:40 +00:00
skodak
7b8f289cdf MDL-9730 resource name is now used in accessibility pdf link instead of summary hat may not be always present; merged from MOODLE_18_STABLE 2007-05-15 19:56:08 +00:00
urs_hunkler
f145c2482d added/changed custom corners lib and calls to add the necessary divs 2007-05-09 15:03:01 +00:00
poltawski
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
skodak
1ff60899f7 MDL-9485 resource summary now optional again; merged from MOODLE_18_STABLE 2007-04-24 21:11:39 +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
stronk7
1ba1b3977a Now resource/view.php?r=XXX links are recoded properly in backup/restore. MDL-9450
Merged from MOODLE_18_STABLE
2007-04-22 22:07:03 +00:00
mattc-catalyst
06dfa0cc33 Breadcrumbs: mod/resource changes
- Modified to use build_navigation() for breadcrumb generation.


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:57:09 +00:00
nicolasconnault
47c97990b2 MDL-9241 Fixed a typo: used if($mimetype = 'application/x-pdf') instead of == 2007-04-11 06:15:23 +00:00
nicolasconnault
a1b9b374b9 MDL-9198: Embedded PDF now works fine in FF 1.5, FF 2, IE5, IE6, IE7 and Opera, and degrades beautifully in non-supported browsers (or when plugin is missing). 2007-04-05 05:51:12 +00:00
nicolasconnault
f08054d974 MDL-9193 2007-04-04 02:22:34 +00:00
skodak
376c9c70e9 merging changes from MOODLE_18_STABLE 2007-03-30 21:23:09 +00:00
toyomoyo
65391c1aa3 fix for MDL-9021, missing add_to_log() call 2007-03-30 08:00:42 +00:00
stronk7
1555de81ce Avoid to end SQL commands with a trailing ';'. MDL-9058
Merged from MOODLE_18_STABLE
2007-03-26 21:52:11 +00:00
skodak
14021f2158 MDL-8975 fix parameter handling in repository plugin; merge from MOODLE_18_STABLE 2007-03-20 19:47:06 +00:00
martinlanghoff
9aa9080756 Auto-linking filters: fix serious caching bug in forum mailouts
Autolinking of glossaries, activity, resources and wiki names were using a
trivial single-entry cache implemented with static vars. The cache was _not_
keyed on course.

This bug was visible during forum_cron() which walks many courses. The cache
would get "stuck" on the first course that had something to put in the cache.
All mailouts from there onwards would autolink to stuff in the wrong course.
2007-03-19 06:33:45 +00:00
nicolasconnault
268ddd5070 MDL-8860 - Enabled multilang filter for site title. 2007-03-19 04:26:45 +00:00