10679 Commits

Author SHA1 Message Date
moodler
a61b898a30 Ensure that $CFG->siteidentifier is always defined (32-byte key) 2005-01-22 03:27:37 +00:00
moodler
9ef2b3f3aa Fixed some formatting problems (not caused by my last checkin!)
- <hr> and <br> weren't being processed.
  - Now, space runs are replaced differently which makes code look better.
2005-01-22 02:40:07 +00:00
michaelpenne
29a014c05a corrected the sesskey code 2005-01-21 23:13:53 +00:00
dlnsk
a39021e0e3 corrected links under questions 2005-01-21 19:52:57 +00:00
michaelpenne
4ea3ce2fcb added sesskey code to remove the sesskey error from updating the lesson from view.php 2005-01-21 19:02:57 +00:00
djachenko
d3354f5be8 "" 2005-01-21 15:23:32 +00:00
urs_hunkler
17be567191 This is in principle the theme I've shown in the forums. I changed the colors and made it XHTML 1.0 suitable. It relies on the new DIV framework I added to the course, forum and the wiki pages. The layout-table with named cells is used for the course pages.
For an overvies of the DIV framework and the DIVs in the header and footer please look at http://moodle.org/mod/wiki/view.php?id=2935&userid=0&groupid=0&wikipage=CoursePage

The CSS is not yet well structured - it's just working for a starting. For the offical release I'll have to rebuild the CSS to match the final needs. It's lacking an easy CSS for beginners too.

Please tell me, if you find some bugs or have some remarks - or if you just like it ;-)

Thank you
Urs
2005-01-21 14:21:14 +00:00
moodler
f3f7d9e409 Changes for XHTML and accessibility compatibility. General tidy up. 2005-01-21 05:07:51 +00:00
moodler
f6ad05ef44 Can now pass the image tag text to the helpbutton function. Tidied up the
emoticonhelpbutton function to use new helpbutton function.
2005-01-21 05:04:24 +00:00
moodler
a7ba1215b0 Admins can ALWAYS post, even when blocked. 2005-01-21 05:04:02 +00:00
moodler
31dedddba7 Fix help link 2005-01-21 04:58:16 +00:00
moodler
34027b1b41 Minor change 2005-01-21 04:38:46 +00:00
moodler
b1b1705aa4 Changes for XHTML and accessibility compatibility.
General code cleanup.
2005-01-21 04:23:38 +00:00
dhawes
79dd93a920 refactored a big scary function a bit. hopefully it is more readable this way. this change also paved the way for extra caching in the block's config structure. 2005-01-21 03:27:38 +00:00
dhawes
37fe05a345 added in an extra layer of cache. The rendered string is now cached in block's config. If the config settings are changed the config entry is overwritten and the cached string is lost - which is perfect - it gets rebuilt to the new specifications on next page load. If the filesystem cache has expired then the stored config string is ignored and a fresh read is sought. 2005-01-21 03:23:26 +00:00
dhawes
6cee965c7a minor spacing cleanup 2005-01-21 03:20:56 +00:00
ikawhero
d3dcbc2922 Added a class around helpbutton links so that enclosing <font> tags can
be removed from HTML code
2005-01-21 02:37:02 +00:00
moodler
4b22e391e4 Don't show message shortcut icons when not logged in 2005-01-21 02:29:29 +00:00
gustav_delius
cf68266001 newer version of overlib is smaller and better. This comes straight from http://www.macridesweb.com/oltest/. 2005-01-20 21:45:58 +00:00
drabureesh
8fd6eda466 Amost all the files are completely translated into Arabic.
activitynames.php (Fully Translated)
admin.php (Partially Translated)
algebra.php (Fully Translated)
appointment.php (Fully Translated)
assignment.php (Fully Translated)
attendance.php (Fully Translated)
auth.php (Partially Translated)
block_course_list.php (Fully Translated)
block_course_summary.php (Fully Translated)
block_online_users.php (Fully Translated)
block_rss_client.php (Fully Translated)
block_section_links.php (Fully Translated)
block_social_activities.php (Fully Translated)
book.php (Fully Translated)
brainstorm.php (Fully Translated)
calendar.php (Fully Translated)
censor.php (Fully Translated)
certificate.php (Fully Translated)
chat.php (Fully Translated)
choice.php (Fully Translated)
countries.php (Fully Translated)
dialogue.php (Fully Translated)
editor.php (Fully Translated)
emailprotect.php (Fully Translated)
enrol_database.php (Fully Translated)
enrol_flatfile.php (Partially Translated)
enrol_internal.php (Fully Translated)
enrol_ldap.php (Partially Translated)
enrol_paypal.php (Partially Translated)
error.php (Partially Translated)
exercise.php (Partially Translated)
forum.php (Fully Translated)
glossary.php (Partially Translated)
hotpot.php (Partially Translated)
install.php (Partially Translated)
journal.php (Fully Translated)
label.php (Fully Translated)
lesson.php (Partially Translated)
mediaplugin.php (Fully Translated)
message.php (Partially Translated)
moodle.php (Partially Translated)
multilang.php (Fully Translated)
pix.php (Fully Translated)
questionnaire.php (Partially Translated)
quiz.php (Partially Translated)
resource.php (Partially Translated)
scorm.php (Partially Translated)
survey.php (Partially Translated)
tex.php (Fully Translated)
webquest.php (Fully Translated)
wiki.php (Partially Translated)
workshop.php (Partially Translated)
2005-01-20 21:07:40 +00:00
dhawes
bab450a05a cleaned up some quotes. Removed reference to blog for an image, now use the standard rss xml.gif image from moodle install 2005-01-20 01:35:04 +00:00
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