tjhunt
25ddb7efc9
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
...
This is the final batch.
2009-06-15 07:57:53 +00:00
stronk7
99e8a8a838
MDL-13826 link/file resource - check maximum length ; merged from 19_STABLE
2009-05-07 20:41:33 +00:00
dongsheng
b8aa76c1a4
"MDL-19037, use getremoteaddr to get remote ip address"
2009-05-01 03:04:10 +00:00
skodak
ac3668bfae
MDL-18910 full support for module intro editor with embedded images
2009-04-22 05:10:08 +00:00
skodak
8b6c22a657
MDL-18910 normalised module intro and introformat
2009-04-20 19:42:38 +00:00
fmarier
316914bf6e
MDL-17037 ran all GIF images through gifsicle and PNG through optipng
2009-04-05 23:33:00 +00:00
mudrd8mz
081a9b0dad
MDL-18644 Bugs found by syntax checker, merged from MOODLE_19_STABLE
2009-03-23 09:53:02 +00:00
stronk7
3b348bbf4d
MDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones. Merged from 19_STABLE
2009-03-02 23:41:55 +00:00
dongsheng
d7860ff9f1
"RESOURCE/MDL-17696, remove extra div, merged from 1.9"
2009-02-18 08:10:35 +00:00
jerome
4d800fd210
resource: MDL-10021 upload file resource: change "keep navigation visible" into select box (No, yes with frame, yes without frame)
2009-01-08 04:27:44 +00:00
skodak
973d2660e6
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
dongsheng
771dc7b298
"MDL-14129, fix error() in moodle2"
2008-12-12 05:45:43 +00:00
dongsheng
ff9b4ea40a
"MDL-17570,clean align property, merged from 1.9"
2008-12-10 07:24:11 +00:00
dongsheng
85db96c5b4
"MDL-17570, cleanup align property in div, merged from 1.9"
2008-12-10 06:48:54 +00:00
iarenaza
7045cfaa02
file resources: MDL-14541 Object tag embedding PDF's and nested Flash objects does not work reliably
...
Merged from MOODLE_19_STABLE.
Credit goes to David Boyer for reporting and suggesting the fix for PDF files,
and Jon Witts & Mauno Korpelainen for proving a way to reproduce the Flash
issue and tips to fix it.
2008-11-15 12:27:26 +00:00
tjhunt
9101efd312
cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table.
...
For something that has been deprecated for over two years, they were still used in a lot of places!
2008-11-13 08:40:57 +00:00
jerome
74b4fa56d0
MDL-10021: display iframe when the resource is on another domain, merged from 19
2008-11-04 05:19:01 +00:00
jerome
b54327f0b4
MDL-10021: fix xhtml/javascript + build_navigation(), merged from 1.9
2008-11-04 02:27:23 +00:00
jerome
bc0b96fc2d
MDL-10021: change frame into object tag when display a Link Resource with navigation bar, merged from 19
2008-10-31 06:04:30 +00:00
tjhunt
8e2d826b15
file/link resource: Fix notice.
2008-10-23 09:05:37 +00:00
tjhunt
b1bc88dbb3
XHTML strict.
2008-09-26 05:15:39 +00:00
tjhunt
16851b22ad
MDL-16676 All references to the text.html and emoticons.html files need to be updated to point to text2.html and emoticons2.html
2008-09-25 10:04:01 +00:00
stronk7
7facd18e7d
Prevent SQL error when forcing download. MDL-15921 ; merged from 19_STABLE
2008-08-26 23:02:58 +00:00
mjollnir_
600af1f9fe
MDL-15768 - more cap checks in resource mod
2008-08-11 15:43:14 +00:00
mjollnir_
d67bfc32a1
MDL-15777 - updated most of the portfolio code to use files api.
...
Not done:
- forum (the rest of the module isn't using files api yet)
- database mod (touches other parts of the code (ods and excel libs)
- portfolio download plugin (needs discussion with petr about userfiles)
all of these have been disabled in the meantime.
2008-08-09 14:24:58 +00:00
mjollnir_
ffcfd8a777
MDL-15762 log portfolio transfers and notify the user when there are dups
2008-07-30 16:38:13 +00:00
mjollnir_
3efe78dfc4
MDL-15758 - added add to portfolio button to resource/text & html
2008-07-28 08:19:14 +00:00
scyrma
5a254a2938
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
2008-07-10 09:55:11 +00:00
skodak
559c9187f8
MDL-15387 fixing regression spotted by John Beedell; merged from MOODLE_19_STABLE
2008-07-01 22:26:38 +00:00
mudrd8mz
26198ebed0
MDL-15387 Always add_to_log() even in case blocks are showing. Merged from MOODLE_19_STABLE
2008-06-25 15:45:21 +00:00
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