]>
git.mjollnir.org Git - moodle.git/log
vyshane [Mon, 29 Jan 2007 07:58:47 +0000 (07:58 +0000)]
Merged from 1.7.
vyshane [Mon, 29 Jan 2007 07:36:55 +0000 (07:36 +0000)]
Merged from 1.7.
mark-nielsen [Mon, 29 Jan 2007 06:43:22 +0000 (06:43 +0000)]
"Merged" in the fixed for MDL-8137
moodler [Mon, 29 Jan 2007 06:12:18 +0000 (06:12 +0000)]
Prevent an rcache-related notice
vyshane [Mon, 29 Jan 2007 06:02:17 +0000 (06:02 +0000)]
Merged from 1.7.
moodler [Mon, 29 Jan 2007 02:45:48 +0000 (02:45 +0000)]
FIxed a style typo that made login page look odd
vyshane [Mon, 29 Jan 2007 02:22:18 +0000 (02:22 +0000)]
Merged from 1.7.
stronk7 [Mon, 29 Jan 2007 00:17:25 +0000 (00:17 +0000)]
First real test of the new rs_fetchXXX() functions. Applying it
to get_my_courses(). MDL-8134
Merged from MOODLE_17_STABLE
stronk7 [Sun, 28 Jan 2007 23:15:16 +0000 (23:15 +0000)]
Added Oracle DIRTY HACK to both rs_fetchXX functions.
Detecting of EOF in rs_fetch_record()
Big improvement of rs_fetch_next_record() by using FethRow()
with speeds near native fields[]. MDL-8134
Merged from MOODLE_17_STABLE
skodak [Sun, 28 Jan 2007 22:29:24 +0000 (22:29 +0000)]
MDL-8323 fixed global $COURSE in chameleon theme footer
donal72 [Sun, 28 Jan 2007 22:08:59 +0000 (22:08 +0000)]
Auth: Documentation update to reflect changes in signature of user_update_password method
skodak [Sun, 28 Jan 2007 21:43:39 +0000 (21:43 +0000)]
MDL-6128 special chars and messaging system
skodak [Sun, 28 Jan 2007 21:18:08 +0000 (21:18 +0000)]
MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
skodak [Sun, 28 Jan 2007 20:52:57 +0000 (20:52 +0000)]
MDL-8337 has_capability() ignores default roles for $userid and does not detect changed $USER and other minor fixes (this is needed for global $COURSE cleanup and fixed+improved cron.php)
stronk7 [Sun, 28 Jan 2007 20:14:09 +0000 (20:14 +0000)]
Initial commit of the new rs_XXX() functions to fetch, advance and close
ADOdb recordsets in a standard way. Not finished yet but I need them in CVS.
MDL-8134
Merged from MOODLE_17_STABLE
stronk7 [Sun, 28 Jan 2007 18:18:28 +0000 (18:18 +0000)]
Now MSSQL naming of objects introspects to avoid duplicates. MDL-7376
urs_hunkler [Sun, 28 Jan 2007 17:11:05 +0000 (17:11 +0000)]
'set sideblock left and right min/max width with values set in theme/config.php'
stronk7 [Sun, 28 Jan 2007 11:46:17 +0000 (11:46 +0000)]
Clarify a bit getNameForObject correct usage.
stronk7 [Sun, 28 Jan 2007 11:42:10 +0000 (11:42 +0000)]
Oracle now introspects DB to fetch names of
sequences and triggers. MDL-6880
donal72 [Sun, 28 Jan 2007 10:27:05 +0000 (10:27 +0000)]
Auth: Fix for error creating admin user (if you choose a new username). Also addresses an issue in the user_update_password method.
stronk7 [Sun, 28 Jan 2007 01:07:52 +0000 (01:07 +0000)]
And finally I've found the annoying bug that was causing Oracle to
execute strange SQL statements! Argh! Now I can go to sleep...
stronk7 [Sun, 28 Jan 2007 00:30:22 +0000 (00:30 +0000)]
getting tired of restore my test Oracle DB. Typo!
gbateson [Sun, 28 Jan 2007 00:25:57 +0000 (00:25 +0000)]
correct the display of the "Update this Hot Potatoes Quiz" button in Danish (da_utf8) and German (de_utf8) - see mdl-8322
stronk7 [Sun, 28 Jan 2007 00:20:54 +0000 (00:20 +0000)]
Quote field names in rename in order to allow renaming of reserved words.
stronk7 [Sun, 28 Jan 2007 00:12:32 +0000 (00:12 +0000)]
CHAR fields NOT NULL must not have any empty default specified!
Oracle breaks with empty defaults because they are = NULL.
Leaving them as NULL, XMLDB will apply defaults for each DB properly.
stronk7 [Sat, 27 Jan 2007 23:39:57 +0000 (23:39 +0000)]
Fixing silly (like me) typo.
stronk7 [Sat, 27 Jan 2007 23:37:22 +0000 (23:37 +0000)]
Oracle PL/SQL blocks can end by ";". Prevent that to be trimmed.
skodak [Sat, 27 Jan 2007 23:23:44 +0000 (23:23 +0000)]
Editor related fixes:
MDL-7545 HTML Editor does not send http headers for character encoding;
MDL-8323 added proper require_course_login()
+ fixed javascript in coursefiles broken by XHTML strict
+ general cleanup and fixing in coursefiles (themes, javascript, obsoleted functions, etc.)
stronk7 [Sat, 27 Jan 2007 22:11:04 +0000 (22:11 +0000)]
Now Oracle naming of objects introspects to avoid duplicates. MDL-7376
skodak [Sat, 27 Jan 2007 21:28:26 +0000 (21:28 +0000)]
MDL-7977 - updated guest and loggedin detection in login block; removed obsolted $USER->loggedin (now tested with empty($USER->id) in isloggedin()) and $USER->site (replaced by session test cookie)
MDL-5429 - skip https login for guestlogins
urs_hunkler [Sat, 27 Jan 2007 20:56:55 +0000 (20:56 +0000)]
'preferred_width changed to 210 because with lower values column width changes when block is closed by user'
stronk7 [Sat, 27 Jan 2007 20:13:23 +0000 (20:13 +0000)]
When renaming tables, check that the new one doesn't exist.
stronk7 [Sat, 27 Jan 2007 20:08:19 +0000 (20:08 +0000)]
Small improvement. One less iteration pero object name requested.
skodak [Sat, 27 Jan 2007 19:56:08 +0000 (19:56 +0000)]
MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE
new function course_setup() thats does proper $CFG-> , locale and themes setup much sooner than print_header() originally (needed for MDL-8067), cleanup of forgotten global $course issues
MDL-8067 Fixed several $HTTPSREQUIRED issues - html editor now loads from https (the old hack did not wotk with IE7, new hack is uglier but works), fixed formlibs images (we can not set them in library global scope, we must wait for httpsrequired() and require_login() and od that in function), fixed links in meta.php, fixed help images
fixed setting of new $USER values in user edit forms
urs_hunkler [Sat, 27 Jan 2007 19:34:54 +0000 (19:34 +0000)]
'IE7 bug - not handling sidblocks correctly with long words. overflow and word-wrap corrects the sideblock width in most cases.'
skodak [Sat, 27 Jan 2007 19:14:23 +0000 (19:14 +0000)]
added missing $course
stronk7 [Sat, 27 Jan 2007 17:41:31 +0000 (17:41 +0000)]
Updated comment.
stronk7 [Sat, 27 Jan 2007 17:37:39 +0000 (17:37 +0000)]
Now Postgres naming of objects introspects to avoid duplicates. MDL-7376
moodler [Sat, 27 Jan 2007 03:15:10 +0000 (03:15 +0000)]
Automatic installer.php lang files by installer_builder (
20070127 )
stronk7 [Sat, 27 Jan 2007 01:12:18 +0000 (01:12 +0000)]
Delegate to the isNameInUse() function the request to
see if one object name is in use in the DB (to avoid
duplicates 100%) MDL-7376 (the rest will come tomorrow)
skodak [Fri, 26 Jan 2007 21:45:50 +0000 (21:45 +0000)]
MDL-8096 loginhttps fixes for new advancededit form
skodak [Fri, 26 Jan 2007 21:37:56 +0000 (21:37 +0000)]
MDL-8096 user edit form - reintroduced httpsrequirequired()
stronk7 [Fri, 26 Jan 2007 21:28:48 +0000 (21:28 +0000)]
Adding two helper functions and modify upgrade to
work properly under MSSQL and Oracle. MDL-8303
Merged from MOODLE_17_STABLE
stronk7 [Fri, 26 Jan 2007 21:27:44 +0000 (21:27 +0000)]
Adding two helper functions and modify upgrade to
work properly under MSSQL and Oracle. MDL-8303
Added one simple hack to execute_sql() in order
to avoid and debug about trailing ;
stronk7 [Fri, 26 Jan 2007 21:19:07 +0000 (21:19 +0000)]
Silly conditions produce silly results, please. :-P
(WHERE 1 is not cross-db at all)
skodak [Fri, 26 Jan 2007 21:09:21 +0000 (21:09 +0000)]
MDL-8308 placement of load_all_capabilities() in login page
skodak [Fri, 26 Jan 2007 20:20:27 +0000 (20:20 +0000)]
MDL-8277 userid field now PARAM_CLEAN
skodak [Fri, 26 Jan 2007 20:15:54 +0000 (20:15 +0000)]
MDL-8319 avatar image is now deleted from disk, user/pix.php redirects to default picture if user picture not present(===deleted)
stronk7 [Fri, 26 Jan 2007 19:28:40 +0000 (19:28 +0000)]
Oracle doesn't like ; at the end of execute_sql()
skodak [Fri, 26 Jan 2007 18:42:47 +0000 (18:42 +0000)]
MDL-8096 user edit form - some more refactoring and fixes
tjhunt [Fri, 26 Jan 2007 17:52:23 +0000 (17:52 +0000)]
Missing serf_default on decimal points field.
skodak [Fri, 26 Jan 2007 17:17:21 +0000 (17:17 +0000)]
MDL-8096 - fixed default values
skodak [Fri, 26 Jan 2007 16:19:34 +0000 (16:19 +0000)]
MDL-8096 - added proper trimming of usernames; site:config capability is now neede to change definition of custom profile fields
skodak [Fri, 26 Jan 2007 16:19:33 +0000 (16:19 +0000)]
MDL-8096 - added proper trimming of usernames; site:config capability is now neede to change definition of custom profile fields
skodak [Fri, 26 Jan 2007 13:49:32 +0000 (13:49 +0000)]
MDL-8096 - some more fixes and minor refactoring in custom profile fields
skodak [Fri, 26 Jan 2007 13:33:56 +0000 (13:33 +0000)]
MDL-8096 - some more fixes for custom profile fields
skodak [Fri, 26 Jan 2007 13:13:13 +0000 (13:13 +0000)]
MDL-8096 - fixed mutilang in custom category header
skodak [Fri, 26 Jan 2007 13:11:06 +0000 (13:11 +0000)]
MDL-8096 - refactored and cleanedup custom profiles, user edit form fixes
TODO: fix comments and docs
moodler [Fri, 26 Jan 2007 07:09:39 +0000 (07:09 +0000)]
FIxed an annoying little artifact showing up on the second line of the last tab MDL-7782
moodler [Fri, 26 Jan 2007 06:59:16 +0000 (06:59 +0000)]
FIxed tabs for quizzes
moodler [Fri, 26 Jan 2007 06:50:34 +0000 (06:50 +0000)]
Fixed a pass-by-reference notice
moodler [Fri, 26 Jan 2007 06:32:53 +0000 (06:32 +0000)]
FIxed tabs on module edit pages
moodler [Fri, 26 Jan 2007 06:28:43 +0000 (06:28 +0000)]
Improved documentation for print_tabs
moodler [Fri, 26 Jan 2007 06:23:53 +0000 (06:23 +0000)]
Some slight modifications to the css classes for one-tab lines MDL-7782
moodler [Fri, 26 Jan 2007 06:18:43 +0000 (06:18 +0000)]
Fixed up the tabs for roles
moodler [Fri, 26 Jan 2007 05:48:33 +0000 (05:48 +0000)]
Latest tags
mits [Fri, 26 Jan 2007 02:16:31 +0000 (02:16 +0000)]
Added some new settings to config.php based on /theme/standard change.
skodak [Thu, 25 Jan 2007 19:36:47 +0000 (19:36 +0000)]
MDL-8096 - fixed use of formslib in custom profile field gui
skodak [Thu, 25 Jan 2007 18:18:33 +0000 (18:18 +0000)]
MDL-8096 - edit form session fix
skodak [Thu, 25 Jan 2007 18:17:57 +0000 (18:17 +0000)]
MDL-8096 - fixed set_user_preference() weirdness, you could not pass $USER->id as $otheruser parameter
skodak [Thu, 25 Jan 2007 18:02:48 +0000 (18:02 +0000)]
MDL-8096 - rewritten standard edit form and other fixes; new custom profile fields still missing
skodak [Thu, 25 Jan 2007 17:59:46 +0000 (17:59 +0000)]
MDL-8281 hardFreeze now removes previously defined required status and all rules
bobopinna [Thu, 25 Jan 2007 13:49:50 +0000 (13:49 +0000)]
Fixed external manifest problems
nfreear [Thu, 25 Jan 2007 11:18:39 +0000 (11:18 +0000)]
Fix for reopened bug MDL-6685, "Arrows on course roles screen are displaying as squares"
urs_hunkler [Thu, 25 Jan 2007 11:14:42 +0000 (11:14 +0000)]
some tab tweeks
skodak [Thu, 25 Jan 2007 11:03:33 +0000 (11:03 +0000)]
MDL-8096 - advanced edit now mostly works, though still some parts missing; RIP changeme user :-)
bobopinna [Thu, 25 Jan 2007 07:39:48 +0000 (07:39 +0000)]
Fixed a bug in external package validation
bobopinna [Thu, 25 Jan 2007 07:20:38 +0000 (07:20 +0000)]
Fixed some problems in package validation
moodler [Thu, 25 Jan 2007 07:09:24 +0000 (07:09 +0000)]
Prettied up RSS pages a bit
moodler [Thu, 25 Jan 2007 06:37:59 +0000 (06:37 +0000)]
Fixed "can't add RSS feed" bug MDL-8180
ikawhero [Thu, 25 Jan 2007 05:23:56 +0000 (05:23 +0000)]
Using new function to print out custom categories and fields. This shouldn't
interfere with skodaks work on splitting the user edit form.
ikawhero [Thu, 25 Jan 2007 05:20:10 +0000 (05:20 +0000)]
Placed the work behind printing out the categories and fields into a
function.
moodler [Thu, 25 Jan 2007 04:51:37 +0000 (04:51 +0000)]
Added some documentation and renamed thngs for clarity
moodler [Thu, 25 Jan 2007 04:44:51 +0000 (04:44 +0000)]
Fixes to styles and new images to finalise new tabs as per MDL-7782
Looking much better! Thanks, Urs!
moodler [Thu, 25 Jan 2007 04:43:26 +0000 (04:43 +0000)]
Improved classes for new tabs MDL-7782
Improved inclusion of meta.php avoids notices for non-existent files
vyshane [Thu, 25 Jan 2007 04:37:39 +0000 (04:37 +0000)]
Merged from 1.7.
skodak [Thu, 25 Jan 2007 00:17:06 +0000 (00:17 +0000)]
MDL-8096 - fixed footer
skodak [Thu, 25 Jan 2007 00:04:02 +0000 (00:04 +0000)]
MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-)
* new editadvanced form for creating of users and editing without restrictions
* elliminated fantom changeme user
* updated links and installation process
* see TODO comments in code
donal72 [Wed, 24 Jan 2007 23:17:08 +0000 (23:17 +0000)]
Mnet: We haven't been updating the last_connect_time field. Let's do that.
donal72 [Wed, 24 Jan 2007 23:15:24 +0000 (23:15 +0000)]
Mnet: Minor: Fix a comment
martinlanghoff [Wed, 24 Jan 2007 22:17:42 +0000 (22:17 +0000)]
mnet: $CFG->mnet_dispatcher_mode - ensure we set it on install and upgrade, silence warnings - MDL-8284
bobopinna [Wed, 24 Jan 2007 20:24:51 +0000 (20:24 +0000)]
Added conditional rename/add for field external
stronk7 [Wed, 24 Jan 2007 19:39:59 +0000 (19:39 +0000)]
Modified a bit the child iterator that wasn't working under Safari.
Tested with FF and Safari. Needs test with IE.
stronk7 [Wed, 24 Jan 2007 17:54:53 +0000 (17:54 +0000)]
Prevent rename_field() to be executed if no full specs of
the original field are provided. MDL-8296
stronk7 [Wed, 24 Jan 2007 16:54:49 +0000 (16:54 +0000)]
Add full specs for current field in rename_field() PHP
generation from the editor. Part of MDL-8296
bobopinna [Wed, 24 Jan 2007 15:33:46 +0000 (15:33 +0000)]
Changed drop and add with rename
Fixed a problem with md5hash field
jamiesensei [Wed, 24 Jan 2007 15:13:46 +0000 (15:13 +0000)]
fixed some small typos I introduced.
moodler [Wed, 24 Jan 2007 13:22:11 +0000 (13:22 +0000)]
New IE-only css
moodler [Wed, 24 Jan 2007 13:21:00 +0000 (13:21 +0000)]
New pix from Urs
moodler [Wed, 24 Jan 2007 13:17:03 +0000 (13:17 +0000)]
A small bug in rename_field means that you need to specify the field in detail for it to work.
This will be fixed by Eloy later.
MDL-8237