12232 Commits

Author SHA1 Message Date
koenr
be5dd782fa new helpfile 2005-03-10 22:54:32 +00:00
defacer
658f6a9ce3 Fix for bug 2711:
Blocks upgrade no longer breaks in Postgres. Also, a "hell why not"
robustness addition to the MySQL upgrade.
2005-03-10 22:48:29 +00:00
michaelpenne
011cfc95ed updated lesson_delete_instance to delete records from timer, branch, and high_scores tables 2005-03-10 22:43:00 +00:00
mits
e6e3416ce9 translated some. 2005-03-10 22:13:13 +00:00
koenr
d0e7f29362 typo 2005-03-10 21:54:19 +00:00
michaelpenne
1c97019eaf removed lesson_clean_data_submitted() function. Removed all instances of its use before I did this 2005-03-10 20:51:26 +00:00
michaelpenne
d0b8bcdc8b updategrade now cleans params correctly now (i hope) 2005-03-10 20:42:09 +00:00
michaelpenne
801697d170 insertpage and updatepage now clean params correctly (i hope) 2005-03-10 20:34:32 +00:00
stronk7
c206050394 Old bug introduced in lib.php 1.280. It was causing a lot of mails being sent
instead of the 2 days limit. Bug 2716
(http://moodle.org/bugs/bug.php?op=show&bugid=2716)
2005-03-10 20:26:25 +00:00
stronk7
5861ae7589 "graphical" structure updated plus some minor indent in XML 2005-03-10 17:39:25 +00:00
defacer
239d185a75 Updating the overview screen "sort by question grade" hack to work with the
multiple sort column suppport.
2005-03-10 16:40:13 +00:00
defacer
73e4f58953 Support for arbitrary number of sort columns.
There is an active hard limit in there which does not allow more than two,
but changing this is as simple as setting $maxsortkeys to something else.
2005-03-10 16:38:01 +00:00
moodler
550999735f Latest tags 2005-03-10 15:31:24 +00:00
moodler
a736e963a5 New log entry to show when a glossary entry is viewed 2005-03-10 14:38:04 +00:00
moodler
d0d0cd9c7f You can now specify fields to get_record 2005-03-10 14:13:26 +00:00
moodler
3ae2cde772 Just where I'm at .. .changing rapidly 2005-03-10 14:12:38 +00:00
moodler
e3f4c26c93 Some layout fixes 2005-03-10 14:11:45 +00:00
moodler
69ad0d6928 Better logging and recent activity 2005-03-10 14:11:07 +00:00
moodler
1ac7ee24d7 CFG->nofixday can override the ficing of day format in userdate 2005-03-10 14:10:21 +00:00
moodler
27bf9e2083 Better styles 2005-03-10 14:09:45 +00:00
phoenixfr
f0f0a34af0 functions for login module 2005-03-10 13:57:48 +00:00
moodler
8f7dc7f1c7 Variety of small fixes, but mostly related to how the recent activity
block is constructed.  A new function exists to pump these notes out
in a standard way :  print_recent_activity_note.

Module dependencies also updated because of this.
2005-03-10 13:30:57 +00:00
moodler
0710337efe Brought some styles into line 2005-03-10 13:28:51 +00:00
paca70
33c35e6c30 Create missing directories too. 2005-03-10 10:42:33 +00:00
phoenixfr
1ca9c0a45a use of css 2005-03-10 10:02:02 +00:00
phoenixfr
4e61423bd9 use of ldap congig.html and use of the css 2005-03-10 10:01:18 +00:00
phoenixfr
d840974c26 CAS new line 2005-03-10 09:29:05 +00:00
paca70
231109580b Add old-tag to filenames if english version is newer. 2005-03-10 08:51:39 +00:00
moodler
a8466100f3 Removing THEME variable and replacing with CSS (SE) 2005-03-10 08:32:10 +00:00
moodler
4663fb73ba WIndows now try and pop to the front when a new message comes in 2005-03-10 06:18:28 +00:00
moodler
211ea3e9d3 COnsistent use of readdir 2005-03-10 06:04:29 +00:00
moodler
200cc919db Fixed a bug when encountering directories named "0"! 2005-03-10 06:02:45 +00:00
moodler
07b9b0b94d Removing HTTP_POST_VARS which isn't always there 2005-03-10 05:19:49 +00:00
moodler
7d56fe1077 Use real tabs in the error_log call because \t doesn't seem to work 2005-03-10 05:05:12 +00:00
martinlanghoff
de6fa62a56 Fixes from Dan Marsden to getremoteaddr() and address_in_subnet() -- getenv() isn't supported under ISAPI (IIS) so we use _SERVER instead. address_in_subnet() had a loop control error. 2005-03-10 02:36:51 +00:00
stronk7
75549f039a HTTP_POST_VARS present some problems under PHP5 (deprecated,
configuration needed). Used $_POST (with data_submitted(), if
possible) instead.
NOTE: Detected in a lot of places!
2005-03-10 00:28:42 +00:00
stronk7
956b17ed8c Some minor changes. Backup tested and seems ok (restore remaining). 2005-03-10 00:15:37 +00:00
mits
c30e844ee5 translated some. 2005-03-09 22:29:00 +00:00
defacer
1656bb3e2f Fix for bug 2701.
Credits for the report and the patch go to Samuli Karevaara.
2005-03-09 21:16:38 +00:00
defacer
6f1cc8d63c Simplified by removing two optional parameters from forum_print_search_form,
because everyone was using the same values for them!

Also renamed the function to simply forum_search_form, because in the end
noone was using it to PRINT html, it was just put into a variable.
2005-03-09 20:50:37 +00:00
defacer
ef4ee34938 Fix for bug 2705:
Decoupling from the beast that is /mod/forum/lib.php, it was a pity to
include 100+ KB of code so that we could reuse 7-8 lines.

This block also wasn't including that library itself, so after Martin
removed that dependency from courses it was broken as well.
2005-03-09 20:38:53 +00:00
defacer
969782386a Correcting whitespace, modernizing a bit, removed one notice. 2005-03-09 20:36:04 +00:00
paca70
879d932815 Fixed mistake on url-trimming and added some debug info. 2005-03-09 20:24:13 +00:00
martignoni
30972fe7fc Release notes for 1.4.4 2005-03-09 19:55:24 +00:00
paca70
6142f65fce Lyhyttehtävä > Päiväkirja > on nyt muistio
saapi nähdä kauanko.
2005-03-09 19:53:15 +00:00
paca70
2b0b68dec3 Updates from Samuli Karevaara.
Thanks Samuli!
2005-03-09 17:04:56 +00:00
paca70
2b92c040c8 Merged postgresql fixes from MOODLE_14_STABLE(Revision 1.2.4.1) to HEAD. 2005-03-09 15:14:27 +00:00
martignoni
4dce0cf8b4 Updates for CAS values 2005-03-09 14:21:14 +00:00
martignoni
42747c73d3 New strings for the quiz results overview page. 2005-03-09 13:59:28 +00:00
martignoni
d0d7baebf3 New string for 'recent news' block 2005-03-09 13:54:20 +00:00