2834 Commits

Author SHA1 Message Date
coolbit
ab48c1bb53 *** empty log message *** 2003-05-21 17:07:57 +00:00
bobopinna
ec3db5a310 New updates from Roberto Pinna 2003-05-21 15:26:28 +00:00
bobopinna
31861ff29c *** empty log message *** 2003-05-21 15:08:45 +00:00
moodler
7a1205eea9 Changed instructions for Windows to Tortoise CVS 2003-05-21 13:52:07 +00:00
moodler
70d9c95acf New updates from Roberto Pinna 2003-05-21 12:56:34 +00:00
moodler
0e3e960a33 New file for debugging purposes, simply shows phpinfo() 2003-05-21 09:50:17 +00:00
moodler
d805c3462e Removed the remote debugging functions.
I used to find these quite useful for helping people debug
configuration problems. I don't think they present a security
problem, but I can see there is the possibility that it can
be PERCEIVED as an issue, and I don't want to be responsible
for that, nor blamed for any break-ins (warranty or not).

So I'll find another way to do remote debugging.
2003-05-21 09:39:51 +00:00
moodler
c3219da409 Much improved favicons (transparent and more consistent)
submitted by jdell (bug 442).
2003-05-21 08:48:18 +00:00
moodler
c7ba7904cb Ray prefers icon3.gif 2003-05-21 08:13:08 +00:00
moodler
be23a53ca9 Some fixes, after some testing 2003-05-21 06:10:43 +00:00
moodler
79da6d8717 Change to parsing to allow answers in any order - needs testing 2003-05-21 05:00:44 +00:00
mits
931ade40e3 New translation 2003-05-20 21:43:15 +00:00
paca70
f64fb7b192 Updates from Teemu Sumi. Thanks again! 2003-05-20 17:27:25 +00:00
moodler
353d033843 get_course_users now calls get_site_users if the course is a site.
There is something wrong with this SQL still though ... it mostly works
but I'm still getting wierd behaviour with small numbers of users.

Need some help here ...  for example just look at get_site_users()
on your test site.

It's supposed to return a list of users who are admins, creators,
teachers or students
2003-05-20 09:33:30 +00:00
moodler
35d606e6fa Just incrementing 2003-05-20 08:17:45 +00:00
moodler
11697b48ea Minor code cleanups
- lowercasing
  - removing short php tags
  - adding some emoticon help here and there
2003-05-20 08:03:12 +00:00
moodler
60ffb53a7d Minor code cleanup 2003-05-20 08:01:40 +00:00
moodler
b5987b0f49 Added missing style - .forumpostheadertopic 2003-05-20 06:17:06 +00:00
moodler
b1f505771e Fixed the bug I introduced in the last checkin (it was related to the
re-introduction of text fields in surveys)   See bug 441
2003-05-20 04:26:57 +00:00
stronk7
91d7f813e5 Initial checks. More to do !! 2003-05-19 22:34:12 +00:00
stronk7
304d7785ca Now all the required variables are set to call restore_check.html 2003-05-19 22:33:45 +00:00
stronk7
7e092fdaed Now call restore_check.html too. 2003-05-19 22:28:39 +00:00
stronk7
3f50cab58d Checks everything is OK before lanunch the process. It allows to
select the destination course.
Initial version, it doesn't work !!
2003-05-19 19:29:51 +00:00
stronk7
8d5b052f35 Now, one more step. Call to restore_check.html 2003-05-19 19:28:14 +00:00
paca70
844bad05a9 Updates. Thanks to Teemu Sumi. 2003-05-19 17:32:45 +00:00
moodler
ad03ae446e Many corrections ... more needed 2003-05-19 15:34:27 +00:00
moodler
043b94f66d Glossary file from John Captain 2003-05-19 15:08:42 +00:00
moodler
b95c3ab896 Add slashes to data when setting up guest account 2003-05-19 13:14:29 +00:00
moodler
779a4a8da4 Fixed up some of the headers during installation (remove logout links). 2003-05-19 13:12:27 +00:00
moodler
54242af0d6 Changed default strings to use single-quotes and avoid possible slash problems 2003-05-19 07:41:12 +00:00
moodler
e9564a5a80 Fixed previous over-zealous lowercasing 2003-05-19 06:11:56 +00:00
moodler
240aca4b34 missing closing php tag 2003-05-19 04:55:11 +00:00
moodler
5d0f5a599b Removing strings make no worky worky 2003-05-19 03:34:57 +00:00
moodler
3ee236820a Some fixes for check_gd_version -- please test this for me on every server you have! 2003-05-19 03:27:13 +00:00
moodler
17ec8eb684 Remove unnecessary check (from a lazy copy/paste) 2003-05-19 03:03:34 +00:00
moodler
8c5b0c41bb Updated docs to use php_flag instead of php_value for booleans 2003-05-19 02:31:14 +00:00
moodler
730cb6bac3 Updated docs about using php_flag settings instead of php_value 2003-05-19 02:28:47 +00:00
moodler
6a6681294a Should use php_flag, not php_value, for boolean settings!!
See bug 429
2003-05-19 02:25:11 +00:00
stronk7
96376e9a4f Finalized. Form data is displayed dinamically, depending of
every mod features and the backup file-contents.
2003-05-18 22:57:23 +00:00
stronk7
96112b5224 Initial version. Does nothing !!, but needed to show info in
restore_form.php
2003-05-18 22:55:54 +00:00
stronk7
f2deadb30c Control when cancel has been selected. Inform and finalize. 2003-05-18 22:53:11 +00:00
stronk7
87d8623181 One more string to restore. Forget it in previous commit. ;-) 2003-05-18 22:51:52 +00:00
stronk7
4c94c21b11 Some restore strings... 2003-05-18 21:43:55 +00:00
stronk7
fd2f02d4cd Initial version. Form to select where and what to restore. 2003-05-18 21:41:08 +00:00
paca70
775f689b0f Some additions for postgresql 2003-05-18 18:23:07 +00:00
stronk7
c563a9a0d1 added check login, check admin and check site to every page.
If not, it was possible to execute them...!!
2003-05-18 17:15:05 +00:00
stronk7
cc7fa0dc05 Added a 4th OPTIONAL (default "get") parameter to
"print_single_button" function. Now can make "post"
forms too.
2003-05-18 16:41:23 +00:00
stronk7
729035fdaa Advance a bit more... 2003-05-18 15:54:01 +00:00
stronk7
76bf541df8 Course Header and Backup info is showed now !!
I'll start using sessions to mange all this data.
2003-05-18 15:51:20 +00:00
moodler
41a03b45f0 Added a stub for workshop_get_submission to stop errors on activity reports 2003-05-18 14:38:12 +00:00