patrickslee
7c56e42da0
Fixed a serious bug in table_column() that modified column not having NOT NULL for postgres (merged from 15_STABLE)
2005-08-11 23:52:11 +00:00
mjollnir_
5afa0de677
Merged from MOODLE_15_STABLE: When fetching child courses for a metacourse, order by shortname (unless just counting)
2005-08-11 04:24:57 +00:00
moodler
cac429bca4
Merging fix for bug 3848 from stable
2005-08-09 15:16:23 +00:00
urs_hunkler
145d63422b
removed the hard coded color for .errorbox and .errorboxcontent. see bug 3522
2005-08-09 09:25:20 +00:00
dhawes
609d84e378
new .dmg format (icon to follow) and .tgz tar gzip alias
2005-08-04 18:31:59 +00:00
patrickslee
c87139dba8
Fixed postgres structure problem as in http://moodle.org/mod/forum/discuss.php?d=28077
2005-08-02 04:14:28 +00:00
dhawes
d396889452
should be fix for bug 3478
2005-08-01 14:02:46 +00:00
dhawes
d721fbd036
attempt to preserve on the merry go round of forms and link in rss feed creation
2005-07-31 20:04:19 +00:00
moodler
0274d27737
Merged changes to support install/lang
2005-07-25 11:26:03 +00:00
stronk7
6d6002a07f
Added support to RSS 2.0 categories.
...
Credits go to Dmitry Pupinin.
Bug 3654
(http://moodle.org/bugs/bug.php?op=show&bugid=3654 )
Merged from MOODLE_15_STABLE
2005-07-24 23:04:58 +00:00
stronk7
9857b53c27
Added the $Id$ tag.
...
Merged from MOODLE_15_STABLE
2005-07-24 10:03:30 +00:00
moodler
cd9f55bec4
Added currency for new installations
2005-07-22 18:46:55 +00:00
moodler
7ad9dd54e6
Added get_list_of_currencies()
2005-07-22 17:30:05 +00:00
moodler
f2e34253c3
Removing and re-adding currency support in courses
2005-07-22 17:19:52 +00:00
bawjaws
113a79e2b3
rolling back some functionality changes I made to user image routine, but
...
keeping the clean up of code that makes it clearer what's happening.
2005-07-22 14:10:07 +00:00
bawjaws
8b5e8ea943
rolling back my filename changing code to follow Martin's suggestion for
...
a more elegant solution to the black border. Towards that end added a
routine to zoom in on image, cropping the border (if resampling available)
or interpolate from neighbouring pixels otherwise.
2005-07-22 14:08:05 +00:00
stronk7
49d005eefa
Try to maintain user preferences synchronised between DB and $USER.
...
Merged from MOODLE_15_STABLE
2005-07-21 18:48:26 +00:00
moodler
3b4ff6edb6
Run the online assignment cleanup code automatically on an upgrade. (SE)
2005-07-21 10:46:37 +00:00
defacer
98f8f9c218
Adding some fields to mdl_event to facilitate iCalendar import/export.
...
This is a work in (sloooow) progress.
2005-07-20 17:58:33 +00:00
defacer
2ecdff7894
Merging from STABLE:
...
All this time, table_column() didn't handle CHAR fields correctly! :o
2005-07-20 17:47:05 +00:00
defacer
e15e02bf98
Merging from STABLE:
...
Fix for bug 3637:
Certain obscure cases of using PHP accelerators (probably has to do with
OS and PHP version as well, but it's not certain) caused an error to be
displayed when importing data from "local pagelib" files with "debug" turned
on. The error was bogus, but error() stopped the page from being displayed.
Thanks to James P. Dugal the from University of Louisiana at Lafayette for
identifying and helping to solve the problem!
2005-07-20 17:23:07 +00:00
patrickslee
7a5b1fc555
Fixed when $cm is NULL, postgres still reports error.
2005-07-18 22:21:56 +00:00
moodler
ebb009376a
ipatlas has been moved to /iplookup/ipatlas
2005-07-18 08:08:29 +00:00
moodler
27d8712a07
Disable the Dialogue module if the directory doesn't exist anymore
2005-07-17 03:26:59 +00:00
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