27905 Commits

Author SHA1 Message Date
moodler
2773ced471 Tidied up tags display a bit 2007-08-31 02:40:44 +00:00
moodler
44842cc6e2 Added link to see all related blogs (on tags page) 2007-08-31 02:29:10 +00:00
moodler
1f813a5db4 Fixed the tag links on blog posts to go back to the main tags page 2007-08-31 02:25:29 +00:00
toyomoyo
81c07f5ebf admins should see all tags 2007-08-31 02:17:42 +00:00
toyomoyo
84895c5321 fixing timewithin login 2007-08-31 02:06:24 +00:00
mattc-catalyst
14237364b0 MDL-10888: groupings - mod/forum - bugfix, missing $currentgroup 2007-08-30 21:01:57 +00:00
koenr
ee92adc3ff and now with content of version 1.2 2007-08-30 20:19:58 +00:00
luizlaydner
9ee998a5ff - now using local version of YUI, not yahoo´s server 2007-08-30 18:09:58 +00:00
luizlaydner
11492da340 - small css fix 2007-08-30 18:09:01 +00:00
luizlaydner
b13d130132 - small fix 2007-08-30 17:56:58 +00:00
luizlaydner
2a484a6eff - fixing some issues of MDL-11048 2007-08-30 17:26:31 +00:00
luizlaydner
ab86d9c772 - fixing some issues of MDL-11048 2007-08-30 17:14:24 +00:00
moodler
f88b7a4382 Fixed a bug checking context in groups 2007-08-30 16:18:35 +00:00
moodler
56c2ef2533 Fixed obvious typo causing notice 2007-08-30 16:09:13 +00:00
skodak
11745964a5 MDL-11069 grade export refactoring + removing internally calculated totals (we have already various totals in categories and calculations can be used too for that) 2007-08-30 15:03:51 +00:00
moodler
8a275c7242 Fixed missing include hmm 2007-08-30 09:59:59 +00:00
moodler
01d0a97128 Clean up code a bit and don't show entries when there are none 2007-08-30 09:54:12 +00:00
moodler
53bde3e1be Make blog links pretty 2007-08-30 09:49:50 +00:00
toyomoyo
93bbdd5031 making blogs respect global tags flag 2007-08-30 09:13:36 +00:00
toyomoyo
061f14b275 fixing counter for (name filters) manage tag page, adding last 10 blogs to tag/index.php 2007-08-30 08:37:53 +00:00
skodak
0bfbab47e6 minor refactoring in grade export lib - part 2 2007-08-30 08:26:04 +00:00
skodak
350770f466 minor refactoring in grade export lib 2007-08-30 08:24:07 +00:00
skodak
c901b7a652 fixing regressions in grade export 2007-08-30 08:19:44 +00:00
nicolasconnault
74af2ea5ef MDL-10984 Adding publishing switch to txt and ods export formats 2007-08-30 07:44:42 +00:00
nicolasconnault
f57bdb559d MDL-10984 more language strings 2007-08-30 07:22:31 +00:00
moodler
91e7ad594b Tidy up the link display page a bit 2007-08-30 07:12:03 +00:00
moodler
7b0d5cd551 Merged fixes for MDL-7425 from 1.8 stable 2007-08-30 06:01:57 +00:00
toyomoyo
79081e871b modifying manage tags page to print user names, allowing modifying of tag types, minor css 2007-08-30 05:34:31 +00:00
toyomoyo
a41e687f1e removing duplicate, thanks mits 2007-08-30 02:23:36 +00:00
toyomoyo
1c63e17429 putting a link on admin menu to manage tags page. Fixing some upper/lower cases 2007-08-30 02:11:55 +00:00
toyomoyo
d92e2906cc MDL-11054, removing dead links 2007-08-30 01:45:38 +00:00
skodak
f6c80923bf MDL-10921 LDAP Auth to Active Directory requires LDAP_OPT_REFERRALS option set 2007-08-29 20:42:41 +00:00
skodak
2d675a2331 MDL-11023 silence warnings in PHP 4.x - the last param was added in PHP 5.0.2; merged from MODOLE_18_STABLE 2007-08-29 20:20:10 +00:00
koenr
edb18a0db9 reverting partly MDL-10883 2007-08-29 20:20:00 +00:00
skodak
dd383bd9a7 MDL-11058 changeme password not always required to be changed 2007-08-29 18:19:04 +00:00
skodak
e436033fb8 MDL-11026 private user key - implement ip restrictions 2007-08-29 18:06:18 +00:00
skodak
ca82569b5b grade export form refactoring 2007-08-29 16:47:16 +00:00
stronk7
6b0caaee81 Now module confguration (records from config) is deleted
when a module is deleted. MDL-11056
2007-08-29 15:14:18 +00:00
stronk7
8d7fb1bacd And we don't need to call assignment_upgrade_submodules()
from the update scripts any more. The standard plugin
architecture for modules support that. MDL-11029
2007-08-29 14:50:41 +00:00
stronk7
e9d46b8187 Now assignment submodules are installed/upgraded properly
(using the standard plugins architecture) MDL-11029
2007-08-29 14:42:39 +00:00
stronk7
c617b6f3b6 Changed the online submodule to work under the new install/upgrade code 2007-08-29 14:38:34 +00:00
skodak
53ed410ad3 MDL-11053 Course object not escaped before insert - patch by Aaron C Spike 2007-08-29 13:53:11 +00:00
skodak
d93d67b7ac MDL-11051 grade export - do not use quickforms elements directly 2007-08-29 13:00:10 +00:00
skodak
a5bc4e6ef5 MDL-11050 grade export must use formslib properly - no data_submitted()! 2007-08-29 12:38:23 +00:00
nicolasconnault
0f78c4de3d MDL-11028 GUI complete, language strings complete, user key creation done. Validation is not yet coded. 2007-08-29 11:43:48 +00:00
stronk7
b16393cb07 Adding the $Id tag to some scripts to allow better changes detection.
(soory, I deleted a few trailing spaces within comments...)
2007-08-29 10:48:44 +00:00
stronk7
d6125c4ad5 By default, when creating new fields... they are unsigned. 2007-08-29 10:24:36 +00:00
toyomoyo
f8ae1f86c5 MDL-10963, group average code broken, count_ungraded is ignoring groups altogether. 2007-08-29 04:05:56 +00:00
jamiesensei
0647e82b57 check for viewall / viewmine permission for each question in a category selected for export. 2007-08-29 03:04:01 +00:00
moodler
0495bd9124 Old fixes for printing tag cloud I didn't checkin 2007-08-29 02:00:42 +00:00