1701 Commits

Author SHA1 Message Date
poltawski
2e2e837c80 MDL-8906 - Additional fix to prevent needless searching on blank query, merged from stable 2007-03-15 11:48:21 +00:00
poltawski
4c5c7b6a5b MDL-8906 - Whoops, reverting - all the block functions are broken, so its useless trying to edit the blocks page.. 2007-03-15 01:08:26 +00:00
poltawski
a989172a5c MDL-8906 - Actually, I'll Fix blocks editing on search pages, by adding the query - merged from MOODLE_18_STABLE 2007-03-15 00:54:31 +00:00
poltawski
2e2e52c7d9 MDL-8906 - Blocks Editting Broken on Admin Search Results page, so disable
edit button, merged from MOODLE_18_STABLE
2007-03-15 00:35:41 +00:00
skodak
9d200a16d7 MDL-8522 better label for role reset button and confirmation text; merged from MOODLE_18_STABLE 2007-03-14 22:07:59 +00:00
skodak
5e992f564b MDL-8867 Add setting to define role that is assigned to creators in new courses
MDL-8868 Set only minimal permissions for creator role

+ improved accesslib to handle changes of context levels in capability definitions

merged from MOODLE_18_STABLE
2007-03-14 21:42:38 +00:00
poltawski
381b88594a MDL-8900 Adding adminroot to clean up html merged from MOODLE_18_STABLE 2007-03-14 17:25:22 +00:00
skodak
531468274f MDL-5229 and MDL-6196 adding gb18030 mime header encoding; merged from MOODLE_18_STABLE 2007-03-12 08:41:28 +00:00
donal72
76691858b2 MNET: Check that xml-rpc is installed: #MDL-8731 #MDL-8846 2007-03-12 02:31:50 +00:00
mudrd8mz
8442e01394 In the missing mode, substr() function introduced in MDL-8184 patch is now replaced by lang_xhtml_save_substr(). Fixes MDL-8852.
There was a problem with pure substr() which could possibly produce XHTML parsing error - see an example:
   substr('Marks & Spencer', 0, 9) -> 'Marks &am' ... is not XHTML compliance
The new function takes care of HTML entities during cutting the string.
2007-03-11 22:41:56 +00:00
skodak
854f5ef034 MDL-8834 smtp debugging can now be turned off - now independent on $CFG->debug; merged from MOODLE_18_STABLE 2007-03-09 20:16:48 +00:00
moodler
0616d3e82f Merged fixes for MDL-8785 from 1.8 to head 2007-03-07 04:56:07 +00:00
nicolasconnault
a66fe10336 MDL-8758 - Corrected the packagezip -> package.zip typo in 3 locations (2 in admin/langimport.php and 1 in install.php). The notification about allow_url_fopen has already been added to the default lang/en_utf8/error.php string. 2007-03-07 02:02:41 +00:00
skodak
d67de0ca05 MDL-7633 legacy capabilities now have special menu 2007-03-06 22:01:22 +00:00
skodak
b357ed13f3 MDL-8522 fixed role reset warnings + only one legacy cap type allowed now in each role 2007-03-06 19:19:19 +00:00
skodak
efe12f6c22 MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes 2007-03-05 11:27:01 +00:00
skodak
a83addc5e5 MDL-8522 Add role reset button into role definition form; fixed single button css 2007-03-03 22:30:35 +00:00
skodak
3562486b7d MDL-8523 Show default capabilities in role definition; added CSS popup_form spacing 2007-03-03 21:07:07 +00:00
skodak
4ed13ed8e0 notice_yesno install time fixes 2007-03-02 20:46:45 +00:00
tjhunt
341e99513b Make error messages non-ambiguous. Merged from MOODLE_18_STABLE. 2007-03-01 16:42:39 +00:00
nfreear
34d4b268c7 Fix for bug MDL-8708 "Debug, multiple warnings in admin/uploaduser.php and user.php" 2007-03-01 12:08:38 +00:00
toyomoyo
44a825c28f replacing fieldset in small form to div 2007-03-01 04:40:50 +00:00
toyomoyo
2ce10f2920 changing fieldset to div 2007-03-01 04:06:08 +00:00
toyomoyo
05bc5f01da changing fieldset in single button form to use div 2007-03-01 04:02:45 +00:00
tjhunt
c349b05181 XHTML Strrrrrrict! 2007-02-28 15:34:56 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
martinlanghoff
abb6fc0dda Fixing 1.5->1.7 upgrade bug (get_courses was used unnecessarily in upgrade process, and relies on roles)
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz>
2007-02-28 00:06:59 +00:00
moodler
c7dd2550dd Merged MDL-8670 2007-02-27 01:19:46 +00:00
stronk7
0b39275b57 Delete one condition used while debugging. 2007-02-25 20:36:13 +00:00
stronk7
5f6435d4c0 Now the editor detects if the xml file has been locally modified
since loading it. Second part of MDL-8264

Merged from MOODLE_18_STABLE
2007-02-25 20:20:35 +00:00
defacer
2f7ccc6644 Merged from MOODLE_18_STABLE:
Fix for MDL-8653:
When updating languages through a proxy, skip to the end of the HTTP headers
as defined by RFC 1945 instead of skipping exactly 12 lines of chaff.

Credit for patch 100% to Dan Poltawski.
2007-02-25 01:35:32 +00:00
defacer
a4e61dde70 Merging from MOODLE_18_STABLE:
Updating local language packs was breaking XHTML in the "results" screen.
2007-02-25 01:10:00 +00:00
skodak
177df3c6c5 email selfregistration enabled by default again - thanks Eloy for noticing the problem 2007-02-24 09:48:10 +00:00
stronk7
776dee9c56 Now XMLDB Editor performs check/validation of XML files
before loading them using the best parser available.
MDL-7726 and first part of MDL-8264

Merged from MOODLE_18_STABLE
2007-02-23 20:59:28 +00:00
defacer
99571c3e85 Putting up a title and moving the heading to the top for consistency
with the 'setting up primary admin' screen.

Is it just me or does Moodle look REALLY awful during setup? :/
2007-02-23 04:08:55 +00:00
stronk7
7fb2c1bbd0 Fix one small config name.
Merged from MOODLE_18_STABLE
2007-02-23 00:36:17 +00:00
stronk7
aae2743a3a Now the "common settings" form in admin/auth looks like
one standard admin form.

Merged from MOODLE_18_STABLE
2007-02-23 00:29:24 +00:00
stronk7
13abd721f2 Fixing the auth plugins visual. to use the flexible table properly.
Merged from MOODLE_18_STABLE
2007-02-22 23:01:47 +00:00
stronk7
90ea86e9f8 "flexible" is now out from set_attribute() because
flexible tables are adding it automatically.
Point 3.3 of MDL-8419

Merged from MOODLE_18_STABLE
2007-02-22 18:48:38 +00:00
toyomoyo
d16ce1946c fix for MDL-8585, introducing encoding setting for excel exports 2007-02-22 01:09:06 +00:00
stronk7
cc1ffd0147 Deleting inline styles from the "incompatible" table. MDL-8419 2007-02-21 23:16:23 +00:00
stronk7
6b99bd0df5 Adding some table classes to align all them. MDL-8419 2007-02-21 20:17:58 +00:00
stronk7
38287e169c inline are now 100% out. Let's CSS handle them. MDL-8419 2007-02-21 17:57:21 +00:00
stronk7
e12d37df2b Setting the correct id for each table. MDL-8419 2007-02-21 17:27:26 +00:00
stronk7
778951f899 First cut of modules admin page re-styling. MDL-8419 2007-02-21 17:09:58 +00:00
stronk7
62f60a45ce First cut of blocks admin page re-styling. MDL-8419 2007-02-21 16:52:32 +00:00
thepurpleblob
bd6648ea93 MDL-8602
Don't count modules where course=0 (ie, they must exist in real courses)
2007-02-21 14:55:32 +00:00
thepurpleblob
616ad119ad MDL-8087
Modules and Blocks lists now link to course search page for
actual instances.
2007-02-21 11:42:48 +00:00
toyomoyo
195e90f919 fix for MDL-8585, adding additonal CFG setting for latinexcelexport 2007-02-21 04:10:26 +00:00
skodak
16ce6c0dcc MDL-8590 auth cleanup - part 2 2007-02-20 17:09:20 +00:00