toyomoyo
171948fd4a
bumped up version to add keys, changed some more UI
2006-08-10 08:21:29 +00:00
toyomoyo
bcf214dfc4
adding keys for new tables, added migration support too
2006-08-10 08:20:16 +00:00
moquist
da4124beab
Added $return=false parameter to the following functions:
...
print_navigation()
print_headline()
print_heading()
print_heading_with_help()
print_heading_block()
print_continue()
print_simple_box()
print_simple_box_start()
print_simple_box_end()
print_single_button()
print_spacer()
print_file_picture()
print_user()
print_recent_activity_note()
print_group_menu()
print_grade_menu()
print_scale_menu()
print_scale_menu_helpbutton()
Changed $returnstring parameter to $return (for consistency) in the following
functions:
print_user_picture()
print_group_picture()
2006-08-10 06:41:38 +00:00
moquist
469b650119
Added $return=false parameter to print_footer() using output control functions
...
to capture include() of themed footer HTML.
2006-08-10 05:10:00 +00:00
moquist
36b6bcecc0
Added $return=false parameter to print_header() and print_header_simple() using
...
output control functions to deal with the include() of the themed header HTML
file.
2006-08-10 05:01:57 +00:00
moquist
eaeaf964dc
Added $return=false parameter to close_window_button() and choose_from_radio().
2006-08-10 04:33:55 +00:00
toyomoyo
c04ba75f8f
merged fix for a bug when user's lang is not set, fall back to site lang
2006-08-10 02:43:22 +00:00
skodak
016ffbd752
Bug #4936 - Highlighting a question text fragment with different color; merged from MOODLE_16_STABLE
2006-08-09 19:31:09 +00:00
tjhunt
dba4e6da97
Document table_column.
2006-08-09 17:46:16 +00:00
moodler
41811960a1
Added patch from Tim ( http://moodle.org/mod/forum/discuss.php?d=51323#234978 )
2006-08-09 14:16:13 +00:00
moodler
2ad25548c6
Fixed some typos. Thanks Tim!
2006-08-09 14:01:14 +00:00
moodler
f10306b9e2
Removed tabs
2006-08-09 14:00:51 +00:00
moodler
5ec8a4f009
Removed tabs
2006-08-09 13:18:33 +00:00
moodler
9888263703
Removed tabs
2006-08-09 13:14:15 +00:00
skodak
563e64e3de
Bug #6106 - HTML editor inserting unwanted hard return between images; merged from MOODLE_16_STABLE
2006-08-09 09:37:01 +00:00
vyshane
53d7785b4a
Added moodle/site:viewfullnames
2006-08-09 09:16:35 +00:00
moodler
aa31141173
Small cleanup of a notification
2006-08-09 05:37:31 +00:00
moodler
ec0810ee2d
Some fixes to make the context more readable for humans
2006-08-09 04:51:05 +00:00
toyomoyo
07a9cdb544
tables went missing =(
2006-08-09 04:00:44 +00:00
skodak
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
stronk7
5a1d835487
Adding some unsigned keywords here and there and implementing role tables
2006-08-08 09:04:55 +00:00
toyomoyo
90f7a7d509
adding unsigned
2006-08-08 08:30:10 +00:00
vyshane
27950688bb
Added moodle/site:accessallgroups capability.
2006-08-08 06:45:25 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
stronk7
67d7d69494
Initial XMLDB implementation of Moodle Core.
2006-08-07 17:38:06 +00:00
tjhunt
5a14d563b9
Bug #5972 - Some question types mark a blank answer inconsistently.
...
Also, cleaned up the marking code for numerical and short answer questions, partly by making the base-class method more useful.
Rewrote the way the way short answer questions do wildcard matching to be more robust, Unicode safe, and generally not suck.
This is a big change, so I am pleased to report I tested it using my new Selinium test suite. See: http://moodle.org/mod/forum/discuss.php?d=51161
2006-08-04 16:53:43 +00:00
skodak
df77b427d5
check_dir_exists() has new recursive parameter - it should help clean up the restore code a bit and could be handy elsewhere too; tested in both linux and windoze
2006-08-02 19:40:58 +00:00
skodak
9e72ebd678
improved redirect() - faster and more standards compliant
2006-08-01 18:02:42 +00:00
skodak
583fad994c
Bug #5352 - upgrade might be interrupted by user - upgrades are now logged into moddata/upgradelogs/, user abor is ignored and concurrent running of upgrades is prevented from one browser
2006-08-01 07:46:19 +00:00
toyomoyo
0c23b59c9b
merfed fix for 6178
2006-08-01 05:12:13 +00:00
skodak
889e6b46f4
Bug #6147 - Upgrade from 1.5.x breaks with Postgres 7.4.x
...
Even though Postgres 7.4.x is officially supported, several upgrade scripts use syntax that only works in Postgres 8.x. and it's impossible to finish the upgrade.
The attached patch fixes those scripts.
Saludos. I�aki.
Author: I�aki Arenaza
Review: Jun Yamog, Martin Langhoff
merged from MOODLE_16_STABLE
2006-07-31 18:04:10 +00:00
skodak
3ea3763a18
Bug #6146 - Smiley popup can not be translated; merged from MOODLE_16_STABLE
2006-07-31 10:28:12 +00:00
julmis
5113b779f6
First attempt to indentify special tags and nicely formatted output
2006-07-31 01:45:22 +00:00
julmis
bb9cd4503a
Merging from stable
2006-07-30 23:24:43 +00:00
skodak
be933850a7
Bug #6176 - locale setting on config variables page not functioning correctly; merged from MOODLE_16_STABLE
2006-07-30 10:39:21 +00:00
skodak
f4f6599085
Bug #6183 - typo in clean_param() description; merged from MOODLE_16_STABLE
2006-07-28 20:57:19 +00:00
tjhunt
bdfad57b83
Added information to a comment.
2006-07-28 10:55:37 +00:00
tjhunt
9a1e5f0a5f
Clarified unit test failure message.
2006-07-27 10:43:14 +00:00
skodak
250f78be94
Bug #6097 - HTML editor and brackets - fixes lesson problems; merged from MOODLE_16_STABLE
2006-07-20 06:32:38 +00:00
moodler
fa145ae1af
Merged fixes from stable
2006-07-19 10:21:52 +00:00
skodak
ad0f9c828e
Bug #6136 - Hard coded admin paths; merged from MOODLE_16_STABLE
2006-07-19 08:13:25 +00:00
stronk7
d272c2feb8
Fixing one recently added DB upgrade. Please be careful on STABLE!
...
Mimic from MOODLE_16_STABLE
2006-07-18 16:35:15 +00:00
tjhunt
d7444d442f
Bug #6033 - missing string for unknown questiontype. Also tidied up some messy code. Merged from MOODLE_16_STABLE.
2006-07-18 15:34:24 +00:00
martinlanghoff
2338ad3239
Close Bug #5670 - get_courses_page() - remove costly and redundant DISTINCT
...
get_courses_page() uses get_records_sql() which means that it will actually
break if the first field requested isn't c.id. This in turn means that
the DISTINCT is not needed at all.
So let's go fast again!
2006-07-18 04:39:01 +00:00
tjhunt
062a7522c2
Bug 6111 - Rewrite the code for making an indented list of question categories, becase the existing code was so horrible. Merged from MOODLE_16_STABLE.
2006-07-14 15:36:29 +00:00
sam_marshall
44c55d4662
Added hooks so that blocks can create functions that are run when they are installed and uninstalled. The base implementation does nothing.
2006-07-14 11:17:46 +00:00
moodler
418b4e5a5f
Merged new variable $CFG->allowvisiblecoursesinhiddencategories from stable
2006-07-13 14:18:29 +00:00
tjhunt
a36f058e53
Bug 6101 - Automatically scroll to any errors when upgrading the database. JavaScript thanks to Andrew Walker. PHP changes are my fault.
2006-07-13 09:48:56 +00:00
moodler
118917bf17
Checking YUI into Moodle for future AJAX work
2006-07-13 08:35:43 +00:00
skodak
18478666ca
fixed printing of filenames from zip archives - SC#273; merged from MOODLE_16_STABLE
2006-07-12 05:57:28 +00:00