Moodle - the world's open source learning platform https://moodle.org/
Find a file
Frederic Massart 31819e8961 MDL-46950 gradereport_grader: Consolidate styling of the elements
The grader table has been made entirely standalone from core or
theme styling. The floating divs have to share the exact same
rules, and so it was a lot easier and more maintainable to just
style them both using the same selectors, entirely ignoring the
table default styles.

And because the selectors are unique for both the floating elements
and the table cells, a themer can easily re-use them to style both,
without having to dig around to find all the selectors to overwrite.

Working on this highlighted some issues with the positioning. Those
have been fixed within the same patch. And even though it is still
not 100% correct on IE, the result is pretty decent.

This issue is a part of the MDL-46658 Task.
This issue is a part of the MDL-25544 Epic.
2014-10-03 15:44:01 +08:00
admin Merge branch 'MDL-47069-master-plugin-dependency' of git://github.com/mudrd8mz/moodle 2014-09-29 12:46:11 +01:00
auth Revert "MDL-45893 user_menu: revised based on action_menu" 2014-10-01 08:58:22 +01:00
availability Merge branch 'MDL-47322-master' of https://github.com/sammarshallou/moodle 2014-09-29 11:12:29 +01:00
backup MDL-46991 Availability: Conditional dates not updated on restore 2014-09-18 16:37:53 +01:00
badges MDL-47033 general: Fix incorrect use of 'course' layout 2014-09-05 09:25:43 +12:00
blocks Merge branch 'MDL-47033_master' of https://github.com/totara/openbadges 2014-09-29 15:18:03 +13:00
blog MDL-46433 blog: fix error message when creating an external blog 2014-07-23 16:11:20 +08:00
cache MDL-46796 caching: Fix missing property error for memcache(d) 2014-08-13 08:24:04 -04:00
calendar NOBUG: Fixed file access permissions 2014-10-02 15:18:51 +01:00
cohort MDL-35468 cohorts: upload cohorts from csv file 2014-09-12 10:24:04 +08:00
comment Merge branch 'wip-MDL-45512-master' of git://github.com/abgreeve/moodle 2014-05-20 14:21:56 +08:00
completion MDL-43835 behat: Fixed matches for select form field 2014-06-25 12:54:52 +08:00
course Merge branch 'MDL-47322-master' of https://github.com/sammarshallou/moodle 2014-09-29 11:12:29 +01:00
enrol Merge branch 'MDL-32275-master' of git://github.com/gurgus/moodle 2014-09-30 08:29:02 +01:00
error MDL-31560 Error: Fixed coding style 2013-09-13 16:13:26 +08:00
files Merge branch 'MDL-47033_master' of https://github.com/totara/openbadges 2014-09-29 15:18:03 +13:00
filter MDL-46867 filter_glossary: don't use static for one-time JS. 2014-08-21 14:16:07 +01:00
grade MDL-46950 gradereport_grader: Consolidate styling of the elements 2014-10-03 15:44:01 +08:00
group MDL-46792 core_group: Add unit tests to ensure that group updates and grouping updates do not require names 2014-08-20 12:02:58 +08:00
install Automatically generated installer lang files 2014-09-28 00:09:28 +08:00
iplookup MDL-40438 migrate all collatorlib:: and textlib:: uses 2013-08-06 21:04:35 +02:00
lang MDL-46663 gradereport_grader: Remove fixed column support 2014-10-03 15:43:19 +08:00
lib NOBUG: Fixed file access permissions 2014-10-02 15:18:51 +01:00
local MDL-26943 Add db/subplugins.php to the local plugin readme.txt 2013-07-02 12:02:33 +08:00
login Merge branch 'm28_MDL-46406' of https://github.com/totara/moodle 2014-07-21 11:14:30 +12:00
message Merge branch 'MDL-46282-master' of git://github.com/andrewnicols/moodle 2014-10-01 08:57:37 +13:00
mnet MDL-45486 Bump all versions to planned release 2014-05-09 02:12:28 +02:00
mod NOBUG: Fixed file access permissions 2014-10-02 15:18:51 +01:00
my MDL-45897 behat: fixed behat for my home page 2014-08-07 09:39:07 +08:00
notes MDL-47033 general: Fix incorrect use of 'course' layout 2014-09-05 09:25:43 +12:00
pix MDL-47248 Use new Moodle logo for RSS feeds generated by Moodle 2014-09-15 18:05:38 +02:00
plagiarism MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
portfolio MDL-45503 upgrade: add v2.7.0 sep lines 2014-05-28 01:13:42 +02:00
question MDL-47381 qformat: Behat tests have wrong plugin type. 2014-09-26 11:46:06 +01:00
rating Merge branch 'MDL-46448_rating_ajax2' of git://github.com/andyjdavis/moodle 2014-08-12 15:22:19 +08:00
report MDL-45336 backup: moved the string from quiz to core 2014-09-24 01:22:58 +02:00
repository MDL-47294 repository_s3: Update S3 library to 0.5.1-dev 2014-09-25 14:11:09 +08:00
rss MDL-46463 core_rss: coding style cleanup in /rss 2014-07-23 10:22:53 +08:00
tag Merge branch 'MDL-44398-master' of git://github.com/ankitagarwal/moodle 2014-05-01 14:21:39 +08:00
theme Revert "MDL-45893 user_menu: revised based on action_menu" 2014-10-01 08:58:22 +01:00
user Merge branch 'MDL-47408-master' of https://github.com/DmitryNefedov/moodle 2014-10-02 17:30:47 +13:00
userpix MDL-34460 Librairies: Replaced deprecated get_context_instance() 2012-07-26 13:23:28 +08:00
webservice MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
.gitignore MDL-47419 development: Add atlassian-ide-plugin.xml to .gitignore 2014-09-25 10:33:01 +05:30
.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 MDL-37046 behat: Adding empty Behat config file 2013-01-29 08:40:37 +08:00
brokenfile.php MDL-26069 detect missing file postprocessing 2011-01-29 17:50:12 +01:00
composer.json MDL-45769 behat: use final versions of symfony and behat 2014-06-09 09:56:52 +08:00
config-dist.php MDL-42993 auth: spaces removed from usernames by default only 2014-10-01 08:24:54 +13: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 MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
help_ajax.php MDL 38508 JavaScript: Split out AJAX and non-AJAX help 2013-04-08 21:01:20 +01:00
index.php MDL-1626 mod_forum: Move subscription management to a separate class 2014-06-24 12:16:33 +08:00
install.php MDL-46099 session: fix use of references for session globals 2014-07-01 08:38:00 +12:00
mdeploy.php MDL-42973 fix multiple addon update issues 2013-12-06 09:36:38 +08:00
mdeploytest.php MDL-38493 Make mdeploy.php able to install new plugin 2013-03-28 11:54:05 +01:00
phpunit.xml.dist MDL-46193 phpunit: Use random starting value on initialization. 2014-07-04 16:33:13 +10: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 MDL-38048 documentation: Typo in README file 2013-02-15 13:14:39 +08:00
tags.txt MDL-46811 update download.moodle.org url to https 2014-09-09 16:17:32 +01:00
TRADEMARK.txt
version.php weekly release 2.8dev 2014-10-02 15:18:52 +01: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