moodler
68513b30de
Automatic installer.php lang files by installer_builder (20061028)
2006-10-28 03:08:14 +00:00
skodak
3784137ef1
fix loginsteps string in moodle.php MDL-7249; merged from MOODLE_17_STABLE
2006-10-27 21:48:54 +00:00
skodak
fbb8e0c7b6
Blog RSS is not being generated MDL-7256; merged from MOODLE_17_STABLE
2006-10-27 21:42:50 +00:00
skodak
73afaf5b69
Finish strings for graderoles MDL-7253; merged from MOODLE_17_STABLE
2006-10-27 21:07:18 +00:00
skodak
7b9c99798c
Turn AJAX off for now at site level MDL-7254; merged from MOODLE_17_STABLE
2006-10-27 20:34:40 +00:00
stronk7
4bfb64aad2
Counting extra updates performed by Oracle & MSSQL in PERF
2006-10-27 17:49:25 +00:00
stronk7
068744a7a5
I forgot to globalize $record_cache in delete_record_XXX() functions.
...
Merged from MOODLE_17_STABLE
2006-10-27 17:14:58 +00:00
stronk7
9d98635b5e
Minor improvements to the get_record() cache. Part of MDL-7196
...
1) Check the cache issset() before unset() it.
2) In the set_field() function, if fieldX = 'id',
just delete such element from the cache,
else the whole table
3) Add some more unset() operations against the cache in
the delete_xxxx() dmllib functions.
Merged from MOODLE_17_STABLE
2006-10-27 16:56:34 +00:00
moodler
72f383b18c
Merged blog RSS fix MDL-7251
2006-10-27 16:28:20 +00:00
sam_marshall
62eb0371dc
MDL-7250 merged from stable
2006-10-27 16:27:28 +00:00
bobopinna
90e1b39acd
Fixed a problem with TIMESPAN pattern matching
2006-10-27 08:04:15 +00:00
skodak
bdeae2b9b8
Comments in data print the "by" and then the date but no username MDL-7235; merged from MOODLE_17_STABLE
2006-10-27 07:50:28 +00:00
bobopinna
4c2095defe
Added support to adl.nav (Sequencing is needed to complete)
2006-10-27 06:51:25 +00:00
toyomoyo
4bda5c717c
merged, taking care of a warning
2006-10-27 02:15:02 +00:00
gbateson
c81aa39f92
fix detection and display of fixed items in JMatch (jmt file)
2006-10-27 00:53:24 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
skodak
276916a4bc
fixed whitespace merge
2006-10-26 20:08:52 +00:00
stronk7
dfdd533230
New upgrade.php file added for this module. MDL-7214
2006-10-26 18:12:42 +00:00
stronk7
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
stronk7
19606d8bd5
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:02:31 +00:00
stronk7
d7a7184730
New upgrade.php file added for this module. MDL-7214
2006-10-26 16:33:49 +00:00
stronk7
cff74cb145
New upgrade.php file added for this module. MDL-7214
2006-10-26 15:38:18 +00:00
moodler
2f32eed1ea
Merged fixes from stable for MDL-7229 (opentogoogle capabilities)
2006-10-26 14:55:45 +00:00
ethem
63693fd835
I found a new function: user_has_role_assignment(). Merged from MOODLE_17_STABLE.
2006-10-26 14:44:53 +00:00
sam_marshall
8bcf97e1f9
The 'Activity is currently hidden' check in mod/forum/post.php incorrectly used 'manageactivities' capability instead of 'viewhiddenactivities', fixing.
2006-10-26 14:15:46 +00:00
bobopinna
23fee00632
Added link in sco title for launch the sco in browse mode
2006-10-26 11:18:00 +00:00
bobopinna
2aaf134c02
Added Write Once Error reveal
2006-10-26 11:14:47 +00:00
ikawhero
74807b43f3
Adding extra param fields to the user_info_field table to allow field type
...
plugins to store data. Plus a description field.
2006-10-26 11:07:25 +00:00
skodak
33a6f9a814
fixed breadcrums link; merged from MOODLE_17_STABLE
2006-10-26 10:34:03 +00:00
moodler
922633bd28
Merged from stable
...
Added a top-level cache to has_capability() to make it perform better
in cases where it's called a lot with repetitive values (which happens
a lot in things like forum mailouts) with only a small memory cost.
2006-10-26 09:43:58 +00:00
skodak
58e8f85ba6
Cron.php workaround for IE & RFC2616 - MDL-7221; merged from MOODLE_17_STABLE
2006-10-26 08:55:56 +00:00
ethem
009a965863
get_courses() is only getting visible courses. This is a problem when an user wants to view old payments.
2006-10-26 08:41:02 +00:00
jamiesensei
c3c5f0bd86
migrated comment.php over to using new formslib.
2006-10-26 07:59:22 +00:00
moodler
92309430b8
Merged get_record caching from MDL-7196 in stable (thanks sam!)
2006-10-26 07:57:07 +00:00
vyshane
4e86c6d735
Merged from 1.7.
2006-10-26 07:46:22 +00:00
vyshane
c0a35ad61e
Merged from 1.7
2006-10-26 07:45:00 +00:00
jamiesensei
effa85f482
added new form element class 'format' for adding format drop down box to forms.
2006-10-26 07:02:20 +00:00
martinlanghoff
7ca774ad51
lib/locallib: changed local db upgrades now xmldb friendly (like lib/db)
...
Author: Jonathan Harker <jonathan@catalyst.net.nz>
2006-10-26 04:18:23 +00:00
toyomoyo
efb5888416
merged, fixing a bug where context with an override and assignment is adding up capability
2006-10-26 03:57:34 +00:00
moodler
266c9622a6
Automatic installer.php lang files by installer_builder (20061026)
2006-10-26 03:17:36 +00:00
stronk7
ecfeb03a72
First model of new upgrade.php scripts and comments in old ones.
...
Need validation before extending them everywhere across core. MDL-7214
Merged from MOODLE_17_STABLE
2006-10-25 23:29:44 +00:00
skodak
90bbe68955
MDL-7190 fixed wrong closing ) in cache md5 calculation, sorry! merged from MOODLE_17_STABLE
2006-10-25 23:18:40 +00:00
skodak
d03a6500c4
MDL-7137 permission UI improvements merged into role overrides; s() used instead of htmlentities(); merged from MOODLE_17_STABLE
2006-10-25 21:20:56 +00:00
skodak
a242baa0e3
editting of permissions enabled when adding new role MDL-7137; merged from MOODLE_17_STABLE
2006-10-25 19:21:46 +00:00
moodler
f274fe073c
Merged AS keyword fixes from stable MDL-7207
2006-10-25 09:04:25 +00:00
moodler
3d81c41e2e
Merged fixes for AS keywords MDL-7207
2006-10-25 08:51:32 +00:00
toyomoyo
5a412dbf8f
merged, added new config variables to control what roles get shown in the grade book
2006-10-25 08:51:26 +00:00
moodler
21c9bace87
Merged some recent changes from stable
2006-10-25 08:38:14 +00:00
skodak
8af16e43bc
fixed add new blog entry and tag edit in blog block; merged from MOODLE_17_STABLE
2006-10-25 08:17:44 +00:00