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
moodler
09840894b2
Just some cleaning up of the English
2005-03-09 13:04:31 +00:00
phoenixfr
c220c8d8a5
Updates for CAS values
2005-03-09 12:53:11 +00:00
phoenixfr
426e2aa335
*** empty log message ***
2005-03-09 12:43:07 +00:00
phoenixfr
3fb7e0a074
Version 1 du module CAS
2005-03-09 12:36:24 +00:00
bawjaws
4db5de0dfa
make Choice respect text formatting selection
2005-03-09 09:50:07 +00:00
mits
cb537d98d9
translated some.
2005-03-09 03:55:47 +00:00
moodler
89e1ce0474
More fixes for linking. Bug 2693. (SE)
2005-03-09 01:13:53 +00:00
stronk7
07b11e4fcb
course/lib must be included ALWAYS because block_site_main_menu uses it.
2005-03-08 23:35:35 +00:00
moodler
71d4f59316
Fixed a bug in the ignore tags array - bug 2693 (SE)
2005-03-08 23:34:40 +00:00
mjollnir_
3f05218715
In blocks_print_group, if we just return if pageblocks are empty, we never get to print the admin block
2005-03-08 23:24:10 +00:00
mits
9ac6ae7206
*** empty log message ***
2005-03-08 22:09:19 +00:00
mjollnir_
5ad4a39da5
Merged from MOODLE_14_STABLE: Add new line after url in journal mailout to prevent /mod/journal/view.php?id=1----- type requests
2005-03-08 20:56:30 +00:00
mjollnir_
5f31b29682
Merged from MOODLE_14_STABLE: Postgres fix in quiz (added AS)
2005-03-08 20:46:58 +00:00
defacer
57c3bae3c2
New strings for the quiz results overview page.
2005-03-08 19:07:41 +00:00
defacer
9d034c94e1
Styles for the new quiz results overview.
2005-03-08 18:58:11 +00:00
defacer
526a130e50
Checking in the code for the "improvements to the quiz results overview page"
...
project, commissioned by the University of York. Enjoy!
2005-03-08 18:49:00 +00:00
moodler
f05512fd16
Removing for now
2005-03-08 18:32:35 +00:00
moodler
0efb3c3d1d
Prevent guests from making ratings in forums
2005-03-08 17:59:57 +00:00
moodler
cc9b80f906
Improvements with how format_text is called
2005-03-08 17:46:51 +00:00