36 Commits

Author SHA1 Message Date
skodak
76cbde4138 MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE 2008-02-01 14:10:49 +00:00
skodak
dd97c32868 MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE 2008-01-24 20:33:50 +00:00
nicolasconnault
5a81060351 MDL-11500 Catching empty $coursemod when viewhiddensection is false, + corrected type $coursemode => $coursemod 2007-10-05 05:40:56 +00:00
skodak
ffc536af8e MDL-7380 converted various places to use new groups API 2007-09-08 20:53:05 +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
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
skodak
0d905d9f34 MDL-7861 new class .icon and .iconsmall 2007-01-08 09:14:05 +00:00
toyomoyo
c5f6b49e83 MDL-7861, fixing missing space 2007-01-02 07:43:56 +00:00
skodak
f97625121d prevent duplicate content in search engines MDL-7299; merged from MOODLE_17_STABLE 2006-11-06 21:49:22 +00:00
moodler
116cd201ea Merged lastcourseaccess fixes from MDL-7134 2006-10-22 08:31:06 +00:00
toyomoyo
3924b9884b adding capabilities 2006-09-05 08:50:23 +00:00
skodak
a8ff614fb8 general cleanup of xxx_parameter() functions; fixed broken requesting of courses 2006-04-12 16:41:10 +00:00
thepurpleblob
96dcfb5621 Replaced require_variable() and optional_variable() with required_param() and
optional_param(). Fixed notice when doing a sort in recent activity.
2005-06-13 19:06:28 +00:00
moodler
d9100b207f Fixing notices ... more fixing to do though 2005-04-26 12:27:55 +00:00
stronk7
235a4ee8c8 Now course/recent.php is workink with filterall. 2005-04-02 10:10:07 +00:00
moodler
fd5b9188bd removed explicit style-adding for user login string 2005-02-25 06:23:46 +00:00
moodler
32503db1c6 FIxes for bug 2379 (merged from stable) 2005-01-13 03:02:23 +00:00
moodler
08684ee95c Merged PHP5 fix for bug 2073 from STABLE 2004-10-15 09:54:04 +00:00
gustav_delius
26686b7ae3 closed some br and img tags 2004-09-12 22:39:20 +00:00
gustav_delius
24f2b65a4d towards XHTML compliance 2004-09-12 12:21:27 +00:00
defacer
a8e44ce43f Import haiku from MOODLE_14_STABLE 2004-08-31 12:46:15 +00:00
gustav_delius
c4936225c4 Fixed breadcrumbs and some of the many undefined variables notices 2004-05-30 11:24:00 +00:00
moodler
6f80940b1e Simpler method for recent activity .... I had problems with the other
Use last access to course if it exists, otherwise two days ...
2004-05-16 10:34:17 +00:00
moodler
92be8db8be Fixed just a tiny typo 2004-03-25 15:34:23 +00:00
selliott
b934e7a342 Fixed to hide hidden activities from normal users and to display dimmed for teachers / admins.
Also fixed an off by 1 error when displaying topics.
2004-03-11 14:07:56 +00:00
selliott
3819ed3115 Fixed incorrect display of time 2004-02-23 21:17:03 +00:00
selliott
1e23ed0aa4 Fixed url to activities 2004-02-23 20:41:54 +00:00
moodler
0f87cb1d09 1. Recent activity reports now activated!
2. Some cleanup of the reports, using boxes
2004-02-23 18:05:59 +00:00
selliott
08e2111bf8 Added logic for a normal view and advanced view for the filter 2004-02-20 21:34:21 +00:00
selliott
05263aefe1 Removed extra <hr> tag 2004-02-15 06:40:25 +00:00
selliott
4581271ad1 Changed selector form in course/lib.php for course/recent.php
Rewrote course/recent.php to allow sorting of data before it is output
2004-02-15 06:11:15 +00:00
selliott
d92d9a22f9 Change string reference for choosereportfilter 2004-02-05 20:54:15 +00:00
selliott
e7d9c96676 Added selector form at the top of the page .
Added logic to not display hidden activities.
2004-02-05 20:34:49 +00:00
selliott
37e00f7039 Created links for how many days to go back in report. 2003-11-14 19:06:02 +00:00
moodler
c9f6251ea8 Two things are in this checkin:
1) Support for the new "label" module has been added.  It's unfortunate
   about having to make these exceptions but this was the overall cleanest
   way I could think of.

2) All local calculation of pixpath and modpixpath has been removed and
   replaced with a single calculation which is done in setup.php and
   stored in $CFG->pixpath and #CFG->modpixpath.  All graphics should
   use these variables so that themes can easily override them.
2003-09-14 12:25:16 +00:00
moodler
46054fa873 Unfinished and unlinked, but I'll check it in for hacking on 2003-08-28 12:10:03 +00:00