2330 Commits

Author SHA1 Message Date
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
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