urs_hunkler
|
5902558c6f
|
'added nowrap to c0 cell in the module table - MDL-8419'
|
2007-02-22 09:15:39 +00:00 |
|
urs_hunkler
|
6e291bc6a5
|
'changed table headers style adding as proposed by Eloy - MDL-8419'
|
2007-02-22 08:22:37 +00:00 |
|
urs_hunkler
|
8c17dc491e
|
'removed nowrap for the first column for module names in modules tabels again because some tables gets too wide in some languages'
|
2007-02-22 07:51:02 +00:00 |
|
urs_hunkler
|
4db0efdf35
|
'added nowrap to the first column for module names in modules tabels'
|
2007-02-22 07:36:17 +00:00 |
|
toyomoyo
|
c9c249a185
|
merged fix for MDL-8577, message textarea too big to fit
|
2007-02-22 03:22:31 +00:00 |
|
toyomoyo
|
61e75e959b
|
fixing broken has_capability() checks
|
2007-02-22 03:07:10 +00:00 |
|
toyomoyo
|
d16ce1946c
|
fix for MDL-8585, introducing encoding setting for excel exports
|
2007-02-22 01:09:06 +00:00 |
|
stronk7
|
cc1ffd0147
|
Deleting inline styles from the "incompatible" table. MDL-8419
|
2007-02-21 23:16:23 +00:00 |
|
skodak
|
267436d0d9
|
fixed capcheck warning
|
2007-02-21 22:56:44 +00:00 |
|
skodak
|
210560e3d7
|
MDL-8590 auth cleanup - part 8
|
2007-02-21 21:53:28 +00:00 |
|
skodak
|
9696bd8966
|
MDL-8590 auth cleanup - part 7 and MDL-8598
|
2007-02-21 21:48:48 +00:00 |
|
skodak
|
430759a5fe
|
MDL-8590 auth cleanup - part 6
|
2007-02-21 21:42:10 +00:00 |
|
urs_hunkler
|
7ee8146e61
|
'added CSS for white-space:nowrap in styles_layout and took the hardcoded inline style out here. Where is it missing now???'
|
2007-02-21 21:09:08 +00:00 |
|
urs_hunkler
|
46bd568bf1
|
'added CSS for white-space:nowrap here and took the hardcoded inlinestyle out in lib/tablelib. Where is it missing now???'
|
2007-02-21 21:07:18 +00:00 |
|
urs_hunkler
|
53718d305b
|
'admin module tables are and look the same now. Thanks Eloy'
|
2007-02-21 20:46:34 +00:00 |
|
stronk7
|
6b99bd0df5
|
Adding some table classes to align all them. MDL-8419
|
2007-02-21 20:17:58 +00:00 |
|
stronk7
|
38287e169c
|
inline are now 100% out. Let's CSS handle them. MDL-8419
|
2007-02-21 17:57:21 +00:00 |
|
stronk7
|
e12d37df2b
|
Setting the correct id for each table. MDL-8419
|
2007-02-21 17:27:26 +00:00 |
|
stronk7
|
778951f899
|
First cut of modules admin page re-styling. MDL-8419
|
2007-02-21 17:09:58 +00:00 |
|
stronk7
|
62f60a45ce
|
First cut of blocks admin page re-styling. MDL-8419
|
2007-02-21 16:52:32 +00:00 |
|
thepurpleblob
|
bd6648ea93
|
MDL-8602
Don't count modules where course=0 (ie, they must exist in real courses)
|
2007-02-21 14:55:32 +00:00 |
|
thepurpleblob
|
7939a4a0cb
|
MDL-8563
$question->answer was swapped for $question->correctanswer in questiontype
for some reason! Compensated for in format type.
|
2007-02-21 14:20:46 +00:00 |
|
thepurpleblob
|
474991a19d
|
D'oh - counting $totalcount wrongly (duplicate courses are ignored)
|
2007-02-21 13:09:17 +00:00 |
|
thepurpleblob
|
594bb20b95
|
Slightly more helpful message if no courses can be shown.
|
2007-02-21 13:03:24 +00:00 |
|
thepurpleblob
|
806dab4385
|
Whoops. Missed setting $totalcount var
|
2007-02-21 11:57:28 +00:00 |
|
thepurpleblob
|
616ad119ad
|
MDL-8087
Modules and Blocks lists now link to course search page for
actual instances.
|
2007-02-21 11:42:48 +00:00 |
|
nfreear
|
2ab4e4b87b
|
Followup fix for Bug MDL-8507 "Local language pack-name can appear in language code"
|
2007-02-21 10:42:50 +00:00 |
|
stronk7
|
82355e2f84
|
Bump to 1.9dev (keeping sync with 18_STABLE version).
|
2007-02-21 08:34:21 +00:00 |
|
toyomoyo
|
195e90f919
|
fix for MDL-8585, adding additonal CFG setting for latinexcelexport
|
2007-02-21 04:10:26 +00:00 |
|
skodak
|
bd35194036
|
MDL-8590 auth cleanup - part 5
|
2007-02-20 17:29:45 +00:00 |
|
skodak
|
3fe6b721e2
|
MDL-8590 auth cleanup - part 4
|
2007-02-20 17:24:19 +00:00 |
|
skodak
|
1679334034
|
MDL-8590 auth cleanup - part 3
|
2007-02-20 17:15:13 +00:00 |
|
skodak
|
16ce6c0dcc
|
MDL-8590 auth cleanup - part 2
|
2007-02-20 17:09:20 +00:00 |
|
skodak
|
139ebfdb3b
|
MDL-8590 auth cleanup - part 1
|
2007-02-20 17:03:36 +00:00 |
|
tjhunt
|
37b9e8bccc
|
Another wretched adslashes problem. Roll on placeholder. Thanks to Howard Miller. Merged from MOODLE_18_STABLE.
|
2007-02-20 15:18:46 +00:00 |
|
toyomoyo
|
bf1c14038e
|
replacing <fieldset> with <div> as it's causing weird problems
|
2007-02-20 06:26:16 +00:00 |
|
donal72
|
1008dad65a
|
MNet goes from ISO8859-1 -> UTF-8; #MDL-8514 MDL-8514
|
2007-02-20 02:06:56 +00:00 |
|
tjhunt
|
624cbc9c26
|
MDL-4793 - Option to show question text in the question bank.
Also, fix layout problems on the quiz editing screen.
Merged from MOODLE_18_STABLE.
|
2007-02-20 01:48:09 +00:00 |
|
toyomoyo
|
b0cb12ac93
|
merged, apply nick's patch for MDL-8534, typo in restorelib.php
|
2007-02-20 01:07:18 +00:00 |
|
stronk7
|
767e6e456a
|
Moodle 1.9 doesn't know about $CFG->excelisofiles, only about
$CFG->latinexcelexport, the recommended way since 1.6. MDL-7993
|
2007-02-19 23:31:58 +00:00 |
|
stronk7
|
6362058124
|
Changing iso-8859-1 encoding of excel files to windows-1252. It adds support for
some more (a few) characters. MDL-7993
Merged from MOODLE_18_STABLE
|
2007-02-19 23:29:40 +00:00 |
|
nfreear
|
5e4074b6ab
|
Followup fix for Bug MDL-8434 "...can't delete groups" - delete _groupings_.
|
2007-02-19 16:38:18 +00:00 |
|
nfreear
|
457b32ce06
|
Followup fix for Bug MDL-8438 "...can't delete groups" - delete _groupings_.
|
2007-02-19 16:37:41 +00:00 |
|
moodler
|
5bc28e71eb
|
Removed the raquo completely MDL-8528
|
2007-02-19 13:31:56 +00:00 |
|
jmg324
|
a3b81262dd
|
MDL-8571 fixing broken links in help index
|
2007-02-19 12:20:10 +00:00 |
|
ethem
|
55a8360776
|
Removed unnecesary code; Merged from MOODLE_18_STABLE.
|
2007-02-19 12:11:15 +00:00 |
|
skodak
|
619c7447b0
|
MDL-8570 broken flv player embedding and outdate player
|
2007-02-19 11:28:12 +00:00 |
|
tjhunt
|
b28e2577d7
|
MDL-8145 - Add more options to the add random questions dropdown.
|
2007-02-19 04:24:14 +00:00 |
|
moodler
|
3b63d38475
|
Automatic installer.php lang files by installer_builder (20070219)
|
2007-02-19 03:28:17 +00:00 |
|
moodler
|
08c7d26024
|
Merged fixes from 1.8 stable for role menu fixes MDL-8558
|
2007-02-18 13:01:15 +00:00 |
|