Commit graph

951 commits

Author SHA1 Message Date
Petr Skoda
57e6ce5eeb MDL-20948 warn admin is main salt not set 2009-11-24 15:02:24 +00:00
Penny Leach
eeb7ccf069 Portfolio MDL-20872 adding some extra metadata into the portfolio log table so we can display nicer information about already completed transfers 2009-11-17 15:59:26 +00:00
Penny Leach
45645bce2a Portfolio MDL-20872 first step - add tempdataid column to portfolio log table 2009-11-17 15:44:21 +00:00
Penelope Leach
e1b9ac3ef8 portfolio - MDL-19356 - add instance column to portfolio_tempdata
this is the first step in moving towards supporting multiple exports per session.

however, some plugins aren't going to be able to support this (eg box.net) so
we add the instance to the tempdata table, so that we can quickly check whether
we have an export of the same *type* of plugin in the session.
2009-11-16 15:02:52 +00:00
Tim Hunt
01de485dde blocks upgrade: MDL-20820 another blocks upgrade problem with sticky blocks
Even though the visible column is going to be dropped,
we need to set it here or the query at line 2087 will fail.

Huge thanks to Oleg Sychev who did all the debugging and testing for this fix.
2009-11-11 17:01:12 +00:00
Tim Hunt
35fb85a7da blocks upgrade: MDL-20820 Problem found and fixed by Oleg Sychev. 2009-11-11 14:50:01 +00:00
Petr Skoda
93d3a2506b MDL-20820 fix for broken sticky block ugprade, credit goes to Oleg Sychev 2009-11-11 14:07:02 +00:00
Petr Skoda
c01678b1d2 MDL-20767 can not use messaging in upgrade and fatal errors in strings 2009-11-07 09:31:20 +00:00
jerome mouneyrac
975341d161 webservice MDL-17135 add timecreated + timemodified fields to the service table and save them in the service form 2009-11-06 07:50:30 +00:00
Petr Skoda
cb8a83bbbd MDL-20601 fixed fatal SQL upgrade error, missing {} around table names 2009-11-04 08:54:07 +00:00
Sam Hemelryk
8bdc9cacad files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +00:00
Petr Skoda
117bd74897 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 11:31:16 +00:00
Nicolas Connault
cc82aef6fa MDL-19754 New tables for blog, and upgrade script if needed 2009-10-30 07:24:34 +00:00
Petr Skoda
1942103f8b MDL-17135 external token access support 2009-10-26 19:10:20 +00:00
skodak
88af54fac2 MDL-17135 adding more security restrictions for web service users 2009-10-06 20:47:07 +00:00
tjhunt
bf659cf05e blocks upgrade: MDL-19511 Oops. contextid is unsigned, so use 0 as a dummy value, not -1 2009-10-04 18:20:08 +00:00
nicolasconnault
db8b0c852f MDL-19754 MDL-19676 Reverted blog upgrade code 2009-09-21 03:25:25 +00:00
nicolasconnault
947eaf5781 MDL-19754 MDL-8776 MDL-19678 MDL-20314 Converting old post table to blog_entries, upgrading blog code accordingly, and tags in tag_instance table 2009-09-18 06:57:52 +00:00
skodak
5b9a70a15a MDL-20273 updated web services and functions description tables , includes indexes and foreign keys - oops forgot unique service name index 2009-09-13 20:05:44 +00:00
skodak
5d820ca273 MDL-20273 updated web services and functions description tables , includes indexes and foreign keys 2009-09-13 19:09:16 +00:00
jerome
4313fa89d9 webservice MDL-12886 fix bad database manual generation by xmleditor generation + update web services database 2009-09-11 09:46:01 +00:00
rwijaya
b89e4ad8fa tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE 2009-09-09 02:43:43 +00:00
nicolasconnault
1918f7e067 MDL-19676 Blog improvements 2009-09-04 01:07:19 +00:00
nicolasconnault
8f07768f21 MDL-19676 Blog improvements 2009-09-04 00:48:49 +00:00
nicolasconnault
cae837087a MDL-19676 Blog improvements 2009-09-04 00:36:43 +00:00
samhemelryk
7d2a049292 navigation MDL-14632 Very significant navigation commit
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree
both of which have been designed to make full use of the new navigation objects available through
the $PAGE object.
Bulk of this code is within lib/navigationlib.php
2009-08-28 08:47:31 +00:00
nicolasconnault
aa9a686740 MDL-19799 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:20:12 +00:00
stronk7
35554f5045 NOBUG: Added missing savepoint 2009-08-10 17:41:26 +00:00
skodak
0a127169fe MDL17980 reverting last commit - other devs agreed, to be explained in tracker 2009-08-03 07:35:41 +00:00
jerome
ca8874dcee installation MDL-19984 fix SQL error during upgrade process 2009-08-03 04:02:39 +00:00
peterbulmer
1b509b3699 MDL17980 mnet improvements
* Allow multiple roles to be allocated by identity provider
* Allow existing enrolment plugins to manage mnet enrolments


Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2009-08-03 03:38:23 +00:00
stronk7
da750a5182 MDL-19701, MDL-19695 ddl stuff - review upgrade to enforce dependencies on every field operation 2009-07-30 18:48:42 +00:00
stronk7
ce11763a23 MDL-19969 standarising plugin names - prevent dupes in case record is already there 2009-07-30 13:40:59 +00:00
dongsheng
1bcb7eb540 "MDL-19118, comments api" 2009-07-24 02:44:44 +00:00
tjhunt
e92c286c20 block contexts: MDL-19098 every block should have a context
even non-course and sticky blocks.

The parent context is block_instances.parentcontextid.

The block context should be used for checking permissions directly
related to the block, like moodle/block:view or moodle/site:manageblocks.

However, if the block is displaying information about the current page,
for example the participants block showing who 'here', then it may be
better to use the context of the page where the bloack is appearing -
in other words $this->page->context - to check permissions about the
user's ability to see participants here.

Or, if the block is displaying something stronly related to courses,
for example, a course meny block, the block should probably use the
context for $this->page->course to check permissions.
2009-07-13 08:37:34 +00:00
tjhunt
13a0d3d3c9 blocks MDL-19536: rename block_instances.contextid to parentcontextid to avoid gross confusion 2009-07-10 05:58:59 +00:00
skodak
edcb15b5c6 fixed whitespace and added TODO for release 2009-07-09 19:58:29 +00:00
skodak
8b6a09680a fixed whitespace 2009-07-09 19:54:54 +00:00
nicolasconnault
4d13d47060 MDL-19677 Reverting prematurely committed blog patch 2009-07-03 05:54:49 +00:00
stronk7
4276a19a78 MDL-19695 field dependencies - before committing the dependency checker, fix all places in upgrade
that will break once running with dependencies enabled
2009-07-02 16:05:47 +00:00
stronk7
fdc391470e Enums are out in 2.0, so we cannot introduce any in the 1.9 => 2.0 upgrade. Deleting the upgrade block. 2009-07-02 15:30:30 +00:00
skodak
c1f58efef7 MDL-19699 fixed blog upgrade trouble and one notice 2009-07-02 15:14:23 +00:00
nicolasconnault
856b6fe6d2 MDL-19676 Removed course and group visibility settings for blog 2009-07-01 08:49:47 +00:00
skodak
adf8f3f9ad MDL-19668 improvements of _with_advanced admin setting classes finished, quiz settings updated too 2009-06-30 16:55:56 +00:00
skodak
17da2e6f28 MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions 2009-06-19 14:25:56 +00:00
tjhunt
52902cea23 blocks upgrade: MDL-19511 And repeat the upgrade step, since some poeple will have missed it. 2009-06-16 10:31:33 +00:00
tjhunt
a26146d563 blocks upgrade: MDL-19511 put back important code that Petr commented out!
The actual mistake was the name of the previous column, which is totally irrelevant, but which XMLDB had filled in incorrectly. Grrr!
2009-06-16 10:23:56 +00:00
skodak
b4154c2d64 MDL-14990 implemented query loggin in new native DML drivers 2009-06-13 15:59:55 +00:00
stronk7
a54e16380e MDL-19350 upgrade review - adding missing savepoints to main upgrade. 2009-06-03 15:18:53 +00:00
skodak
1aa01caf90 MDL-16231 reimplemented deleting of files + cron cleanup 2009-06-03 08:10:21 +00:00