moodler
136b6ab33f
changed to use utfconvert function
2006-01-31 02:15:21 +00:00
defacer
e68cf1b3e9
Merging from STABLE:
...
Fix for bug 4627:
Hide "change password" link in admin block if the user is restricted.
Not a security issue, as the script doesn't allow you to change your
password even if you go there by typing in the URL.
Credits for report & patch go to Joseph Rezeau.
2006-01-28 19:49:16 +00:00
moodler
052dec9a2c
adding more cases for serialized blocks
2006-01-25 06:10:18 +00:00
moodler
ede17ee59f
fixing bugs
2006-01-20 04:06:49 +00:00
moodler
0046e5a0d9
adding code to migrate serialized html blocks
2006-01-20 03:43:38 +00:00
mjollnir_
e49c4d3075
Fixing wishlist bug # 4357: different icon & wording in admin block for metacourse importstudents
2006-01-17 23:54:14 +00:00
moodler
5d7a2722d5
more bugs
2006-01-16 07:57:56 +00:00
mjollnir_
d5250d2f13
RSS client block: users can now add their own rss feeds and pick from their feeds and admin feeds. users don't see feeds added by other nonadmin users. this is probably only useful for my moodle since they can't edit any other pages
2006-01-16 03:02:42 +00:00
toyomoyo
85ef664d10
bug fixes
2006-01-16 02:26:54 +00:00
stronk7
cfae73b6b4
[BugFix] Bug #4586 in the moodle bug tracker
...
Please, dont forget to apply bug fixes to head too. ;-)
Merged from MOODLE_15_STABLE
2006-01-14 11:27:52 +00:00
defacer
42f9b64b80
On second thought, we can be a bit more diplomatic with this one.
...
The best of both worlds, but a hack is a hack. ;-)
2006-01-13 16:28:19 +00:00
defacer
24acdc993b
Fixing a bug, see http://moodle.org/mod/forum/discuss.php?d=37545
...
Instead of grabbing variables defined by the course format with
global $var; the block now recomputes them itself.
Of course this also introduces a (significant?) performance hit.
I think it's much preferable to "live with" the hit until a good
solution is developed rather than have a hacky solution that could
break anytime for any obscure reason (case in point). Objections?
2006-01-13 16:20:40 +00:00
toyomoyo
153185152a
adding new field and bug fix
2006-01-11 03:05:34 +00:00
toyomoyo
fb7b685530
adding utf8 support scripts
2006-01-09 06:12:18 +00:00
stronk7
7124cc16e7
Now rss_unhtmlentities() is not used anymore!
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 13:13:06 +00:00
moodler
ef26f27869
Change string name in admin list
2006-01-05 06:30:54 +00:00
toyomoyo
16ee05ad8f
merged, limit of students displayed = 20
2006-01-04 05:22:53 +00:00
defacer
8eefd42e7e
Oops. Forgot some debug code in there.
2005-12-17 04:53:50 +00:00
defacer
1130633117
NEW FEATURE:
...
Per-block access controls for creating and editing block instances. Defaults
behave the same as before, and the framework has final say as before.
See relevant discussion at http://moodle.org/mod/forum/discuss.php?d=36444
Other minor changes: Converted "continue" to "break" inside switch statements
(more to the point, although equivalent), change erroneous (but harmless)
"return false" to "break" on failed addition of block instance, removed some
inline comments from block_base (they were duplicated in PHPdoc)
2005-12-17 04:37:55 +00:00
dhawes
0117998b3d
got aroundoptional_param problem with PARAM_URL munging rss:// and feed:// urls
2005-12-14 00:51:34 +00:00
defacer
ccfa3918de
Merge from STABLE:
...
XHTML fix, pointed out by James Ballard here:
http://moodle.org/mod/forum/discuss.php?d=35830
(Also just found out it's bug 4451)
2005-12-07 15:01:02 +00:00
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