Matteo Scaramuccia
f63fc5c41a
MDL-40226 Files: Added the correct MIME Type for JNLP files.
...
JNLP stands for Java Network Launch Protocol, used to launch
Java Web Start applications. More details in:
http://docs.oracle.com/javase/tutorial/deployment/webstart/deploying.html
2013-10-06 16:45:16 +02:00
Rajesh Taneja
ad7577e144
MDL-38344 Calendar: converted name field in event table to text
...
There is no limitation on length of event name in RFC-2445, so changing type
for name from char to text.
2013-08-09 13:20:41 +08:00
Damyon Wiese
51cefce972
Merge branch 'MDL-38314-24' of git://github.com/FMCorz/moodle into MOODLE_24_STABLE
...
Conflicts:
version.php
2013-07-08 15:16:42 +08:00
Frederic Massart
7e51747ede
MDL-38314 repository: Improving performance of upgrade script
2013-07-03 16:28:28 +08:00
Frederic Massart
22785530b9
MDL-38314 repository: Remove orphan repository instances
2013-07-03 16:28:25 +08:00
Eloy Lafuente (stronk7)
392aa3ff35
Merge branch 'MDL-33562-24' of git://github.com/danpoltawski/moodle into MOODLE_24_STABLE
...
Conflicts:
version.php
2013-06-18 00:46:59 +02:00
Dan Poltawski
20431aacf8
MDL-33562 lib: remove deleted user tokens
2013-05-31 10:28:29 +08:00
Dan Poltawski
8fec03bc81
MDL-28250 license: upgrade old versions of cc-nc
...
The url was incorectly defined in previous versions
2013-05-15 11:24:53 +01:00
Damyon Wiese
9723842bc0
Merge branch 'MDL-34933_24_STABLE' of https://github.com/mchurchward/moodle into MOODLE_24_STABLE
...
Conflicts:
lib/db/upgrade.php
version.php
2013-04-23 12:02:47 +08:00
Mike Churchward
d75a987e36
MDL-34933 core_message: Adding index to improve database access on message_working table.
2013-04-22 08:38:03 -04:00
Sam Hemelryk
312ad653e9
MDL-38565 cache: upgrade code to amend default stores
...
Conflicts:
version.php
2013-04-19 10:11:37 +12:00
Damyon Wiese
aa17028b35
MDL-29877 Grades - Remove hardcoded prefix from upgrade step
2013-04-12 11:53:20 +08:00
Damyon Wiese
870f78b0fd
MDL-29877 Grades - version bump for upgrade step.
...
And whitespace...
2013-04-12 11:41:54 +08:00
Damyon Wiese
d4a997b7d7
Merge branch 'MDL-29877_bad_grade_item_24' of git://github.com/andyjdavis/moodle into MOODLE_24_STABLE
...
Conflicts:
version.php
2013-04-12 11:36:17 +08:00
Andrew Davis
166102e9b3
MDL-29877 core_grade:add some upgrade code to fix broken grade items introduced by bad restores
2013-04-10 08:28:05 +08:00
Marina Glancy
69778612db
MDL-38541 Restrict calling rebuild_course_cache() from upgrade process
...
only plugins upgrade scripts can call rebuild_course_cache() and for clearing cache only.
2013-04-09 11:13:50 +10:00
Matteo Scaramuccia
9992ee729e
MDL-38468 Files API: fixed the support for MTHML (MIME HTML: web page archive) files
2013-03-23 12:26:03 +01:00
Aparup Banerjee
46640b7e53
Merge branch 'MDL-38386-24' of git://github.com/damyon/moodle into MOODLE_24_STABLE
...
Conflicts:
version.php - 2012120302.01 in db/upgrade.php too
2013-03-12 11:35:03 +08:00
Damyon Wiese
0d9c836ab2
MDL-38386 Courselib: Make sure the upgrade step for MDL-38173 always runs
2013-03-08 09:19:31 +08:00
Eloy Lafuente (stronk7)
db0175400b
MDL-38378 Take rid of harcoded db prefix and bump.
2013-03-08 00:24:55 +01:00
Damyon Wiese
4d25fc3208
MDL-38173 Course: Fix DB from regression when adding a (new) course module to a section.
2013-03-06 23:58:36 +08:00
Damyon Wiese
382b3d7596
MDL-37792 Conditions: Fix upgrade step in previous patch
2013-02-26 10:56:11 +08:00
sam marshall
1a44518a64
MDL-37792 Conditions: Interests condition offered but not implemented
2013-02-25 13:25:17 +00:00
Damyon Wiese
bc11a70203
Merge branch 'MDL-37939-m24' of https://github.com/andrewnicols/moodle into MOODLE_24_STABLE
...
Conflicts:
lib/db/upgrade.php
version.php
2013-02-18 12:47:32 +08:00
Dan Poltawski
a2f6f882c4
Merge branch 'MDL-35622-24' of git://github.com/FMCorz/moodle into MOODLE_24_STABLE
...
Conflicts:
lib/db/upgrade.php
version.php
2013-02-18 11:33:00 +08:00
Sam Hemelryk
a2b5f389de
MDL-37683 cache: siteidentifier is now included in the keys
...
Conflicts:
lib/db/upgrade.php
lib/moodlelib.php
version.php
2013-02-18 08:30:29 +13:00
Andrew Robert Nicols
41d397e68b
MDL-37939 Course: Correct broken sequence data
2013-02-15 21:10:13 +00:00
Frederic Massart
bac188fa71
MDL-35622 files: Add support for SMART Notebook MIME types
...
- The MIME type for Notebook files is: application/x-smarttech-notebook
- The MIME type for Gallery files is also: application/x-smarttech-notebook
Refs: http://exchange-forum.smarttech.com/forums/p/5152/11945.aspx#11945
Original author: Matteo Scaramuccia <moodle@matteoscaramuccia.com >
Fixed by: Paul Holden <pholden@greenhead.ac.uk >
Conflicts:
lib/db/upgrade.php
version.php
2013-02-11 10:29:50 +08:00
Dan Poltawski
e8e9393e76
Merge branch 'w50_MDL-36493_m24_mysql' of git://github.com/skodak/moodle into MOODLE_24_STABLE
2012-12-17 15:29:07 +08:00
Petr Škoda
1264dd11a0
MDL-36493 improve performance of mysql unsigned/lob upgrade
2012-12-15 11:44:18 +01:00
Petr Škoda
b768c6f77a
MDL-36597 strip '_utf8' from all course.lang fields
2012-12-15 11:16:12 +01:00
Eloy Lafuente (stronk7)
e958133ca6
MDL-37032 upgrade: define all the 2.4.0 points
2012-12-11 13:12:03 +01:00
Marina Glancy
113105bf9c
MDL-36840 Set course.format to 'site' for site-course
2012-12-05 10:28:12 +08:00
Aparup Banerjee
9cae08dac4
MDL-36614 fixed version upgrade conflict (git why you no tell me about conflict!)
2012-11-21 10:49:44 +08:00
Aparup Banerjee
6bf410ed4b
Merge branch 'MDL-36614-master' of git://github.com/ankitagarwal/moodle
...
Conflicts:
calendar/lib.php (MDL-36615)
calendar/managesubscriptions_form.php (MDL-36352)
2012-11-21 10:29:04 +08:00
Ankit Agarwal
20131e5cdd
MDL-36614 calendar: upgrade code for adding eventtype field to all existing installs
2012-11-20 13:20:43 +08:00
Petr Škoda
0b37fe466a
MDL-36682 remove old unused shared memory caching support
2012-11-18 14:46:31 +01:00
Frederic Massart
9b835f70b6
MDL-36612 upgrade: Force courses cache to be rebuilt
2012-11-15 14:51:28 +08:00
Aparup Banerjee
7d2705568e
MDL-30643 added tables to upgrade script
2012-11-12 15:50:19 +08:00
Mark Nelson
3774324174
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:13 +01:00
Marina Glancy
b5cf83f080
MDL-36017 Fields numsections, hiddensections and coursedisplay are now format-specific options
...
- Fields added to format_legacy as default course format options;
- Upgrade script copies fields values from table course to course_format_options;
- Fields removed from table course;
- Fields removed from edit course form;
- Since front-page course has a 'numsections' setting, format_site defines it as it's option;
- Removed accessing those fields in core code unless we know that format supports them and in this
case instead of $course = $DB->get_record('course'); we use:
$course = course_get_format($courseorid)->get_course(); This way all format-specific options
are added to the $course object
2012-11-02 10:56:19 +08:00
Marina Glancy
29ac9fc1f8
MDL-35768 create table course_format_options, increase length of course.format field
2012-11-02 10:55:21 +08:00
Dan Poltawski
d618dcf3c9
MDL-16660 - upgrade: split steps up into two
...
Be extra safe for potential debugging purposes
2012-10-30 14:33:30 +08:00
Dan Poltawski
0c918a1f52
Merge branch 'wip-MDL-16660-m24' of git://github.com/samhemelryk/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-10-30 14:18:13 +08:00
Sam Hemelryk
e30390a0dd
MDL-16660 calendar: Cleaned u several areas of the iCal patch in preparation of the next peer-review
...
* Added a bit of AMOS to copy existing strings and save a little translation effort
* Cleaned up fixed strings in several places
* Cleaned up some existing strings as required.
* Fixed install and upgrade code. Split upgrade into two parts (one for each table).
* Fixed fatal error caused by missing forms lib inclusion
* Added param types to forms.
* Converted file_get_content to use curl for URL's.
* Cleaned things up per coding style.
* Separated subscription management and form into separate files.
* Tidied up bennu inclusion to just where required.
* Lots of other small fixes as well.
AMOS BEGIN
CPY [calendar,calendar],[colcalendar,calendar]
CPY [actions,moodle],[actions,calendar]
CPY [never,moodle],[never,calendar]
AMOS END
2012-10-30 17:33:49 +13:00
Jonathan Harker
b5a52acd9d
MDL-16660: Add calendar import.
...
Adds an extra import section alongside the existing export in the
calendar views. Allows the user to import from either a file or a
URL as a subscription, with an optional polling interval of hourly,
daily, weekly, monthly, or annually. This subscription may be added
to the user, group, global or course calendars. These subscriptions
are tracked in a separate database table, and an extra column added
to the events table to relate them to the subscription. The event
uuid field is also expanded to allow for the RFC-2445 UID property.
Subscriptions are listed on the calendar view page, and can be
added and removed, manually polled, and the polling interval
adjusted. Subscription events are updated on cron.
2012-10-30 17:33:18 +13:00
Dan Poltawski
c28717d913
MDL-35116 - update version numbers
2012-10-29 14:08:28 +08:00
Frederic Massart
d8271e3908
MDL-35116 upgrade: Rename backup files having used short name previously
2012-10-29 14:07:18 +08:00
Aparup Banerjee
cb6b5fb625
Merge branch 'wip-MDL-35265-master' of git://github.com/abgreeve/moodle
...
Conflicts:
version.php
2012-10-16 10:46:11 +08:00
Adrian Greeve
c0a059260f
MDL-35265 - blog - Update code for removing orphaned blog association data.
2012-10-08 10:07:47 +08:00