stronk7
36ce6ea2d1
Solve some visualisation issues in encyclopedia format. I think that now
...
it will be correct!
Merged from MOODLE_14_STABLE
2004-11-26 01:22:41 +00:00
martinlanghoff
1da35f2942
Merge from MOODLE_14_STABLE
...
Fix for bug 2227 "bug in pclzip.php causing scorm errors"
http://moodle.org/bugs/bug.php?op=show&bugid=2227
Credits go to skodak
2004-11-26 00:57:58 +00:00
mjollnir_
a2ddd957f2
Merged from MOODLE_14_STABLE: In get logs don't join on the user table for just counting the records
2004-11-25 21:56:32 +00:00
defacer
db019d9358
Ummm... more changes due to the renaming.
2004-11-25 17:35:25 +00:00
defacer
99110470ba
Somehow I forgot to commit these and the whole page setup wasn't working
...
after renaming MoodlePage => page_base.
2004-11-25 17:23:57 +00:00
carlesbellver
e5ba6b6fff
*** empty log message ***
2004-11-25 15:02:54 +00:00
moodler
08cb1a69a4
Style for quiz feedback updated
2004-11-25 10:03:57 +00:00
moodler
8ac17ba443
Changes for XHTML and accessibility compatibility
2004-11-25 10:01:56 +00:00
martinlanghoff
71dcd6c014
Merged form MOODLE_14_STABLE
...
Fixed an issue with postgres database upgrade code -- drop either index or constraint if they exist
Merge of patchset arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-430
2004-11-25 00:02:58 +00:00
mits
8eb1e7ff81
new translated file added.
2004-11-25 00:00:13 +00:00
mjollnir_
7472315e3c
Merged from MOODLE_14_STABLE: Fixed bug in dialogue where plain text email notification had no break between the url and the ---- that was causing GET requests like mod/dialogue/view.php?id=foo--------- and subsequent invalid sql
2004-11-24 23:51:04 +00:00
stronk7
e2cf5316c1
New paging system for glosaries.
...
100% compatible with Moodle's one.
Supports more options. Perhaps we could use it
sitewide.
Merged from MOODLE_14_STABLE
2004-11-24 23:37:46 +00:00
mjollnir_
56e9c38161
Merged from MOODLE_14_STABLE: Fix for postgres-invalid-sql (must have AS between field and alias)
2004-11-24 23:24:32 +00:00
koenr
7331b86485
string for 'back' in preview question
2004-11-24 22:49:54 +00:00
martinlanghoff
b692d2be05
Merge from MOODLE_14_STABLE
...
Additional fixes for indexes in postgres. A few unique indexes may have been created non-unique. Still deferring the version bump -- please review the patch!
Merge of patchsets
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-423
arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-425
2004-11-24 22:48:58 +00:00
koenr
33bb37e1df
*** empty log message ***
2004-11-24 20:53:51 +00:00
mjollnir_
f3c9e7f9c3
Merged from MOODLE_14_STABLE: Fixing typo in mysql.sql for unique key for user_teachers on course userid
2004-11-24 19:00:24 +00:00
koenr
0c06c9dd65
filling in missing strings
2004-11-24 15:33:38 +00:00
gustav_delius
b61536bc9b
insert line break before language selection menu to make front page look similar to Moodle 1.4
2004-11-24 09:40:20 +00:00
gustav_delius
4de5f7bbdf
added some missing styles to make Latest News and Recent Activity blocks look the same as in Moodle 1.4
2004-11-24 09:38:04 +00:00
gustav_delius
ab0e4dd42f
If a block is unknown then ignore it rather than throwing fatal error. In future one might want to have a dummy block that is displayed in this case to alert the user to the fact that some block code is missing.
2004-11-24 09:16:39 +00:00
mits
ef45f25e7d
translated some.
2004-11-24 05:45:34 +00:00
martinlanghoff
9530c61dbf
Merge from MOODLE_14_STABLE
...
raise_memory() now uses get_real_size(), duplicate function return_bytes() removed.
Issue discussed in 2202 (http://moodle.org/bugs/bug.php?op=show&bugid=2202 ).
Also seen as arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-424
2004-11-24 03:56:39 +00:00
martinlanghoff
b110348b71
Merge from MOODLE_14_STABLE.
...
Student and teacher enrolments now unique + version bump
Made student and teacher enrolments unique, enforced at the database level. This patch also removes a cleanup job in moodle's cron that removed duplicate enrolments.
Merge of patchset arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-422
2004-11-24 02:25:36 +00:00
mjollnir_
a56f0d607b
Merged from MOODLE_14_STABLE: Forum: Do not trust userid from hidden form field, use $USER->id instead for db inserts
2004-11-23 23:34:34 +00:00
mjollnir_
76feee3f86
Merged from MOODLE_14_STABLE: Fix for invalid sql in postgres - don't query log table for what was in log display if log->info is not set
2004-11-23 23:27:18 +00:00
mjollnir_
63758a7848
Merged from MOODLE_14_STABLE: Requires bump for glossary for last patch - needs db_lowercase and db_uppercase
2004-11-23 23:16:08 +00:00
mjollnir_
ef0fc810bf
Merged from MOODLE_14_STABLE: Bug fix for forum rating redirects - manifested itself in invalid sql in postgres
2004-11-23 23:13:52 +00:00
mjollnir_
6b7f8df2ec
Merged from MOODLE_14_STABLE: Fixing use of UCASE and LCASE in glossary which are not postgres friendly - two new functions in datalib, db_uppercase and db_lowercase which return the database-correct functions to use. Some were already fixed in HEAD - those have been left as they were
2004-11-23 23:05:06 +00:00
mjollnir_
38279ad6d8
Merged from MOODlE_14_STABLE: Attempt to fix bad constraint name in wiki and version bump (honoring partial freeze) and requires bump (needs changes in execute_sql to not show adodb feedback)
2004-11-23 22:40:48 +00:00
paca70
3c55bb0f9d
Fixed typo. Time to sleep...
2004-11-23 21:34:38 +00:00
paca70
e80c7d5d15
Closed bug #2209
...
Don't replace & if it's part of encoded character.
2004-11-23 21:29:21 +00:00
rkingdon
693f6eb5cf
Cron routine does not send "graded" emails until releasegrades date;
...
grades are "not available" in index page until after the relaesegrades
date; phasing of three phase workshop tidied up.
2004-11-23 20:52:54 +00:00
defacer
e89d741af3
New naming conventions for class names to bring them in line with the
...
rest of Moodle. The convention for blocks is now:
class block_something extends block_base { ... }
HOWTO updated accordingly, plus some more minor polishing. More to come.
2004-11-23 18:53:34 +00:00
mjollnir_
905e80d273
Merged from MOODLE_14_STABLE: Attempt to fix the unique index on quiz_attemptonlast_datasets for postgres (requires version bump in quiz AND requires bump in quiz for the getting rid of adodb feedback in execute_sql
2004-11-23 05:04:53 +00:00
mjollnir_
f1f2c12527
Merged from MOODLE_14_STABLE: Update log_display to use postgres friendly concat functions for firstname lastname
2004-11-23 03:53:41 +00:00
moodler
f7abd64afb
Merged changes from stable
2004-11-23 03:43:24 +00:00
mjollnir_
7b07a935c5
Merged from MOODLE_14_STABLE: Fixing weird forum bug to do with forum ratings (manifested itself in invalid postgres sql)
2004-11-23 02:49:51 +00:00
moodler
ae6d640123
Minor HTML fixes
2004-11-23 02:47:07 +00:00
moodler
cc28a5b560
Just a code tidy up
2004-11-23 02:41:45 +00:00
mjollnir_
1604a0fc2b
Merged from MOODLE_14_STABLE: More small sql tweaks to avoid invalid postgres sql
2004-11-23 02:05:47 +00:00
mjollnir_
df7ebd69ab
Merged from MOODlE_14_STABLE: Fix for invalid sql (for postgres) in cron cleanup of duplicate enrolments. Possibly soon to be overridden by a unique index
2004-11-23 01:05:11 +00:00
mjollnir_
8b19b04085
Bug fix for patch related to forcing searching in course/student.(html|php) if too many users, and bump to MAX_USERS_PER_PAGE to 5000
2004-11-23 00:39:29 +00:00
mjollnir_
60fdc71463
Slight change to log page so that for > 5000 courses or users we don't straight off load the huge drop down menus but instead default to whatever is normally selected, with an option for 'More' to display the full drop down for either. Also includes an Martin L patch for sql query that brought postgres to it's knees (Martin L patch is destined for MOODLE_14_STABLE as well)
2004-11-23 00:16:24 +00:00
koenr
0dcc5d3fce
noticed a couple typo's while translating
2004-11-22 23:35:33 +00:00
koenr
2fc010061d
filling in missing strings
2004-11-22 22:07:27 +00:00
koenr
fab930e0ef
typo
2004-11-22 21:35:25 +00:00
mjollnir_
6a6f25af85
Merged from MOODLE_14_STABLE: Fix for bug #2207 - sortorder now honored in front page listing
2004-11-22 21:30:26 +00:00
koenr
387d8632f1
changing thislanguage to NCR so it displays properly in the languagelist
2004-11-22 21:24:34 +00:00
koenr
d2c66e66d1
Added some new files
...
Deleted a lot of English strings / files
Corrected a lot of errors in html
Help-files should be xhtml compliant
CAN SOMEONE WHO ACTUALLY CAN READ THE LANGUAGE PLEASE CHECK
2004-11-22 21:09:47 +00:00