defacer
e7c15eca42
Since people adding this block to the quiz screen will get an empty display
...
at first, show them a more friendly message instead.
2005-02-01 07:46:31 +00:00
defacer
8dffa4df07
Don't forget to kill all our block instances if we are deleted.
2005-02-01 07:40:58 +00:00
defacer
8bd3fad303
I need those constants a bit more easily accessible.
2005-02-01 07:39:21 +00:00
defacer
7221d319be
Fixing all the details in the block instance configuration screen.
...
That wasn't so hard!
2005-02-01 07:34:17 +00:00
defacer
bdfa14dd7f
All right, we can now have blocks in quiz pages!
...
Let's test it a while and see what we learn from it.
2005-02-01 07:16:19 +00:00
defacer
cadc69c64c
Added a new class page_quiz, modelling the behavior of a quiz view page.
...
Not everything is quite right now, a few details (e.g. correct breadcrumbs)
have been ignored but most of the functionality is there.
Blocks in quizzes, here we come!
2005-02-01 07:12:39 +00:00
defacer
3edc57e189
Even more automation: now blocks_execute_url_action() checks if the user
...
has sufficient rights to execute the action automatically. It's therefore
safe to call without ANY checks being done first.
2005-02-01 06:55:02 +00:00
defacer
0144a0a701
Add a very useful feature to block_base to make instance config even more
...
convenient to use. And take advantage of it to make the block run faster.
2005-02-01 06:51:00 +00:00
defacer
bf94f836a4
Being slightly more accurate.
2005-02-01 06:49:52 +00:00
defacer
f58a15dee2
That link looks a little silly if we are viewing the quiz...
2005-02-01 06:40:50 +00:00
defacer
e0a80e89f3
I 'm putting together a scheme to allow blocks in mod/quiz/view.php.
...
This will allow the block to work when displayed there.
2005-02-01 06:38:42 +00:00
defacer
da71112bed
Refining the way that blocks work: now you don't have to know anything
...
about what editing the blocks adds to your URL. blocklib will take care
of that internally.
2005-02-01 06:24:28 +00:00
mjollnir_
bf60471bc8
Fix for metacourses. Courses with course->metacourse shouldn't be offered in the courses to add dropdown
2005-02-01 04:51:28 +00:00
mjollnir_
8a4e77ae1b
Another fix for metacourses (lost auto_increment). This will preserve data.
2005-02-01 04:47:04 +00:00
moodler
d897c9c416
Fixed up admin page formatting
2005-02-01 04:12:53 +00:00
moodler
e8b8c3e05a
Removed old styles
2005-02-01 04:05:04 +00:00
moodler
55cc6e5a27
Latest tags
2005-02-01 04:01:56 +00:00
moodler
9fad2dec0f
Removed $THEME from around the place
2005-02-01 03:46:20 +00:00
moodler
a2df2a1ac0
Updates from Charlie Williams and "wild girl"s fantastic flash friend
...
MP3 player now has a slider with loading information, and is slightly less high
(15px instead of 18px) so it fits better inline.
Source included.
2005-02-01 03:24:25 +00:00
moodler
fe98d35d43
FIxes from tony for highlighting
2005-02-01 02:58:51 +00:00
martinlanghoff
4c3911f934
Merged from MOODLE_14_HEAD - Better behaviour of fix_course_sortorder() -- related to bug #2334 -- includes version bump to clear out recalcitrant sortorders
2005-02-01 01:47:45 +00:00
martinlanghoff
94afadb360
Merged from MOODLE_14_HEAD - Better behaviour of fix_course_sortorder() -- related to bug #2334
2005-02-01 01:37:14 +00:00
mjollnir_
d20f58e7e8
Fixing column_type for postgres (WHERE 0 is not valid so using LIMIT 0 instead)
2005-02-01 00:28:02 +00:00
koenr
63141e59c6
some new strings and a new translator for TR
2005-01-31 23:36:03 +00:00
defacer
7c81cc29b9
Added a new function, column_type(), based on ADOdb's MetaType().
...
Attempting to make ALTER TABLE for Postgres really smart... this is
the solution to bug 2460 if it works correctly.
2005-01-31 23:24:43 +00:00
koenr
68985c0dbe
untranslated file
2005-01-31 23:00:52 +00:00
julmis
713126cd43
Remove last space from attribute list in cleanAttributes2 function.
2005-01-31 20:09:17 +00:00
mchurch
65504d11f4
Added read post
...
marking for posts over a day old to the upgrade procedure.
2005-01-31 19:26:55 +00:00
mchurch
90fd2b51aa
Fixed insert_record call in forum_tp_add_read_record. Added read post
...
marking for posts over a day old to the upgrade procedure.
2005-01-31 19:24:14 +00:00
barias
a5f6b0f256
Latest updates in spanish translation
2005-01-31 18:44:50 +00:00
stronk7
6c5b28232f
Not change at glossary, Code for allowprintview was there. :-)
2005-01-31 18:11:51 +00:00
stronk7
6bdd02e40b
Avoid some probles when returning to the original user after using the loginas feature.
...
(sesskey not set)
2005-01-31 18:10:50 +00:00
stronk7
2d81101163
Solved sesskey issue in calculated questions. Bug 2464
...
(http://moodle.org/bugs/bug.php?op=show&bugid=2464 )
2005-01-31 16:40:08 +00:00
mchurch
489de4ae13
Fixed a special case issue with the news forum on the front page and
...
non-logged in users.
2005-01-31 15:04:10 +00:00
dhawes
160888f6cf
removed check for guest after guests have already been rejected from page
2005-01-31 11:39:14 +00:00
moodler
855c0839fc
Forum searching is now implemented using a lex-based method, which allows
...
extra capabilities such as:
- "phrase searching"
- user matching: user:tony
- subject matching: subject:thing
This code is all from Tony Hursh. THANKS TONY!!
2005-01-31 07:41:47 +00:00
moodler
792a590da7
New libraries to support lexer-based searching. From Tony Hursh - thanks!
2005-01-31 07:39:03 +00:00
moodler
b2432b7fbb
Fixed xml again (bug 2413)
2005-01-31 07:17:54 +00:00
moodler
cdf3925518
Messaging can now be completely disabled using $CFG->messaging
2005-01-31 07:11:42 +00:00
moodler
cc15a607eb
Now informs about old themes.
...
It's damn ugly, this page, but I'm just getting it to a useful state first
2005-01-31 06:13:28 +00:00
moodler
d74d4f2053
Some changes in the way theme setup is achieved, there is now a function
...
for it called theme_setup
2005-01-31 05:59:13 +00:00
moodler
d65a650133
Fixes for Theme preview
2005-01-31 05:58:03 +00:00
mjollnir_
61e1af73ff
Apparently I forgot to commit this new file when committing the import course content stuff. Here it is!
2005-01-31 04:26:22 +00:00
moodler
a01fcda617
Less buttons
2005-01-31 04:16:36 +00:00
defacer
b5039f5d15
Removing some diagnostic output that had been forgotten.
2005-01-31 03:47:14 +00:00
moodler
3eea7601ab
New string
2005-01-31 03:35:45 +00:00
defacer
7542a4e574
Dropping the use of MOODLE_PAGE_COURSE <gasp>!
...
The new constant is PAGE_COURSE_VIEW, and it's more streamlined with the
new CSS-related ids for 1.5. There are great possibilities for the future
here, so we 're getting ready.
On the other hand, this has to be the ugliest hack I 've ever inflicted
on any program (look at pagelib.php). Thankfully it will only stay for just
a little while.
2005-01-31 02:18:15 +00:00
defacer
4d411a997f
Added new id selector for the "inactive accounts will be unenrolled" message.
2005-01-31 01:22:13 +00:00
defacer
2107c1f721
Changing the inline centering with an id.
2005-01-31 01:20:43 +00:00
defacer
af04e86a78
Removing deprecated <font> and <center>.
2005-01-31 01:03:41 +00:00