2347 Commits

Author SHA1 Message Date
moodler
ca9388440a Merged bugfix 3958 into head from stable 2005-08-30 09:36:14 +00:00
defacer
2280ecf537 Fix for bug 3981 (also quite lively discussed at
http://moodle.org/mod/forum/discuss.php?d=29564):

When the user was not logged in and was not a guest, DST compensation was not
being done. I guess deciding to store the computationally expensive DST cache
in $USER was a major oops on my part. I 've moved everything to $SESSION and
now it works as it should.
2005-08-30 03:27:52 +00:00
mjollnir_
62e4c0959b New config setting for /my redirect and breadcrumb replacement rather than always doing it 2005-08-29 02:34:17 +00:00
phoenixfr
5ef5c0ecdd New release of php-cas 0.4.20-1 2005-08-26 07:47:04 +00:00
martinlanghoff
a6d114e600 Merged from MOODLE_15_STABLE - enrolment fixes: We now have better handling of the enrol field when dealing with student enrolments. This fixes bugs 3912 and 3974. NOTE that enrol_student() now defaults to manual - this is to support the different pages that call enrol_student() to still work correctly when external enrolments are in use, by recording the enrolments as manual. Enrolment plugins are expected to know better and pass the correct parameter. 2005-08-26 06:11:38 +00:00
martinlanghoff
c54a59435c Merged from MOODLE_15_STABLE - Long-pending rollback_sql() 2005-08-26 04:02:06 +00:00
julmis
1cefda4225 Merging from stable
- Adding escapeshellarg to aspell path
2005-08-25 07:49:39 +00:00
mjollnir_
5b66416fe9 Merged from MOODLE_15_STABLE: Fixing another postgres problem. With distinct, you can't order by a field not in the select field list 2005-08-25 00:03:14 +00:00
mjollnir_
d5efb299de Merged from MOODLE_15_STABLE: Fixing typo in postgres-fixing patch from a couple days ago 2005-08-24 23:48:12 +00:00
patrickslee
8ceb09e0d6 Wrong parameter order in function definition (merged from MOODLE_15_STABLE) 2005-08-24 23:08:54 +00:00
defacer
3cdc4597f5 Fixing copy/paste typo, caught by Howard Miller.
Penny can you please confirm that this is how it's supposed to be?
2005-08-23 18:16:06 +00:00
mjollnir_
755c8d5870 Merged from MOODLE_15_STABLE: Fixing metacourses to work in mysql 3.23 series. At same time, set enrolment type to 'metacourse' so as not to break some external enrolment (eg ldap) plugins 2005-08-23 05:43:02 +00:00
mjollnir_
4374ee2ca9 Fixing warnings in my moodle/ blocks /pagelib, plus moved page->edit_always to base class 2005-08-23 04:48:34 +00:00
mjollnir_
ee6055eb89 Fixing up the my moodle blocks to use blocks_setup instead of the old way. 2005-08-23 04:03:56 +00:00
mjollnir_
f19570d0ec Initial checkin of new feature to select users from participants page for a recipient list for sending an IM to. Please test. 2005-08-22 05:44:13 +00:00
mjollnir_
d13dc4ac8c merged from MOODLE_15_STABLE: Clean up IP addresses from getremoteaddr. Otherwise we sometimes get weird results from proxies and inserts into mdl_log and mdl_user fail 2005-08-18 01:44:47 +00:00
mjollnir_
c1147b7efe merged from MOODLE_15_STABLE: Fixing a postgres error. You can't sort by a field that isn't in the select list when you have distinct 2005-08-17 23:17:05 +00:00
mjollnir_
f41ef63ee6 materialized path & depth for course categories. 2005-08-16 23:15:58 +00:00
mjollnir_
0705ff843b Course request feature. Allows normal users to 'request' courses they would like created,
and admins can approve or reject pending courses.

Also, contains the ability to restrict activity modules on a per course basic. Strict config options:
  enable restricting modules at ALL (for all courses, no courses, requested courses), what to do by default for newly created courses
  as well as what modules to enable for above category by default.

This feature was created for the aim of building a community side to moodle - for institutes that have strict courses and enrolments, allowing normal users to request interest courses is a good feature,
but some modules may be redundant (assignment, lesson, quiz etc)

  Please test!
2005-08-16 06:15:49 +00:00
martinlanghoff
06ba0b0452 Merged from MOODLE_15_STABLE - Tell insert record we don't care about inserted id 2005-08-16 00:43:56 +00:00
mjollnir_
0d6b9d4f4d MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in. 2005-08-16 00:25:39 +00:00
martinlanghoff
f209eb9d34 Merged from MOODLE_15_STABLE - Enable reset password functinoality for LDAP and other external auth mechanisms as promised in the auth config page 2005-08-15 23:19:58 +00:00
patrickslee
4e980e5a92 Mass cleanup of bad postgres upgrade scripts(merged from 15_stable) 2005-08-15 23:17:58 +00:00
mjollnir_
43e664cca7 Added locallib - hook to provide easier means for local customisations. Currently contains mechanism for having local db upgrades without munging the main CFG->dbtype.php scripts. 2005-08-15 22:31:22 +00:00
thepurpleblob
f85c067f85 Removed some commented out code from studentview additions. 2005-08-15 13:14:36 +00:00
thepurpleblob
367b841305 Added 'studentview' button functionality. 2005-08-15 12:53:57 +00:00
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