Petr Skoda
a38c7a1081
MDL-20601 fixed undefined variable in major upgrade redirection
2009-11-08 22:10:45 +00:00
Petr Skoda
088f3ffc5d
NOBUG fixed TODO which was already solved
2009-11-08 21:20:21 +00:00
Petr Skoda
07b81ebd2d
MDL-20625 coding help - better detection of missing commit or rollback
2009-11-08 21:19:11 +00:00
Petr Skoda
c0829930c8
MDL-20625 new test for transaction cuncurrency - proposed by Eloy
2009-11-08 19:00:19 +00:00
Petr Skoda
3400bf6cc4
MDL-20625 fixed typos, credit goes to Martin Langhoff
2009-11-07 16:00:13 +00:00
Petr Skoda
e484041b8c
MDL-20625 forbid transactions when sending messages - we can not undo emails
2009-11-07 10:30:03 +00:00
Petr Skoda
7c7d3afab5
MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"
2009-11-07 10:27:57 +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
Petr Skoda
2055b631f0
MDL-20625 when in transaction do not trigger instant events becase we can not roll them back
2009-11-07 09:13:45 +00:00
Petr Skoda
d5a8d9aa71
MDL-20625 new delegated transaction support in DML
2009-11-07 08:52:56 +00:00
Dongsheng Cai
6f2cd52aa5
"MDL-19181, 1. fixed repository listing when using non-admin role 2. added boilerplate"
2009-11-06 09:07:46 +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
4efa248399
MDL-12886 more external groups api
2009-11-05 22:06:49 +00:00
Petr Skoda
c863dc389c
MDL-12886 more external groups api
2009-11-05 20:04:27 +00:00
Sam Hemelryk
8958174c48
navigation MDL-20651 Changed setting from hide to show
2009-11-05 09:31:55 +00:00
jerome mouneyrac
09179b789b
webservice MDL-17135 create searchable select form element + use it in service form for selecting a capability
2009-11-05 07:06:09 +00:00
Petr Skoda
d804f9e29f
MDL-20743 imported latest jabber library 0.1rc2-r77
2009-11-04 20:23:33 +00:00
Petr Skoda
1b57ec6ce4
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF
2009-11-04 20:06:40 +00:00
Petr Skoda
943733b35b
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF
2009-11-04 20:05:42 +00:00
Petr Skoda
32e1170907
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup; please note we are not using stock bennu lib from SF
2009-11-04 20:05:41 +00:00
Petr Skoda
14a960ac7b
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 19:53:01 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Eloy Lafuente
e3acc8af7a
MDL-20734 normalise_value() - moving from private to protected everywhere and abstracting
2009-11-04 13:19:11 +00:00
Petr Skoda
cb8a83bbbd
MDL-20601 fixed fatal SQL upgrade error, missing {} around table names
2009-11-04 08:54:07 +00:00
Petr Skoda
e7f59efc0f
MDL-20601 bumping up redirect version after major changes
2009-11-04 08:49:22 +00:00
Sam Hemelryk
da3ab9c4be
navigation MDL-20651 Added config setting to hide course categories on the navigation
...
As requested and voted on admin can now choose not to include course categories within the navbar and global navigation block.
At the same time I also introduced a second setting, showallcourses, which ensures all of the courses a user is registered in are shown on the navigation at all times.
2009-11-04 07:23:19 +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
Sam Hemelryk
8432f5e6c5
files MDL-20635 Added support for cleaning up files associated with a context when it is deleted
...
Note: This is a temporary solution until we have a patch to clean them up in a cron run
2009-11-04 06:11:32 +00:00
Sam Hemelryk
93b026ee4f
forum MDL-20739 Fixed bad conversion of html_select component
2009-11-04 03:22:26 +00:00
Sam Hemelryk
7eef78def5
navigation MDL-20735 Fixed bug that caused exception when modules were added to the front page
2009-11-04 01:45:55 +00:00
Eloy Lafuente
8fb501e96c
MDL-20734 empties and zeros - implemented the normalise_value() function in
...
mysql and postgres to perform central normalisation of values for insert/
update/set_field. Now all DB drivers cast empty strings to 0 when working
with numeric columns (integer and decimal)
2009-11-03 23:34:43 +00:00
Dan Poltawski
8843e0bb3c
lib/phpmailer MDL-20701 - Convert to moodle_phpmailer class
...
Stage 2 - We now extend phpmailer and do our customisations in our subclass
rather than directly in the original file.
Previously we modified SetLanguage(), but I have not carried that change over
because I could not see code paths where this gets executed.(See bug)
I tested the header/content of the old class vs this one and think the changes
are all carried over. (If anyone has clever thoughts for how to unit test this
mailing out it would be useful, especially for upgrading phpmailer).
2009-11-03 21:02:36 +00:00
Dan Poltawski
ed54683612
lib/phpmailer MDL-20701 - Import new phpmailer (php5 only)
...
Stage one of converting our existing customisations into an extended class.
This makes it easier for us to keep up to date, see our changes and remove
the bundled libraries for distros (e.g. debian).
2009-11-03 21:01:50 +00:00
Eloy Lafuente
2f9c1693a0
MDL-20734 Changed tests behaviour so insert/update/set_field will be expected to cast
...
empty strings (in numeric columns) to 0
2009-11-03 19:53:11 +00:00
Eloy Lafuente
fdc45ac360
NOBUG: Added some tests with empty strings in insert_record/update_record/set_field
...
that reveal inconsistencies between DBs
2009-11-03 18:11:18 +00:00
Eloy Lafuente
0f0801f499
Added missing global that was causing perfinfo and others not to be respected.
2009-11-03 11:02:07 +00:00
Eloy Lafuente
7c47635220
Added missing PK causing problems in MySQL. Will test that later in
...
proper DDL tests...
2009-11-03 10:20:56 +00:00
Tim Hunt
3c2cfc8f3f
blocks: MDL-20710 prevent XSRF.
...
Uses new require_sesskey function from MDL-20702.
2009-11-02 17:16:56 +00:00
Tim Hunt
c74eec3bee
blocks: MDL-20711 prevent XSRF.
...
Uses new require_sesskey function from MDL-20702.
2009-11-02 17:16:28 +00:00
Tim Hunt
a79ef03fe9
moodlelib: MDL-20702 New require_sesskey function.
...
Also improve PHPdoc comments to fix my misconceptions.
2009-11-02 16:41:00 +00:00
Petr Skoda
4103f151f9
MDL-20715 fixed notice from dml native oci driver when php driver not installed
2009-11-02 14:33:46 +00:00
Dongsheng Cai
c2e2d8e3aa
"MDL-20602, support FILE_INTERNAL and FILE_EXTERNAL in moodle form elements"
2009-11-02 07:18:38 +00:00
Sam Hemelryk
76d9df3f1d
calendar MDL-20601 Conversion of calendar to mforms and new html editor + file API
2009-11-02 03:50:56 +00:00
Moodle HQ git importer
8926f8449f
Fixing drift between CVS and git
2009-11-02 00:32:03 +00:00
Petr Skoda
6f5e085205
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 16:48:45 +00:00
Petr Skoda
4a0e2e632f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:42:23 +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
Petr Skoda
1387fcdd58
MDL-20699 fixed typos
2009-11-01 10:05:07 +00:00
Petr Skoda
a56c457e52
MDL-20699 more abstraction in default exception handler
2009-11-01 10:00:30 +00:00
Petr Skoda
695c5ec4cd
MDL-20699 more abstraction in default exception handler
2009-11-01 09:58:04 +00:00