mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
kordan
b396e1678b
MDL-27588 Fixed up several bugs with the formal_white theme
-> MDL-26934 has been fixed -> MDL-27474 has been fixed -> one more option to have blocks column with different background colours -> one more option to use custom font size -> version.php, and b/install.php to handle upgrades -> increased the font size in the table with plugin list shown at upgrade time -> minor fixes in IE7 when images from remote web sites are shown in the header -> conformed the dock background colour to the block background colour to avoid unpleasant color combinations -> conformed a.link, a.visited and a.active colours in tabs -> conformed a.link, a.visited and a.active colours in the navigation block -> deleted an awful box border from enrolment page -> right aligned commands for resources and activities in the course page -> increased the width of field item title column in mform -> increased the padding-top to the help popup box messages -> user menu restyled to fix some minor tweaks in IE7 -> minor repair to tabs to improve its look -> restyling of the docked item panel header to look like all the other blocks -> reduced the distance between elements in headermenu to look better even when only headings are shown in the header -> links wherever and always black -> the "search courses" field in the navigation bar does not force extra height -> some unpleasant generalbox border duplicating some other border have been removed -> some unpleasant margin/padding in notices and mtables has been removed
…
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 it's 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
Description
Languages
PHP
78.1%
JavaScript
14.6%
Gherkin
3.5%
CSS
1.7%
Mustache
1.6%
Other
0.4%