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 |
|
skodak
|
f4d30b222b
|
MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling me how to do it correctly with SQL ;-)
|
2007-08-31 12:43:15 +00:00 |
|
skodak
|
1e12457560
|
adding current groupid to grade_export class - soon to be used in plugins
|
2007-08-31 12:22:58 +00:00 |
|
jgutierr25
|
5128f0b3fa
|
problem with autologinguest
|
2007-08-31 09:49:15 +00:00 |
|
toyomoyo
|
fc69d5577a
|
MDL-10933, only 1 manual grade item can be added
|
2007-08-31 08:41:04 +00:00 |
|
toyomoyo
|
294a176fc7
|
fixing a typo
|
2007-08-31 08:21:16 +00:00 |
|
skodak
|
0f5660f721
|
MDL-11069 new graded_users_iterator - should later improve memory use + performance
|
2007-08-31 07:33:45 +00:00 |
|
nicolasconnault
|
0e2d708efc
|
MDL-11034 Implemented the global enablepublishing and refactored the handling of userkey for each export plugin. Also added a dump.php file in each plugin directory, although this could easily be refactored into 1 file in the parent folder, pointing to each plugin's export.php file for output differences.
|
2007-08-31 05:55:30 +00:00 |
|
toyomoyo
|
9133f939e8
|
rename fetch_entries() to blog_fetch_entries()
|
2007-08-31 05:46:33 +00:00 |
|
toyomoyo
|
636dbc33a0
|
fixing a typo, adding a missing string in query
|
2007-08-31 05:38:46 +00:00 |
|
moodler
|
1aebe71e02
|
Removed a config.php we don't need, and some bad character at the top
|
2007-08-31 05:33:00 +00:00 |
|
moodler
|
9f26cce6da
|
MOre cleanups for notes interface
|
2007-08-31 05:22:44 +00:00 |
|
toyomoyo
|
ebbf8c16c6
|
tag instance table could be used for other types, itmetype needs to be specified in blog fetch() code
|
2007-08-31 05:17:35 +00:00 |
|
moodler
|
cdcaa9f2d3
|
This block can be anywhere
|
2007-08-31 04:58:03 +00:00 |
|