]> git.mjollnir.org Git - moodle.git/log
moodle.git
18 years agoadding capabilities
toyomoyo [Tue, 5 Sep 2006 08:50:23 +0000 (08:50 +0000)]
adding capabilities

18 years agominor include cleanup
skodak [Tue, 5 Sep 2006 08:27:14 +0000 (08:27 +0000)]
minor include cleanup

18 years agoGet the block name correctly
moodler [Tue, 5 Sep 2006 06:30:12 +0000 (06:30 +0000)]
Get the block name correctly

18 years agoJust changed the order around a bit
moodler [Tue, 5 Sep 2006 06:13:53 +0000 (06:13 +0000)]
Just changed the order around a bit

18 years agoUse the new config variable as a default for paging
moodler [Tue, 5 Sep 2006 06:11:48 +0000 (06:11 +0000)]
Use the new config variable as a default for paging

18 years agoAdded coursesperpage so paging can be controlled
moodler [Tue, 5 Sep 2006 03:28:25 +0000 (03:28 +0000)]
Added coursesperpage so paging can be controlled

18 years agoUse the defaultsetting if the variable isn't set yet
moodler [Tue, 5 Sep 2006 03:27:08 +0000 (03:27 +0000)]
Use the defaultsetting if the variable isn't set yet

18 years agoMerged MDL-6431 into HEAD
moodler [Tue, 5 Sep 2006 03:15:09 +0000 (03:15 +0000)]
Merged MDL-6431 into HEAD

18 years agoFixed warning
vyshane [Tue, 5 Sep 2006 03:07:56 +0000 (03:07 +0000)]
Fixed warning

18 years agoupdates to accommodate changes to commands.php
cap2501 [Tue, 5 Sep 2006 00:50:08 +0000 (00:50 +0000)]
updates to accommodate changes to commands.php

18 years agoUpdated so nothing in the database is being manipulated directly except for the block...
cap2501 [Tue, 5 Sep 2006 00:47:47 +0000 (00:47 +0000)]
Updated so nothing in the database is being manipulated directly except for the block position. look into moving this functionality into the blocks_execute_action.

18 years agoDon't use db_lowercase() anymore.
stronk7 [Mon, 4 Sep 2006 22:45:12 +0000 (22:45 +0000)]
Don't use db_lowercase() anymore.

18 years agoUsing the standard sql_as() function, although it could be not used.
stronk7 [Mon, 4 Sep 2006 22:42:56 +0000 (22:42 +0000)]
Using the standard sql_as() function, although it could be not used.

18 years agoMark two functions as deprecated because that's standard now.
stronk7 [Mon, 4 Sep 2006 22:40:42 +0000 (22:40 +0000)]
Mark two functions as deprecated because that's standard now.

18 years ago$CFG required.
stronk7 [Mon, 4 Sep 2006 22:30:56 +0000 (22:30 +0000)]
$CFG required.

18 years agoTypo! :-(
stronk7 [Mon, 4 Sep 2006 22:17:28 +0000 (22:17 +0000)]
Typo! :-(

18 years agoMSSQL only runs under UTF8 (with the correct ODBTP driver, of course)
stronk7 [Mon, 4 Sep 2006 22:16:30 +0000 (22:16 +0000)]
MSSQL only runs under UTF8 (with the correct ODBTP driver, of course)

18 years agoMSSQL and Oracle don't want DISTINCT clauses over TEXT/BINARY fields.
stronk7 [Mon, 4 Sep 2006 22:05:58 +0000 (22:05 +0000)]
MSSQL and Oracle don't want DISTINCT clauses over TEXT/BINARY fields.
In this case, we simply delete it because SELECT g.* guarantees unique
records to be retrieved by the first field.

18 years agoChanged so that the settingpage titles are shown (see MDL-6402)
vinkmar [Mon, 4 Sep 2006 21:38:23 +0000 (21:38 +0000)]
Changed so that the settingpage titles are shown (see MDL-6402)

18 years agoCasting $course->modinfo to string prevents one notice to
stronk7 [Mon, 4 Sep 2006 21:12:37 +0000 (21:12 +0000)]
Casting $course->modinfo to string prevents one notice to
be showed when it's null, returning false as desired.

18 years agoOne less reserved word. glossary->comment is out!
stronk7 [Mon, 4 Sep 2006 20:37:27 +0000 (20:37 +0000)]
One less reserved word. glossary->comment is out!

18 years agomerging collisions cleanup
skodak [Mon, 4 Sep 2006 20:32:59 +0000 (20:32 +0000)]
merging collisions cleanup

18 years agoIncluded course/lib.php to be able to rebuild_course_cache()
stronk7 [Mon, 4 Sep 2006 19:33:27 +0000 (19:33 +0000)]
Included course/lib.php to be able to rebuild_course_cache()
It was working until some time ago, but now it's required.

18 years agoNow the temp backup directory is properly created/cleaned
stronk7 [Mon, 4 Sep 2006 19:27:53 +0000 (19:27 +0000)]
Now the temp backup directory is properly created/cleaned
and indexes info are properly stored there.

18 years ago*** empty log message ***
ethem [Mon, 4 Sep 2006 12:31:54 +0000 (12:31 +0000)]
*** empty log message ***

18 years agoNew strings for echecks.
ethem [Mon, 4 Sep 2006 12:25:21 +0000 (12:25 +0000)]
New strings for echecks.

18 years agoNew config: Echeck bank account types enabled.
ethem [Mon, 4 Sep 2006 12:09:30 +0000 (12:09 +0000)]
New config: Echeck bank account types enabled.

18 years agoNew string: adminaccepts; Select payment methods allowed and their types
ethem [Mon, 4 Sep 2006 12:09:25 +0000 (12:09 +0000)]
New string: adminaccepts; Select payment methods allowed and their types

18 years agoAutoconfigure accepted echeck bank account types. CHECKING, BUSINESSCHECKING, SAVINGS
ethem [Mon, 4 Sep 2006 09:44:00 +0000 (09:44 +0000)]
Autoconfigure accepted echeck bank account types. CHECKING, BUSINESSCHECKING, SAVINGS

18 years agoadding caapabilities
toyomoyo [Mon, 4 Sep 2006 08:45:08 +0000 (08:45 +0000)]
adding caapabilities

18 years agoMake Moodle Docs work for settings pages
moodler [Mon, 4 Sep 2006 08:33:57 +0000 (08:33 +0000)]
Make Moodle Docs work for settings pages

18 years agoFurther reductions in logic to deprectaed functions
moodler [Mon, 4 Sep 2006 08:31:07 +0000 (08:31 +0000)]
Further reductions in logic to deprectaed functions

18 years agoRe-worded comment to make more sense
vyshane [Mon, 4 Sep 2006 08:19:23 +0000 (08:19 +0000)]
Re-worded comment to make more sense

18 years agoJust some small doc changes
moodler [Mon, 4 Sep 2006 08:15:48 +0000 (08:15 +0000)]
Just some small doc changes

18 years agoTCPDF pdf library
vyshane [Mon, 4 Sep 2006 08:11:37 +0000 (08:11 +0000)]
TCPDF pdf library

18 years agoWrapper class with modifications to TCPDF for Moodle usage.
vyshane [Mon, 4 Sep 2006 08:10:08 +0000 (08:10 +0000)]
Wrapper class with  modifications to TCPDF for Moodle usage.

18 years agofixed missing global $USER
skodak [Mon, 4 Sep 2006 08:01:57 +0000 (08:01 +0000)]
fixed missing global $USER

18 years agoThis merchant accepts eCheck (ACH) transactions only; no credit card transactions...
ethem [Mon, 4 Sep 2006 07:51:15 +0000 (07:51 +0000)]
This merchant accepts eCheck (ACH) transactions only; no credit card transactions are accepted.

18 years agoAllow all payment methods as default: AN_METHOD_CC, AN_METHOD_ECHECK
ethem [Mon, 4 Sep 2006 07:33:11 +0000 (07:33 +0000)]
Allow all payment methods as default: AN_METHOD_CC, AN_METHOD_ECHECK
authorizenetlib.php autoconfigures payment method as AN_METHOD_CC if the merchant doesn't accept AN_METHOD_ECHECK. First real echeck transaction is enough for this.

18 years agoError message isn't shown when user clicked button without key if course key is set.
ethem [Mon, 4 Sep 2006 07:09:44 +0000 (07:09 +0000)]
Error message isn't shown when user clicked button without key if course key is set.

18 years agolegacy functions to use 4th parameter to by pass doanything capability
toyomoyo [Mon, 4 Sep 2006 04:50:12 +0000 (04:50 +0000)]
legacy functions to use 4th parameter to by pass doanything capability

18 years agoMerged confirmation email fix from stable
moodler [Mon, 4 Sep 2006 02:30:52 +0000 (02:30 +0000)]
Merged confirmation email fix from stable

18 years agonotice() should be allowed at install/upgrade. It stops the whole
stronk7 [Sun, 3 Sep 2006 22:32:14 +0000 (22:32 +0000)]
notice() should be allowed at install/upgrade. It stops the whole
process without need to do it. Changed to notify().

Thanks to one "orphan" forum in moodle.org (234) we detected this.

18 years agonotice() should be allowed at install/upgrade. It stops the whole
stronk7 [Sun, 3 Sep 2006 22:30:13 +0000 (22:30 +0000)]
notice() should be allowed at install/upgrade. It stops the whole
process without need to do it. Changed to notify()

18 years agotypo ;-)
stronk7 [Sun, 3 Sep 2006 21:43:37 +0000 (21:43 +0000)]
typo ;-)

18 years agoPatch submitted by Ethem:
stronk7 [Sun, 3 Sep 2006 20:16:24 +0000 (20:16 +0000)]
Patch submitted by Ethem:

Error message isn't shown when user clicked without key.
Multienrol is enabled (course enrol key with authorize)

This patch allows showing error message when user clicked button without key.

18 years agoThe custom function to convert the user table hasn't to drop/create indexes anymore.
stronk7 [Sun, 3 Sep 2006 19:20:01 +0000 (19:20 +0000)]
The custom function to convert the user table hasn't to drop/create indexes anymore.
It's handled automatically by the main utf8 script.

18 years agoNow, the UTF8 migration doesn't rely one indexes specified in the .xml files. Instead,
stronk7 [Sun, 3 Sep 2006 19:18:00 +0000 (19:18 +0000)]
Now, the UTF8 migration doesn't rely one indexes specified in the .xml files. Instead,
for each table, it fetches all the existing indexes from db, drop them all and, after
utf-8 conversion, rebuilds them.

With this, all the indexes will be exactly the same than the original present in DB, no matter
of their names nor anything else.

So, starting now, to provide a sucessful UTF8 migration we only have to keep updated the
fields .xml info. Bye, bye indexes info.

18 years agofixed language string
skodak [Sun, 3 Sep 2006 19:13:53 +0000 (19:13 +0000)]
fixed language string

18 years agominor fix
skodak [Sun, 3 Sep 2006 18:53:07 +0000 (18:53 +0000)]
minor fix

18 years agoremoved useless includes
skodak [Sun, 3 Sep 2006 18:49:13 +0000 (18:49 +0000)]
removed useless includes

18 years agoadd admin_tree to front page during install and upgrade
skodak [Sun, 3 Sep 2006 18:37:41 +0000 (18:37 +0000)]
add admin_tree to front page during install and upgrade

18 years agoAdded the feedback attribute to the execute_sql_arr() function.
stronk7 [Sun, 3 Sep 2006 17:56:34 +0000 (17:56 +0000)]
Added the feedback attribute to the execute_sql_arr() function.

18 years agoallow deleting of block when original code not present
skodak [Sun, 3 Sep 2006 17:46:27 +0000 (17:46 +0000)]
allow deleting of block when original code not present

18 years agoCutting down on the debug notices
moodler [Sun, 3 Sep 2006 16:31:46 +0000 (16:31 +0000)]
Cutting down on the debug notices

18 years agoAdded capability for showing documentation links
moodler [Sun, 3 Sep 2006 16:26:55 +0000 (16:26 +0000)]
Added capability for showing documentation links

18 years agoMerging $CFG->disablestatsprocessing from stable
moodler [Sun, 3 Sep 2006 15:46:21 +0000 (15:46 +0000)]
Merging $CFG->disablestatsprocessing from stable

18 years agoPrevent NULL fields in 1.7 to become NOT NULL after the UTF-8 migration process.
stronk7 [Sun, 3 Sep 2006 15:33:42 +0000 (15:33 +0000)]
Prevent NULL fields in 1.7 to become NOT NULL after the UTF-8 migration process.

18 years agofixed collisions in merges, sorry
skodak [Sun, 3 Sep 2006 15:21:46 +0000 (15:21 +0000)]
fixed collisions in merges, sorry

18 years agoFixed module links to suit new admin/*.php file page names
moodler [Sun, 3 Sep 2006 15:13:53 +0000 (15:13 +0000)]
Fixed module links to suit new admin/*.php file page names

18 years agoNew admin menu files
moodler [Sun, 3 Sep 2006 14:52:43 +0000 (14:52 +0000)]
New admin menu files

18 years agoProper log index.php so that admin pages work correctly
moodler [Sun, 3 Sep 2006 14:52:23 +0000 (14:52 +0000)]
Proper log index.php so that admin pages work correctly

18 years agoVarious tidying up of the admin pages.
moodler [Sun, 3 Sep 2006 14:45:57 +0000 (14:45 +0000)]
Various tidying up of the admin pages.

Reports now don't need mod.php but they should include the admin headers/footers.

There are undoubtedly bugs in this but this framework should be more sane

18 years agoThese files still need tidying
moodler [Sun, 3 Sep 2006 14:43:41 +0000 (14:43 +0000)]
These files still need tidying

18 years agonew admin block fixes and reorganisation - I guess we need something more traditional...
skodak [Sun, 3 Sep 2006 13:10:56 +0000 (13:10 +0000)]
new admin block fixes and reorganisation - I guess we need something more traditional for now

18 years agoTake out invalid </tr>. While this makes the html valid some work should still be...
gustav_delius [Sun, 3 Sep 2006 12:23:11 +0000 (12:23 +0000)]
Take out invalid </tr>. While this makes the html valid some work should still be done on the layout of this.

18 years agoThe file countries.php does not exist in lang/en, only in lang/en_utf8. Therefore...
gustav_delius [Sun, 3 Sep 2006 11:38:45 +0000 (11:38 +0000)]
The file countries.php does not exist in lang/en, only in lang/en_utf8. Therefore the fallback default in the function get_list_of_countries() should always be en_utf8.

18 years agoUpgrade_log stuff needed adminlib.php included
moodler [Sun, 3 Sep 2006 09:00:13 +0000 (09:00 +0000)]
Upgrade_log stuff needed adminlib.php included

18 years agoNew tags file
moodler [Sun, 3 Sep 2006 08:56:05 +0000 (08:56 +0000)]
New tags file

18 years agoUse proper way to get config values :)
moodler [Sun, 3 Sep 2006 08:48:39 +0000 (08:48 +0000)]
Use proper way to get config values :)

18 years agoRemoved student view
moodler [Sun, 3 Sep 2006 08:46:30 +0000 (08:46 +0000)]
Removed student view

18 years agoFices bug when loading another user's capabilities (it would trash your own)
moodler [Sun, 3 Sep 2006 08:45:41 +0000 (08:45 +0000)]
Fices bug when loading another user's capabilities (it would trash your own)

18 years agoRemoved student view completely until a roles-ased replacement can be made
moodler [Sun, 3 Sep 2006 08:10:51 +0000 (08:10 +0000)]
Removed student view completely until a roles-ased replacement can be made

18 years agoMoving deprecated functions to deprecatedlib.php from moodlelib.php and
moodler [Sun, 3 Sep 2006 08:10:10 +0000 (08:10 +0000)]
Moving deprecated functions to deprecatedlib.php from moodlelib.php and
some cleanups around the place.

Many of the functions in deprecatedlib.php have been rewritten to work with
the new roles and capabilities so that they can still work as well as possible.

18 years agoTidy-ups
moodler [Sun, 3 Sep 2006 08:03:02 +0000 (08:03 +0000)]
Tidy-ups

18 years agoReplaced forum_get_user() with forum_add_user_default_subscriptions()
moodler [Sun, 3 Sep 2006 08:01:48 +0000 (08:01 +0000)]
Replaced forum_get_user() with forum_add_user_default_subscriptions()

18 years agoFixed typo
moodler [Sun, 3 Sep 2006 08:00:03 +0000 (08:00 +0000)]
Fixed typo

18 years agoImprovements to load_notloggedin_role for robustness and clarity.
moodler [Sun, 3 Sep 2006 07:56:40 +0000 (07:56 +0000)]
Improvements to load_notloggedin_role for robustness and clarity.

More checking in role_assign and calling of forum_add_user_default_subscriptions

18 years agofixed missing return in assign_role()
skodak [Sun, 3 Sep 2006 07:29:06 +0000 (07:29 +0000)]
fixed missing return in assign_role()

18 years agoversion bump for db upgrades
skodak [Sun, 3 Sep 2006 00:00:17 +0000 (00:00 +0000)]
version bump for db upgrades

18 years agofixes for new admin blocks
skodak [Sat, 2 Sep 2006 23:55:56 +0000 (23:55 +0000)]
fixes for new admin blocks

18 years agoAllowinng tables to create fields/keys/indexes using the one-pass-setters
stronk7 [Sat, 2 Sep 2006 23:52:55 +0000 (23:52 +0000)]
Allowinng tables to create fields/keys/indexes using the one-pass-setters

18 years agoAdded one-pass-setters for fields/keys/indexes.
stronk7 [Sat, 2 Sep 2006 23:51:39 +0000 (23:51 +0000)]
Added one-pass-setters for fields/keys/indexes.

18 years agoAdded some used strings
stronk7 [Sat, 2 Sep 2006 23:49:02 +0000 (23:49 +0000)]
Added some used strings

18 years agoFirst implementation of the create_table() function. Simple.
stronk7 [Sat, 2 Sep 2006 23:48:02 +0000 (23:48 +0000)]
First implementation of the create_table() function. Simple.

18 years agoNew function execute_sql_arr() to execute arrays of
stronk7 [Sat, 2 Sep 2006 23:46:43 +0000 (23:46 +0000)]
New function execute_sql_arr() to execute arrays of
statements, Used by ddllib.php mainly.

18 years agoSkeleton of the view_php helper.
stronk7 [Sat, 2 Sep 2006 23:44:06 +0000 (23:44 +0000)]
Skeleton of the view_php helper.

18 years agoOnly launch the old upgrade if it exists. It doesn'texist for new DB
stronk7 [Sat, 2 Sep 2006 23:40:13 +0000 (23:40 +0000)]
Only launch the old upgrade if it exists. It doesn'texist for new DB
flavours and modules.

18 years agoDon't asume that table and column exist in the migration process.
stronk7 [Sat, 2 Sep 2006 23:38:16 +0000 (23:38 +0000)]
Don't asume that table and column exist in the migration process.
Just to avoid some warnings.

18 years agocourse_sections->summary and course_sections->sequence can be NULLable (experimenting...
stronk7 [Sat, 2 Sep 2006 22:37:38 +0000 (22:37 +0000)]
course_sections->summary and course_sections->sequence can be NULLable (experimenting....)

18 years agoadded prune() to admin tree class to prevent errors in applying of backup defaults
skodak [Sat, 2 Sep 2006 19:30:54 +0000 (19:30 +0000)]
added prune() to admin tree class to prevent errors in applying of backup defaults

18 years agofixed frontpagesettings, install is not useing admin/site.php anymore
skodak [Sat, 2 Sep 2006 15:29:52 +0000 (15:29 +0000)]
fixed frontpagesettings, install is not useing admin/site.php anymore

18 years agofixed site defaults, reorganized administartion tree - new category legacy for obsole...
skodak [Sat, 2 Sep 2006 15:05:27 +0000 (15:05 +0000)]
fixed site defaults, reorganized administartion tree - new category legacy for obsoleted settings

18 years agoRemove +}
ethem [Sat, 2 Sep 2006 15:05:10 +0000 (15:05 +0000)]
Remove +}

I like this format:
{
}

not {
}

18 years agoLink to CVV help
ethem [Sat, 2 Sep 2006 14:28:55 +0000 (14:28 +0000)]
Link to CVV help

18 years agoCVV
ethem [Sat, 2 Sep 2006 14:26:17 +0000 (14:26 +0000)]
CVV

18 years agoLink to ABA help
ethem [Sat, 2 Sep 2006 14:11:54 +0000 (14:11 +0000)]
Link to ABA help

18 years agoABA help
ethem [Sat, 2 Sep 2006 14:11:51 +0000 (14:11 +0000)]
ABA help

18 years agoABA help
ethem [Sat, 2 Sep 2006 14:08:31 +0000 (14:08 +0000)]
ABA help

18 years agoDon't show "Notice: Undefined property: paymentmethod"
ethem [Sat, 2 Sep 2006 13:42:28 +0000 (13:42 +0000)]
Don't show "Notice: Undefined property: paymentmethod"