410 Commits

Author SHA1 Message Date
mjollnir_
4820a99e87 New report - course participation. Integrated with messaging system, same as participants list. 2005-11-28 20:50:15 +00:00
defacer
13f64465e1 Removing some code which looks _very_ dead to me (traced its origins back
to when the Blocks2 stuff was first committed).

Unless I have forgotten something important and this breaks stuff horribly
somewhere, then it should be taken out from many other standard blocks as well!
2005-11-23 23:40:26 +00:00
defacer
a7ef57d4da Making section links point to #section-NNN instead of #NNN 2005-11-23 23:16:24 +00:00
defacer
296c94b134 Begone, evil <font> tag 2005-11-23 22:33:33 +00:00
mjollnir_
e87d42e013 Merged from MOODLE_15_STABLE: Fixing misnamed variable in forgot password link in login block 2005-11-17 02:30:53 +00:00
patrickslee
9edf8e04e5 More restrictions on enrol/unenrol of meta courses. Thanks to Bug #4057
Merged from MOODLE_15_STABLE
2005-11-15 21:55:13 +00:00
mjollnir_
bacd847b35 Fixing last commit - mysql upgrade - table_column defaults to 0 for default rather than empty string and mysql doesn't want to allow 0 for defaults for type text columns 2005-11-13 22:58:26 +00:00
mjollnir_
79598cf025 Fixing bug 4244: length of rss title changed to TEXT in db and truncated to 64+ ... in block content. Also fixed BAD BUG where the function name for rss_client block upgrade was misnamed - this would have meant that db no upgrades ran for this block 2005-11-13 22:50:45 +00:00
dhawes
35ba289440 bug 4244. Replaced rss_edit with rssedit keyword everywhere. Also added string replace for any feed:// or rss:// url strings with http:// 2005-11-10 23:34:28 +00:00
skodak
00b61a661a fixed bug 3532 - canceling of activity movement thanks to jcodina; merged from MOODLE_15_STABLE 2005-11-05 22:06:27 +00:00
defacer
044cdea0c6 Removing MY_MOODLE_FORMAT constant, we just play along with relative paths. 2005-10-30 01:10:08 +00:00
defacer
e7898f26eb Fix for bug 4251:
Removing second copy of applicable_formats() function (copy/paste typo).
2005-10-29 18:58:05 +00:00
skodak
870e3cad2c fix for preferred_width_xx initialization SC#169; merged from MOODLE_15_STABLE 2005-10-29 16:36:15 +00:00
mjollnir_
527883218c Participants block shouldn't be shown for my moodle; guests don't want my moodle redirect, fixing page title in edit block instance in my moodle 2005-10-28 04:11:17 +00:00
mjollnir_
41f7a86012 Merged from MOODLE_15_STABLE: Now the login block uses the same logic for forgot password as the login page does 2005-10-26 21:19:01 +00:00
moodler
eb3bf78354 Space, the final frontier 2005-10-06 08:21:55 +00:00
moodler
5a666f05d5 Fixed link for editing RSS feeds when there isn't one yet 2005-10-06 08:21:14 +00:00
dhawes
f00679f5da removed comparisons to NULL and added isset() calls instead as per JP's suggestion 2005-10-02 17:45:20 +00:00
defacer
9bd49dfa3b Code readability improvements and fixed a notice 2005-10-02 15:46:06 +00:00
dhawes
8f858bd1f9 attempt to fix bug 3980 - asking JP and Penny to test 2005-10-02 14:30:05 +00:00
dhawes
d112f80a22 simple addition - just included : tag in all files for rss_client block. no need to merge, not a bug fix 2005-10-02 13:48:33 +00:00
gustav_delius
9c22e022cb Now uses print_user_picture() instead of custom code 2005-09-29 14:26:25 +00:00
mjollnir_
140c139e56 Various stats fixes - including putting the link to stats in admin block - which somebody had accidently (I presume) backed out during a conflict 2005-09-28 06:07:40 +00:00
gustav_delius
232b3ccc09 Turn editing on link in admin block was missing sesskey, fixing bug 4013 2005-09-26 09:26:06 +00:00
mjollnir_
47c8939975 Merged from MOODLE_15_STABLE: Login block should be more discerning about offering signup link. Fixed to be more in line with the login page 2005-09-13 22:51:49 +00:00
mjollnir_
c69dbe691e Merged from MOODLE_15_STABLE: (ish, version numbers different): Add an index where we really need it - block_instance.pagetype 2005-09-02 05:00:59 +00:00
mjollnir_
f3221af9e5 Initial checkin of stats (from processing the log table).
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
defacer
85311ca8d6 Now Quiz Results can be set into anonymous mode, where performance is shown
but student and group names are not disclosed. See relevant discussion at

http://moodle.org/mod/forum/discuss.php?d=29196

Version was also bumped up.

Incidentally, prefixed all defined constant names with "B_QUIZRESULTS_" to
avoid any conflicts with other things in the future.
2005-08-23 19:12:54 +00:00
mjollnir_
4374ee2ca9 Fixing warnings in my moodle/ blocks /pagelib, plus moved page->edit_always to base class 2005-08-23 04:48:34 +00:00
mjollnir_
347d7d2760 Recent activity block shouldn't go into my moode 2005-08-23 04:03:25 +00:00
martinlanghoff
af08f72b3d Merged from MOODLE_15_STABLE - Blocks upgrade - reduce memory consumption by a few GB and (postgres only) halve database traffic. 2005-08-18 00:04:02 +00:00
mjollnir_
e7fa4c7f14 Bumping blocks version for my moodle changes 2005-08-17 22:36:55 +00:00
mjollnir_
5d3715d492 Removed tiny amount of unncessary code I added as part of the my moodle block stuff yesterday 2005-08-16 23:17:56 +00:00
mjollnir_
84c57908c8 renaming block_student_loan_calc to block_loancalc 2005-08-16 05:56:55 +00:00
mjollnir_
3e920f36ff New block for student loan calculation. Doesn't contain db tables. 2005-08-16 01:45:42 +00:00
mjollnir_
0d6b9d4f4d MyMoodle: new /my/ page, contains course overview (module based, forum done). User defined blocks on /my/ page, admin defined stickyblocks. Needs lots of testing. Held off bumping version.php for blocks because of the postgres upgrade fixes Patrick is putting in. 2005-08-16 00:25:39 +00:00
patrickslee
4e980e5a92 Mass cleanup of bad postgres upgrade scripts(merged from 15_stable) 2005-08-15 23:17:58 +00:00
dhawes
706dae5e6e phpdoc additions and spacing cleanup 2005-08-11 15:27:47 +00:00
dhawes
fd9576fb1b spacing tidy up 2005-08-11 12:45:38 +00:00
patrickslee
dbbbb588a3 Fixed a bug in postgres block upgrade script messing up with block ids (Merged from 15_STABLE) 2005-08-10 05:31:46 +00:00
urs_hunkler
340c48485e I replaced the center and font tags in this sideblock with <div class="message">. 2005-08-03 11:07:13 +00:00
dhawes
d396889452 should be fix for bug 3478 2005-08-01 14:02:46 +00:00
dhawes
d721fbd036 attempt to preserve on the merry go round of forms and link in rss feed creation 2005-07-31 20:04:19 +00:00
defacer
30d5bd7979 Merging from STABLE:
Fix for bug 3793:

Prevent warning message when configuring a glossary_random block in a
course which has no glossaries.
2005-07-23 00:53:55 +00:00
defacer
164e30542d Merging from STABLE:
Slight "correctness" correction.
2005-07-19 23:45:02 +00:00
thepurpleblob
26f747277b Removed set_default() calls and fixed some function calls that seem to have changed
in blocks library.
2005-07-07 14:10:19 +00:00
defacer
c7d6e27451 Fixing a notice: $this->footer wasn't always set.
This doesn't happen in 1.5 so it must have been a regression.
2005-07-06 00:51:20 +00:00
dhawes
340f819871 additional debug output when in debug mode 2005-06-28 21:21:59 +00:00
urs_hunkler
d87ea8e9e9 merged from 1.5 - removed padding-top from title, which made the title of the sideblock higher than the other ones. 2005-06-17 06:29:01 +00:00
thepurpleblob
ef2b429c09 Replaced require_variable() with required_param() 2005-06-15 15:01:40 +00:00