Rossiani Wijaya
61ddb95355
MDL-22067 - add key event action to close the help popup window.
2010-05-07 06:40:19 +00:00
Dongsheng Cai
46325d3e86
"MDL-13766, use normal button in upload form"
2010-05-06 07:03:39 +00:00
Sam Hemelryk
6605ff8cda
themes MDL-22358 Renamed sideblock class to block
2010-05-06 06:16:07 +00:00
Sam Hemelryk
2cf81209ff
javascript MDL-22067 Fixed errors with JavaScript openpopup and help icon popups
2010-05-04 08:29:05 +00:00
Dongsheng Cai
63eee7b4b7
"MDL-19118, tweak comment ui"
2010-05-03 16:35:31 +00:00
Rossiani Wijaya
36282d8545
MDL-22067 - modify help popup functionality to use overlay.
2010-05-03 08:44:34 +00:00
Dongsheng Cai
c13b0350fc
"MDL-13766, change filepicker style"
2010-05-03 02:52:53 +00:00
Petr Skoda
58ea084b54
MDL-20204 fixed regression - the .dimmed_text was working only for a tags
2010-05-02 13:51:21 +00:00
Sam Hemelryk
1904e9b35b
backup MDL-22142 This is the user interface for backups, several minor/cosmetic issues still to be ironed out. See the tracker for details
2010-05-01 09:51:39 +00:00
Sam Hemelryk
875631671e
theme-base MDL-21797 Fixed issue with editor bullets within a course section
2010-05-01 07:57:14 +00:00
Patrick Malley
7b4c6d34b8
still building themes
2010-05-01 01:46:48 +00:00
Sam Hemelryk
4d56ee95e0
themes MDL-22223 Added hidefromselector setting for theme.
2010-04-28 03:32:16 +00:00
Sam Hemelryk
931697773c
theme MDL-22187 upgrade settings page no longer shows blocks
2010-04-27 03:47:51 +00:00
Patrick Malley
1c601a5302
Checking in basic file structure for new theme.
2010-04-27 02:12:24 +00:00
Patrick Malley
aa1b682edf
MDL-22180 - Implementing new selector names for page layout
2010-04-23 17:47:48 +00:00
Martin Dougiamas
cdb34efc83
Removing rubbish screenshot from base
2010-04-21 03:00:52 +00:00
Martin Dougiamas
9126644461
theme/base MDL-21862 some docs and a default screenshot (also used for base unfortunately)
2010-04-20 16:46:49 +00:00
Andrew Davis
f9da5ee0f6
themes MDL-21862 added nonavbar to popup layout
2010-04-19 09:01:40 +00:00
Patrick Malley
2d74495c3b
Putting navigation styles back in MDL-22108
2010-04-19 01:59:08 +00:00
Sam Hemelryk
f1d12a2fa7
themes MDL-22108 Removed horizontal scroll bars from navigation and settings blocks. Thanks Patrick
2010-04-19 01:39:05 +00:00
Sam Hemelryk
84db3ea2a3
themes MDL-21984 Removed the need to specify the theme name in layouts within its config.php file
2010-04-15 06:37:55 +00:00
Sam Hemelryk
07a14a3b02
themes MDL-22014 Reversal of YUI css property for input widths so that input size attribute is respected.
2010-04-15 04:14:15 +00:00
Tim Hunt
67f1a6966e
base theme/questionbank: MDL-20090 Add new question pop-up styling screwed since theme changes.
2010-04-12 13:21:53 +00:00
Patrick Malley
d730eae98b
Removed #page-header from CSS selectors for .navbar
2010-04-12 12:20:13 +00:00
Dongsheng Cai
7deb5107da
MDL-19118, now comments overlay works without yui3 hacks
2010-04-12 06:19:47 +00:00
Patrick Malley
ab3169cfc5
Changed width on coursebox divs and changed .sideblock content margin to .sideblock .content padding
2010-04-12 01:26:00 +00:00
David Mudrak
30c8dd34f7
MDL-15252 Re-committing all English strings exported from AMOS
...
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.
The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.
Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs
2010-04-10 07:24:56 +00:00
Dongsheng Cai
34e20eb422
"MDL-19118, improve comments management"
2010-03-31 09:53:05 +00:00
David Mudrak
f312fe1a9e
MDL-21694 Moving theme strings into plugin space
2010-03-29 22:19:33 +00:00
Dongsheng Cai
d3eb3b2951
"MDL-21170, improve filemanger style"
2010-03-29 07:13:55 +00:00
Dongsheng Cai
c794595d5f
"MDL-21943, fixed paging class name"
2010-03-29 05:29:53 +00:00
Dongsheng Cai
b1d124d1df
"MDL-21943, remove hard-coded style"
2010-03-29 04:06:13 +00:00
Sam Hemelryk
90723839ca
themes MDL-21862 Implements base theme and standard theme.
...
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
* Plugin CSS has been pushed back into the plugin directories as styles.css files.
* Install_print_header has been corrected.
* Redundant or deprecated rules have been removed.
* Several minor class changes throughout Moodle.
* CSS is now single line rules not multiline indented.
* Installs with theme=standardold automatically switch to standard.
* body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
* There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
* I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +00:00
Sam Hemelryk
46de77b6b7
navigation MDL-21543 Moved block docking icons next to the show-hide block icon
2010-02-24 08:12:17 +00:00
Sam Hemelryk
c24895978f
group MDL-21533 Replaced overlib usage within Group with YUI3 equivilant JavaScript code
2010-02-24 03:57:36 +00:00
Sam Hemelryk
d896fd51ba
themes MDL-21589 Added a CSS rule to correct the show advanced buttons in themes the make base their parent rather than standardold
2010-02-18 09:29:39 +00:00
Petr Skoda
2d65597b6c
MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead
2010-01-26 09:32:21 +00:00
Sam Hemelryk
d2c394f3c3
javascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME->enable_dock (false by default)
...
Also moved blocks/blocks.js to javascript-static,js so there is one less file to load
2010-01-14 06:56:12 +00:00
Sam Hemelryk
9d89733132
javascript-dock MDL-21329 Several major changes to the underlying navigation and dock code
...
The following changes have been made in this commit:
1. Renamed the side bar thing to dock, this is consistent through all code/css now.
2. Converted everything to YUI 3 except the panel which docked items are shown in, this iwll be converted once YUI 3 overlay is no longer beta.
3 Redisigned the dock, all blocks can now make use of it, and theme code within JS can override it so they can make it look as they want.
More changes are coming
2010-01-14 05:35:23 +00:00
Petr Skoda
04c0140811
MDL-21244 added new option for footer JS from themes as requested by Urs
2010-01-05 23:22:16 +00:00
Petr Skoda
00db2a3551
MDL-20204 just a little blue theme experiment for testing of theme development process ;-)
2009-12-29 22:11:52 +00:00
Petr Skoda
244a32c617
MDL-21119 lang menu and login info now handled by themes
2009-12-29 17:26:29 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Petr Skoda
358c13cbbf
MDL-21124 full support for JS in theems finished
2009-12-23 17:18:46 +00:00
Petr Skoda
6f0a938be5
MDL-20204 more BC in standard theme CSS
2009-12-20 19:41:47 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00