10794 Commits

Author SHA1 Message Date
moodler
d30867b0bf Removed some THEME stuff 2005-01-25 14:28:47 +00:00
moodler
554cec9f27 Removed a lot of THEMES and some other clean up
A LOT of clean up and speed-up is still possible in these
important files by converting all "strings" to 'strings'
2005-01-25 14:18:51 +00:00
moodler
810393c804 Removed THEME from many course files 2005-01-25 14:03:43 +00:00
moodler
acda2ddf06 Bit of a tidy up 2005-01-25 13:49:46 +00:00
moodler
4313a1ae97 Removed THEME from these files 2005-01-25 13:47:39 +00:00
moodler
b77c41c103 Removed some THEME colours 2005-01-25 13:43:09 +00:00
moodler
b5768b9e15 Removed $THEME from site topic 2005-01-25 13:40:26 +00:00
moodler
b9aaef6c9c Blocks are 100% wide 2005-01-25 13:38:48 +00:00
moodler
c147b8ab08 Removed $THEME from everywhere :-) 2005-01-25 13:36:57 +00:00
defacer
bb8bbc7457 Giving a name to ML's baby ;-)
No, seriously, defining a suitable named constant for PARAM_LOCALURL (SC#54)
2005-01-25 13:35:14 +00:00
moodler
902b5318c6 Include a warning to not use this theme any more 2005-01-25 13:29:21 +00:00
moodler
db70c04693 Standard theme is the one to use! Everybody switch to it!! :-) 2005-01-25 13:22:18 +00:00
moodler
3e92eca303 I've set the old THEME variables to bright green to help identify
where hard-coded colours need to be removed
2005-01-25 13:20:44 +00:00
moodler
a8e1f343c0 IMPORTANT CHANGE TO THEMES!
This is the new standard theme, based on the excellent work by
Urs Hunkler (and I believe David Scotson had an influence)
who has started rationalising the old mess.

I've made this a very neutral, almost white theme.

[ Come to think of it maybe I've been looking at iPods and Mac Minis
  a bit too much recently.  ;-) ]

The idea is that the standard styles will be included by all
other themes (including custom themes) before local overriding
styles are applied.

This means that upgrades will cause less problems for custom themes.
It's a bit like the language packs, where "en" is always referenced
when a local language string isn't found.

PROGRAMMERS: All new styles MUST go into this "standard" theme,
and the default colours should match the plain white look.

Once this theme settles down a bit we need to upgrade all the other
packaged themes accordingly.
2005-01-25 13:17:15 +00:00
moodler
78bf592aba Latest standardxhtml 2005-01-25 11:20:21 +00:00
moodler
7bb6d80f33 IMPORTANT NEW FEATURE FOR CSS
print_header now produces a unique CSS class and id for each page,
allowing targeting of styles for any module or page.
2005-01-25 11:05:23 +00:00
moodler
d3c8056258 Changes for XHTML and accessibility compatibility.
Tidied up layout and other minor changes.
2005-01-25 09:39:29 +00:00
moodler
6d85b65fc1 XHTML compatibility and other minor changes 2005-01-25 07:07:13 +00:00
martinlanghoff
76560c3175 Merged from MOODLE_14_STABLE - Tighter input validation fixes SC#54 2005-01-25 06:21:39 +00:00
moodler
8ca3606339 Fixed a variable reference 2005-01-25 06:20:28 +00:00
martinlanghoff
c048e4f933 Merged from MOODLE_14_STABLE -- pending merges of shorttag fixes and SC#10 2005-01-25 06:13:36 +00:00
moodler
9995c33844 Missed one reference to rsslib.php 2005-01-25 06:10:38 +00:00
martinlanghoff
7744ea12b0 Merged from MOODLE_14_STABLE - clean_param() now handles PARAM_URL 2005-01-25 06:09:39 +00:00
moodler
48b29ba423 Moved rsslib.php from the rss directory to the lib directory with the
other libraries
2005-01-25 06:09:31 +00:00
martinlanghoff
371a2ed0e5 Merged from MOODLE_14_STABLE - clean_param() now handles PARAM_HOST (old pending merge) 2005-01-25 06:08:06 +00:00
martinlanghoff
3f1cdd2a31 Merged from MOODLE_14_STABLE
Importing validateurlsyntax.php from http://www.canowhoopass.com/guides/regex/index.php as of 15/Dec/2004, provides
 - validateUrlSyntax()
 - validateEmailSyntax()
 - validateFtpSyntax()
2005-01-25 06:05:21 +00:00
martinlanghoff
5e9cd397ea file validateurlsyntax.php was initially added on branch MOODLE_14_STABLE. 2005-01-25 06:02:47 +00:00
moodler
3b0c2a5852 Removed magpie from this place 2005-01-25 05:58:34 +00:00
moodler
cdf74b0b67 Added magpie to MOodle library 2005-01-25 05:46:27 +00:00
martinlanghoff
758b9a4d80 Merged from MOODLE_14_STABLE - Fixing bug 2334 - where fix_coursesortorder() sometimes leaves overlapping sortorder values across categories 2005-01-25 05:27:41 +00:00
martinlanghoff
acba70d2db Merged from MOODLE_14_STABLE - Ensuring correct sortorder at the beginning of the category when creating courses. 2005-01-25 05:03:43 +00:00
mjollnir_
5f37b628ae Update for meta courses. New table renamed from meta_course to course_meta (and upgrade script provided in mysql.php and postgres7.php) and new field in course table renamed from meta_course to metacourse. Associated changes in code. Please test me! 2005-01-25 04:33:02 +00:00
defacer
9292b6afc0 More polishing. 2005-01-25 03:13:13 +00:00
defacer
d49f500f52 Oops, I committed this along with the function renames by mistake. Anyway,
now fixing a small cosmetic glitch and giving the correct commit message:

The latest and greatest version of the blocks documentation is here... Lots
of work and polishing to make it as useful as possible. I daresay that it's
pretty complete for its purpose now.
2005-01-25 03:01:09 +00:00
defacer
1345403a7c Renaming 4 internal-use-only class methods by prefixing an underscore.
I want to make a point that people should NOT be calling them.
2005-01-25 02:57:30 +00:00
dhawes
c0c6f36bf2 bug #2420 fix 2005-01-25 01:57:56 +00:00
koenr
9c8febab60 start of conversion to XHTML
All capitals moved to lowercase, also some " added for arguments
Needs manualy checked for closing tags etc.
2005-01-24 23:25:27 +00:00
mjollnir_
be4f36a3a7 New files for meta courses 2005-01-24 22:23:01 +00:00
mjollnir_
b61efafba5 Initial checkin for new meta courses feature. Please test!
See http://moodle.org/mod/forum/discuss.php?d=17269 for description.
2005-01-24 22:21:28 +00:00
gustav_delius
ea2d8d8a27 fixed bug in paging bar on participants list 2005-01-24 17:40:47 +00:00
mits
222d5566e2 polished. 2005-01-24 16:03:33 +00:00
ralf-bonn
adf493d54e text corrections 2005-01-24 15:45:46 +00:00
thepurpleblob
84a93f1c24 Added empty array into question object for multiplier field in numeric questions
Stops a bunch of warnings when quiz is imported
2005-01-24 15:45:20 +00:00
ralf-bonn
c65f162fc2 First german translation 2005-01-24 15:40:54 +00:00
urs_hunkler
163c0c2385 Added docstyle.php for the changed german docs.
Within the docs a JS loads the theme CSS if opend within Moodle. Within docstyles.php the standard doc styles can be overwritten.
2005-01-24 15:04:13 +00:00
urs_hunkler
1d333f76af Added docstyle.php for the changed german docs to my theme for testing.
Within the docs a JS loads the theme CSS if opend within Moodle. Within docstyles.php the standard doc styles can be overwritten.
2005-01-24 13:53:29 +00:00
urs_hunkler
fffb40d915 Added docstyle.php for the changed german docs.
Within the docs a JS loads the theme CSS if opend within Moodle. Within docstyles.php the standard doc styles can be overwritten.
2005-01-24 12:43:11 +00:00
urs_hunkler
e2b9cccaf2 Changed background color to white, instead of taking it out of config.php. 2005-01-24 12:41:24 +00:00
urs_hunkler
c1a0356dc7 Added a JS to open the styles from the theme folder for the doc pages.
In the theme "standardxhtml" I added a stylesheet file "docstyles.php" to overwrite the theme independend "docstyles.css".
2005-01-24 12:32:31 +00:00
urs_hunkler
8aa1bb556c Added docstyle.php for the changed german docs.
Within the docs a JS loads the theme CSS if opend within Moodle. Within docstyles.php the standard doc styles can be overwritten.
2005-01-24 12:27:27 +00:00