Moodle - the world's open source learning platform https://moodle.org/
Find a file
Frederic Massart 53bbd369c0 MDL-44364 theme_bootstrapbase: Clean up calendar variables
There are a few reasons why I am cleaning up the calendar.less file.

1/ The variables were too specific, and unlikely to be overridden. If
   you are going to change the colour of the background, surely you will
   change the border to match the background. And if you want to do
   more advanced things, you will override the selectors anyway.

2/ If you wanted to re-use the color of the event, but not as a
   background or border, you would have to use a variable that
   was specific to the background or the border, a generic
   variable for the event colour seems required.

3/ The colour @redDarker should not be defined there, and its purpose
   is so limited that I do not think we need it at all. Also,
   this variable is unlikely to be re-used ever, better not
   introducing it.

4/ I removed the calendarHeadingsColor because those headings should
   really match the rest of the headings throughout the site. I
   removed it from the overlay, but used the standard Bootstrap
   one for the one in the page.

There are still a few things that would need improvement, like the
usage of @white for the background of the event, which will not really
look good on a dark background.
2014-03-24 15:16:11 +08:00
admin MDL-44582 installer: added check for php json extension 2014-03-19 21:22:24 +01:00
auth Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
backup Merge branch 'MDL-44141-master' of git://github.com/sammarshallou/moodle 2014-03-19 09:49:00 +08:00
badges Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
blocks Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
blog MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
cache Merge branch 'MDL-44006-m' of https://github.com/micaherne/moodle 2014-02-24 12:30:55 +08:00
calendar MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
cohort Merge branch 'MDL-44440_master' of git://github.com/dmonllao/moodle 2014-03-10 13:45:26 +08:00
comment MDL-43700 reports: Update to the sql in the comment locallib to include additional name fields. 2014-01-15 12:03:19 +08:00
completion Merge branch 'wip-MDL-42870-master' of git://github.com/marinaglancy/moodle 2014-03-11 11:37:44 +08:00
course MDL-42892 logging: Remove usage of logtable from can_delete_course 2014-03-18 17:35:59 +08:00
enrol Merge branch 'mdl27_mdl-43497_allow_force_language_02' of https://github.com/brki/moodle 2014-03-13 18:33:15 +01:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
filter Revert "MDL-43852 Filters Fixed naked-OR conditions." 2014-03-06 09:03:19 +08:00
grade MDL-44357 gradereport_grader: Fix wrong style causing LESS to fail 2014-03-24 15:15:03 +08:00
group MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
install Automatically generated installer lang files 2014-03-05 00:54:42 +00:00
iplookup MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lang Merge branch 'MDL-42892-master_42890' of git://github.com/ankitagarwal/moodle 2014-03-19 21:22:25 +01:00
lib MDL-44357 libraries: Remove import_file method from core_lessc 2014-03-24 15:15:04 +08:00
local MDL-26943 Add db/subplugins.php to the local plugin readme.txt 2013-07-02 12:02:33 +08:00
login MDL-41115 fix username field label when allowing login via email 2014-03-17 17:34:45 +08:00
message Merge branch 'MDL-40913_master' of https://github.com/markn86/moodle 2014-03-13 18:31:52 +01:00
mnet MDL-44500 detect context-courseid inconsistencies in new events 2014-03-14 12:08:12 +08:00
mod Merge branch 'wip-mdl-44552' of https://github.com/rajeshtaneja/moodle 2014-03-19 21:22:24 +01:00
my MDL-43236 behat: Updating references to deprecated methods 2014-03-07 16:05:21 +08:00
notes MDL-44017 Events: Added unit test for report_viewed events 2014-03-07 15:16:10 +08:00
pix NOBUG: Fixed SVG browser compatibility 2013-11-06 20:26:46 +08:00
plagiarism
portfolio MDL-44425 Merge English strings from the en_fix language pack 2014-03-05 13:29:32 +01:00
question Merge branch 'MDL-41760-master-v8' of https://github.com/jamiepratt/moodle 2014-03-19 02:14:00 +01:00
rating MDL-33099 Javascript: Deprecate the ajaxenabled function 2014-02-17 14:11:21 +08:00
report MDL-43967 logging: references to the migrating dev docs 2014-03-13 18:31:52 +01:00
repository MDL-44416 Correct detail view paging 2014-03-13 19:44:38 -04:00
rss MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
tag MDL-43028 Navigation: Setting proper page properties on admin pages 2013-11-25 12:12:38 +08:00
theme MDL-44364 theme_bootstrapbase: Clean up calendar variables 2014-03-24 15:16:11 +08:00
user MDL-44148 portfolio: set_user_config usage fix 2014-03-18 14:19:36 +08:00
userpix
webservice MDL-43736 Events: Updated unit test to test context not used in event 2014-01-29 11:39:50 +08:00
.gitignore MDL-44361 Import YUI 3.15.0 2014-02-26 14:39:03 +08:00
.jshintrc MDL-43194 JavaScript: Correct maxlen jshint configuration 2013-12-04 16:39:48 +08:00
.shifter.json MDL-42774 JavaScript: Ensure that shifter cleans build directories before running 2013-11-11 18:29:35 +08:00
behat.yml.dist
brokenfile.php
composer.json MDL-44286 behat: Fixing JS code error 2014-02-27 13:27:18 +08:00
config-dist.php MDL-44550 Docs: Remove comment about mysql_lock_factory from config-dist.php 2014-03-11 12:05:35 +08:00
COPYING.txt
draftfile.php MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
file.php MDL-42387 standardise file lifetime handling 2013-11-01 10:42:18 +01:00
help.php
help_ajax.php
index.php MDL-40829: courses heading: remove headerblock class from header and fix heading levels. 2013-10-02 09:46:26 +13:00
install.php MDL-43528 remove all traces of magic quotes hacking from moodle core 2014-01-02 10:15:06 +08:00
mdeploy.php MDL-42973 fix multiple addon update issues 2013-12-06 09:36:38 +08:00
mdeploytest.php
phpunit.xml.dist MDL-40051 Add mnet test folder to phpunit.xml.dist 2014-01-20 11:22:27 +08:00
pluginfile.php MDL-40719 pluginfile.php: the file API is now stable, so hide debug. 2013-07-19 12:06:00 +01:00
README.txt
tags.txt
TRADEMARK.txt
version.php weekly release 2.7dev 2014-03-20 16:00:08 +08:00

QUICK INSTALL
=============

For the impatient, here is a basic outline of the
installation process, which normally takes me only
a few minutes:

1) Move the Moodle files into your web directory.

2) Create a single database for Moodle to store all
   its tables in (or choose an existing database).

3) Visit your Moodle site with a browser, you should
   be taken to the install.php script, which will lead
   you through creating a config.php file and then
   setting up Moodle, creating an admin account etc.

4) Set up a cron task to call the file admin/cron.php
   every five minutes or so.


For more information, see the INSTALL DOCUMENTATION:

   http://docs.moodle.org/en/Installing_Moodle


Good luck and have fun!
Martin Dougiamas, Lead Developer