Commit Graph

19701 Commits

Author SHA1 Message Date
urs_hunkler f54b9b94de changed $CFG-theme to current_theme() to make the theme working as course or session theme, see Bug #4315 2005-11-13 17:05:58 +00:00
defacer 2ac8f379c3 Merging all my latest changes and fixes from HEAD related to SC#187. 2005-11-13 04:53:47 +00:00
defacer a945eab2c2 Merging from HEAD:
Now get_sql_sort can be called static-function-imitation style as well.
Necessary to solve SC#187 gracefully.
2005-11-13 04:45:23 +00:00
defacer 14c3063dcc Merging my latest commits from HEAD, which include:
Fixing XHTML stuff
Skodak's patch from SC#187 without the HACK ALERT part

The "Next" buttons in grading windows don't get you where you 'd
expect right now, but please see SC#187 before doing anything about it.
2005-11-13 03:50:28 +00:00
martinlanghoff aa910f60b0 Display warning when magic_quotes_gpc=off _and_ register_globals=on -- tidyup wordwrap and center it proper. 2005-11-12 05:30:23 +00:00
martinlanghoff 2193242b48 Display warning when magic_quotes_gpc=off _and_ register_globals=on 2005-11-12 05:25:39 +00:00
defacer c10ac049cc Better retrieval of table sortorder when not done directly through
the table class, see SC#187.
2005-11-12 03:01:05 +00:00
gbateson 9ee129e4dd adjust relative URLs in <SCRIPT> tags; use ClueCaption as text on clue buttons (hitherto it was always set to "?") 2005-11-11 06:46:47 +00:00
skodak 0e3a277b02 fixed simple header bug #3406, patch submitted by samulik 2005-11-11 01:24:38 +00:00
skodak 6c10695f24 fixed loglive paging related bug #4116, patch submitted by samulik 2005-11-10 22:21:40 +00:00
skodak 26a6d6db3e fixed paging related bug #2715, based on patch submitted by samulik 2005-11-10 22:03:51 +00:00
skodak 8ab4f3001f fixed login block at http://site/index.php when secure forms on - bug #4305 2005-11-10 21:40:10 +00:00
patrickslee b5ec2ec12f Fixed a misspelling in help index 2005-11-10 20:46:05 +00:00
patrickslee afb39ad0c4 Added contextual help for meta course 2005-11-10 20:40:56 +00:00
skodak 53ec9ce362 typo bug #4308 2005-11-10 10:17:33 +00:00
moodler 932e5b4a69 Bump for imminent 1.5.3 2005-11-10 08:18:16 +00:00
moodler 722d5c0378 Upgraded to ADOdb 4.66. All the tests on my local server went fine,
so I hope nothing unexpected surfaces before 1.5.3.  Please test!
2005-11-10 08:04:35 +00:00
patrickslee 4caea37161 Converted forum help index file to linux line breaks 2005-11-10 03:26:56 +00:00
skodak 749de1c140 cleaning as assignment types SC#182 continued 2005-11-10 00:20:57 +00:00
skodak 259502e542 cleaning as assignment types SC#182 2005-11-10 00:14:01 +00:00
skodak ab68c36639 fixed incorrect assignment grades in gradebook when custom scales bug #4279 2005-11-09 22:38:26 +00:00
skodak 3e403b7950 fixed grades display in assignment/index.php when using different scales 2005-11-09 22:24:11 +00:00
skodak 977f038738 fixed grading when secure forms on bug #4300 2005-11-09 21:35:46 +00:00
thepurpleblob 18320d9331 Uneccessary call to build category list that was grinding systems to a
halt with large numbers of categories.
2005-11-09 16:11:54 +00:00
stronk7 41e5c5abc5 Split line into two separated commands to allow people with
chmod disabled to run backup/restore code. Credits go to
Grigory Rubtsov. Bug 4299.
(http://moodle.org/bugs/bug.php?op=show&bugid=4299)
2005-11-08 19:31:19 +00:00
moodler 9a75e63326 Undoing accidental change 2005-11-08 05:13:07 +00:00
moodler 8993348790 Resource summary is no longer preceded with newline. Suggested by Grigory Rubtsov
(grb at sentence dot ru) - Bug 4275
2005-11-08 03:07:28 +00:00
moodler 2917dfb9dc Added check to avoid notices when trying to get grades from an assignment
that didn't have any grades yet.    bug 4287

Also, using datalib function to create LIMIT statement when displaying
submissions
2005-11-08 01:44:49 +00:00
moodler a68d660a45 fix for bug 4278 2005-11-07 09:18:34 +00:00
moodler ae93996398 fix for bug 4284 2005-11-07 05:45:30 +00:00
martinlanghoff 186288dea5 user/edit: Better error handling when loading auth libs.
Check with empty() to avoid casting the string to int, and provide
useful info in the debug log.
2005-11-07 00:44:21 +00:00
martinlanghoff e7cfc5325f auth/ldap: Better warnings and handling of updaging multi-source LDAP fields
+ Raise a warning if the auth_ldap_get_entries for one user record
   returns more than one record (!?)
 + Resolved some subtle bugs when updating a remote LDAP repo from user
   updates. The logic is now simpler too.
 + Simplified the code that compares old/new values
2005-11-07 00:38:23 +00:00
stronk7 f5d2ef9543 Now both empty search strings and 1 letter search strings works fine in
the glossary. Terms are hilighted properly (but 1 letter terms, because
it's a hilight limitation). Bug 4274.
(http://moodle.org/bugs/bug.php?op=show&bugid=4274)
2005-11-06 20:00:22 +00:00
skodak 8bb94c53eb fixed bug 3532 - canceling of activity movement thanks to jcodina 2005-11-05 22:05:23 +00:00
skodak c2d8cd210f messaging - fixed page encoding in headers 2005-11-05 10:45:58 +00:00
skodak b60d39b96e fixed bug #4030 - filemtime for time modified 2005-11-04 11:29:14 +00:00
skodak d9ac8ca2e0 fixed choose disappearing after file delete 2005-11-04 10:53:41 +00:00
thepurpleblob b87c2adc76 Brought in line with HEAD version to get rid of data_submitted() function.
A bit of HTML cleaning up too. Fixes incompatibility with secureforms.
2005-11-04 10:04:04 +00:00
skodak 4483596d79 fixed encoding of page title of framed resources 2005-11-04 09:55:46 +00:00
moodler 7d255d1602 More notices fixed 2005-11-04 06:49:20 +00:00
moodler 2eb607bedb Fixed a number of bugs:
- zero grade vs no grade now works, no grade is stored as -1 in database
  - student modification time was being updated by teacher in quickgrade
  - sundry notices
2005-11-04 06:40:12 +00:00
moodler 15422ee0c2 fixes bug #4268 2005-11-04 06:22:47 +00:00
skodak b17e29b38e fixed input validation in admin and formating+cleaning in diff and editing SC#160 2005-11-03 23:38:51 +00:00
moodler 5ee8a752c4 Widened the window a bit more, bug #4146 2005-11-03 09:38:36 +00:00
moodler 38cdb67293 Fixing up the assignment grading interface to make it more usable.
- grade buttons are now links
  - popup window has teacher comments at the top
  - popup window can now cycle through all users without leaving the window
  - new quickgrading feature to grade inline in one go
  - can choose page size
2005-11-03 06:19:29 +00:00
moodler 912127a158 Standard menus can now be part of tabindex sequences for keyboard accessibility 2005-11-03 05:01:31 +00:00
michaelpenne 42521dbff4 Added some content to the help file. 2005-11-02 20:38:54 +00:00
patrickslee f7d818d5c5 Fixed a wrong call to add_teacher in LDAP plugin 2005-11-02 20:34:00 +00:00
skodak 11889a8466 Fixed course searching with quotes - SC#180 - minor related fix 2005-11-02 15:40:59 +00:00
skodak e0dbbecedb Fixed course searching with quotes - SC#180 2005-11-02 15:25:38 +00:00