moodler
c7dd2550dd
Merged MDL-8670
2007-02-27 01:19:46 +00:00
toyomoyo
d16ce1946c
fix for MDL-8585, introducing encoding setting for excel exports
2007-02-22 01:09:06 +00:00
toyomoyo
195e90f919
fix for MDL-8585, adding additonal CFG setting for latinexcelexport
2007-02-21 04:10:26 +00:00
sam_marshall
24c66531b3
MDL-8216 Smartpix support (under 'experimental') for searching images in theme, parent theme, etc
2007-02-02 12:19:58 +00:00
vyshane
b2ee058fac
Merged from 1.7.
2007-02-02 08:14:55 +00:00
skodak
ebce32b5dd
(MDL-8367) Add configuration option to select role for guest - guestroleid
2007-02-01 10:24:26 +00:00
skodak
c785d40ac3
MDL-8373 Add new predefined role "Authenticated user" for all logged in users
2007-01-31 21:05:32 +00:00
skodak
01e85af9cc
MDL-8343 reorganize frontpage settings in admintree - I hope fixed last installation bug
2007-01-30 10:33:09 +00:00
skodak
71eee5f216
MDL-8343 reorganize frontpage settings in admintree - fixed installation bug and warnings
2007-01-30 09:33:11 +00:00
skodak
84c8ede022
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
...
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
2007-01-29 21:29:27 +00:00
skodak
8e1f75acfb
MDL-8096 loginhttps fixes for new advancededit form
2007-01-26 21:45:50 +00:00
skodak
e2cfb488be
MDL-8096 - added proper trimming of usernames; site:config capability is now neede to change definition of custom profile fields
2007-01-26 16:19:34 +00:00
skodak
ad6226fba2
MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-)
...
* new editadvanced form for creating of users and editing without restrictions
* elliminated fantom changeme user
* updated links and installation process
* see TODO comments in code
2007-01-25 00:04:02 +00:00
martinlanghoff
20003335ce
mnet: finish up UI for enrolment handling and hardcoded strings
2007-01-19 06:51:24 +00:00
martinlanghoff
47c0407b97
mnet: moving remote enrolment config to admin/mnet
2007-01-17 23:49:04 +00:00
martinlanghoff
bb931a61c6
rcache: cleanup, upgrade path, config options (MDL-8163)
...
record cache and caching schemes get a little cleanup, faster
if()s and a nice set of config options. Users who've been using
the internal cache get a nice upgrade too.
2007-01-14 23:02:13 +00:00
stronk7
6b65a11173
empty array as default value for a multiselect config variable.
2007-01-12 18:53:09 +00:00
tjhunt
b317007212
MDL-8165 - Admin setting to control which roles are synced to metacourses
2007-01-12 18:03:36 +00:00
ikawhero
841f143d20
Adding the customisable profile fields link
2007-01-12 07:04:19 +00:00
stronk7
60b562c49e
Adding some $CFG->dbfamily-s here and there. MDL-7061
2007-01-12 00:06:08 +00:00
martinlanghoff
d14383e0a0
mnet/multienrol: admin area changes, including test for curl extension
2007-01-04 03:19:49 +00:00
martinlanghoff
47b8b9eb80
Introducing $CFG->debugdisplay -- mimics PHPs display_errors, controls debugging()
2006-12-21 04:30:03 +00:00
skodak
f16242ce61
MDL-7887 Multilang upgrade to new tags in Moodle 1.8
2006-12-12 10:39:17 +00:00
toyomoyo
36f057ec14
fix for MDL-7810, shorten string name
2006-12-07 01:01:18 +00:00
toyomoyo
aec86ae027
added new setting for allowvisiblecoursesinhiddencategories in appearance->front page
2006-12-06 07:57:54 +00:00
skodak
9c0f063b2c
MDL-7737 Remove form referer checks - $CFG->secureforms optional checking
2006-12-04 09:13:51 +00:00
skodak
665958c2b9
PARAM_PATH can be used only for relative paths, there is no parameter type for absolute paths that would be compatible with win32 - use PARAM_RAW for now, add file_exists validation later MDL-7617
2006-11-20 13:34:06 +00:00
toyomoyo
d42c64ba14
fix for MDL-7595, adding coursemanager config variable to determine what roles are displayed on course description page
2006-11-17 08:57:50 +00:00
skodak
e08df351e2
Add optional cli only and password protected access to cron.php MDL-7318; idea and patch submitted by Luke Hudson - thanks
2006-11-15 08:29:24 +00:00
skodak
810944af7f
we are going 100% unicode now - removed use of $CFG->unicodedb and current_charset(); MDL-7439 - part 2, only hotpot and wiki left
2006-11-11 17:23:20 +00:00
moodler
319ef1a6ea
Hide simpletest on oracle and mssql until it works MDL-7337
2006-11-07 02:53:39 +00:00
sam_marshall
2af5513789
MDL-7346 Changed enablerecordcache to be a limit for the size of cache, not just an on/off switch.
2006-11-03 17:29:15 +00:00
skodak
721d74b02c
Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too; merged from MOODLE_17_STABLE
2006-10-30 21:01:47 +00:00
stronk7
4a575a6570
Added enablerecordcache setting to control the get_record() cache.
...
Note that some parts of Moodle can enable/disable it selectively.
Merged from MOODLE_17_STABLE
2006-10-30 15:58:46 +00:00
moodler
0909d44eac
Merged fixes for gradebookroles from stable MDL-7253
2006-10-29 15:02:45 +00:00
skodak
73afaf5b69
Finish strings for graderoles MDL-7253; merged from MOODLE_17_STABLE
2006-10-27 21:07:18 +00:00
skodak
7b9c99798c
Turn AJAX off for now at site level MDL-7254; merged from MOODLE_17_STABLE
2006-10-27 20:34:40 +00:00
toyomoyo
5a412dbf8f
merged, added new config variables to control what roles get shown in the grade book
2006-10-25 08:51:26 +00:00
moodler
e4814bbcdc
Merged sitecontext fix from stable
2006-10-20 05:18:24 +00:00
skodak
b89639f9ef
fixed error message when empty site full or short name; merged from MOODLE_17_STABLE
2006-10-16 07:37:41 +00:00
moodler
36832f4d41
Moved sticky blocks to Appearance section
2006-10-05 07:01:28 +00:00
vinkmar
e898f2b731
changes made for admin search page
2006-10-02 05:53:39 +00:00
moodler
33b17c67c9
Added IP lookup plugin choice to GUI
2006-10-01 16:25:35 +00:00
vinkmar
3b904bc94f
calendar admin page cleaned up
2006-09-28 04:46:09 +00:00
skodak
421f60f9c9
fixed default proxyport value
2006-09-27 10:30:54 +00:00
skodak
6859360cd4
coverted /admin/ to proper /$CFG->admin/ in paths
2006-09-26 21:10:14 +00:00
skodak
9e24fbd14d
basic validation fix for text admin settings
2006-09-26 08:16:17 +00:00
skodak
8e00b731e1
fixed defaults
2006-09-26 07:39:04 +00:00
skodak
c9a49ceab4
major cleanup of unsupported and legacy external pages in admin/; created new hidden unsupported category; some other minor fixes and changes
2006-09-25 20:22:55 +00:00
skodak
c0a1aae3e2
admin/upgradesettings.php is now proper hidden external page with correct breadcrums ;-)
2006-09-25 18:21:59 +00:00