Commit graph

214 commits

Author SHA1 Message Date
dongsheng
baa336f08e "MDL-14129, fix all print_error" 2008-06-12 10:55:23 +00:00
skodak
5f5cd33c1d MDL-15114 resource mod converted 2008-06-04 00:04:03 +00:00
moodler
03af957a69 MDL-14865 Merged from 1.9 (Don't pass CFG to get_string) 2008-05-16 07:11:20 +00:00
scyrma
29cb9c5c8e MDL-11342: Urlencode the filepath in directory resource (merge from 1.9) 2008-05-02 08:18:11 +00:00
dongsheng
957f6fc9d2 "MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE" 2008-05-02 04:37:02 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
stronk7
c691bebc56 Force download checkbox is not initialized properly, credit goes to skodak. MDL-14010 ; merged from 19_STABLE 2008-04-01 22:17:58 +00:00
dongsheng
55ac3d6f21 MDL-13151 add a new language string: phone2, thanks for your idea, Jams Ballard. 2008-03-26 02:58:16 +00:00
dongsheng
d6cc234114 MDL-13481, Distinguish between course fullname and user fullname 2008-03-19 08:49:23 +00:00
nicolasconnault
3eb53921ac MDL-13743 Added realmedia support. Merging from MOODLE_19_STABLE 2008-03-17 13:15:25 +00:00
nicolasconnault
75e8435e46 MDL-13903 New file resource option for forcing the download of the file instead of embedding it. 2008-03-17 12:55:35 +00:00
poltawski
2b5153990a MDL-12930 - wrong title text on search webpages button, thanks to Mitsuhiro
Yoshida
merged from MOODLE_19_STABLE
2008-01-11 11:59:31 +00:00
skodak
d795bfdbf9 MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE 2007-12-14 21:22:38 +00:00
nicolasconnault
98ac187b1a MDL-12098 Printing a closing div tag and the moodle footer 2007-11-27 10:31:50 +00:00
skodak
9f7f1a74a0 MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE 2007-11-23 16:49:51 +00:00
stronk7
13877d12bd Applying one missing string. tableofcontentsabbrev. MDL-12071
Merged from MOODLE_19_STABLE
2007-11-20 23:44:08 +00:00
toyomoyo
6469bc3df5 MDL-12061, <p> in html editor breaks xhtml strict 2007-11-08 05:38:01 +00:00
nicolasconnault
0760ba2c40 MDL-8992 Now only appearing once per page, and XHTML compliant. Also removed an ugly browser-sniffing css hack from the quicktime plugin, and applied the same browser detection as for the other plugins 2007-11-05 14:10:27 +00:00
nicolasconnault
ed818bbdbf MDL-10905 iterating correctly with readdir (as shown in php doc) 2007-10-15 05:18:58 +00:00
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
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
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
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
nicolasconnault
65634a81b8 MDL-10853 Fixed this bug plus others in the resource class 2007-08-16 17:38:50 +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
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
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
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
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
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