]>
git.mjollnir.org Git - moodle.git/log
vinkmar [Wed, 6 Sep 2006 02:20:16 +0000 (02:20 +0000)]
removed hard-coded language strings (MDL-6448)
vinkmar [Wed, 6 Sep 2006 02:18:51 +0000 (02:18 +0000)]
added strings for MDL-6448
moodler [Wed, 6 Sep 2006 02:16:48 +0000 (02:16 +0000)]
A temporary icon for roles (needs work!)
toyomoyo [Wed, 6 Sep 2006 02:14:20 +0000 (02:14 +0000)]
replacing isteacher with viewfullname capability
moodler [Wed, 6 Sep 2006 01:43:54 +0000 (01:43 +0000)]
Removed some tabs
skodak [Tue, 5 Sep 2006 23:59:25 +0000 (23:59 +0000)]
testing forced conversion to proper numeric type in _adodb_column_sql() SC#259
stronk7 [Tue, 5 Sep 2006 22:37:56 +0000 (22:37 +0000)]
Now forum_get_discussions() is using $limitfrom and $limitnum
skodak [Tue, 5 Sep 2006 22:34:25 +0000 (22:34 +0000)]
fixed typo
stronk7 [Tue, 5 Sep 2006 22:31:13 +0000 (22:31 +0000)]
Adding support for MSSQL and Oracle in this select. Not really sure why we need one OUTER
join there, if every discussion has one usermodified but.....not time now.
stronk7 [Tue, 5 Sep 2006 21:42:20 +0000 (21:42 +0000)]
Mark as deprecated the sql_paging_limit_function()
stronk7 [Tue, 5 Sep 2006 21:40:17 +0000 (21:40 +0000)]
One less use of old LIMIT clause. Now logs are working properly.
skodak [Tue, 5 Sep 2006 20:45:57 +0000 (20:45 +0000)]
I spent 2 hours looking for this typo :-D
stronk7 [Tue, 5 Sep 2006 19:04:33 +0000 (19:04 +0000)]
No need to specify DISTINCT because u.* guarantees unique ids.
Also, DISTINCT clauses cannot be used with TEXT/BINARY columns
on MSSQL and Oracle.
stronk7 [Tue, 5 Sep 2006 19:01:41 +0000 (19:01 +0000)]
No need to specify DISTINCT because u.* guaranties distinct by id.
stronk7 [Tue, 5 Sep 2006 18:57:37 +0000 (18:57 +0000)]
Modified get_users_by_capability() call to use the new limit
parameters and cleanup a bit of code.
stronk7 [Tue, 5 Sep 2006 18:55:16 +0000 (18:55 +0000)]
Changed the get_users_by_capability() function to work with
1.7 DB compatible limit sentences.
stronk7 [Tue, 5 Sep 2006 18:53:08 +0000 (18:53 +0000)]
Now get_records_sql() supports limitfrom and limitnum.
Required to kill all those hardcoded LIMIT x,y clauses.
stronk7 [Tue, 5 Sep 2006 18:06:53 +0000 (18:06 +0000)]
Both Oracle and MSSQL don't like double quotes for literals.
stronk7 [Tue, 5 Sep 2006 17:55:59 +0000 (17:55 +0000)]
Added support to retrofit tables without prefix
stronk7 [Tue, 5 Sep 2006 17:20:24 +0000 (17:20 +0000)]
Added the adodb_logsql table to the XMLDB schema. It's a bit
exceptional because it hasn't prefix and originaly it hasn't
any PK, although we have added it here to be more Moodle-like.
Tested and seems to work properly with the new field.
stronk7 [Tue, 5 Sep 2006 17:17:49 +0000 (17:17 +0000)]
Added to the generators the ability of prevent adding prefix for some tables.
(needed by adodb_logsql)
stronk7 [Tue, 5 Sep 2006 16:09:15 +0000 (16:09 +0000)]
Deleted duplicate table label2 from XMLDB schema
stronk7 [Tue, 5 Sep 2006 16:04:50 +0000 (16:04 +0000)]
Now the sessions2 table is UTF8 migrated ok.
moodler [Tue, 5 Sep 2006 09:30:40 +0000 (09:30 +0000)]
Better robustness and basic checking for get_parent_contexts
moodler [Tue, 5 Sep 2006 09:16:19 +0000 (09:16 +0000)]
New string for blocks
moodler [Tue, 5 Sep 2006 09:15:52 +0000 (09:15 +0000)]
Cleaned up headers when editing roles for blocks
toyomoyo [Tue, 5 Sep 2006 08:50:23 +0000 (08:50 +0000)]
adding capabilities
skodak [Tue, 5 Sep 2006 08:27:14 +0000 (08:27 +0000)]
minor include cleanup
moodler [Tue, 5 Sep 2006 06:30:12 +0000 (06:30 +0000)]
Get the block name correctly
moodler [Tue, 5 Sep 2006 06:13:53 +0000 (06:13 +0000)]
Just changed the order around a bit
moodler [Tue, 5 Sep 2006 06:11:48 +0000 (06:11 +0000)]
Use the new config variable as a default for paging
moodler [Tue, 5 Sep 2006 03:28:25 +0000 (03:28 +0000)]
Added coursesperpage so paging can be controlled
moodler [Tue, 5 Sep 2006 03:27:08 +0000 (03:27 +0000)]
Use the defaultsetting if the variable isn't set yet
moodler [Tue, 5 Sep 2006 03:15:09 +0000 (03:15 +0000)]
Merged MDL-6431 into HEAD
vyshane [Tue, 5 Sep 2006 03:07:56 +0000 (03:07 +0000)]
Fixed warning
cap2501 [Tue, 5 Sep 2006 00:50:08 +0000 (00:50 +0000)]
updates to accommodate changes to commands.php
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.
stronk7 [Mon, 4 Sep 2006 22:45:12 +0000 (22:45 +0000)]
Don't use db_lowercase() anymore.
stronk7 [Mon, 4 Sep 2006 22:42:56 +0000 (22:42 +0000)]
Using the standard sql_as() function, although it could be not used.
stronk7 [Mon, 4 Sep 2006 22:40:42 +0000 (22:40 +0000)]
Mark two functions as deprecated because that's standard now.
stronk7 [Mon, 4 Sep 2006 22:30:56 +0000 (22:30 +0000)]
$CFG required.
stronk7 [Mon, 4 Sep 2006 22:17:28 +0000 (22:17 +0000)]
Typo! :-(
stronk7 [Mon, 4 Sep 2006 22:16:30 +0000 (22:16 +0000)]
MSSQL only runs under UTF8 (with the correct ODBTP driver, of course)
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.
vinkmar [Mon, 4 Sep 2006 21:38:23 +0000 (21:38 +0000)]
Changed so that the settingpage titles are shown (see MDL-6402)
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.
stronk7 [Mon, 4 Sep 2006 20:37:27 +0000 (20:37 +0000)]
One less reserved word. glossary->comment is out!
skodak [Mon, 4 Sep 2006 20:32:59 +0000 (20:32 +0000)]
merging collisions cleanup
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.
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.
ethem [Mon, 4 Sep 2006 12:31:54 +0000 (12:31 +0000)]
*** empty log message ***
ethem [Mon, 4 Sep 2006 12:25:21 +0000 (12:25 +0000)]
New strings for echecks.
ethem [Mon, 4 Sep 2006 12:09:30 +0000 (12:09 +0000)]
New config: Echeck bank account types enabled.
ethem [Mon, 4 Sep 2006 12:09:25 +0000 (12:09 +0000)]
New string: adminaccepts; Select payment methods allowed and their types
ethem [Mon, 4 Sep 2006 09:44:00 +0000 (09:44 +0000)]
Autoconfigure accepted echeck bank account types. CHECKING, BUSINESSCHECKING, SAVINGS
toyomoyo [Mon, 4 Sep 2006 08:45:08 +0000 (08:45 +0000)]
adding caapabilities
moodler [Mon, 4 Sep 2006 08:33:57 +0000 (08:33 +0000)]
Make Moodle Docs work for settings pages
moodler [Mon, 4 Sep 2006 08:31:07 +0000 (08:31 +0000)]
Further reductions in logic to deprectaed functions
vyshane [Mon, 4 Sep 2006 08:19:23 +0000 (08:19 +0000)]
Re-worded comment to make more sense
moodler [Mon, 4 Sep 2006 08:15:48 +0000 (08:15 +0000)]
Just some small doc changes
vyshane [Mon, 4 Sep 2006 08:11:37 +0000 (08:11 +0000)]
TCPDF pdf library
vyshane [Mon, 4 Sep 2006 08:10:08 +0000 (08:10 +0000)]
Wrapper class with modifications to TCPDF for Moodle usage.
skodak [Mon, 4 Sep 2006 08:01:57 +0000 (08:01 +0000)]
fixed missing global $USER
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.
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.
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.
toyomoyo [Mon, 4 Sep 2006 04:50:12 +0000 (04:50 +0000)]
legacy functions to use 4th parameter to by pass doanything capability
moodler [Mon, 4 Sep 2006 02:30:52 +0000 (02:30 +0000)]
Merged confirmation email fix from stable
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.
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()
stronk7 [Sun, 3 Sep 2006 21:43:37 +0000 (21:43 +0000)]
typo ;-)
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.
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.
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.
skodak [Sun, 3 Sep 2006 19:13:53 +0000 (19:13 +0000)]
fixed language string
skodak [Sun, 3 Sep 2006 18:53:07 +0000 (18:53 +0000)]
minor fix
skodak [Sun, 3 Sep 2006 18:49:13 +0000 (18:49 +0000)]
removed useless includes
skodak [Sun, 3 Sep 2006 18:37:41 +0000 (18:37 +0000)]
add admin_tree to front page during install and upgrade
stronk7 [Sun, 3 Sep 2006 17:56:34 +0000 (17:56 +0000)]
Added the feedback attribute to the execute_sql_arr() function.
skodak [Sun, 3 Sep 2006 17:46:27 +0000 (17:46 +0000)]
allow deleting of block when original code not present
moodler [Sun, 3 Sep 2006 16:31:46 +0000 (16:31 +0000)]
Cutting down on the debug notices
moodler [Sun, 3 Sep 2006 16:26:55 +0000 (16:26 +0000)]
Added capability for showing documentation links
moodler [Sun, 3 Sep 2006 15:46:21 +0000 (15:46 +0000)]
Merging $CFG->disablestatsprocessing from stable
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.
skodak [Sun, 3 Sep 2006 15:21:46 +0000 (15:21 +0000)]
fixed collisions in merges, sorry
moodler [Sun, 3 Sep 2006 15:13:53 +0000 (15:13 +0000)]
Fixed module links to suit new admin/*.php file page names
moodler [Sun, 3 Sep 2006 14:52:43 +0000 (14:52 +0000)]
New admin menu files
moodler [Sun, 3 Sep 2006 14:52:23 +0000 (14:52 +0000)]
Proper log index.php so that admin pages work correctly
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
moodler [Sun, 3 Sep 2006 14:43:41 +0000 (14:43 +0000)]
These files still need tidying
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
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.
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.
moodler [Sun, 3 Sep 2006 09:00:13 +0000 (09:00 +0000)]
Upgrade_log stuff needed adminlib.php included
moodler [Sun, 3 Sep 2006 08:56:05 +0000 (08:56 +0000)]
New tags file
moodler [Sun, 3 Sep 2006 08:48:39 +0000 (08:48 +0000)]
Use proper way to get config values :)
moodler [Sun, 3 Sep 2006 08:46:30 +0000 (08:46 +0000)]
Removed student view
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)
moodler [Sun, 3 Sep 2006 08:10:51 +0000 (08:10 +0000)]
Removed student view completely until a roles-ased replacement can be made
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.