stronk7
235a4ee8c8
Now course/recent.php is workink with filterall.
2005-04-02 10:10:07 +00:00
moodler
5eafd94811
One extra option for the format of the site home page so that we can just have a
...
single topic section (allowing plain HTML in the middle and/or a list of activities)
2005-04-02 09:29:59 +00:00
stronk7
d11c7c9b34
Now, the list of activities in course/log.php supports filter all.
...
Why this function uses its own code to build the menu where we have
the "standard" navmenu() function? Cannot it be resused with a simple
modification to add the "All Activities" item?
The navmenu() function seems to be better.
2005-04-02 00:46:31 +00:00
gustav_delius
75f087b6e7
converted & to &
2005-04-01 22:59:30 +00:00
moodler
290130b3f8
Some clean up of the styles used in the course listings on the front page
2005-03-28 06:47:54 +00:00
stronk7
c8b0a50b7b
Now log records support filterall.
2005-03-27 22:31:54 +00:00
stronk7
a92d95b1de
Now activities names in course main page support filterall.
2005-03-26 11:59:53 +00:00
stronk7
5847b26744
Now the recent_activity block supports filterall.
2005-03-26 11:49:01 +00:00
moodler
37a88449a6
make_editing_buttons now has styles and a lot less string processing!
...
bug 2739
2005-03-14 19:05:39 +00:00
moodler
6ee8277fc1
Moved print_headingblock to proper place
2005-03-13 14:54:24 +00:00
moodler
27bf9e2083
Better styles
2005-03-10 14:09:45 +00:00
moodler
24e1eae4a2
Implemented bug 2676 - jump back to working section after clicking
...
on an activity modification link in course view...
2005-03-05 05:19:26 +00:00
mchurch
89c0e63faa
Changed call for unread posts to new library function.
2005-02-28 21:34:37 +00:00
moodler
90b127fff6
FIxed some dodgy SQL code in the wrong place
2005-02-19 03:00:46 +00:00
gustav_delius
1ee55c41d9
Give groupmode selection to mod.html for all modules that use groupmode. Also fix bug 2576
2005-02-17 19:19:21 +00:00
gustav_delius
5f39034289
Don't show groups icons for resources and labels, see bug 2538
2005-02-16 12:50:11 +00:00
moodler
5ebb746b91
$course is now optional for new mod.html functions
2005-02-13 06:31:01 +00:00
moodler
1f15db9dee
Changed the wording again .. should be easier to scan I hope
2005-02-13 06:15:12 +00:00
moodler
da2224f83d
Change the string for the hide/show ... showimmediately makes sense
...
on a new creation but not when editing an activity
2005-02-13 06:07:06 +00:00
gustav_delius
48e535bc35
Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings().
...
The visibility of coursemodules is now always set through the function set_coursemodule_visible() in order to make sure that the associated events get updated in the calendar appropriately.
If moving a coursemodule to a hidden section then the module is set to hidden as well and its events are hidden in the calendar.
If deleting a coursemodule its events are deleted from the calendar.
The function choose_from_menu() has an extra optional argument $disabled which, when set to true, will disable the menu.
For the sake of consistency the function set_groupmode_for_module has been renamed to set_coursemodule_groupmode and the functions show_course_module() and hide_course_module() have been combined to set_coursemodule_visible().
2005-02-12 21:41:22 +00:00
defacer
ff0c7de0b0
Removed dead code.
2005-02-12 12:49:46 +00:00
defacer
446390fb47
Lots of improvements in markup and styles for courses.
...
Finalized and correctly distributed the calendar styles.
2005-02-12 12:40:04 +00:00
moodler
d0388ebe95
Added links to unread notices on course-view and forum-index
2005-01-30 04:47:09 +00:00
moodler
aa040665f8
Don't cache that string. :-)
2005-01-29 10:03:00 +00:00
moodler
546699899a
FIxed the wording of the unread post notices on the course page
2005-01-29 09:56:42 +00:00
moodler
f37da85054
MAJOR NEW FEATURE: Tracking of read/unread posts
...
Many thanks to Mike Churchward for his work on this and persevering
with sending updated versions to me. :-)
Shane and I have polished it up, rewritten a few parts (display-related)
and here it is, finally in CVS!
I think there will still need to be some optimisation for the SQL,
since it's still pretty intensive. Perhaps some sort of caching in
the session that gets modified along with the database whenever
something gets read.
However if there are problems the whole thing can be switched off
in the forum module config so this is not crucially urgent.
2005-01-29 09:49:42 +00:00
moodler
810393c804
Removed THEME from many course files
2005-01-25 14:03:43 +00:00
mjollnir_
5f37b628ae
Update for meta courses. New table renamed from meta_course to course_meta (and upgrade script provided in mysql.php and postgres7.php) and new field in course table renamed from meta_course to metacourse. Associated changes in code. Please test me!
2005-01-25 04:33:02 +00:00
mjollnir_
b61efafba5
Initial checkin for new meta courses feature. Please test!
...
See http://moodle.org/mod/forum/discuss.php?d=17269 for description.
2005-01-24 22:21:28 +00:00
gustav_delius
798b70a12f
If the focus is on the section that is being moved then move the focus along. Fixes bug 2026
2005-01-16 17:54:34 +00:00
gustav_delius
181b888e16
ugly hack to fix bug 1824 about wrong fullname format in log info.
2005-01-16 17:27:40 +00:00
mjollnir_
6c4e8471cd
Merged from MOODLE_14_STABLE: Fixing warning about invalid argument for foreach in course/lib.php in log selector form
2005-01-13 03:56:34 +00:00
moodler
e05bcf2fae
1. On category listing, don't print category count at all if it's zero anyway
...
2. Cleaned up some complex code to use 'strings' instead of "parsed strings".
2005-01-11 07:56:45 +00:00
moodler
c3dd541003
More links for other non-activity modules
2004-12-28 07:26:18 +00:00
mjollnir_
bf35eb157c
Small bug fix in sql in log page for site errors (infected file uploads & login errors)
2004-12-09 21:35:20 +00:00
gustav_delius
a36a1759cf
course.guest was not loaded from database but used in code.
2004-12-07 07:27:02 +00:00
mjollnir_
76feee3f86
Merged from MOODLE_14_STABLE: Fix for invalid sql in postgres - don't query log table for what was in log display if log->info is not set
2004-11-23 23:27:18 +00:00
mjollnir_
60fdc71463
Slight change to log page so that for > 5000 courses or users we don't straight off load the huge drop down menus but instead default to whatever is normally selected, with an option for 'More' to display the full drop down for either. Also includes an Martin L patch for sql query that brought postgres to it's knees (Martin L patch is destined for MOODLE_14_STABLE as well)
2004-11-23 00:16:24 +00:00
mjollnir_
6a6f25af85
Merged from MOODLE_14_STABLE: Fix for bug #2207 - sortorder now honored in front page listing
2004-11-22 21:30:26 +00:00
mjollnir_
1a31c2b366
Merged from MOODLE_14_STABLE: Don't need to select course.* in rebuild course cache
2004-11-22 05:46:18 +00:00
mjollnir_
01669f1619
Merged from MOODLE_14_STABLE: Fixed another instance of getting all fields from all courses (in log selector)
2004-11-22 03:35:31 +00:00
moodler
76ca0f31fd
Merged fix for bugs 2199 and 2200 from stable
2004-11-20 17:51:04 +00:00
mjollnir_
72ccca5632
Merge from MOODLE_14_STABLE: moodle--eduforge--1.3.3--patch-201 - optimized calls to get_courses() to retrieve only required fields (martinlanghoff)
2004-11-17 05:05:14 +00:00
stronk7
60bd11cfc9
Solved one annoying bug where label texts in sections != first
...
was being always cleared, preventing some tags to be there!
Merged from MOODLE_14_STABLE
2004-10-20 23:26:49 +00:00
stronk7
8b92f5bb7d
course/mod.php is using sesskey.
...
Merged from MOODLE_14_STABLE
2004-10-09 17:23:28 +00:00
moodler
6ac98433a7
Changes for XHTML compatibility
2004-10-08 14:43:35 +00:00
moodler
de78568276
Changes for XHTML compatibility
2004-10-08 13:34:48 +00:00
stronk7
1066e0dc62
Changed some conditions against the $USER variable
...
to work fine under PHP5.
Bug 2053
(http://moodle.org/bugs/bug.php?op=show&bugid=2053 )
Merged from MOODLE_14_STABLE
2004-10-06 16:52:24 +00:00
moodler
34b5847a1a
Some changes for XHTML and accessibility compliance
2004-09-30 08:42:34 +00:00
moodler
9f39c19012
Some changes for XHTML and accessilibity compliance
2004-09-30 06:46:26 +00:00