nicolasconnault
cae837087a
MDL-19676 Blog improvements
2009-09-04 00:36:43 +00:00
tjhunt
b70094743a
themes: MDL-19077 change how the theme is initialised and CSS is served.
...
This is part of http://docs.moodle.org/en/Development:Theme_engines_for_Moodle%3F
$THEME is now initialised at the same time as $OUTPUT. Old functions like
theme_setup are deprecated in favour of methods on $PAGE. There is a new
theme_config class in outputlib.php that deals with loading the theme config.php file.
CSS used to be served by themes styles.php files calling a function in weblib.php.
Now it works by each theme's styles.php file doing
$themename = basename(dirname(__FILE__));
require_once(dirname(__FILE__) . '/../../theme/styles.php');
which is less code to be copied into each theme. (Old-style styles.php files still
work thanks to some code in deprecatedlib.php.)
Admin UI for choosing a theme cleaned up.
A couple of theme-specific hard-coded hacks like $THEME->cssconstants and
$THEME->CSSEdit have been replaced by a more generic $THEME->customcssoutputfunction
hook. See examples at the end of outputlib.php
Also:
* Fix setting the theme in the URL, which seems to have been broken since 1.9.
* Fix up errors on a few pages caused by the new initialisation order.
* MDL-19097 moodle_page::set_course should not set $COURSE unless it is $PAGE.
* httpsrequired() from moodlelib.php moved to $PAGE->https_required().
* Move has_started() method to the renderer base class.
* Further fixes to display of early errors.
* Remove print_header/footer_old from weblib. I did not mean to commit them before.
2009-07-01 05:54:26 +00:00
skodak
5ca3c8386f
MDL-19184, MDL-19212 - refactoring, cleanup and improvements in text editors support; localization support is not finished, inline docs incomplete, expect more commits soon
2009-05-16 20:53:21 +00:00
dongsheng
ebb1a1e847
"MDL-13224, select how many courses can be shown in mymoodle page"
2009-04-01 07:32:57 +00:00
skodak
7baf68d8a7
MDL-17203 longer default salt; merged from MOODLE_19_STABLE
2008-12-31 15:57:27 +00:00
skodak
b20c631896
MDL-17203 hash salt added to calendar export
2008-12-31 15:50:46 +00:00
skodak
dbf9d4cb37
MDL-17203 new option for disabling of calendar export
2008-12-31 14:10:44 +00:00
skodak
5fc9760399
MDL-16626 simplified editor selection, going to change it a bit more later
2008-09-23 15:19:21 +00:00
skodak
53b20fe35a
MDL-16637 removing obsoleted spellchecker support
2008-09-23 15:12:07 +00:00
skodak
6bebbe4503
MDL-16627 removing obsoleted HTMLArea
2008-09-23 14:16:31 +00:00
skodak
8eb1d25ffe
MDL-11844 new option for conditional stripping of tags from activity names
2008-07-26 15:15:25 +00:00
skodak
7f2a7c3cca
MDL-14731 we can not rely on internal connection by default
2008-07-24 21:45:18 +00:00
nicolasconnault
b958e94122
MDL-14731 Improved Bryce's patch and applied. YUI version number is kept in a simple version.php file, to be updated manually when updating the YUI libraries.
2008-07-24 13:37:05 +00:00
scyrma
e7a3f4299f
MDL-14739 - move the emoticons configuration in the common section
2008-06-11 03:51:05 +00:00
scyrma
0687e5552c
MDL-11113 - Correction to previous change: going back to previous variable name, to prevent bugs
2008-06-06 02:21:40 +00:00
scyrma
c7b4be096a
MDL-14741: adding a setting to choose default htmleditor, and begin work on possibility for per-editor settings page
2008-06-05 09:36:10 +00:00
skodak
6d77b23c55
MDL-12735 Make AJAX on by default, add option to disable AJAX course editing by default; merged from MOODLE_19_STABLE
2007-12-26 21:33:34 +00:00
skodak
5d4afe012d
MDL-12678 moved pinned blocks setup page to Modules/Blocks/; merged from MOODLE_19_STABLE
2007-12-20 16:31:04 +00:00
skodak
220a90c5a1
MDL-11561 admin tree improvements and bugfixing
2007-12-19 17:35:20 +00:00
toyomoyo
93c61c18cf
MDL-10915, additional setting for emoticons
2007-12-03 06:27:21 +00:00
skodak
3d5c00b344
MDL-12146 grade item settings can be now configured as advanced, new advanced defaults, minor tweaks in admintree; merged from MOODLE_18_STABLE
2007-11-15 17:32:31 +00:00
skodak
a559f6306e
MDL-11563 replaced hardcoded permission check from admin_tree_block
2007-10-28 22:35:00 +00:00
toyomoyo
1c63e17429
putting a link on admin menu to manage tags page. Fixing some upper/lower cases
2007-08-30 02:11:55 +00:00
moodler
501e725ec4
Moved AJAX settings into standard menus (not experimental any more)
2007-08-12 06:29:19 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz >
2007-07-05 04:40:48 +00:00
ikawhero
a907c54043
GUI for category themes.
...
New language strings.
2007-05-03 07:00:55 +00:00
mattc-catalyst
d91f99a655
Breadcrumbs: admin/settings changes
...
- Added admin setting for controlling visibility of activities in the
breadcrumb trail.
Author: Matt Clarkson <mattc@catalyst.net.nz >
2007-04-16 21:58:50 +00:00
stronk7
77d08333a8
$CFG->tabselectedtofront is out. Part of MDL-8746
...
Merged from MOODLE_18_STABLE
2007-03-19 17:21:31 +00:00
moodler
c7dd2550dd
Merged MDL-8670
2007-02-27 01:19:46 +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
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
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
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
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
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
3b904bc94f
calendar admin page cleaned up
2006-09-28 04:46:09 +00:00
skodak
9e24fbd14d
basic validation fix for text admin settings
2006-09-26 08:16:17 +00:00
skodak
db51ddc52e
old admin configuration cleanup - MDL-6595 MDL-6449 MDL-6447
2006-09-21 08:05:50 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
skodak
6124048972
major whitespace cleanup - fixed tabs
2006-09-20 20:31:09 +00:00
moodler
2febd88e67
Just tidying
2006-09-15 12:53:23 +00:00
moodler
8f8ed475f7
Added a new setting called $CFG->defaultuserroleid which defines
...
the role that ALL users get by default when they log in.
2006-09-14 09:39:23 +00:00
moodler
42093cca5c
Added coursesperpage so paging can be controlled
2006-09-05 03:28:25 +00:00
moodler
1ea1bcb36b
New admin menu files
2006-09-03 14:52:43 +00:00