8980 Commits

Author SHA1 Message Date
David Mudrak
94c8a38626 MDL-21695 Glossary module now uses new help strings
AMOS BEGIN
 HLP glossary/aliases2.html,[aliases_help,mod_glossary]
 HLP glossary/allowcomments.html,[allowcomments_help,mod_glossary]
 HLP glossary/allowduplicatedentries.html,[allowduplicatedentries_help,mod_glossary]
 HLP glossary/allowprintview.html,[allowprintview_help,mod_glossary]
 HLP glossary/attachment2.html,[attachment_help,mod_glossary]
 HLP glossary/attachment.html,[attachment_help,mod_glossary]
 HLP glossary/casesensitive.html,[casesensitive_help,mod_glossary]
 HLP glossary/defaultapproval.html,[defaultapproval_help,mod_glossary]
 HLP glossary/destination.html,[destination_help,mod_glossary]
 HLP glossary/displayformat.html,[displayformat_help,mod_glossary]
 HLP glossary/editalways.html,[editalways_help,mod_glossary]
 HLP glossary/filetoimport.html,[filetoimport_help,mod_glossary]
 HLP glossary/fullmatch.html,[fullmatch_help,mod_glossary]
 HLP glossary/globalglossary.html,[isglobal_help,mod_glossary]
 HLP glossary/linkcategory.html,[linkcategory_help,mod_glossary]
 HLP glossary/mainglossary.html,[glossarytype_help,mod_glossary]
 HLP glossary/rssarticles.html,[rssarticles_help,mod_glossary]
 HLP glossary/rsstype.html,[rsstype_help,mod_glossary]
 HLP glossary/shows.html,[showspecial_help,mod_glossary]
 HLP glossary/shows.html,[showalphabet_help,mod_glossary]
 HLP glossary/shows.html,[showall_help,mod_glossary]
 HLP glossary/usedynalinkentry.html,[entryusedynalink_help,mod_glossary]
 HLP glossary/usedynalink.html,[usedynalink_help,mod_glossary]
AMOS END
2010-05-03 09:51:47 +00:00
Dongsheng Cai
6aa931edb3 "MDL-22112, format module intro by format_module_intro" 2010-05-03 08:35:12 +00:00
Dongsheng Cai
5f271bd9c8 "MDL-22112, quick fix for missing $PAGE->context" 2010-05-03 08:21:25 +00:00
Dongsheng Cai
51f93f4a1c "MDL-19118, fixed glossary module comment migration" 2010-05-03 08:05:43 +00:00
Dongsheng Cai
8fd603a26a "MDL-19118, fixed data module comment migration" 2010-05-03 07:49:59 +00:00
Jordi Piguillem
1fa2bd54aa [MDL-22112]
Redirecting to first page of the wiki when subwiki is changed and selected pages does not exists
2010-05-03 07:33:22 +00:00
Helen Foster
5c7c45d26f MDL-21695 adding help strings 2010-05-03 06:53:37 +00:00
Dongsheng Cai
e8cf27e860 MDL-22112, wiki attachments should be belong to subwiki not page id 2010-05-03 05:58:46 +00:00
Dongsheng Cai
3b5e2acbd1 MDL-22112, create wiki's first page automatically without ask user questions, and add capability check to wiki_create_page function 2010-05-03 05:49:36 +00:00
Andrew Davis
198ff49840 Rating MDL-22270 Prevented fetching of ratings when ratings are turned off 2010-05-03 02:31:22 +00:00
Dongsheng Cai
f2b7e78026 "missing language string" 2010-05-03 02:22:59 +00:00
Dan Marsden
daca72eb25 Assignment MDL-22265 - fix missing </a> - thanks Patrick! 2010-05-03 00:10:34 +00:00
Andreas Grabs
71720abd2f public templates deactivated 2010-05-02 22:17:26 +00:00
Andreas Grabs
6a471fe007 MDL-17069 - no longer using $_POST 2010-05-02 21:56:06 +00:00
David Mudrak
e2a81c66eb MDL-22276 Workshop 2.0 help and missing strings fixed 2010-05-02 21:50:09 +00:00
David Mudrak
1e9fe3f7bc Removing forgotten subplugins names from workshop plugin lang file 2010-05-02 20:52:20 +00:00
Penny Leach
c3e1b5bd5a portfolio & data MDL-21032 add leap2a to database module
This commit changes drastically the previous portfolio api support in
mod/data to get rid of csv etc and add leap2a, refactor and tidy up a
lot.
2010-05-02 18:01:19 +00:00
Andreas Grabs
028e1e4f55 MDL-18618 - browse feedbacks in a better way 2010-05-02 17:48:53 +00:00
Andreas Grabs
8a23b38c16 MDL-18618 - browse feedbacks in a better way 2010-05-02 17:33:57 +00:00
David Mudrak
d3dbc520c4 MDL-22112 Wiki 2.0 upgrade code - PostgreSQL errors
Firstly, double quotes are used to quote columns in PostgreSQL - let $DB
to deal with quoting of constant strings. Secondly, PostgreSQL does not
seem support table name aliases in UPDATE.
2010-05-02 17:29:21 +00:00
Helen Foster
d1fafa2414 MDL-21695 adding help strings 2010-05-02 16:57:07 +00:00
Patrick Malley
04d2e67494 Changed gui-basic index.php h1 elements to h2 elements 2010-05-02 16:37:06 +00:00
Andreas Grabs
248bafd6d2 MDL-18618 - browse feedbacks in a better way 2010-05-02 16:02:25 +00:00
Dongsheng Cai
1b78f98116 "MDL-22112, readonly page title" 2010-05-02 13:58:13 +00:00
Andreas Grabs
31c0fa53b0 Start replacing tables with div-tags and css-classes 2010-05-02 12:00:56 +00:00
Andrew Davis
fcce139aa3 RSS MDL-22204 committing new RSS code. Uses a token to ID the user. RSS feeds also generated/updated as needed rather than by cron.php 2010-05-02 11:43:57 +00:00
Dongsheng Cai
d1e544b25d MDL-22112, fixed xmldb install.xml 2010-05-02 11:42:23 +00:00
Dongsheng Cai
00710f4cc1 MDL-22112, push wiki 2.0 into head 2010-05-02 11:28:11 +00:00
Penny Leach
5fcbdc6bf0 portfolio MDL-22272 remove portfolio stuff from export tab 2010-05-02 06:38:59 +00:00
Dongsheng Cai
22e719d9c3 "fixed filemanager parameters" 2010-05-02 04:23:34 +00:00
Patrick Malley
a6e1750ae3 Added additional div classes to generalboxes for additional styling 2010-05-02 02:10:54 +00:00
Patrick Malley
15b45bdcb9 Added class to upload file when no file is present. 2010-05-01 14:49:04 +00:00
Patrick Malley
610b5fde69 Added id to uploaded file userfiles generalbox for specific styling 2010-05-01 14:17:30 +00:00
Helen Foster
b621bd1939 MDL-21695 adding help strings 2010-05-01 11:06:06 +00:00
Helen Foster
601aad3ffa MDL-21695 adding help strings 2010-05-01 08:55:08 +00:00
Helen Foster
851b3d22ee MDL-21695 adding help strings 2010-05-01 08:39:07 +00:00
Tim Hunt
455d765f87 quiz editing: MDL-20263 When adding a new question directly to the quiz, highlight it in the question bank. 2010-05-01 08:23:28 +00:00
Tim Hunt
06f87d2f57 quiz: MDL-15452 fix themes breakage found when preparing my MoodleMoot talk. 2010-05-01 08:14:32 +00:00
Tim Hunt
78634f1e06 quiz editing: MDL-17284 Add question here garbled layout when adding to an empty quiz.
That then lead to an incorrect display of the number of questions in the quiz.
2010-05-01 08:11:25 +00:00
Tim Hunt
ac250ad54a quiz: NOBUG fix silly typo. 2010-05-01 08:08:50 +00:00
Sam Hemelryk
57638e2e2f mod-quiz MDL-22261 Fixed JavaScript issue with body id 2010-05-01 06:47:48 +00:00
Andreas Grabs
afdb192056 Start replacing tables with div-tags and css-classes 2010-04-30 23:02:30 +00:00
Helen Foster
73c1448f41 MDL-21695 adding help strings 2010-04-30 20:10:45 +00:00
David Mudrak
530d2d72e4 MDL-21695 Forum module now uses new help strings
AMOS BEGIN
 HLP forum/assessaggregate.html,[aggregatetype_help,mod_forum]
 HLP forum/attachment2.html,[attachment_help,mod_forum]
 HLP forum/displayperiod.html,[displaystart_help,mod_forum]
 HLP forum/displayperiod.html,[displayend_help,mod_forum]
 HLP forum/forumtype.html,[forumtype_help,mod_forum]
 HLP forum/forumtypenews.html,[namenews_help,mod_forum]
 HLP forum/manageposts.html,[blockperiod_help,mod_forum]
 HLP forum/manageposts.html,[blockafter_help,mod_forum]
 HLP forum/manageposts.html,[warnafter_help,mod_forum]
 HLP forum/maxattachments.html,[maxattachments_help,mod_forum]
 HLP forum/maxattachmentsize.html,[maxattachmentsize_help,mod_forum]
 HLP forum/mods.html,[modulename_help,mod_forum]
 HLP forum/ratings.html,[separatedandconnectedinfo,core]
 HLP forum/rssarticles.html,[rssarticles_help,mod_forum]
 HLP forum/rsstype.html,[rsstype_help,mod_forum]
 HLP forum/subscription2.html,[subscriptionmode_help,mod_forum]
 HLP forum/subscription.html,[subscription_help,mod_forum]
 HLP forum/trackingtype.html,[trackingtype_help,mod_forum]
AMOS END
2010-04-30 16:35:55 +00:00
Andreas Grabs
cf6c33cb01 removed a unnecessary $OUTPUT->box_start 2010-04-30 15:00:58 +00:00
David Mudrak
7719b4db37 MDL-21695 Database module now uses new help strings
AMOS BEGIN
 HLP data/exportzip.html,[exportaszip_help,mod_data]
 HLP data/fields.html,[newfield_help,mod_data]
 HLP data/fieldmappings.html,[fieldmappings_help,mod_data]
 HLP data/importcsv.html,[csvimport_help,mod_data]
 HLP data/importfromfile.html,[fromfile_help,mod_data]
 HLP data/maxentries.html,[maxentries_help,mod_data]
 HLP data/requireapproval.html,[requireapproval_help,mod_data]
 HLP data/requiredentries.html,[requiredentries_help,mod_data]
 HLP data/requiredentriestoview.html,[requiredentriestoview_help,mod_data]
 HLP data/savepreset.html,[saveaspreset_help,mod_data]
 HLP data/tags.html,[availabletags_help,mod_data]
 HLP data/usepreset.html,[usestandard_help,mod_data]
AMOS END
2010-04-30 14:56:41 +00:00
David Mudrak
539dfe2920 MDL-21695 Removing timerestrict help as recommended by Helen 2010-04-30 13:46:11 +00:00
David Mudrak
c27d61a2a2 MDL-21695 Removing pagesize help as recommended by Helen 2010-04-30 13:40:54 +00:00
Tim Hunt
37b5b69f2e quiz reports MDL-22257: was loading the complete user record, when it only wanted userid.
On a coures with 16000 users, that is a very bad idea ;-)
2010-04-30 13:15:42 +00:00
David Mudrak
80de705fcb MDL-21695 Choice module now uses new help strings
AMOS BEGIN
 HLP choice/limit.html,[limitanswers_help,mod_choice]
 HLP choice/options.html,[choiceoptions_help,mod_choice]
 HLP choice/timerestrict.html,[timerestrict_help,mod_choice]
AMOS END
2010-04-30 12:05:29 +00:00