moodler
511ec76be0
Merged fixes from stable for MDL-8741
2007-03-05 02:15:32 +00:00
moodler
b5ddfa29c7
Merged MDL-8741 fix from stable
2007-03-04 07:35:29 +00:00
skodak
c718dd57ba
MDL-8578 new capability for adding and replying to news in forum
2007-03-02 19:41:31 +00:00
nfreear
5489fce7f7
Fixes MDL-6548 "... block should use lists" - blocks: blog tags, news items, recent activity - forum.
2007-03-01 11:13:37 +00:00
toyomoyo
d0e7d6e1d6
replacing fieldsets with divs in small forms
2007-03-01 07:45:14 +00:00
nicolasconnault
0af0271031
MDL-8629 - Outputting correct messages during redirection after forum posting with mail-now selected
2007-03-01 06:01:43 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
toyomoyo
c9c249a185
merged fix for MDL-8577, message textarea too big to fit
2007-02-22 03:22:31 +00:00
vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
vyshane
aa91a2f22c
Merged from 1.7.
2007-02-14 02:57:37 +00:00
vyshane
0985b11b80
Merged from 1.7.
2007-02-14 01:58:54 +00:00
vyshane
b304e7f770
Merged from 1.7.
2007-02-13 05:25:45 +00:00
vyshane
6155150c02
Merged from 1.7.
2007-02-13 02:28:26 +00:00
vyshane
6527b5c2e9
Merged from 1.7.
2007-02-09 01:33:24 +00:00
moodler
1934b87667
Updated versions and requires (primarily because of formslib dependencies)
2007-02-02 13:02:24 +00:00
vyshane
02cb4f393d
Merged from 1.7.
2007-02-02 07:56:45 +00:00
skodak
4e43dc39f5
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - undoing my previous hack for MDL-7114
2007-01-29 21:36:57 +00:00
vyshane
ebe82e08ec
Merged from 1.7.
2007-01-29 07:36:55 +00:00
vyshane
1466926adf
Merged from 1.7.
2007-01-29 06:02:17 +00:00
skodak
9152fc9938
MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
...
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
2007-01-28 21:18:08 +00:00
skodak
dcf6d93c9c
MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE
...
new function course_setup() thats does proper $CFG-> , locale and themes setup much sooner than print_header() originally (needed for MDL-8067), cleanup of forgotten global $course issues
MDL-8067 Fixed several $HTTPSREQUIRED issues - html editor now loads from https (the old hack did not wotk with IE7, new hack is uglier but works), fixed formlibs images (we can not set them in library global scope, we must wait for httpsrequired() and require_login() and od that in function), fixed links in meta.php, fixed help images
fixed setting of new $USER values in user edit forms
2007-01-27 19:56:08 +00:00
jamiesensei
a7f7e52fc5
changed name of moodleform_mod method 'defaults_preprocessing' to 'data_preprocessing' in line with change of set_defaults name to set_data.
2007-01-16 15:36:33 +00:00
vyshane
818c1b0592
Merged from 1.7.
2007-01-16 02:44:13 +00:00
stronk7
a4bad45c2c
Some more uses of $CFG->dbfamily. MDL-7061
2007-01-13 00:32:19 +00:00
skodak
32db0d42c9
MDL-8166 some forgotten set_defaults converted to set_data
2007-01-12 19:01:31 +00:00
skodak
beac4717de
MDL-8166 rename in/out methods in formslib - HQ consensus
2007-01-12 18:52:09 +00:00
vyshane
26d932b109
Merged from 1.7.
2007-01-12 05:05:09 +00:00
skodak
26de8d35ce
fixed text field widths in new forms
2007-01-11 19:47:08 +00:00
moodler
c1afef8059
FIxed up the intro boxes XHTML Strict
2007-01-11 08:06:15 +00:00
moodler
42d06f50f4
Strict XHTML logic fixes for discussions in some circumstances MDL-7861
2007-01-08 12:13:35 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
moodler
7f51199bd1
FIxes for Strrrrrict in forum ratings
2007-01-08 08:51:47 +00:00
moodler
3df151627c
More forum tidying up, less tables
2007-01-08 07:16:48 +00:00
moodler
0be4d8bf67
Removed more tables from forum display :-) Strrrrrict!
2007-01-08 06:56:15 +00:00
vyshane
41a220329e
Fix for MDL-7861
2007-01-07 10:19:01 +00:00
vyshane
8703f29af7
Added fieldset tag. MDL-7861.
2007-01-07 06:49:25 +00:00
skodak
d2ce367fb9
MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera)
2007-01-06 19:22:58 +00:00
jamiesensei
18a7736107
added helpbuttons to htmleditors where needed. Further work on htmleditor helpbutton code.
2007-01-05 04:51:46 +00:00
moodler
d69e9c1519
Changed fieldsets to use the new invisiblefieldset class
2007-01-05 02:01:45 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
skodak
fa73873105
MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit
2007-01-04 18:23:55 +00:00
moodler
a1857045dc
Tidy up discussion controls using CSS MDL-7861
2007-01-04 15:58:55 +00:00
moodler
c7a049a3e2
More fixes for Strict MDL-7861
2007-01-04 15:31:05 +00:00
moodler
81d227745a
XHTML Strict fixes for forum search MDL-7861
2007-01-04 15:23:45 +00:00
jamiesensei
5ce73257ab
some bug fixes in setHelpButton internals.
...
added new editorhelpbutton function that can be used to refer to several help topics.
2007-01-04 10:23:06 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
32f0b38a4a
MDL-8049 Remove all language=Javascript from javascript includes
2007-01-03 19:33:44 +00:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
vyshane
37ce014f91
Fixed xhtml for MDL-7861
2007-01-03 02:00:52 +00:00
vyshane
76b1f3c740
XHTML fixes for MDL-7861.
2007-01-02 01:25:40 +00:00