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
moodler
08c7d26024
Merged fixes from 1.8 stable for role menu fixes MDL-8558
2007-02-18 13:01:15 +00:00
toyomoyo
e381a324a8
merged adding missing capability check
2007-02-16 02:40:54 +00:00
moodler
29e05913b8
Merged upgrade environment check from stable MDL-8527
2007-02-15 06:30:35 +00:00
toyomoyo
09b62d3b99
fix for MDL-8517 broken xhtml for redirects
2007-02-15 05:15:06 +00:00
skodak
8891e81c92
MDL-8469 - 192M is much nicer than 196M
2007-02-14 20:58:31 +00:00
skodak
4eefee9779
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate
2007-02-14 20:46:38 +00:00
toyomoyo
86d345d5cd
removing undefined variable
2007-02-13 01:54:25 +00:00
toyomoyo
537ea84763
MDL-8290, fix for broken plugins
2007-02-09 07:47:14 +00:00
toyomoyo
20e0a8021d
fix for MDL-8399, unable to unassign self as admin in courses
2007-02-09 01:04:02 +00:00
moodler
c29b897b23
Fixed a notice during multilang upgrade when prefix was null
2007-02-08 14:52:03 +00:00
toyomoyo
007456de61
MDL-8425, fixing xhtml strict issues
2007-02-08 07:12:53 +00:00
toyomoyo
038bf62143
MDL-8425 related fixes
2007-02-08 03:04:41 +00:00
urs_hunkler
ec3938f3d1
'added check if right column is empty - needed for round corners'
2007-02-07 08:22:20 +00:00
toyomoyo
60a9a6ea67
fix for some of the MDL-8425 issues
2007-02-07 07:34:53 +00:00
urs_hunkler
e5afdd2710
'added felxible columns and round corner code'
2007-02-06 22:23:08 +00:00
urs_hunkler
d2bb4f71d2
'deleted old block width definition'
2007-02-06 20:33:28 +00:00
toyomoyo
fbe31d22d1
xhtml validation fixes for MDL-8425
2007-02-06 08:24:37 +00:00
mudrd8mz
dd43d37152
lang.php now keeps orphaned transaltions, i.e. string without English reference. Fixes MDL-8409.
2007-02-03 12:23:53 +00:00
mudrd8mz
5764893508
Produces better HTML/CSS output to fit into translators' screen.
...
There are only two columns in the translation table form now. Odd and even
rows' background alters.
See MDL-8334 and http://moodle.org/mod/forum/discuss.php?d=62800 for more info about this.
2007-02-02 14:42:15 +00:00
sam_marshall
24c66531b3
MDL-8216 Smartpix support (under 'experimental') for searching images in theme, parent theme, etc
2007-02-02 12:19:58 +00:00
vyshane
b2ee058fac
Merged from 1.7.
2007-02-02 08:14:55 +00:00
skodak
f4d6704d9a
MDL-8380 prevent deleting of roles that are used as default site roles for guest, user, notloggedin, etc...
2007-02-01 23:15:07 +00:00
stronk7
b26f94ce15
Adding missing tags in code. Credit goes to Greg Lyon. MDL-8383.
...
Merged from MOODLE_17_STABLE
2007-02-01 22:36:35 +00:00
skodak
ebce32b5dd
(MDL-8367) Add configuration option to select role for guest - guestroleid
2007-02-01 10:24:26 +00:00
skodak
c785d40ac3
MDL-8373 Add new predefined role "Authenticated user" for all logged in users
2007-01-31 21:05:32 +00:00
skodak
01e85af9cc
MDL-8343 reorganize frontpage settings in admintree - I hope fixed last installation bug
2007-01-30 10:33:09 +00:00
skodak
e75ac13be2
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - code cleanup
2007-01-30 10:23:01 +00:00
skodak
71eee5f216
MDL-8343 reorganize frontpage settings in admintree - fixed installation bug and warnings
2007-01-30 09:33:11 +00:00
skodak
84c8ede022
MDL-8343 reorganize frontpage settings in admintree - admin tree now allows to specify context together with required capability for each entry
...
MDL-8352 Fully separate CONTEXT_COURSE, SITEID from COURSE_SYSTEM - first part of cleanup related to frontpage
2007-01-29 21:29:27 +00:00
stronk7
18bba1f789
Applying new rs_xxx() functions everywhere. MDL-8134
2007-01-29 11:29:01 +00:00
stronk7
55e723af60
Applying new rs_xxx() functions everywhere. MDL-8134
...
Merged from MOODLE_17_STABLE
2007-01-29 11:07:02 +00:00
skodak
9152fc9938
MDL-8323 finished full conversion to proper $COURSE global - no more $CFG->coursetheme, $CFG->courselang - improved course_setup(), current_language() and current_theme(); and Chameleon theme fixes needed for global $COURSE
...
MDL-7962 chat seems to be completely broken in head (fixed wrong JS)
* reworked chat themes support
MDL-8338 Cron does not need cookies
MDL-8339 forum cron capabilities problems
* minor deprecated function current_encoding() cleanup
2007-01-28 21:18:08 +00:00
urs_hunkler
c15816ce95
'set sideblock left and right min/max width with values set in theme/config.php'
2007-01-28 17:11:05 +00:00
skodak
8e1f75acfb
MDL-8096 loginhttps fixes for new advancededit form
2007-01-26 21:45:50 +00:00
skodak
e2cfb488be
MDL-8096 - added proper trimming of usernames; site:config capability is now neede to change definition of custom profile fields
2007-01-26 16:19:34 +00:00
moodler
0f22ec3356
FIxed tabs on module edit pages
2007-01-26 06:32:53 +00:00
moodler
28b822fe5e
Fixed up the tabs for roles
2007-01-26 06:18:43 +00:00
skodak
e8e0bb2d7b
MDL-8096 - advanced edit now mostly works, though still some parts missing; RIP changeme user :-)
2007-01-25 11:03:33 +00:00
skodak
ad6226fba2
MDL-8096 - user edit form splitting, refactoring, cleanup and fixing - work in progress ;-)
...
* new editadvanced form for creating of users and editing without restrictions
* elliminated fantom changeme user
* updated links and installation process
* see TODO comments in code
2007-01-25 00:04:02 +00:00
stronk7
704b9031ac
Add full specs for current field in rename_field() PHP
...
generation from the editor. Part of MDL-8296
2007-01-24 16:54:49 +00:00
donal72
3a1edc56f4
Mnet: Users mnethostid now defaults to the admin user's mnethostid: MDL-8253
2007-01-23 22:03:48 +00:00
donal72
cdf2232920
Mnet: Rename field: access to accessctrl for Oracle interop: MDL-8237
2007-01-23 21:27:50 +00:00
moodler
d53a487d65
FIxed site identifier
2007-01-23 04:58:50 +00:00