julmis
|
a21daa9803
|
Fixed insertImage routine for gecko based browser
- use createElement instead of insertimage
- Added title automatically from alt value
|
2004-10-02 09:51:14 +00:00 |
|
moodler
|
14444c5ef0
|
Fixing Shane's last checkin
|
2004-10-02 03:20:16 +00:00 |
|
ikawhero
|
24c54604d3
|
Merged changes from stable branch
|
2004-10-02 00:09:24 +00:00 |
|
moodler
|
7228f7963f
|
Merged sesskey stuff from stable
|
2004-10-01 15:06:39 +00:00 |
|
moodler
|
e0d346ff91
|
Added optional_param and required_param just to get it on the plate
|
2004-10-01 12:09:52 +00:00 |
|
ikawhero
|
5c4b19d38d
|
Bug in path for language strings fixed
|
2004-10-01 04:51:05 +00:00 |
|
moodler
|
decec3da38
|
Merged parameter cleaning from stable
|
2004-10-01 02:43:09 +00:00 |
|
moodler
|
3f1d5c1182
|
Clean error messages (merged from stable)
|
2004-10-01 02:25:02 +00:00 |
|
moodler
|
b0542a1e20
|
Jump -> go on popup menus
|
2004-09-30 10:52:48 +00:00 |
|
moodler
|
16570a27c3
|
Fixed an extra slash
|
2004-09-30 07:56:27 +00:00 |
|
moodler
|
42b90599be
|
SESSIONS-IN-DATABASE SUPPORT
Support for a new configuration variable called $CFG->dbsessions
which enables sessions via database. Based on code from Jason Cole's
team - thanks!
|
2004-09-30 06:02:39 +00:00 |
|
mjollnir_
|
436d4c6bf5
|
close bracket in wrong place
|
2004-09-30 04:18:41 +00:00 |
|
julmis
|
f5a55bc1dc
|
Merging from MOODLE_14_STABLE
|
2004-09-29 22:20:36 +00:00 |
|
mjollnir_
|
92e754ebd2
|
Fixed firstname lastname to call to fullname function
|
2004-09-29 21:32:53 +00:00 |
|
dhawes
|
2f87145ba2
|
Further documented new *SECS contants where they are declared as well as in each function that uses them
|
2004-09-29 18:56:50 +00:00 |
|
moodler
|
037dcbb6a9
|
A first attempt at adding accessibility for the jump menus, by adding a
button after them when Javascript is not enabled.
Button is currently named "Jump". Could be something else.
|
2004-09-29 14:00:35 +00:00 |
|
moodler
|
6159ce6582
|
Fixed typo from recent addition of all the DAYSECS etc ...
|
2004-09-29 09:12:55 +00:00 |
|
mjollnir_
|
ea09b04bbd
|
Postgres bufix
|
2004-09-29 00:45:06 +00:00 |
|
dhawes
|
da72d76d30
|
added '@access private' docblock tags to functions that should not be called directly
|
2004-09-28 16:40:26 +00:00 |
|
moodler
|
7ecd7c616d
|
Merged parameter function from STABLE (and added phpdoc)
|
2004-09-28 15:41:36 +00:00 |
|
moodler
|
72b4e28353
|
Some changes for XHTML and accessibility compliance
|
2004-09-28 09:47:14 +00:00 |
|
moodler
|
8ef1e12f74
|
Merged fix for unclean oldname from renaming ... from stable.
|
2004-09-28 08:05:18 +00:00 |
|
paca70
|
7a5672c90c
|
Replaced time related "magic numbers" with constants, what are hopefully
more easier to read.
|
2004-09-28 05:53:08 +00:00 |
|
dhawes
|
674fb525d2
|
fixed misplaced comments on CFG and USER globals
|
2004-09-28 02:51:56 +00:00 |
|
dhawes
|
ca811dc55a
|
comments for file, class and public methods converted to phpdoc style comments
|
2004-09-28 02:16:42 +00:00 |
|
moodler
|
366dfa6090
|
New config variable $CFG->tracksessionip will force Moodle to always
check that the user's IP number never changes
|
2004-09-27 14:35:37 +00:00 |
|
moodler
|
ce791f885e
|
Merged change from STABLE, to fix possible $auth variable problem
|
2004-09-27 12:52:25 +00:00 |
|
moodler
|
4037263a06
|
Fixed bug with quotes (finally?)
|
2004-09-27 09:32:59 +00:00 |
|
moodler
|
052fe105eb
|
Fixing bad call to table_column ("after" field not needed)
|
2004-09-27 08:05:56 +00:00 |
|
paca70
|
d53748e6bf
|
Ficed bug on " -> ' conversion
|
2004-09-27 05:15:21 +00:00 |
|
dhawes
|
88a7228ae2
|
Converted comments to phpdoc comments - file is in need of additional comments. I also took the opportunity to convert double quote strings to single quote literals.
|
2004-09-26 05:10:38 +00:00 |
|
dhawes
|
99c2531671
|
Converted comments to phpdoc style. Functions require additional documenting.
|
2004-09-26 04:57:07 +00:00 |
|
dhawes
|
b68275d52a
|
Converted comments to phpdoc style
|
2004-09-26 04:54:03 +00:00 |
|
dhawes
|
a93ea924a0
|
Converted comments to phpdoc style comments
|
2004-09-26 04:49:39 +00:00 |
|
dhawes
|
c9b5ebf583
|
Expanded phpdoc tags. Added file docblock tag, class property docblock tags and expanded some function docblocks. Also added some spacing and converted some double quotes to single quotes
|
2004-09-26 04:43:51 +00:00 |
|
dhawes
|
dc6682d0ff
|
Conversion of double quoted strings to single quoted literals
|
2004-09-26 04:31:56 +00:00 |
|
moodler
|
d0d56205f4
|
Fixed some of Daryls typos
|
2004-09-26 02:10:38 +00:00 |
|
gustav_delius
|
7ecb19bba0
|
added explanation for format and visible fields in event table
|
2004-09-25 20:27:15 +00:00 |
|
stronk7
|
ca83aa54ed
|
Updated xmilze to official new 1.0.1 version
(it's 'our' version with some comments).
Merged from MOODLE_14_STABLE
|
2004-09-25 16:22:25 +00:00 |
|
moodler
|
346d4eab7d
|
New phpmailer 1.7.2 merged from STABLE
|
2004-09-25 16:02:38 +00:00 |
|
moodler
|
e351205034
|
Merged SITEID check for require_login from stable
|
2004-09-25 15:23:10 +00:00 |
|
moodler
|
f6f319f852
|
Merged fox for bug 1991 to head
|
2004-09-25 15:19:40 +00:00 |
|
dhawes
|
da8759cb8f
|
Phpdoc comments added to define moodle globals. Also converted double quote strings to single quote literals
|
2004-09-25 05:30:03 +00:00 |
|
dhawes
|
89dcb99da2
|
More phpdoc work
|
2004-09-25 05:29:21 +00:00 |
|
dhawes
|
c6d15803f6
|
Additional phpdoc compatible comments added.
|
2004-09-25 01:29:37 +00:00 |
|
dhawes
|
9ea8fa21f5
|
Fixed double end comment tag and conversion of tabs to spaces - inspired by error in doudle end comment tag found by ottenhoff and noted in comment to bug 1981
|
2004-09-24 22:40:48 +00:00 |
|
dhawes
|
fbc21ae8c9
|
More phpdoc comments added and updated. Also a few double quote string to single quote literal changes.
|
2004-09-24 21:28:22 +00:00 |
|
gustav_delius
|
e82cd4489c
|
fixed missing <br> reported by Ray
|
2004-09-24 18:49:13 +00:00 |
|
moodler
|
87d32352a9
|
Some changes for XHTML and accessibility compliance
|
2004-09-23 12:09:19 +00:00 |
|
moodler
|
09e8a2f8e8
|
Changes for XHTML and accessibility compliance
|
2004-09-23 11:01:22 +00:00 |
|