24480 Commits

Author SHA1 Message Date
ikawhero
1f4cd1bef5 Various changes for GUI. 2007-01-12 01:01:57 +00:00
ikawhero
9ac33264f4 Various changes for customisable user profiles GUI.
Changed locked fields to use freeze() method rather than js based
disabledIf() method.
2007-01-12 00:59:40 +00:00
ikawhero
bd749a7c29 Authplugin locked fields now use freeze() method rather than rely on js
based disabledIf().
Thanks to Jamie P and Petr S.
2007-01-12 00:51:53 +00:00
toyomoyo
4cd126780c old method is faster 2007-01-12 00:47:12 +00:00
stronk7
60b562c49e Adding some $CFG->dbfamily-s here and there. MDL-7061 2007-01-12 00:06:08 +00:00
stronk7
93901eb42f Change some connections to non-persistent and force new connections
to avoid mysql (and oracle, I think) reuse of the main one. MDL-8152
2007-01-11 20:08:00 +00:00
skodak
26de8d35ce fixed text field widths in new forms 2007-01-11 19:47:08 +00:00
skodak
0ac1cfc359 fixe missing global CFG 2007-01-11 17:14:24 +00:00
urs_hunkler
758027d0e7 'more flexible round corner version, added pageclass nocoursepage to style course pages being no course view, admin view or site index' 2007-01-11 17:01:32 +00:00
urs_hunkler
f7ff1909fd 'more flexible round corner version' 2007-01-11 16:57:44 +00:00
jmg324
3e7853f0e5 fetch_entries function post table sql needs single not double quotes for blog column value 2007-01-11 14:02:17 +00:00
tjhunt
47cdbd1f64 Question session state logic improvement - if students have not yet entered an answer, don't do an EVENT_SAVE. 2007-01-11 12:18:10 +00:00
skodak
7dc22930f7 choosecoursefile file selection fixed 2007-01-11 11:33:44 +00:00
urs_hunkler
5b4d9f8f68 '1.) commented out again: clearfix - overflow: hidden. 2.) there are some patch issues with body#question-preview, I can't resolve them and commented them out' 2007-01-11 10:16:03 +00:00
skodak
9eb9e038f9 MDL-8144 Fixed can not force free format selection 2007-01-11 09:41:13 +00:00
vyshane
53399f0f61 Changes for lesson. MDL-7861 related. 2007-01-11 08:52:38 +00:00
vyshane
4085962ae9 xhtml fixes for MDL-7861. 2007-01-11 08:51:46 +00:00
moodler
bafc6a0bf1 Tidy tidy 2007-01-11 08:33:51 +00:00
moodler
195b310566 XHTML Strrrrict and css tidying 2007-01-11 08:31:58 +00:00
moodler
e564721a13 FIxed bogus header 2007-01-11 08:24:24 +00:00
moodler
4f49f10c79 Lots of tidying up for user profile page 2007-01-11 08:18:53 +00:00
moodler
d2f9ab1667 Fixed some buggy css for user view buttons 2007-01-11 08:11:34 +00:00
moodler
0f283cb6e2 Fixed up generalbox intro css 2007-01-11 08:07:56 +00:00
moodler
c1afef8059 FIxed up the intro boxes XHTML Strict 2007-01-11 08:06:15 +00:00
moodler
4c8df2615d Some styles for tab fonts MDL-7782 2007-01-11 07:35:06 +00:00
urs_hunkler
262cb5e098 'round corners: 4 additional divs for column corner and border graphics - MDL-8142' 2007-01-11 07:29:03 +00:00
urs_hunkler
86df6cc6ee 'round corners: 4 additional divs for column corner and border graphics' 2007-01-11 07:21:28 +00:00
moodler
a15e1ef767 CSS for centered buttons on course page 2007-01-11 07:21:28 +00:00
moodler
902a721282 Improvements to the CSS MDL-7782 2007-01-11 07:11:22 +00:00
moodler
3e2b348226 SOmething of a cleanup MDL-7782 2007-01-11 07:04:49 +00:00
moodler
6b25a26ed9 First pass at some tableless tabs - I need CSS help! :-) MDL-7782 2007-01-11 06:54:23 +00:00
moodler
1f48fec7ff FIxed some icon sizes 2007-01-11 06:51:01 +00:00
toyomoyo
0de75c4cfc MDL-8138, adding another flag to hopefully speed up the loop 2007-01-11 06:41:38 +00:00
donal72
ad77001dfa mnet: Replace hardcoded strings: MDL-8069 2007-01-11 06:07:52 +00:00
toyomoyo
1cd03601a3 adding caching to get_parent_contexts 2007-01-11 06:06:11 +00:00
donal72
2c1833bdb4 Mnet: Bugfix: Revised query to find hosts we SSO with: MDL-8082 2007-01-11 05:59:57 +00:00
donal72
15ed527f38 Mnet: Bugfix: 3 params in optional_param(): MDL-8119 2007-01-11 05:55:37 +00:00
toyomoyo
b7e4027142 fix for MDL-8120, fix for slow override SQL. Please test 2007-01-11 05:52:26 +00:00
donal72
3d7e44684f Mnet: Bugfix for keepalive client 2007-01-11 05:38:45 +00:00
jamiesensei
92186abc95 working on multipage form for calculated question type 2007-01-11 04:59:16 +00:00
jamiesensei
0709d4d5f5 some xhtml validity fixes for the case that select and text elements are 'frozen' 2007-01-11 04:57:57 +00:00
donal72
016bac47b7 Auth: Better error message when SSO fails 2007-01-11 04:16:34 +00:00
donal72
1ca484a3b7 mnet: XHTML strict fixes: MDL-7861 2007-01-11 04:11:25 +00:00
donal72
8dc3de1629 Auth: Replace hardcoded strings: MDL-8069 2007-01-11 01:41:44 +00:00
donal72
e8b9d76a3f Auth: Replace hardcoded strings: MDL-8069 2007-01-11 00:05:47 +00:00
donal72
a9ad3633c7 Auth: Replace hardcoded strings: MDL-8069 2007-01-10 23:17:51 +00:00
donal72
5a3be3847e mnet: Replace hardcoded strings: MDL-8069 2007-01-10 23:15:53 +00:00
donal72
7d542ec91d Auth: Replace hardcoded strings: MDL-8069 2007-01-10 21:43:04 +00:00
donal72
5ecfc853c9 auth: XHTML strict fixes: MDL-7861 2007-01-10 20:42:40 +00:00
stronk7
82372b2c64 Introducing iPhone support for Moodle. B-)
Nah, just introducing $CFG->dbfamily. MDL-7061 :-D
2007-01-10 16:31:40 +00:00