]>
git.mjollnir.org Git - moodle.git/log
dhawes [Wed, 26 Jan 2005 03:31:34 +0000 (03:31 +0000)]
final step in eliminating the type field recently removed from rss database
dhawes [Wed, 26 Jan 2005 00:41:49 +0000 (00:41 +0000)]
removed references to 'type' field which was removed from rss table when latest version of magpie was adopted
dhawes [Wed, 26 Jan 2005 00:40:03 +0000 (00:40 +0000)]
changed an echo to a print, silly but I prefer print in php files and echo for debug and embedded html :)
dhawes [Wed, 26 Jan 2005 00:38:01 +0000 (00:38 +0000)]
removed type field and added placeholder preferredtitle field
michaelpenne [Wed, 26 Jan 2005 00:30:46 +0000 (00:30 +0000)]
added function lesson_clean_data_submitted(), this cleans the object made from data_submitted() function (forgot comments before)
defacer [Wed, 26 Jan 2005 00:29:42 +0000 (00:29 +0000)]
Initial checkin of language for the quiz_results block.
michaelpenne [Wed, 26 Jan 2005 00:25:20 +0000 (00:25 +0000)]
added function lesson_clean_data_submitted(), this cleans the object made from data_submitted() function
michaelpenne [Wed, 26 Jan 2005 00:22:51 +0000 (00:22 +0000)]
security updates: parameter cleaning
defacer [Tue, 25 Jan 2005 23:49:36 +0000 (23:49 +0000)]
First commit of the requested quiz_results block.
koenr [Tue, 25 Jan 2005 23:30:24 +0000 (23:30 +0000)]
moving towards XHTML compliance
koenr [Tue, 25 Jan 2005 22:27:59 +0000 (22:27 +0000)]
moving towards XHTML compliance
mits [Tue, 25 Jan 2005 21:22:27 +0000 (21:22 +0000)]
new help file translated.
thepurpleblob [Tue, 25 Jan 2005 20:18:05 +0000 (20:18 +0000)]
Adding Learnwise import - created by Alton College, Hampshire UK
Still to do testing etc.
koenr [Tue, 25 Jan 2005 20:05:18 +0000 (20:05 +0000)]
moving towards XHTML compliance missed nowrap="nowrap"
koenr [Tue, 25 Jan 2005 19:39:34 +0000 (19:39 +0000)]
moving towards XHTML compliance - missed nowrap="nowrap"
defacer [Tue, 25 Jan 2005 19:23:05 +0000 (19:23 +0000)]
Weren't these two mistakenly switched? Compare the results from
/index.php and /course/view.php to see what I mean.
defacer [Tue, 25 Jan 2005 19:13:09 +0000 (19:13 +0000)]
Adding some extra debug output when a specific error() occurs to help track
down a problem which has been reported in the forums (it is NOT a bug though).
THIS SHOULD BE REMOVED BEFORE 1.5 IS RELEASED!
moodler [Tue, 25 Jan 2005 17:39:55 +0000 (17:39 +0000)]
Removed some THEME stuff
moodler [Tue, 25 Jan 2005 17:16:34 +0000 (17:16 +0000)]
Removed some $THEME stuff
moodler [Tue, 25 Jan 2005 17:13:48 +0000 (17:13 +0000)]
Fixed a small bug in the body tag
moodler [Tue, 25 Jan 2005 17:08:05 +0000 (17:08 +0000)]
Removed $THEME from admin pages
moodler [Tue, 25 Jan 2005 16:37:43 +0000 (16:37 +0000)]
Standard sitetopic is white
mits [Tue, 25 Jan 2005 16:17:28 +0000 (16:17 +0000)]
new help file translated.
dhawes [Tue, 25 Jan 2005 16:12:01 +0000 (16:12 +0000)]
Fixed some improperly escaped double quotes within literal strings
moodler [Tue, 25 Jan 2005 16:09:46 +0000 (16:09 +0000)]
Removed stylesheet link, and renamed containerContent to content
martignoni [Tue, 25 Jan 2005 16:06:45 +0000 (16:06 +0000)]
Update (partial, part 1)
urs_hunkler [Tue, 25 Jan 2005 15:54:00 +0000 (15:54 +0000)]
changed the name of the special course div to "course-contend"
moodler [Tue, 25 Jan 2005 15:53:13 +0000 (15:53 +0000)]
Always include the standard style sheet in print_header!
Great idea, Shane!
urs_hunkler [Tue, 25 Jan 2005 15:48:16 +0000 (15:48 +0000)]
some corrections for the wiki and the admin pages concerning the new framework.
martignoni [Tue, 25 Jan 2005 15:28:09 +0000 (15:28 +0000)]
It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz');
martignoni [Tue, 25 Jan 2005 15:24:57 +0000 (15:24 +0000)]
Initial checkin for new meta courses feature. Please test!
See http://moodle.org/mod/forum/discuss.php?d=17269 for description.
urs_hunkler [Tue, 25 Jan 2005 15:24:11 +0000 (15:24 +0000)]
Deleted style="text-align: center;" in the surounding DIV
urs_hunkler [Tue, 25 Jan 2005 15:21:02 +0000 (15:21 +0000)]
Changed header.html, footer.html and the CSS files to work with the new DIV framework. Thanks Martin for making it being writing from weblib.php ;-)
martignoni [Tue, 25 Jan 2005 15:16:22 +0000 (15:16 +0000)]
Updating editor strings.
martignoni [Tue, 25 Jan 2005 14:57:37 +0000 (14:57 +0000)]
Fix for bug 2372
moodler [Tue, 25 Jan 2005 14:52:17 +0000 (14:52 +0000)]
Removed THEME
moodler [Tue, 25 Jan 2005 14:49:30 +0000 (14:49 +0000)]
Added $CFG->block_rss_timeout to admin config, and also convert
RSS links to make them more XHTML compliant ( & --> & )
dhawes [Tue, 25 Jan 2005 14:44:57 +0000 (14:44 +0000)]
latest update for rss_client block
moodler [Tue, 25 Jan 2005 14:40:15 +0000 (14:40 +0000)]
Reworked styles.php to make it more programmatic with an accurate lastmodified date
moodler [Tue, 25 Jan 2005 14:33:01 +0000 (14:33 +0000)]
Added styles
moodler [Tue, 25 Jan 2005 14:32:43 +0000 (14:32 +0000)]
Removed some inline styles
moodler [Tue, 25 Jan 2005 14:28:47 +0000 (14:28 +0000)]
Removed some THEME stuff
moodler [Tue, 25 Jan 2005 14:18:51 +0000 (14:18 +0000)]
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'
moodler [Tue, 25 Jan 2005 14:03:43 +0000 (14:03 +0000)]
Removed THEME from many course files
moodler [Tue, 25 Jan 2005 13:49:46 +0000 (13:49 +0000)]
Bit of a tidy up
moodler [Tue, 25 Jan 2005 13:47:39 +0000 (13:47 +0000)]
Removed THEME from these files
moodler [Tue, 25 Jan 2005 13:43:09 +0000 (13:43 +0000)]
Removed some THEME colours
moodler [Tue, 25 Jan 2005 13:40:26 +0000 (13:40 +0000)]
Removed $THEME from site topic
moodler [Tue, 25 Jan 2005 13:38:48 +0000 (13:38 +0000)]
Blocks are 100% wide
moodler [Tue, 25 Jan 2005 13:36:57 +0000 (13:36 +0000)]
Removed $THEME from everywhere :-)
defacer [Tue, 25 Jan 2005 13:35:14 +0000 (13:35 +0000)]
Giving a name to ML's baby ;-)
No, seriously, defining a suitable named constant for PARAM_LOCALURL (SC#54)
moodler [Tue, 25 Jan 2005 13:29:21 +0000 (13:29 +0000)]
Include a warning to not use this theme any more
moodler [Tue, 25 Jan 2005 13:22:18 +0000 (13:22 +0000)]
Standard theme is the one to use! Everybody switch to it!! :-)
moodler [Tue, 25 Jan 2005 13:20:44 +0000 (13:20 +0000)]
I've set the old THEME variables to bright green to help identify
where hard-coded colours need to be removed
moodler [Tue, 25 Jan 2005 13:17:15 +0000 (13:17 +0000)]
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.
moodler [Tue, 25 Jan 2005 11:20:21 +0000 (11:20 +0000)]
Latest standardxhtml
moodler [Tue, 25 Jan 2005 11:05:23 +0000 (11:05 +0000)]
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.
moodler [Tue, 25 Jan 2005 09:39:29 +0000 (09:39 +0000)]
Changes for XHTML and accessibility compatibility.
Tidied up layout and other minor changes.
moodler [Tue, 25 Jan 2005 07:07:13 +0000 (07:07 +0000)]
XHTML compatibility and other minor changes
martinlanghoff [Tue, 25 Jan 2005 06:21:39 +0000 (06:21 +0000)]
Merged from MOODLE_14_STABLE - Tighter input validation fixes SC#54
moodler [Tue, 25 Jan 2005 06:20:28 +0000 (06:20 +0000)]
Fixed a variable reference
martinlanghoff [Tue, 25 Jan 2005 06:13:36 +0000 (06:13 +0000)]
Merged from MOODLE_14_STABLE -- pending merges of shorttag fixes and SC#10
moodler [Tue, 25 Jan 2005 06:10:38 +0000 (06:10 +0000)]
Missed one reference to rsslib.php
martinlanghoff [Tue, 25 Jan 2005 06:09:39 +0000 (06:09 +0000)]
Merged from MOODLE_14_STABLE - clean_param() now handles PARAM_URL
moodler [Tue, 25 Jan 2005 06:09:31 +0000 (06:09 +0000)]
Moved rsslib.php from the rss directory to the lib directory with the
other libraries
martinlanghoff [Tue, 25 Jan 2005 06:08:06 +0000 (06:08 +0000)]
Merged from MOODLE_14_STABLE - clean_param() now handles PARAM_HOST (old pending merge)
martinlanghoff [Tue, 25 Jan 2005 06:05:21 +0000 (06:05 +0000)]
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()
martinlanghoff [Tue, 25 Jan 2005 06:02:47 +0000 (06:02 +0000)]
file validateurlsyntax.php was initially added on branch MOODLE_14_STABLE.
moodler [Tue, 25 Jan 2005 05:58:34 +0000 (05:58 +0000)]
Removed magpie from this place
moodler [Tue, 25 Jan 2005 05:46:27 +0000 (05:46 +0000)]
Added magpie to MOodle library
martinlanghoff [Tue, 25 Jan 2005 05:27:41 +0000 (05:27 +0000)]
Merged from MOODLE_14_STABLE - Fixing bug 2334 - where fix_coursesortorder() sometimes leaves overlapping sortorder values across categories
martinlanghoff [Tue, 25 Jan 2005 05:03:43 +0000 (05:03 +0000)]
Merged from MOODLE_14_STABLE - Ensuring correct sortorder at the beginning of the category when creating courses.
mjollnir_ [Tue, 25 Jan 2005 04:33:02 +0000 (04:33 +0000)]
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!
defacer [Tue, 25 Jan 2005 03:13:13 +0000 (03:13 +0000)]
More polishing.
defacer [Tue, 25 Jan 2005 03:01:09 +0000 (03:01 +0000)]
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.
defacer [Tue, 25 Jan 2005 02:57:30 +0000 (02:57 +0000)]
Renaming 4 internal-use-only class methods by prefixing an underscore.
I want to make a point that people should NOT be calling them.
dhawes [Tue, 25 Jan 2005 01:57:56 +0000 (01:57 +0000)]
bug #2420 fix
koenr [Mon, 24 Jan 2005 23:25:27 +0000 (23:25 +0000)]
start of conversion to XHTML
All capitals moved to lowercase, also some " added for arguments
Needs manualy checked for closing tags etc.
mjollnir_ [Mon, 24 Jan 2005 22:23:01 +0000 (22:23 +0000)]
New files for meta courses
mjollnir_ [Mon, 24 Jan 2005 22:21:28 +0000 (22:21 +0000)]
Initial checkin for new meta courses feature. Please test!
See http://moodle.org/mod/forum/discuss.php?d=17269 for description.
gustav_delius [Mon, 24 Jan 2005 17:40:47 +0000 (17:40 +0000)]
fixed bug in paging bar on participants list
mits [Mon, 24 Jan 2005 16:03:33 +0000 (16:03 +0000)]
polished.
ralf-bonn [Mon, 24 Jan 2005 15:45:46 +0000 (15:45 +0000)]
text corrections
thepurpleblob [Mon, 24 Jan 2005 15:45:20 +0000 (15:45 +0000)]
Added empty array into question object for multiplier field in numeric questions
Stops a bunch of warnings when quiz is imported
ralf-bonn [Mon, 24 Jan 2005 15:40:54 +0000 (15:40 +0000)]
First german translation
urs_hunkler [Mon, 24 Jan 2005 15:04:13 +0000 (15:04 +0000)]
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.
urs_hunkler [Mon, 24 Jan 2005 13:53:29 +0000 (13:53 +0000)]
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.
urs_hunkler [Mon, 24 Jan 2005 12:43:11 +0000 (12:43 +0000)]
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.
urs_hunkler [Mon, 24 Jan 2005 12:41:24 +0000 (12:41 +0000)]
Changed background color to white, instead of taking it out of config.php.
urs_hunkler [Mon, 24 Jan 2005 12:32:31 +0000 (12:32 +0000)]
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".
urs_hunkler [Mon, 24 Jan 2005 12:27:27 +0000 (12:27 +0000)]
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.
mits [Mon, 24 Jan 2005 09:44:41 +0000 (09:44 +0000)]
polished.
dhawes [Mon, 24 Jan 2005 03:42:54 +0000 (03:42 +0000)]
Moved validate feed from table to add and edit form only.
dhawes [Mon, 24 Jan 2005 03:24:54 +0000 (03:24 +0000)]
cleanup of feed edit page and form
dhawes [Mon, 24 Jan 2005 03:24:19 +0000 (03:24 +0000)]
removed extra break
dhawes [Mon, 24 Jan 2005 03:00:10 +0000 (03:00 +0000)]
removed debug code left over :(
dhawes [Mon, 24 Jan 2005 02:58:19 +0000 (02:58 +0000)]
feed titles are stored and displayed again - silly bug
dhawes [Mon, 24 Jan 2005 01:21:16 +0000 (01:21 +0000)]
quotes update
defacer [Sun, 23 Jan 2005 23:59:29 +0000 (23:59 +0000)]
Undoing the commit of some esoteric development stuff by mistake.
mits [Sun, 23 Jan 2005 23:28:09 +0000 (23:28 +0000)]
polished.