bobopinna
|
91c6c3dc85
|
Added some missing strings
|
2007-06-17 05:33:46 +00:00 |
|
tjhunt
|
ee4848432c
|
XHTML strict!
|
2007-06-14 10:58:23 +00:00 |
|
tjhunt
|
d3d4f4936e
|
Whitespace cleanup in workshop help files.
|
2007-06-14 10:58:12 +00:00 |
|
tjhunt
|
e796e306f8
|
Fix lang file sorting.
|
2007-06-13 16:39:53 +00:00 |
|
poltawski
|
f4b35f935c
|
MDL-9987 - Reffering to wrong capability name, thanks to seberin Terrier
|
2007-06-04 21:59:12 +00:00 |
|
wildgirl
|
f87414c0bb
|
typo fix MDL-9767
|
2007-05-29 17:47:25 +00:00 |
|
nfreear
|
a335226982
|
Follow up fix for bug MDL-9890 - replacing nicolasconnault's fixes that I overwrote - sorry!
|
2007-05-23 14:43:00 +00:00 |
|
nfreear
|
6f7cb89d17
|
Big fix for MDL-9890 "Help should be well-formed, XHTML Strict and semantic". Merged from head.
|
2007-05-23 12:08:19 +00:00 |
|
pichetp
|
844aed0573
|
adding or deleting more than 1 dataitems in one step in datasetitems_form.php
|
2007-05-22 02:29:33 +00:00 |
|
moodler
|
dda9800184
|
Fix typo: MDL-9875
|
2007-05-21 13:32:39 +00:00 |
|
jmg324
|
3ba9c859b6
|
MDL-9802 added my:manageblocks capability so admins can define whether users can add/remove blocks from myMoodle page
|
2007-05-18 12:47:19 +00:00 |
|
thepurpleblob
|
2966e43548
|
Adding a couple of error messages for XML import
|
2007-05-08 14:14:26 +00:00 |
|
poltawski
|
0bf78b45f3
|
MDL-8917 - slasharguments description was slightly incorrect
|
2007-05-06 10:26:42 +00:00 |
|
poltawski
|
53f2fb98ac
|
MDL-8436 Fixed typo
|
2007-05-06 09:55:49 +00:00 |
|
poltawski
|
df9134b4e0
|
MDL-8971 - fixed typo
|
2007-05-06 09:43:32 +00:00 |
|
thepurpleblob
|
eedcf27a55
|
Fixing hard coded string.
|
2007-05-04 14:05:25 +00:00 |
|
skodak
|
ea714cfdbd
|
MDL-8813 Cas auth for 1.8x - credit goes to Jérôme Gutierrez; TODO: redirection after failed login
|
2007-04-29 13:57:46 +00:00 |
|
pichetp
|
b961b2249f
|
MDL-9496 Adding multianswer to calculated and merging from head
|
2007-04-26 23:33:42 +00:00 |
|
nicolasconnault
|
cb7c915b10
|
MDL-9457 Missed a few files
|
2007-04-23 04:13:01 +00:00 |
|
nicolasconnault
|
c30e73badc
|
Fixed many XHTML errors
|
2007-04-20 07:49:39 +00:00 |
|
skodak
|
ceb6ed3ab2
|
MDL-9363 update memory limit checks and docs
|
2007-04-15 14:25:10 +00:00 |
|
thepurpleblob
|
75b5701ae7
|
MDL-9123:
Added language string for error message
|
2007-04-11 12:16:06 +00:00 |
|
nicolasconnault
|
479206f6ff
|
MDL-9213 Corrected $forum->format to $forum->type
|
2007-04-11 01:03:42 +00:00 |
|
skodak
|
0d4f86ce4b
|
MDL-9239 New fromslib password element with reveal option
|
2007-04-06 14:15:16 +00:00 |
|
nfreear
|
70c64c1a46
|
Fixes bug MDL-9221 "new group admin - can't view full group name".
|
2007-04-05 10:55:27 +00:00 |
|
skodak
|
3ebaafd6e5
|
MDL-9219 Replace Inherit with Not set on role definition page
|
2007-04-05 09:16:34 +00:00 |
|
nicolasconnault
|
62c50f8579
|
MDL-9124 Added a visual notification when group membership doesn't allow adding discussions.
|
2007-04-04 06:24:30 +00:00 |
|
nicolasconnault
|
be5ceecd4d
|
MDL-9144
|
2007-04-04 04:30:21 +00:00 |
|
nicolasconnault
|
a7ad3d051a
|
MDL-9135:
|
2007-04-04 04:21:31 +00:00 |
|
nicolasconnault
|
86b331477a
|
MDL-9138; Edited lib/xmlize.php to return false when the passed file doesn't return any entries (when it's not valid XML or is empty). Also made it much clearer that glossary/import requires an XML file, not just any old file.
|
2007-04-04 03:34:00 +00:00 |
|
nicolasconnault
|
0efd6699e2
|
MDL-9167 and MDL-9113 both solved
|
2007-04-03 06:38:40 +00:00 |
|
nicolasconnault
|
89a4886523
|
MDL-8774
|
2007-04-03 03:30:36 +00:00 |
|
tjhunt
|
db0f3b9159
|
MDL-9173 - Can't create match anything answer to numerical question type. Merged from OU Moodle.
|
2007-04-02 13:02:17 +00:00 |
|
nfreear
|
ce9d5ce529
|
Fixes bug MDL-8695 "Form 'required' icon is hidden", see commit 13 Jan. Merged from HEAD.
|
2007-03-30 10:54:08 +00:00 |
|
nicolasconnault
|
ae4d27ee4e
|
MDL-9115 Added new strings to lang/en_utf8/group.php (where in roles.php before!). Also cleaned up page a little more so the backend code is at the top, with the HTML output at the bottom. We may be able to use mform with this page eventually. AJAX would also help.
|
2007-03-30 08:29:30 +00:00 |
|
nicolasconnault
|
60b6fc1004
|
MDL-9111: Changed to "Back to groups"
|
2007-03-30 06:13:30 +00:00 |
|
nicolasconnault
|
bf54a837aa
|
MDL-7186: Removed offending angle brackets, 3 counts in 2 files.
|
2007-03-30 05:21:02 +00:00 |
|
nicolasconnault
|
293d2ce08e
|
1. Added proper breadcrumb to group/edit|create page (preserves previous grouping/group selections)
2. Changed "Create Orphan group" to "Create orphan group"
3. Added help string for groupenrolmentkey
4. Edited moodle docs for groups edit page
|
2007-03-30 02:38:49 +00:00 |
|
toyomoyo
|
4cbacc2c88
|
chaing help file as helen suggested
|
2007-03-30 02:23:54 +00:00 |
|
skodak
|
e21c0ffc23
|
MDL-3339 support md5 and sha1 in ldap when adding or changing passwords
|
2007-03-29 19:47:21 +00:00 |
|
skodak
|
293d56acaa
|
MDL-8590 fixed ldap creators, added new option to specify dn in member attribute
|
2007-03-29 15:51:16 +00:00 |
|
toyomoyo
|
7d5bb42327
|
fix for MDL-8983, hidden assignments need a help file
|
2007-03-29 06:37:46 +00:00 |
|
tjhunt
|
6df6296812
|
MDL-9061 - Only show global assign roles warning if you are assigning roles in the global context! Also, change name of admin menu entry to reduce confusion.
|
2007-03-28 16:57:05 +00:00 |
|
skodak
|
37841afffe
|
MDL-8781 survey converted to new formslib - empty intro now means use default from language pack
|
2007-03-27 21:58:01 +00:00 |
|
nicolasconnault
|
b6e33658e3
|
MDL-9061
|
2007-03-27 06:54:23 +00:00 |
|
nicolasconnault
|
bd52a0145e
|
MDL-9040: Enabled disabling of any buttons that always lead to errors. Javascript dynamically displays/hides buttons depending on which groupings/groups are selected. This required a number of extensive modifications, but degrades nicely without JS.
|
2007-03-27 04:03:02 +00:00 |
|
toyomoyo
|
33f23cb8df
|
sorry wrong string used
|
2007-03-26 06:55:17 +00:00 |
|
toyomoyo
|
0e6b0d5c48
|
fix for MDL-9002, missing string
|
2007-03-26 06:44:40 +00:00 |
|
skodak
|
a045329951
|
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
backported from HEAD
|
2007-03-22 12:40:16 +00:00 |
|
toyomoyo
|
8489b65737
|
adding string
|
2007-03-21 06:16:56 +00:00 |
|