25273 Commits

Author SHA1 Message Date
toyomoyo
2535bff9bd merged fix for MDL-5736, retained search string problem 2007-02-23 03:55:50 +00:00
defacer
e2d84bf3ab Setup screen for primary admin had no title, so added one plus a heading 2007-02-23 03:06:14 +00:00
defacer
9b70d31437 Fixing a silly cosmetic thing under Windows... 2007-02-23 02:35:22 +00:00
defacer
5782d81809 Fixing ugly blue border around help icon during installation 2007-02-23 01:42:46 +00:00
defacer
23b86e1cf1 Fixing a few tons of notices when installing
if error_reporting = E_ALL in php.ini.

I 'm back! :D
2007-02-23 01:23:04 +00:00
stronk7
7fb2c1bbd0 Fix one small config name.
Merged from MOODLE_18_STABLE
2007-02-23 00:36:17 +00:00
stronk7
aae2743a3a Now the "common settings" form in admin/auth looks like
one standard admin form.

Merged from MOODLE_18_STABLE
2007-02-23 00:29:24 +00:00
stronk7
13abd721f2 Fixing the auth plugins visual. to use the flexible table properly.
Merged from MOODLE_18_STABLE
2007-02-22 23:01:47 +00:00
skodak
c57dcb62c2 MDL-8590 auth cleanup - reset password cleanup+fixes 2007-02-22 22:20:51 +00:00
koenr
d072215fdd fixed two typo's 2007-02-22 20:43:42 +00:00
stronk7
90ea86e9f8 "flexible" is now out from set_attribute() because
flexible tables are adding it automatically.
Point 3.3 of MDL-8419

Merged from MOODLE_18_STABLE
2007-02-22 18:48:38 +00:00
stronk7
d1b523b7d0 All flexible tables will have the "flexible" class. Point 3.1 of MDL-8419
Merged from MOODLE_18_STABLE
2007-02-22 18:27:10 +00:00
urs_hunkler
b4a1317475 'added nowrap to .flexible th - MDL-8419' 2007-02-22 17:51:03 +00:00
sam_marshall
6022c4f560 MDL-8621 Fixed wiki locking 2007-02-22 17:46:27 +00:00
stronk7
d5ab0df4c5 Merging some pending changes to HEAD in order to backport MDL-8419
to 18_STABLE properly.
2007-02-22 17:45:57 +00:00
rtcn2
16dcc06322 syntax error changed instancid to instanceid 2007-02-22 17:07:21 +00:00
nfreear
c333aeea9c Fix typo in comment (Bug MDL-8617). 2007-02-22 15:31:16 +00:00
nfreear
429e531e17 Fixes for Bug MDL-8617 "Implement groupings & course modules..." 2007-02-22 15:27:30 +00:00
nfreear
1a9e3005df Fixes for Bug MDL-8617 "Implement groupings & course modules..." 2007-02-22 12:59:39 +00:00
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