Andrew Davis
|
9f76d281af
|
glossary MDL-23717 fixed random quote block add entry link
|
2010-08-09 03:55:55 +00:00 |
|
Petr Skoda
|
8571833f0b
|
MDL-23069 moving version and cron info into standard version.php - finally, yay!
|
2010-07-04 12:18:22 +00:00 |
|
Petr Skoda
|
5a0b9156d1
|
MDL-22054 fixed forgotten get_string
|
2010-04-11 11:40:09 +00:00 |
|
Petr Skoda
|
2a71e9f24f
|
MDL-22054 converting block name strings to pluginname
AMOS START
MOV [blockname,block_glossary_random],[pluginname,block_glossary_random]
AMOS END
|
2010-04-11 11:19:29 +00:00 |
|
Petr Skoda
|
4ca6cfbfd4
|
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
|
2009-11-01 12:00:47 +00:00 |
|
tjhunt
|
6526cc3468
|
blocks: MDL-19889 Convert random glossary block to use edit_form.php
|
2009-07-29 03:57:56 +00:00 |
|
stronk7
|
4e1cb3397e
|
MDL-18901 formatXXX fields - changed missed occurrence
|
2009-07-26 09:36:14 +00:00 |
|
tjhunt
|
cb6402296c
|
blocklib: MDL-19010 remove no-longer-necessary global variable use from blocks
|
2009-05-06 09:28:26 +00:00 |
|
skodak
|
cbc2b5df03
|
MDL-18901 reimplemented trusstext support in glossary + standardising format column for text fields
|
2009-04-20 10:05:50 +00:00 |
|
skodak
|
f28f2d9022
|
MDL-14679 towards blocks conversion
|
2008-06-02 20:15:51 +00:00 |
|
skodak
|
534792cd82
|
MDL-14679 removed all instances of get_records_select_menu()
|
2008-06-01 15:52:12 +00:00 |
|
stronk7
|
9120630b4b
|
glossary->id for block is now properly recoded by restore. MDL-4934 ; merged from 19_STABLE
|
2008-04-27 01:56:08 +00:00 |
|
jmg324
|
cc1a28f073
|
minor change: glossary concept as h3 not h2 to match subheadings in other blocks styles and to be lower than block heading h2 for accessibility
|
2008-04-17 13:42:51 +00:00 |
|
moodler
|
433c242f1a
|
Merged new block versions from 1.9
|
2008-03-03 11:43:32 +00:00 |
|
skodak
|
51edc06ea1
|
MDL-10132 improved random glossary blocks - now uses modinfo too + fixed some notices; merged from MOODLE_19_STABLE
|
2008-02-05 23:34:20 +00:00 |
|
skodak
|
dd97c32868
|
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
|
2008-01-24 20:33:50 +00:00 |
|
poltawski
|
2f2b289fe2
|
MDL-12464 - refine further so that glossary can't refer to instance from
another course (and cause breakage)
|
2008-01-08 16:47:19 +00:00 |
|
poltawski
|
f9192b6538
|
MDL-12464 - if a glossary is deleted, it causes some breakage in the
random glossary block
Merged from MOODLE_19_STABLE
|
2007-12-06 15:43:46 +00:00 |
|
moodler
|
fafa2265f6
|
Merged fix for trusttext from stable
|
2006-10-24 02:36:13 +00:00 |
|
stronk7
|
422770d8cb
|
Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
$limitnum parameters in all the get_recordXXX() functions. MDL-7167
Merged from MOODLE_17_STABLE
|
2006-10-23 23:00:18 +00:00 |
|
toyomoyo
|
e73bfa2d73
|
merged replacing studentcanpost with proper capability
|
2006-10-23 03:23:09 +00:00 |
|
moodler
|
1a2ea6f488
|
Merged $course -> $COURSE fixes from 1.6 stable
|
2006-05-29 08:17:57 +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
|
cb88fbddec
|
I broke this with my last commit, fixing.
|
2005-04-20 21:46:33 +00:00 |
|
defacer
|
fda5a2338f
|
Scott Elliott managed to diagnose bug 2784 (and 2990 -- duplicate) and find
the solution. All hail! :)
|
2005-04-20 20:40:04 +00:00 |
|
stronk7
|
1d3a7a859c
|
Now block_glossary_random supports CFG->filterall.
|
2005-04-17 23:29:54 +00:00 |
|
moodler
|
5899f67208
|
Fixed style of heading and some stringZ
|
2005-04-08 06:15:14 +00:00 |
|
moodler
|
7ead0ce017
|
Cleaned up formatting and removed a notice
|
2005-04-08 05:48:02 +00:00 |
|
jpuntd
|
837a0fe258
|
teacher can now choose if glossary concept is displayed are not
|
2005-04-05 15:53:46 +00:00 |
|
jpuntd
|
ed4c7bd3cb
|
fixed bug with config->refresh not retaining value
|
2005-04-02 20:48:19 +00:00 |
|
defacer
|
6d908bc6c8
|
Changed a magic number to DAYSECS and some instance_config_save() calls to
the recommended instance_config_commit().
|
2005-03-23 14:16:02 +00:00 |
|
defacer
|
969782386a
|
Correcting whitespace, modernizing a bit, removed one notice.
|
2005-03-09 20:36:04 +00:00 |
|
moodler
|
2896553e9d
|
Added language file (somewhat different to one in forums).
Made some major cleanups to the block for efficiency, robustness
and Postgres compat.
It seems to work for me OK but could use some good testing!
|
2005-02-26 17:21:31 +00:00 |
|
moodler
|
95c62b56b7
|
Fixed some notices
|
2005-02-26 08:11:01 +00:00 |
|
jpuntd
|
163dc56b3d
|
changes to block code
|
2005-02-20 07:23:10 +00:00 |
|
jpuntd
|
fc9c255cb8
|
removed
|
2004-10-11 18:15:10 +00:00 |
|
jpuntd
|
f9aa73d1b9
|
fixed some typos
|
2004-10-10 03:55:58 +00:00 |
|