Andrew Davis
43b92251be
rss MDL-23391 made lib/rsslib.php more generic
2010-07-21 02:11:53 +00:00
Andrew Davis
4df5322391
rss MDL-23391 rerefactored rss feed generation
2010-07-20 08:36:22 +00:00
Andrew Davis
274f98409a
rss MDL-23391 refactored rss feeds to make them standard across components
2010-07-20 07:49:34 +00:00
Andrew Davis
aa60291e12
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
2010-07-19 10:57:52 +00:00
Andrew Davis
d5f25d957e
rss MDL-23383 moved the RSS cache to /dataroot/cache/rss
2010-07-19 06:46:23 +00:00
Moodle HQ git importer
c4d2299950
Fixing drift between CVS and git
2010-07-17 22:40:19 +00:00
Andrew Davis
0074247f95
rating MDL-23187 added rating caps to those listed within activity cap check pages
2010-07-16 07:42:10 +00:00
Andrew Davis
55d95d90f9
rating MDL-23328 made date restriction of ratings work correctly
2010-07-16 06:30:30 +00:00
Andrew Davis
a74bea1257
rss MDL-23315 fixed error when moving threads between forums
2010-07-16 02:46:26 +00:00
Petr Skoda
dbf9e4bae3
MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins
2010-07-13 13:56:55 +00:00
Petr Skoda
20e5da7d91
MDL-19211 back to the old text format preferences logic + minor refactoring and improvements
2010-07-10 12:12:59 +00:00
Andrew Davis
eac02096d6
forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging
2010-07-08 08:23:58 +00:00
Andrew Davis
b58bd1a2fa
forum MDL-23145 switched forum digests over to just use email instead of being chanelled through messaging
2010-07-08 08:08:16 +00:00
Petr Skoda
936a54ca05
MDL-23106 removing unused ratings upgrade code
2010-07-06 17:29:55 +00:00
Petr Skoda
2e0406a53a
repeating upgrade typo fixed
2010-07-06 16:10:17 +00:00
Andrew Davis
6d2e69363d
message MDL-23101 made email notifications of forum posts work
2010-07-06 08:59:39 +00:00
Andrew Davis
505ab5aaa0
message MDL-23101 made notifications of forum posts work
2010-07-06 07:42:29 +00:00
Martin Dougiamas
e90debf1a0
NOBUG Removed an extraneous {$a} that wasn't needed because it was redundant ;)
2010-07-05 09:22:49 +00:00
Martin Dougiamas
9a5b90053b
MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
...
AMOS BEGIN
CPY [modulename,assignment],[pluginname,assignment]
CPY [modulename,chat],[pluginname,chat]
CPY [modulename,choice],[pluginname,choice]
CPY [modulename,data],[pluginname,data]
CPY [modulename,feedback],[pluginname,feedback]
CPY [modulename,folder],[pluginname,folder]
CPY [modulename,forum],[pluginname,forum]
CPY [modulename,glossary],[pluginname,glossary]
CPY [modulename,hotpot],[pluginname,hotpot]
CPY [modulename,imscp],[pluginname,imscp]
CPY [modulename,label],[pluginname,label]
CPY [modulename,lesson],[pluginname,lesson]
CPY [modulename,page],[pluginname,page]
CPY [modulename,quiz],[pluginname,quiz]
CPY [modulename,resource],[pluginname,resource]
CPY [modulename,survey],[pluginname,survey]
CPY [modulename,url],[pluginname,url]
CPY [modulename,wiki],[pluginname,wiki]
CPY [modulename,workshop],[pluginname,workshop]
AMOS END
2010-07-05 05:12:39 +00:00
Petr Skoda
1d797cace9
fixed recent regression
2010-07-04 20:05:53 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
Petr Skoda
a4cdd6d2c8
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
2010-07-04 10:27:56 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
Martin Dougiamas
246c082a4c
NOBUG course is not a required param (we assume site level if none specified)
2010-07-02 08:43:27 +00:00
Dongsheng Cai
195827d35b
MDL-23019, fixed post_form validation function.
2010-07-02 03:26:55 +00:00
Rossiani Wijaya
36099bd4d5
MDL-20410 - remove set_focuscontrol (bulk commit)
2010-07-01 05:24:14 +00:00
Rossiani Wijaya
12a24e00cf
MDL-21610 (partial) - converting table to css for discussion display controls.
2010-07-01 04:45:54 +00:00
Martin Dougiamas
9bf0881743
MDL-22910 Fixing regression caused by adding email as a required field for user pictures
2010-07-01 02:31:28 +00:00
Martin Dougiamas
9fcec30dcc
MDL-22963 Fixed some regressions caused by undeleted $ratings parameters in some forum modes
2010-06-30 09:22:19 +00:00
Martin Dougiamas
8295918f96
MDL-22963 Fixing renderer regression that broke the forum mode selector
2010-06-30 09:14:55 +00:00
David Mudrak
dfab2ce795
MDL-21695 Replaced search.html without AMOScript, to be translated from scratch
2010-06-28 17:04:35 +00:00
Dan Marsden
af9059ec4c
Forum MDL-18712 fix file storage upgrade code - thanks to Tatsuya Shirai for report/fix
2010-06-27 08:05:35 +00:00
Rossiani Wijaya
0e5bfd669f
MDL-21609 - add form label to search forums function.
2010-06-24 01:59:37 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
Sam Hemelryk
7487c85699
course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch.
2010-06-08 06:21:25 +00:00
Eloy Lafuente
b46ba22bf5
NOBUG: reduce to 1 whitespace. ctags was crying
2010-06-04 18:38:33 +00:00
Rossiani Wijaya
b4c0739547
MDL-20447 - add heading to the page and fix navbar content.
2010-05-28 04:28:05 +00:00
Sam Marshall
31c9330392
accesslib MDL-22527 Batch change to replace 'legacy' arrays with 'archetypes' arrays in access.php
2010-05-21 11:51:23 +00:00
Andrew Davis
aeafd4366b
rating MDL-22526 added item checks to rating submission
2010-05-21 07:50:38 +00:00
Dongsheng Cai
573e7e3396
revert some changes, my cvs client (smartcvs) goes wrong, commited all my local changes, MDL-8224
2010-05-20 06:35:41 +00:00
Dongsheng Cai
af140288c4
MDL-8224, minor changes to tweak ui
2010-05-20 06:26:40 +00:00
Penny Leach
21512d5861
portfolio MDL-21079 make sure that mod/forum/locallib.php includes main forum lib
2010-05-19 17:42:47 +00:00
Martin Dougiamas
6606c00fe2
forum MDL-22477 Fixed single discussion forum so it works, and also fixed a bunch of other little regressions and bad formatting while there. Blog forum now 100% wide too.
2010-05-17 16:00:36 +00:00
Andrew Davis
e404dffd59
rating MDL-21657 added a space in if statement to not break upgrade safety checking script
2010-05-17 09:33:33 +00:00
Andrew Davis
9e86f2e7a9
rss MDL-22204 fixed rss autodiscovery and made the RSS UI elements placement consistent
2010-05-13 08:44:35 +00:00
Martin Dougiamas
e2f6bddc04
MDL-22204 Updated two strings for forum RSS links to make them shorter. Thanks AMOS!
2010-05-13 02:25:44 +00:00
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
Helen Foster
3bbb63ea04
MDL-21695 adding help link string
2010-05-05 11:47:29 +00:00
Jamie Pratt
6a176a74a8
MDL-21655 "big scary enrolment and roles improvements" fixed a typo in previous check in which was causing an error when replying to posts.
2010-05-05 08:45:45 +00:00
Martin Dougiamas
03d9401e7d
My Moodle MDL-19124 New version of My Moodle, User profiles and Course profiles, all with block support
...
Thanks very much to Remote Learner Canada, especially Hubert Chathi and Olav Jordan, for their work on the bulk of this code, and also Mike Churchward for supporting them. I worked on it after that (actually simplified it by removing a feature temporarily: multiple pages) to bring it more to what I was imagining, and to provide a base to build on and get all the navigation perfect.
There's still work to do. Some blocks don't quite work as expected, and some of the code still needs upgrading to bring it fully into line with 2.0. We also could use a much better course overview block and better CSS styling of the profile pages. But it's definitely more usable this it was, I think.
2010-05-04 13:04:35 +00:00