toyomoyo
|
6ef84f6f48
|
some fixes for user report
|
2007-09-05 04:39:07 +00:00 |
|
stronk7
|
16a208f9e6
|
Now the Oracle XMLDB generator detects changes of precision
in NUMBERs without decimals (virtually INTs) and is able to perform the
change of precision properly
Merged from MOODLE_18_STABLE
|
2007-09-04 23:18:41 +00:00 |
|
stronk7
|
367b80f5ee
|
Added one new test to change precission of a numeric field
to a smaller one. It breaks Oracle in its current status.
Merged from MOODLE_18_STABLE
|
2007-09-04 22:13:30 +00:00 |
|
skodak
|
eb8599199e
|
MDL-11069 reimplemented grade export flag handling
|
2007-09-04 21:56:30 +00:00 |
|
stronk7
|
6db368e117
|
PostgreSQL doesn't like aliases in update statements.
Changing to the whole name as prefix.
|
2007-09-04 17:51:51 +00:00 |
|
jamiesensei
|
5d5a477f1a
|
removing redundant string fetches
|
2007-09-04 13:28:50 +00:00 |
|
jamiesensei
|
6943c3b9ca
|
removed stray echo statement
|
2007-09-04 12:42:03 +00:00 |
|
jamiesensei
|
9fc3100f27
|
fix for MDL-11106 Images not showing up in shared categories
|
2007-09-04 11:55:10 +00:00 |
|
moodler
|
277e548de2
|
Standard RSS icon from MDL-4732
|
2007-09-04 09:23:21 +00:00 |
|
moodler
|
b6c2b618eb
|
DOn't use AJAX if it isn't enabled
|
2007-09-04 07:28:14 +00:00 |
|
moodler
|
edea42f96a
|
Don't show message popups for guests
|
2007-09-04 06:47:02 +00:00 |
|
moodler
|
f4d24ff5c3
|
Updating grades will update the grade_item too
|
2007-09-04 05:56:19 +00:00 |
|
moodler
|
fb81abe154
|
1) Refresh grade item when grades are saved (I was getting assignments with no names in the gradebook)
2) Tidy up how messages are shown after quick grading
|
2007-09-04 05:50:04 +00:00 |
|
jamiesensei
|
3a4a9233ce
|
fix for some problems with page params
|
2007-09-04 05:44:14 +00:00 |
|
moodler
|
d3d1fe07e4
|
Fixed logic
|
2007-09-04 02:48:04 +00:00 |
|
stronk7
|
57da8fd51a
|
Global change in the way to calculate widths and heights to
render the IMS iframe properly. Should be working ok both under
normal and rounded-corner themes and under FF, Safari and IE
|
2007-09-03 23:25:35 +00:00 |
|
stronk7
|
8011f7c575
|
Improved ims styles + working under rounded-corner themes.
|
2007-09-03 23:20:51 +00:00 |
|
stronk7
|
060323a0dd
|
Clossing the content div round corners properly.
|
2007-09-03 19:41:55 +00:00 |
|
stronk7
|
fe1d2ce09d
|
Now the "content" rounded corners are "ID-entificable". Needed to
calculate some heights in the IMS resource type. Note it's only
the "content" id. All the rest of rounded boxes haven't IDs at all.
|
2007-09-03 19:36:46 +00:00 |
|
stronk7
|
e62148d600
|
Adding one new optional parameter to custom_corner functions, used to
apply ids to all the divs used to render corners. Defaults to null, so
those ids won't be added if unespecified.
|
2007-09-03 18:57:12 +00:00 |
|
jamiesensei
|
1672b5462f
|
removing qcreate directory that I accidentally committed to HEAD when trying to commit changes to the NEWMODULE template.
|
2007-09-03 13:09:04 +00:00 |
|
jamiesensei
|
594019f793
|
bit more detail for what needs renaming
|
2007-09-03 13:03:20 +00:00 |
|
jamiesensei
|
0d6e8291a0
|
MDL-11108 some PHP notices on upgrade of sites to 1.9 where there are no question categories set up
|
2007-09-03 11:51:25 +00:00 |
|
poltawski
|
325744cb14
|
MDL-9851 - RSS block links previously used to open in new window. Restoring this
behaviour. Had to tweak the cleaning to ensure the JS hack for XHTML complaint new
window gets through. Merged from MOODLE_18_STABLE
|
2007-09-03 10:26:44 +00:00 |
|
moodler
|
3a81da563b
|
Blog entries publish state now defaults to site if possible, to avoid all those drafts! (yuk)
|
2007-09-03 09:13:56 +00:00 |
|
moodler
|
d66790b782
|
Better links for managing tags
|
2007-09-03 08:56:12 +00:00 |
|
moodler
|
b95e4f142f
|
Don't show any links at all to guest users
|
2007-09-03 08:44:05 +00:00 |
|
moodler
|
cb1e9c7463
|
Don't allow guest users to follow tag links
|
2007-09-03 08:39:34 +00:00 |
|
moodler
|
277fe19dc1
|
Don't let guests ever be edited
|
2007-09-03 08:36:31 +00:00 |
|
moodler
|
62e3b9d833
|
MIssing string added
|
2007-09-03 08:26:17 +00:00 |
|
moodler
|
f458e359ab
|
Fixed deletion of tags
|
2007-09-03 08:24:18 +00:00 |
|
moodler
|
5b1059bb9f
|
Better solution for MDLSITE-152
|
2007-09-03 07:57:56 +00:00 |
|
moodler
|
acc7a2fabe
|
FIx the links that were removed by format_string in 1.8 MDLSITE-152
|
2007-09-03 07:55:28 +00:00 |
|
moodler
|
f389ceff2a
|
Don't try to use YUI when AJAX is not enabled
|
2007-09-03 06:15:58 +00:00 |
|
jamiesensei
|
35241c761a
|
MDL-10952 update help files for new question code
|
2007-09-03 05:30:38 +00:00 |
|
moodler
|
d3d0e9a43e
|
Fix a string
|
2007-09-03 02:56:07 +00:00 |
|
moodler
|
96fbb0daee
|
Fixed some missing strings
|
2007-09-03 02:55:08 +00:00 |
|
stronk7
|
8d4d08a772
|
Better resizing under all browsers (more accurate)
|
2007-09-02 23:07:27 +00:00 |
|
stronk7
|
10edb2a075
|
Now the customcorners (T/F) flag is passed to the
resizeiframe() script. Next-step: perform some
extra calculations there to resize the iframe
properly under customcorners.
|
2007-09-02 12:14:08 +00:00 |
|
stronk7
|
4b82ca47e8
|
Avoid notice...
|
2007-09-02 12:05:17 +00:00 |
|
stronk7
|
3d20a60eca
|
Reverted (to save space) and added customcorners support.
|
2007-09-02 11:52:12 +00:00 |
|
stronk7
|
95f35a3db1
|
Using print_footer() again in IMS display.
(cannot rely anymore on harcoded footer,
due to custom_corners themes).
|
2007-09-02 11:33:48 +00:00 |
|
stronk7
|
fe116110ab
|
Now, the repository is able to set the resource->name if
it haven't been manuall defined. Part of MDL-10878.
Merged from MOODLE_18_STABLE
|
2007-09-02 10:51:38 +00:00 |
|
stronk7
|
dfd535fac9
|
Now, under MySQL, a check of wrongly signed ints is also performed. MDL-11038
|
2007-08-31 23:44:37 +00:00 |
|
stronk7
|
5a298d3ad2
|
Added one new string to explain the signed ints hunting under MySQL. MDL-11038
|
2007-08-31 23:43:20 +00:00 |
|
skodak
|
9c8d38fa97
|
MDL-11092 events are not used for changed raw grades anymore + minor cleanup in handling of raw grades (now used only for modules or other external plugins that produce grades)
|
2007-08-31 22:42:05 +00:00 |
|
stronk7
|
abd3025272
|
Fix a bunch of SIGNED fileds that should be UNSIGNED. Credit goes to Petr.
Part of MDL-11038
|
2007-08-31 19:27:04 +00:00 |
|
urs_hunkler
|
66e294019e
|
merged from 1.8 - corrected right column - had id "left-column"
|
2007-08-31 19:05:26 +00:00 |
|
skodak
|
caffc55a84
|
MDL-11082 big refactoring in grade export - export tracking and grade formatting still not finished
|
2007-08-31 18:42:50 +00:00 |
|
nicolasconnault
|
76ca1ff134
|
MDL-11075 Now saving to temp file, then outputting using filelib's readfile_chunked() method. Also cleaned up whitespace in filelib.php (blame vim!).
|
2007-08-31 13:54:13 +00:00 |
|