tjhunt
bddd9f6f40
MDL-11762 - Navigation not set up properly for resources - $this->navlinks was not being initialised in the base class. Merged from MOODLE_19_STABLE.
2007-10-15 07:32:15 +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
65634a81b8
MDL-10853 Fixed this bug plus others in the resource class
2007-08-16 17:38:50 +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
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
urs_hunkler
f145c2482d
added/changed custom corners lib and calls to add the necessary divs
2007-05-09 15:03:01 +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
skodak
69995c4a1e
MDL-8520 resource navigation borked by accessibility frame changes
2007-02-14 22:05:23 +00:00
skodak
9f741612e5
MDL-8262 fixed require_course_login and $COURSE logic
2007-01-22 18:49:42 +00:00
skodak
bfca8b1774
MDL-7861 resource mod related xhtml strict fixes (student visible interface only)
2007-01-07 13:49:31 +00:00
skodak
fa73873105
MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit
2007-01-04 18:23:55 +00:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
skodak
89bfeee0d6
MDL-7742 added nested drop down box to add activities/resources to course, 3rd party mods can specify type
...
MDL-6987 preparation for migration of mod/assignment/mod.html
2007-01-02 09:33:07 +00:00
skodak
636069a369
MDL-8021 resource "Link to a file or web site", when created, doesn't open in a new window - fixed recourse typo
2006-12-29 20:16:50 +00:00
skodak
1936c10e54
fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899
2006-11-12 08:55:13 +00:00
toyomoyo
e22482a73e
fix for MDL-7300, mssql not null problem
2006-11-03 08:46:50 +00:00
skodak
a69be0d861
improved handling of resource file/directory references when renaming and deleting files in file manager. It is now fully configurable too. MDL-6132
2006-09-25 14:12:46 +00:00
toyomoyo
d02eededf7
adding capabilities
2006-09-06 08:55:23 +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
dbfa9ccd8d
Bug #5996 - block+resource=problem; merged from MOODLE_16_STABLE
2006-07-03 06:26:38 +00:00
skodak
d2b23346c9
block editing now uses PARAM_BOOL
2006-04-23 20:58:06 +00:00
skodak
1b1d34225b
incorrect usage of clean_filename() replaced with clean_param($text, PARAM_SAFEDIR)
2006-03-04 12:37:29 +00:00
stronk7
f0c6abbfe9
Now delete_instance() in resource classes receives the
...
full $resource record instead of the $id alone. Needed
to be able to specialize such method in some resource types.
Merged from MOODLE_15_STABLE
2005-12-06 00:02:40 +00:00
mjollnir_
f3221af9e5
Initial checkin of stats (from processing the log table).
...
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
moodler
0440482f1d
Two methods added to allow resources to be displayed with the course
...
blocks. Uses the outstanding Page class code by Jon P. (SE)
2005-08-14 05:34:56 +00:00
moodler
3714735752
Hide repository type by default
2005-07-15 07:22:23 +00:00
moodler
3cc633011d
Hack fix for course languages in resources (bug 2922)
2005-04-15 07:05:59 +00:00
moodler
713d78eafa
New feature for resources ... Local File Resources
...
A Resource Parameter controls this (it defaults to OFF).
When on, you see a third button when selecting a file, which lets
you select a LOCAL file on your own filesystem (but it isn't uploaded).
The local file is included in the web page when viewed. All users see
a link that helps them set up a user_preference for the location of
these files on their own system (usually a CD_ROM drive).
2005-04-02 12:11:27 +00:00
moodler
f1e0649c1c
Removed files/mimetype.php and put it into lib/filelib.php instead
...
where it always should have been.
2005-03-07 11:32:03 +00:00
gustav_delius
ec81373f50
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
...
(While I was at it I also turned the autologinguests off for most module pages, except on the index.php pages and the view.php pages for those modules that allow guests)
2005-02-16 10:40:48 +00:00
moodler
9fad2dec0f
Removed $THEME from around the place
2005-02-01 03:46:20 +00:00
ikawhero
2e708fa096
General tidy up of code, changes for XHTML and accessibility compatibility.
2005-01-18 09:46:01 +00:00
moodler
6aac6eef8c
Access fixes, merged from stable
2004-11-11 07:44:14 +00:00
moodler
657e7903b6
Some changes for XHTML compatibility
2004-10-07 08:08:56 +00:00
moodler
79035d46c7
Merged resource->type checks from stable
2004-09-29 03:12:31 +00:00
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
d1290cec39
fixed capitalization and quoting of attribute values
2004-09-12 17:34:35 +00:00
moodler
339352427c
Merged new settings from stable
2004-08-28 17:20:55 +00:00
moodler
7c990f68d6
Fixed window choices on resources so that they use a radio button now.
...
bug 1741
2004-08-14 11:54:32 +00:00
moodler
3d30a455cb
Lots of little cleanups and these new things:
...
- Reference resources are now history -> converted to HTML pages
(the backup/restore has been taken care of, Eloy)
- HTML pages and Text pages can now have popups!
- Summaries are not shown when they should be blank (eg if they
just contain a <br /> as the HTML editor usually inserts.
- Fixed some notices for PHP 5
2004-08-08 14:33:23 +00:00
moodler
6da4b2618f
The resource types are now always displayed in a standard order
...
no matter what the language.
2004-08-02 19:11:15 +00:00
moodler
427c8ccb1a
Files starting with a slash are treated as URLs too
2004-08-01 06:36:42 +00:00
moodler
8588f87283
Fixed URL detection
2004-07-30 09:47:41 +00:00
moodler
1aef6fb798
Fixed lots of bodgy little things
2004-07-28 06:56:59 +00:00
moodler
85e8239eac
Fix popups and icons for resources
2004-07-26 16:21:56 +00:00
moodler
d18830fe31
Merged in the new resource structure to TRUNK
2004-07-25 14:32:05 +00:00
moodler
99a9b2d4c3
External resources where we don't know the type are given the web icon
2004-05-29 06:24:23 +00:00
moodler
7e62329aa0
Use the folder icon for Directory resources
2004-05-02 17:18:48 +00:00
moodler
7ba54e1b78
A new resource type called Directory ... it simply lists all the
...
files in a directory to make them available to students.
2004-05-02 15:10:04 +00:00