6066 Commits

Author SHA1 Message Date
martin
c6f1b8ab38 Took code out of footer.html (it's in print_footer() instead) 2002-08-11 05:06:00 +00:00
martin
1d4bc6ed76 In user list, name goes to full page instead of editing (because there
is an edit link at the end of the row, as well as on the ful page)
2002-08-11 04:30:25 +00:00
martin
9235667890 Fixes to visibility of unenrol button 2002-08-10 15:16:00 +00:00
martin
726020a2ef Tweak to display on "unenrol" 2002-08-10 15:10:04 +00:00
martin
7482d8b9f5 Small fix to the full list of available assignments 2002-08-10 14:56:31 +00:00
martin
67f19ff2e8 Additions 2002-08-10 14:28:08 +00:00
martin
4c654ee30b More tweaks to recent activity box 2002-08-10 14:27:14 +00:00
martin
87ffed0d98 Tweak teacher colour 2002-08-10 13:50:38 +00:00
martin
2c0411e2ed Tweaks and tidy-ups for course home pages (weekly and topics) 2002-08-10 13:42:12 +00:00
martin
b0ccbd923b Further little fixes to user image displaying 2002-08-09 09:25:17 +00:00
martin
2447921f18 Changes to make uploaded user pictures work properly on Windows :-( 2002-08-09 09:09:36 +00:00
martin
2c855f18c7 Clearer docs for Windows users 2002-08-09 09:08:59 +00:00
martin
312a8d56f4 Brought the install procedure up to date 2002-08-09 06:25:50 +00:00
martin
15ecde4133 Slight tweak to remove login button for ordinary users 2002-08-09 02:48:25 +00:00
martin
53bfe78cd4 New functions get_list_of_modules() and moodle_needs_upgrading().
Used on the home page when admin is logged in, to check for any
upgrading of the databases that might need to be done.
2002-08-09 02:45:15 +00:00
martin
01cfc1a02a Changes 2002-08-08 17:43:57 +00:00
martin
3af1d6fde1 Changes up to Moodle 1.0 BETA 3 2002-08-08 17:34:24 +00:00
martin
243c518b98 Better control of buttons for admin and in site view 2002-08-08 17:30:50 +00:00
martin
74c6a7f983 parameter for print_admin_links 2002-08-08 17:30:00 +00:00
martin
adecd142a3 Tweaks and cleanups 2002-08-08 17:29:22 +00:00
martin
4606d9bb9f Fixed a tricky little bug with usergetmidnight() when no timezone was defined. 2002-08-08 17:28:30 +00:00
martin
a2ab3b0511 More tidy ups in displays 2002-08-08 16:22:44 +00:00
martin
0087d8a6d7 Tweaks to the headers 2002-08-08 16:02:39 +00:00
martin
2b25f2a09b Further excellent tidy-ups to the admin pages. They are actually starting
to look/work as slick as the rest of the site.  :-)
2002-08-08 15:51:23 +00:00
martin
a3447e1053 Cleanup of the admin interface - especially the user management
Bugs fixed, duplicate code removed, plus you can now add new users.

Aaah much better.  :-)
2002-08-08 14:17:55 +00:00
martin
e5a57e853a Fixed tiny buglet on insert_record which made it ignore NULL values 2002-08-08 12:41:21 +00:00
martin
df8fa8f1ee Damn .. this bug was stopping the admin user being created properly.
(Checking for uploaded file)
2002-08-08 07:20:38 +00:00
martin
c8da3bf4fe Updated this page (because now bugs.moodle.org exists) 2002-08-08 05:06:26 +00:00
martin
48647134e3 Slightly clearer explanations ... 2002-08-08 02:11:16 +00:00
martin
c679054a0a Missing 'auto_increment' on assignment_submissions table, for 'id' 2002-08-07 08:46:48 +00:00
martin
989bfa9d7b get_real_size() for translating text to byte sizes (eg 2M) 2002-08-07 08:26:48 +00:00
martin
6e40c33d32 Now properly sets and checks limits on file sizes 2002-08-07 08:24:38 +00:00
martin
6d6319c061 Upload works again ... 2002-08-07 03:45:22 +00:00
martin
1fee73fe6f Whoops ... typo in save_session 2002-08-06 17:41:43 +00:00
martin
3d1329c99b Updated requirements. 2002-08-06 17:29:22 +00:00
martin
79666c22ef Changes 2002-08-06 17:24:51 +00:00
martin
8223d27193 Widespread changes throughout Moodle to make sure it works on
servers that have register_globals turned off (this is the
default setting on newer version of PHP).

In fact it's partly a hack that globalises all GET, POST, FILES
AND COOKIE variables.  Unfortunately though the SESSION and
USER global session variables are only available as $_SESSION["USER"]
and $_SESSION["SESSION"], which is cumbersome to use.

So, for every request I now make a copy of these two session variables
into $USER and $SESSION.  Whenever I update them thoughout Moodle I
now have to call save_session("USER") which copies them back to the
session variable.  This seems to be working well now.

Because I'm using $_SESSION etc now this will raise
the required minimum version of PHP to 4.1.0
2002-08-06 17:23:45 +00:00
martin
515b9f306e Made it a bit clearer. 2002-08-06 12:58:21 +00:00
martin
ce15d1784c Close wide-open hacking hole! This script wasn't checking for admin
user in the case where the site has been defined already.  Oops. Fixed now.
2002-08-06 12:17:40 +00:00
martin
9c055aa5d2 Can now edit own firstname and lastname, and some tidying 2002-08-06 09:36:42 +00:00
martin
5d13db8aba Better looking search boxes 2002-08-06 09:24:40 +00:00
martin
5e5c3119cb Changed a variable name for clarity 2002-08-06 09:23:28 +00:00
martin
cd052f8ccc Performance enhancement for user listing (caching of language strings) 2002-08-06 09:21:14 +00:00
martin
1ebede32c2 Bug in rated posts counting 2002-08-06 06:23:19 +00:00
martin
75d10a02db Whoops ... make sure rated posts still show ratings! :-) 2002-08-06 06:17:59 +00:00
martin
9d1b97c5d4 forum_print_discussion now checks to see whether there are any
ratings that haven't been done yet on a discussion.  If not, then
it won't print the ratings form.  This avoids a slight confusion
about the interface that existed previously.
2002-08-06 06:09:44 +00:00
martin
f7fe342d6a Better wording for eachuser forum 2002-08-06 04:21:45 +00:00
martin
46a8b35f44 Whoops ... more forum->assessed 2002-08-06 04:17:40 +00:00
martin
fe25fc9b38 Whoops ... using forum->assessed to determine whether discussions should
be assessable now
2002-08-06 04:04:40 +00:00
martin
0bb2c9f70c Don't allow guest user to change or reset password 2002-08-05 16:12:36 +00:00