23377 Commits

Author SHA1 Message Date
moodler
5cc411ee1c Merged metal fixes from stable 2006-10-30 03:01:49 +00:00
koenr
1bfb0c61b7 MDL-6864 The links 'Language editing' could be more descriptive 2006-10-29 22:28:17 +00:00
koenr
7c79bbc59e MDL-7042 Missing string on admin/roles/manage.php 2006-10-29 21:54:56 +00:00
moodler
6605128ef8 Merged fixes for not-logged-in users from stable 2006-10-29 15:58:21 +00:00
moodler
0909d44eac Merged fixes for gradebookroles from stable MDL-7253 2006-10-29 15:02:45 +00:00
moodler
33951ee4f6 Merged missing langimport string from stable MDL-7258 2006-10-29 13:58:03 +00:00
moodler
a2af00edf1 Merged fix for MDL-7248 from stable 2006-10-29 13:31:27 +00:00
jamiesensei
cd9f129f81 added help button for format drop down 2006-10-29 10:19:48 +00:00
moodler
4505a8b762 Merged new help links from stable 2006-10-29 08:14:30 +00:00
moodler
c867a1ad08 A small help file for permissions 2006-10-29 08:07:16 +00:00
moodler
669f2499a7 Merged some performance improvements from stable 2006-10-29 07:23:57 +00:00
moodler
499e78b4fd Merged user profile improvements from stable 2006-10-29 04:21:23 +00:00
moodler
6e150eb0f5 Make registration code a bit more unique 2006-10-29 02:31:53 +00:00
stronk7
8b755329fa Adding PIVOT as MSSQL reserved word
Merged from MOODLE_17_STABLE
2006-10-28 23:13:26 +00:00
skodak
eebc919280 MDL-6940 - I decided to rewrite the glossary comments UI, the original code (pre 1.8) was not nice at all, it is IMHO more readable now and the forms implementation could be greatly simplified; this can also serve as sample trusttext implementation outside of forms code 2006-10-28 21:55:19 +00:00
stronk7
b716e2e069 Now record_cache is controlled by $CFG->enablerecordcache
Merged from MOODLE_17_STABLE
2006-10-28 19:56:34 +00:00
stronk7
2fd40f8cbe Moved cache cleaning code near the begin of functions. Sometimes
it wasnt' executed due to function ending. MDL-7196

Merged from MOODLE_17_STABLE
2006-10-28 17:53:00 +00:00
stronk7
0163b1d098 Adding one unmerged change from 17_STABLE. Was breaking some things... 2006-10-28 16:50:28 +00:00
stronk7
dddf32590f Dropping xmldb_dbg($message). Now it has been replaced by a new cleaner
debug system, with XMLDB hook for debug enabled by the creation of one
function called: xmldb_debug($message, $object), currently present in
lib/datalib.php MDL-7261
2006-10-28 15:24:04 +00:00
stronk7
62d4e774a3 New xmldb_debug($message, $object) added. It's the official hook
provided by XMLDB's debug() function. MDL-7261
2006-10-28 15:20:14 +00:00
stronk7
5bbe483102 Now, on error, the new XMLDB->debug($msg) function is called.
It provides the facility to hook to one external function, if
available: xmldb_debug($message, $xmldb_object) to perform
custom debugging/logging. MDL-7261
2006-10-28 15:18:40 +00:00
stronk7
23357d060b Update to 1.8dev 2006-10-28 11:02:54 +00:00
stronk7
d5c9d49be3 Fix main install.xml file. It was preventing HEAD installation. MDL-7262 2006-10-28 10:47:19 +00:00
stronk7
93f98abdb9 Improve error output of install_from_xmldb_file(). Part of MDL-7262
Merged from MOODLE_17_STABLE
2006-10-28 10:37:54 +00:00
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