jerome mouneyrac
ceac2af394
registration MDL-25322 fix average participant and module display (only two digital)
2010-11-19 09:23:12 +00:00
jerome mouneyrac
05d7a48dc5
registration MDL-25322 fix average participant and module display (only two digital)
2010-11-19 08:34:20 +00:00
Petr Skoda
cbad562eee
MDL-25314 improved prevention of output buffering + detection of misconfigured servers
...
Scripts that do not want buffered output just define NO_OUTPUT_BUFFERING before including config.php.
The fileserving code now checks if the headers are already sent which detects misconfigured servers.
2010-11-19 03:40:43 +00:00
Eloy Lafuente
cbb9e9b8b4
MDL-25310 backup - some minor tasks related to cleaning/old options
2010-11-18 21:34:01 +00:00
Petr Skoda
e98a39260a
NOBUG standardising prevention of output buffering
...
we should really add some new define before the config.php inclusion soon
2010-11-17 12:25:36 +00:00
Eloy Lafuente
b9e8c6a6f2
NOBUG: I hate the shut-up operator, really!
2010-11-17 11:02:32 +00:00
jerome mouneyrac
5bf725440c
registration MDL-25261 trivial confirmation regitration page improvement
2010-11-17 07:53:10 +00:00
jerome mouneyrac
9d1b6ea35c
webservice MDL-25195 fix web service admin pages navigation bar/navigation
2010-11-16 07:45:31 +00:00
David Mudrak
c0b7391d0b
report_customlang: regenerate foreign key after recent tables rename
...
Thanks to Tim Hunt for spotting this overlooked key definition.
2010-11-15 16:13:06 +00:00
David Mudrak
ece4c57879
MDL-25144 Fixed SQL causing error in MSSQL
2010-11-12 16:07:05 +00:00
David Mudrak
498bd1f3ba
Language customization report uses proper plugin prefix for table names
2010-11-12 14:53:38 +00:00
David Mudrak
8f400405d6
MDL-25166 Oops sorry the previous commit introduced a new string that is not needed actually
2010-11-12 14:28:59 +00:00
David Mudrak
430954cccb
MDL-25166 Language customization does not interfere with the current language selector
2010-11-12 14:27:02 +00:00
Sam Hemelryk
081c914b39
backup MDL-25183 Added a dedicated CLI script for running automated backups
2010-11-12 07:05:18 +00:00
Andrew Davis
d38755249d
message MDL-25148 using method on $PAGE to allow or disallow popup notifications
2010-11-11 06:11:43 +00:00
Petr Skoda
f11f7b41df
MDL-25152 guest logging can be disabled now
2010-11-11 06:11:13 +00:00
Aparup Banerjee
693fc4a29f
global search MDL-25099 setting global search block to 'hidden' when feature is disabled in experimental settings.
2010-11-11 03:37:54 +00:00
Aparup Banerjee
777b5992c2
global search MDL-25099 undoing fix - bad for performance! - will re-implement later.
2010-11-10 09:27:47 +00:00
Aparup Banerjee
a6f4018954
global search MDL-25099 locking the global search block to 'hidden' when feature is disabled in experimental settings.
2010-11-10 09:06:46 +00:00
Sam Hemelryk
bac233d326
backup MDL-22184 Scheduled backups are now possible again through cron.
...
AMOS BEGIN
MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 06:07:43 +00:00
jerome mouneyrac
8714216819
registration MDL-25135 fix registration when private hub url has a trailing "/" character
2010-11-10 03:50:03 +00:00
jerome mouneyrac
b11837c97e
registration MDL-25135 fix registration when private hub url has a trailing "/" character
2010-11-10 03:35:40 +00:00
Sam Marshall
6397deaec8
Roles MDL-23986 Added help to role archetype
2010-11-09 12:41:29 +00:00
David Mudrak
8b2918a425
MDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax
2010-11-09 11:55:11 +00:00
jerome mouneyrac
29ca816c1b
registration MDL-25116 change some wording on the main registration page
2010-11-09 07:58:54 +00:00
Sam Marshall
9d81733d4c
Admin MDL-23244 Portfolio/repo admin pages use nested forms, which are illegal HTML and cause first dropdown on page to break
2010-11-08 17:12:03 +00:00
Tim Hunt
67cc2a4cce
admin purge caches MDL-24591 (part) make the redirect go somewhere sensible.
2010-11-08 13:42:01 +00:00
Rossiani Wijaya
c3231d1d57
MDL-21559: fixed force password change for internal and external authentication in user upload.
...
additional note: initialize user object for required fields (columns)
2010-11-05 09:26:05 +00:00
Rossiani Wijaya
3f12c14639
MDL-21559: fixed force password change for internal and external authentication in user upload.
2010-11-05 08:41:53 +00:00
Andrew Davis
46505ee75e
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
2010-11-05 08:04:40 +00:00
Sam Hemelryk
367a75fae4
themes lib MDL-24895 Multiple fixes to better handle overflow.
...
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Sam Marshall
cf617be64e
Unit tests MDL-24909 Unit tests used 5 minute time limit per test class; this is insufficient for gradebook tests on slow server. Changed to use 60 second limit per test function instead. Added constant and comment defining this behaviour.
2010-11-01 15:14:37 +00:00
Rossiani Wijaya
95795187e6
MDL-24897: set ajax course editing to 'ON'
2010-10-28 09:46:07 +00:00
Andrew Davis
212badff4d
message MDL-24879 added something to cron to remove read notifications
2010-10-28 03:59:40 +00:00
David Mudrak
9632db7aea
MDL-23027 CLI installer allows to define site name and shortname
...
Credit goes to James Brisland for the submitted patch. I just polished
it a bit and changed the SQL condition that selects the site course
record from id=1 to format='site' (see xmldb_main_install() for how the
site course record is initialised, we should not rely on the id assigned
to it by the DB engine).
2010-10-27 19:18:45 +00:00
Petr Skoda
69747f00de
MDL-24834 removing usetags duplicate setting - credit goes to Mark Drechsler
2010-10-26 17:59:56 +00:00
Tim Hunt
3ed3e8d412
install/upgrade MDL-24840 prevent the messaging pop-up from appearing during install or upgrade
...
Thanks to Colin Chambers.
2010-10-25 10:47:16 +00:00
Andrew Davis
a813a74843
message MDL-24771 a big commit that fixes a whole bunch of small issues with messaging
2010-10-25 09:29:34 +00:00
jerome mouneyrac
20e033bd34
image gallery MDL-24773 replace external image gallery library calls with a new image gallery created in community block
2010-10-25 03:42:46 +00:00
David Mudrak
7680da6ce8
MDL-24777 new emoticon_manager and its admin settings
2010-10-23 18:40:11 +00:00
David Mudrak
136e69c40f
MDL-24767 webservices logs use hard coded site id 1 instead of SITEID
2010-10-19 15:26:24 +00:00
Petr Skoda
155ef38baa
MDL-24761 we can safely reset all roles now
2010-10-19 10:22:59 +00:00
Petr Skoda
346c5887b1
MDL-24751 using new memory constants
2010-10-19 10:13:15 +00:00
Petr Skoda
c22473a214
MDL-24751 fixed default memory limit when deciding to use apache_child_terminate(), apache_child_terminate() is now called from one place only
2010-10-19 10:00:29 +00:00
Andrew Davis
90b4d5990a
message MDL-24562 made jabber message notifications work
2010-10-18 06:21:23 +00:00
Petr Skoda
1eb7e2290c
MDL-20716 json PHP extension is required in Moodle 2.0
2010-10-16 18:02:33 +00:00
Sam Hemelryk
b4c91012d4
output MDL-24683 Fixed up premature initialisation of theme and output through the admin structure.
2010-10-15 02:04:17 +00:00
jerome mouneyrac
daff57fb3b
registration MDL-24641 get language code from the full language list codes, not from the Moodle language package code
2010-10-13 09:13:23 +00:00
Andrew Davis
b6138cd59c
message MDL-24444 made bulk user messaging work by fixing up some incomplete refactoring
2010-10-13 02:38:23 +00:00
Sam Hemelryk
6d80fad4d4
NOBUG: Set a better pagelayout on admin/index.php
2010-10-12 01:18:01 +00:00