2347 Commits

Author SHA1 Message Date
moodler
8f62e7034d Copied files from stable into head 2005-07-15 18:46:08 +00:00
moodler
e5bd4e5832 Merged proper support for module submodules into HEAD from STABLE 2005-07-15 17:28:45 +00:00
ikawhero
2b0b32d8fe Return control to original script after including a custom script. Allows
more flexibility to add code to a page. If the original is to be completely
replaced, the custom script must explicitly exit.
Credit to Eloy.
2005-07-15 15:36:40 +00:00
moodler
ee708245c1 Merged field width fixes from stable 2005-07-15 14:11:40 +00:00
stronk7
01d6bd424a Updated preventpassindb to work properly.
(sometimes db password wasn't being updated
to 'not cached' properly).

Merged from MOODLE_15_STABLE
2005-07-15 11:19:31 +00:00
moodler
01af6da601 Added hooks for new SSO capability (Single-Sign-On or Second-Sign-On) 2005-07-15 04:26:18 +00:00
moodler
7d1c35e227 Latest Snoopy version 1.2 2005-07-15 04:25:27 +00:00
stronk7
c4eeb30137 Added HTTPSPAGEREQUIRED support to some mail functions.
Merged from MOODLE_15_STABLE
2005-07-15 00:04:51 +00:00
ikawhero
463a92dbef Use absolute path name for include. Bug 3660. 2005-07-15 00:00:35 +00:00
stronk7
e36f3098f8 Core changes finished. Now javascripts URLs support
HTTPSPAGEREQUIRED properly. Ready to start protecting pages.

Merged from MOODLE_15_STABLE
2005-07-14 22:36:40 +00:00
stronk7
f78b1dadae Some minor changes in print_header() and page_id_and_class()
to dinamically support HTTPSPAGEREQUIRED pages.

Merged from MOODLE_15_STABLE
2005-07-14 22:29:41 +00:00
stronk7
9d0dd812ac HTTPSPAGEREQUIRED and CFG->httpswwwroot added to
support 100% SSL pages.

Merged from MOODLE_15_STABLE
2005-07-14 20:11:29 +00:00
stronk7
d7697d0ec0 Add the httpsrequired() function to be 100% SSL in some pages.
Merged from MOODLE_15_STABLE
2005-07-14 19:44:42 +00:00
moodler
18259d4fd3 Adding the capability to replace existing scripts with customised versions.
See config-dist.php for more info.

Will add an admin interface for this later.

Shane.
2005-07-14 15:35:23 +00:00
stronk7
244b4e8f7c SC#106
Merged from MOODLE_15_STABLE
2005-07-14 15:18:51 +00:00
moodler
33674080d6 Merged altavista from stable 2005-07-14 04:18:59 +00:00
julmis
005daa0987 Merging ctrl + v fix from MOODLE_15_STABLE 2005-07-13 20:55:21 +00:00
moodler
ba17c5d47c Fix for bug 3736 for more robustness in delaing with bad lang packs 2005-07-12 11:35:30 +00:00
skodak
69faecceaf new parameter forcedownload; merged from MOODLE_15_STABLE 2005-07-12 08:05:42 +00:00
dhawes
68fbd8e13e more phpdoc work 2005-07-12 03:09:25 +00:00
dhawes
7290c7faf2 phpdoc work 2005-07-12 02:23:58 +00:00
dhawes
bbd3f2c461 phpdoc comment work 2005-07-12 02:06:33 +00:00
skodak
9a4d45aea4 fixed bug 3606, thanks Ilshat Fattakhov; merged from MOODLE_15_STABLE 2005-07-10 17:32:03 +00:00
skodak
f150292f82 fixed ';;' merged from MOODLE_15_STABLE 2005-07-09 09:04:50 +00:00
skodak
63e554d0f3 fixed s() p() for values false, number 0, and string '0'; '' from s() caused troubles in PostgreSQL; merged from MOODLE_15_STABLE 2005-07-09 07:20:52 +00:00
bawjaws
4e95baef3c placing uploaded images in different directory from previously uploaded
images to differentiate between bordered and borderless images
2005-07-06 16:17:18 +00:00
moodler
34ea06ece4 Undoing hack from David ... it can't be just switched off
without making existing sites look crap
2005-07-06 13:24:43 +00:00
skodak
53a6c4cfd8 compatibility hack for Moodle Cron, cookies not deleted, but set to "deleted"; merged from MOODLE_15_STABLE 2005-07-06 08:43:19 +00:00
urs_hunkler
b5522c9250 added class for userpic for better formatting via CSS in 2 additional lines. Same changes as in 15_STABLE. Merging produced wired version numbers??? So I added the changes here too. 2005-07-06 07:04:40 +00:00
stronk7
413884c736 With the latest feature I introduced to filterlib (the ability
to specify a replacement phrase instead of printing the linked
phrase I introduced a bug about text being showed with the case
of the concept instead of the case of the text under case
insensitive filtering. Detected and solved now. Bug 3688.
(http://moodle.org/bugs/bug.php?op=show&bugid=3688)

Merged from MOODLE_15_STABLE
2005-07-05 16:43:48 +00:00
skodak
ab25ce31cf added validation for themename - see SC #101; merged from MOODLE_15_STABLE 2005-07-05 07:51:11 +00:00
skodak
95bfd2078b merged from MOODLE_15_STABLE 2005-07-04 20:23:53 +00:00
gustav_delius
fe88b99237 selected tab should not automatically become inactive. 2005-07-01 19:03:42 +00:00
gustav_delius
e0c5c5e974 Remove potential PHP notices when $course is not an object. 2005-07-01 17:21:52 +00:00
defacer
20cbef6390 Merging from STABLE:
Improving Eloy's radio- and checkbox- generating functions to automagically
use <label>s with unique ids for improved usability. See discussion at
http://moodle.org/mod/forum/discuss.php?d=26139
2005-07-01 03:57:03 +00:00
stronk7
62af9bf9bb SC#126.
Merged from MOODLE_15_STABLE
2005-06-29 16:17:11 +00:00
stronk7
2481037f64 Added a function to print a standard html checkbox
Merged from MOODLE_15_STABLE
2005-06-28 16:55:01 +00:00
bawjaws
b2e0000ddb removing code that draws a 1 pixel wide black line around user uploaded
images so that it can be replaced with equivalent CSS
2005-06-27 12:22:14 +00:00
bawjaws
57e31b6b06 adding CSS class to default user picture so that it can be styled at the
same time as user uploaded images
2005-06-27 12:14:24 +00:00
stronk7
1c58f4402c Solved a problem where the '1' string was being cached to ''
because we concatenate true and it's evaluated like 1.
Bug 3623.
(http://moodle.org/bugs/bug.php?op=show&bugid=3623)
2005-06-27 00:24:04 +00:00
stronk7
531a3cb2a9 Added the choose_from_radio() function to
display groups of radiobuttons in a central way.
Part of bug 1430.
(http://moodle.org/bugs/bug.php?op=show&bugid=1430)

Merged from MOODLE_15_STABLE
2005-06-27 00:17:39 +00:00
stronk7
5982740d30 Now $CFG->allowobjectembed is working properly. Admins
will ignore this setting. Bug 3608.
(http://moodle.org/bugs/bug.php?op=show&bugid=3608)

Merged from MOODLE_15_STABLE
2005-06-25 15:42:44 +00:00
thepurpleblob
a6470d97ee Merged from STABLE 2005-06-24 12:50:29 +00:00
fiedorow
952284c1b0 Fix for bug #3607 2005-06-23 11:43:20 +00:00
thepurpleblob
85ab74001a merged from STABLE 2005-06-23 09:04:16 +00:00
stronk7
0eddfc6625 Add a new attribute to the filterobject class.
Now it supports a replacementphrase to be passed
so, the original phrase will be replaced. Nothing happens
if empty. Part of bug 3605.
(http://moodle.org/bugs/bug.php?op=show&bugid=3605)

Merged from MOODLE_15_STABLE
2005-06-22 23:24:50 +00:00
thepurpleblob
415b7eac8e merged from STABLE 2005-06-21 12:30:34 +00:00
thepurpleblob
220776acdd Merged from STABLE 2005-06-20 09:15:30 +00:00
defacer
a5a3f48a4a Merging from STABLE:
Augment tablelib so that it can accept a default sort order.
Adding default sort order to participant lists to reinstate 1.4-style behavior.
2005-06-20 03:47:19 +00:00
mjollnir_
10a760b9b2 Merged from MOODLE_15_STABLE: html_entity_decode segfaults in php 4.3.1 on an empty variable... documented in bug 3508. credit: Eloy & Jose Luis Daz 2005-06-16 02:58:24 +00:00