Commit graph

10858 commits

Author SHA1 Message Date
dhawes
d6501ee371 if there are multiple feeds within a single block the title of each feed is shown with a horizontal rule between feeds 2005-01-20 01:32:58 +00:00
dhawes
19c6481869 cleaned up a bad copy/paste in a few if statements 2005-01-20 01:01:48 +00:00
dhawes
53195528a1 minor tweak to error output text 2005-01-20 00:10:23 +00:00
dhawes
53034e080a now displays a link to the full error text if there is a problem loading a feed (and debug is on) rather than display the full text inline 2005-01-19 23:59:21 +00:00
dhawes
7530140579 I couldn't find a way to do this so I added this file. When an RSS feed fails to load and debug is on the rendered page could get quite ugly. I now capture the error into a string and simply show the user a 'load feed error' link pointing to this new error page. This new error page simply displays the full error message with more detail about why that particular feed failed to load (from file or url, etc) 2005-01-19 23:55:25 +00:00
dhawes
c7ac239b80 updated rss_client functions to return any errors encountered along the way (assuming that the feed could not be loaded) in an object as ->ERROR. This matches the object that is returned, it would have a ->ERROR string if there was a problem as well. 2005-01-19 23:51:27 +00:00
borinsky2407
cba143c354 CVS; admin.php dialogue.php lesson.php
CVS;algebra.php                  docs                mediaplugin.php
CVS;appointment.php              editor.php          moodle.php
CVS;assignment.php               emailprotect.php    multilang.php
CVS;attendance.php               enrol_database.php  pix.php
CVS;auth.php                     enrol_flatfile.php  questionnaire.php
CVS;block_course_list.php        enrol_internal.php  quiz.php
CVS;block_course_summary.php     enrol_ldap.php      README
CVS;block_online_users.php       enrol_paypal.php    README.txt
CVS;block_rss_client.php         error.php           resource.php
CVS;block_section_links.php      event.php           scheduler.php
CVS;block_social_activities.php  exercise.php        scorm.php
CVS;book.php                     fonts               survey.php
CVS;calendar.php                 forum.php           tex.php
CVS;censor.php                   glossary.php        text.html
CVS;chatarea.php                 help                webquest.php
CVS;chat.php                     hotpot.php          wiki.php
CVS;choice.php                   install.php         workshop.php
CVS;countries.php                journal.php
2005-01-19 21:20:50 +00:00
borinsky2407
27478427e1 *** empty log message *** 2005-01-19 21:01:36 +00:00
mits
aae7f211e0 translated some. 2005-01-19 20:58:07 +00:00
urs_hunkler
680afe2e26 _ added the DIV framework for new CSS 2005-01-19 13:16:29 +00:00
moodler
00666d4f25 Fixed bug 2040 relating to the last character being chopped off in the
html2text conversion.

While there I tidied up the source and fixed up a problem where the links
were being printed BEFORE the text they refer to (now they are directly after)
2005-01-19 12:12:34 +00:00
urs_hunkler
fe32b4f6d7 _ added the DIV framework for new CSS 2005-01-19 12:02:52 +00:00
gustav_delius
ef0921d1ff It is now possible to base new questions on existing ones, see get_string('editingquestion', 'quiz'); 2005-01-19 09:50:33 +00:00
urs_hunkler
08bcdcbea2 _ added the div framework 2005-01-19 09:26:45 +00:00
gustav_delius
0befd376af fixed missing courseid in breadcrumbs 2005-01-19 08:11:49 +00:00
martinlanghoff
a10171eb39 Merged from MOODLE_14_STABLE. Issue a warning when overriding $CFG settings. 2005-01-18 22:59:41 +00:00
mjollnir_
b2597e0bad Initial support for postgres for rss client block table 2005-01-18 21:58:28 +00:00
mits
19f5ef3549 translated some. 2005-01-18 21:36:15 +00:00
urs_hunkler
5c0f8cab97 table ID was written behind the closing tag of the table - corrected. 2005-01-18 19:53:56 +00:00
gustav_delius
ff6048dd10 messagetext in history shoulld not be wrapped in paragraph tags 2005-01-18 19:26:01 +00:00
moodler
3ace7329a1 Some not-very-significant cleanups while fixing another bug 2005-01-18 18:30:09 +00:00
moodler
0182c65cec Fixed the problem with enrolments not sticking.
Also commented out Smarty stuff for now (for better performance in 1.5)
2005-01-18 18:28:25 +00:00
urs_hunkler
b2f3dbc54f _added div framework (wrapper, header, nav-bar, containerContent, footer) 2005-01-18 11:13:37 +00:00
urs_hunkler
dc140b6cc0 _ added ids for the layout table 2005-01-18 11:11:26 +00:00
urs_hunkler
daa27ce409 _ added the div framework 2005-01-18 11:08:58 +00:00
urs_hunkler
8c336db182 _ added the div framework
_ added the ids for the layout table with the 3 cells
2005-01-18 11:05:46 +00:00
ikawhero
35a6dcc72c New class for form help links. 2005-01-18 10:04:04 +00:00
ikawhero
2e708fa096 General tidy up of code, changes for XHTML and accessibility compatibility. 2005-01-18 09:46:01 +00:00
ikawhero
c7444a36a5 General removal of <nolink> tags for XHTML compatibility.
Moved from the glossary filter as the filter may not be enabled.
2005-01-18 06:57:59 +00:00
barias
679388ae77 Latest updates in spanish translation 2005-01-18 06:49:21 +00:00
moodler
7933cc6be5 Just a little bit more reobust in the face of badly-behaved blocks 2005-01-18 06:03:26 +00:00
dhawes
221a85301e using localized string instead of hard coded english for print header functioncall 2005-01-17 23:22:16 +00:00
defacer
bc6c7c26b6 Better comments and some more diagnostic messages to help with bug hunting.
Also changed a > to >= to make the polling interval precice to the second.
2005-01-17 22:26:20 +00:00
barias
102b9d710e Latest updates in spanish translation 2005-01-17 22:08:22 +00:00
martinlanghoff
6ebaf0edcb Fixed bogus warnings about empty LDAP contexts. 2005-01-17 21:07:00 +00:00
martinlanghoff
35de9e2487 Ported from MOODLE_14_STABLE - Show a warning to admins if cron.php hasn't been run 2005-01-17 20:59:17 +00:00
kaipe
efa9b7fa01 Fixed a bug that was reported by James Balfour:
Numerical/Calculated questions failed to grade negative responses on questions with units.
2005-01-17 20:14:16 +00:00
barias
6babaf002d Latest updates in spanish translation 2005-01-17 19:43:48 +00:00
dhawes
e8181a56b4 moved functions from templib.php to rsslib.php for rss_client block 2005-01-17 18:03:15 +00:00
djachenko
8bcfcc0f79 "" 2005-01-17 17:55:29 +00:00
stronk7
fcff0e2ff7 Latest changed added from english version. 2005-01-17 17:14:01 +00:00
stronk7
f516e2b9cf Changed required templib.php to rsslib.php. This will, at least, allow to
install and use 1.5dev. Not completely, but usable...
2005-01-17 17:12:24 +00:00
moodler
e525e3d32f Works with slasharguments off now 2005-01-17 15:21:00 +00:00
defacer
abea5d6940 Fix for bug 2371:
The alt text is now the same as the tooltip for the block control icons in
editing mode (i.e., language pack configurable).
2005-01-17 14:51:18 +00:00
defacer
4ee6e69aaf Fix for bug 2372:
Renamed a string in the language file (the code was looking for a different
name than the one that existed).
2005-01-17 14:29:27 +00:00
defacer
3cacefda86 Fix for bug 2377:
Make it more difficult for instances with invalid blockid to be added to
mdl_block_instance. This could result in warnings, although nothing more
serious than that.

Credits to Eloy and especially Dan Marsden for reporting and providing info.
2005-01-17 14:26:17 +00:00
djachenko
8dd3a58bf5 \"\" \"\" 2005-01-17 12:18:31 +00:00
koenr
afa159dc68 Updated translationguide.html, learning from the errors I've seen when making the language packs XHTML compliant. 2005-01-17 07:24:04 +00:00
martinlanghoff
d3e6cd798a Merged from MOODLE_14_STABLE - Added an early session_write_close() to loglive.php and log.php pages 2005-01-17 05:42:27 +00:00
barias
4742b339ff Latest updates in spanish translation 2005-01-17 00:34:57 +00:00