Mary Evans
3acb97f062
MDL-37771 themes: Fixed table header color in Question Bank window block.
...
modified: theme/anomaly/style/general.css
modified: theme/base/style/question.css
modified: theme/magazine/style/core.css
modified: theme/serenity/style/core.css
modified: theme/splash/style/blue.css
modified: theme/splash/style/green.css
modified: theme/splash/style/orange.css
modified: theme/splash/style/pagelayout.css
modified: theme/splash/style/red.css
2013-03-12 11:25:23 +08:00
Rajesh Taneja
87f9a3b15e
MDL-35716 report_performance: Performance report for moodle site
...
This will report config setting which can affect moodle performance.
Few of them are added in this patch:
1. Theme designer mode
2. Cache Javascript
3. Debug message set to developer
4. Backup - Active
5. Stats enabled.
2013-03-11 14:30:01 +08:00
Damyon Wiese
6be6b2b073
Merge branch 'wip-MDL-37935-m25' of git://github.com/samhemelryk/moodle
2013-03-05 13:05:57 +08:00
Sam Hemelryk
c643628f23
MDL-37935 cache: improved ready testing of stores on admin screen and testing script
2013-03-01 10:09:24 +13:00
Andrew Robert Nicols
1015b24b42
MDL-38067 JavaScript: Ensure the filemanager does not show through the tooltip
2013-02-28 17:00:02 +00:00
Andrew Robert Nicols
03bd9e7b78
MDL-34300 JavaScript: Stop YUI from forcing z-index on moodle-core-notification
2013-02-28 17:00:02 +00:00
Damyon Wiese
4e516138e9
Revert "MDL-35875 - Users - Fixing RTL support"
...
This reverts commit fbb31b0f90
.
This reverts commit c111b9f3ae
.
This reverts commit 8afb9b7c4f
.
This issue has failed testing and integration will be delayed.
2013-02-28 10:53:03 +08:00
Jason Fowler
fbb31b0f90
MDL-35875 - Users - Fixing RTL support
2013-02-28 10:18:49 +08:00
Damyon Wiese
c111b9f3ae
MDL-35875 - User - Modify the profile page to use semantic HTML rather than tables for layout (RTL Support)
2013-02-28 10:12:28 +08:00
Damyon Wiese
44c3f54c92
Merge branch 'wip-MDL-35875-master' of git://github.com/phalacee/moodle
2013-02-25 14:09:33 +08:00
Damyon Wiese
713b75916c
MDL-28692 Base theme - Version bump for css change
2013-02-25 13:50:01 +08:00
Damyon Wiese
c7cb130bce
Merge branch 'MDL-28692_master' of git://github.com/lazydaisy/moodle
2013-02-25 13:32:25 +08:00
Jason Fowler
8afb9b7c4f
MDL-35816 - User - Modify the profile page to use semantic HTML rather than tables for layout
2013-02-22 13:59:49 +08:00
Dan Poltawski
72c70f9d14
Merge branch 'MDL-37997-muc-stats-display' of git://github.com/mudrd8mz/moodle
2013-02-21 09:38:05 +08:00
David Mudrák
24798e5df5
MDL-37997 Yet more CSS improvements to display MUC caches usage
2013-02-20 17:00:57 +01:00
Eloy Lafuente (stronk7)
a5b1f1e2f2
Merge branch 'MDL-38031-master' of git://github.com/FMCorz/moodle
2013-02-19 12:46:36 +01:00
Dan Poltawski
858b3a2487
Merge branch 'MDL-37997-muc-stats-display' of git://github.com/mudrd8mz/moodle
2013-02-18 16:17:06 +08:00
Mary Evans
167114a27c
MDL-28692 theme_base: Added background-color to admin settings form overridden in base/style/admin.css
2013-02-18 01:42:16 +00:00
Frederic Massart
982f4bc40e
MDL-38301 usability: Fixed wrong icon size
2013-02-15 10:04:57 +08:00
Mary Evans
6e8f7688cc
MDL-38039 theme_base: Corrected typo fickering to flickering in CSS comment which blocked IPCOP browser firewall in IE.
2013-02-15 00:48:08 +00:00
Dan Poltawski
733c17694d
MDL-30637 - fix padding on show/collapse arrow
2013-02-13 11:44:26 +08:00
David Mudrák
08caae5b22
MDL-37997 Improve the display of MUC caches used in the footer
...
Cache stores with no hits and some misses are highlighted in red. Caches
stores with some hits but more misses are highlighted in yellow.
Otherwise (more hits than misses) the stores are highlighted in green.
2013-02-12 22:27:55 +01:00
Damyon Wiese
2262c52122
Merge branch 'MDL-37012-master' of git://github.com/mouneyrac/moodle
2013-02-12 14:39:20 +08:00
Damyon Wiese
dad4fa26e7
Merge branch 'MDL-37828_master' of git://github.com/lazydaisy/moodle
2013-02-12 11:40:40 +08:00
Dan Poltawski
a614fb7457
Merge branch 'MDL-35819-m' of git://github.com/andrewnicols/moodle
2013-02-11 10:56:07 +08:00
Damyon Wiese
40f1c065b4
Merge branch 'MDL-30637-master' of git://github.com/lucisgit/moodle
2013-02-11 10:37:03 +08:00
Andrew Robert Nicols
238b8bc9b6
MDL-35819 AJAX Rewrite Moodle popup help to be more friendly and more efficient
2013-02-10 11:50:56 +00:00
Ruslan Kabalin
a4067bfc48
MDL-30637 Simplify moodle forms
...
Make the forms easier to use and navigate by adding functionality to
collapse and extend form sections (headers). The logic is as follows:
If form contains 2 and less sections (headers):
* Display the form as non-collapsible at all.
* The point above can be overridden if developer marks the section as expanded
in form definition (e.g. $mform->setExpanded('foo'));
If form contains 3 and more sections (headers):
* always expanding the first section and closing all others by default;
* always expanding a section containing at least one "required" element;
* expanding any section which contains validation errors after submission;
* expanding any section which was previously open on previous submit (e.g. when
adding new choices);
* expanding the section which is marked as expanded in form definition (e.g.
$mform->setExpanded('foo');
2013-02-07 14:13:36 +00:00
Dan Poltawski
0110cc2d49
MDL-37645 Add another missing trailing ;
...
GRR. Clearly didn't review this one well enough!
2013-02-06 10:36:39 +08:00
Dan Poltawski
da92e1b081
Merge branch 'MDL-37645-m' of git://github.com/andrewnicols/moodle
2013-02-06 08:54:55 +08:00
Mary Evans
a0e3b2b11e
MDL-37828 theme_base: Removed old CSS for popuphelp in style/core.css
2013-02-06 00:08:19 +00:00
Andrew Robert Nicols
2c653f9919
MDL-37645 Add missing trailing ; on some CSS rules
2013-02-05 16:56:47 +00:00
Jerome Mouneyrac
b4d24344c2
MDL-37012 some typos, add a new lang string, change tag 'a' for 'link', some code cleaning,
...
clean the external string against cross-scripting, proper usage of doclink,
correcting the require_once quickform/input
AMOS BEGIN
CPY [download,block_community],[install,block_community]
AMOS END
2013-02-05 16:36:37 +08:00
Eloy Lafuente (stronk7)
a0c3faeaef
Merge branch 'MDL-37785_master' of git://github.com/lazydaisy/moodle
2013-02-05 00:35:24 +01:00
Dan Poltawski
58e22287a6
Merge branch 'MDL-37422' of git://github.com/colchambers/moodle
2013-02-04 16:02:57 +08:00
Jerome Mouneyrac
e62cf63035
MDL-37012 fix wrong css + add final . to comment lines + do not use attributid parameter (duplicate of hiddeninputid)
2013-02-04 11:17:02 +08:00
Jerome Mouneyrac
46b229f9a8
MDL-37012-master redesign the community finder search form
2013-02-04 11:17:02 +08:00
Colin Chambers
6dbc346095
MDL-37422 Quiz: Group fields related to 'Settings for multiple tries.'
2013-02-01 14:30:27 +00:00
Andrew Robert Nicols
2324cf045e
MDL-37645 Generalise style for moodle-core-dialogues
2013-02-01 10:20:16 +00:00
Mary Evans
7eaa14572b
MDL-37785 theme_base: remove duplicate .dir-rtl file-picker css rules from styke/core.css
2013-01-31 01:02:55 +00:00
Sam Hemelryk
36546841f1
Merge branch 'MDL-36621-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
calendar/lib.php
lib/db/caches.php
version.php
2013-01-22 16:35:03 +13:00
Ankit Agarwal
8a7326ed4e
MDL-36621 calendar: Ical event should display source info
2013-01-17 11:09:50 +08:00
Dan Poltawski
0f94289c1d
Merge branch 'MDL-33688_dndupload_progress' of git://github.com/davosmith/moodle
...
Conflicts:
files/renderer.php
lib/outputrenderers.php
2013-01-16 11:18:18 +08:00
Eloy Lafuente (stronk7)
62a9604677
Merge branch 'MDL-36553' of git://github.com/rwijaya/moodle
2013-01-15 18:12:20 +01:00
Dan Poltawski
9d40849d46
Merge branch 'MDL-37162_master' of git://github.com/pauln/moodle
2013-01-15 13:23:02 +08:00
Sam Hemelryk
c8d3475e17
Merge branch 'wip-MDL-37085-master' of git://github.com/marinaglancy/moodle
2013-01-15 16:30:36 +13:00
Dan Poltawski
2254fb2764
Merge branch 'MDL-37194-master' of git://github.com/mouneyrac/moodle
2013-01-15 10:42:31 +08:00
Marina Glancy
49aa038b4e
MDL-37085 Minor UI and code improvements in print_section()
2013-01-14 15:01:19 +11:00
Rossiani Wijaya
8be244b2e2
MDL-36553 Admin settings: make tables class consistent throughout admin plugins setting
2013-01-14 10:09:51 +08:00
Paul Nicholls
0d47afe69d
MDL-37162: Use CSS to make mod show/hide icons not look "clickable" in hidden sections
...
Previously, the resource toolbox initialiser was using JS to find the show/hide icon, then find its section ancestor, then check if the section was hidden - only to pointlessly set pointer:auto if it was. That didn't meet the aim stated in the comments ("Disable" show/hide icons (change cursor to not look clickable) if section is hidden), but this patch meets that goal with a single CSS rule.
2013-01-09 11:44:15 +13:00