Commit graph

9091 commits

Author SHA1 Message Date
Andrew Davis
c78a948e8c all areas MDL-20821 Replaced instances of ereg_replace and eregi_replace with preg_replace 2009-11-17 01:36:35 +00:00
Sam Marshall
bfeaa89501 MDL-20852: Condition system - problems if you delete a module that another one had a condition on 2009-11-16 15:14:47 +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
Penelope Leach
384ba38af4 portfolio - MDL-19356 - rename allows_multiple to allows_multiple_instances
this disambiguates, so we can have a function called allows_multiple_exports
2009-11-16 12:57:59 +00:00
Penelope Leach
086831a67c NOBUG - Added a bunch more phpdocs to the portfolio code 2009-11-16 12:57:15 +00:00
Sam Hemelryk
7231e2de74 navigation MDL-20833 Moved has_navbar from OUTPUT to PAGE as it is logic 2009-11-16 01:12:16 +00:00
Dongsheng Cai
f9fd0be9de "MDL-17391, document file_type_to_ext class" 2009-11-13 08:51:49 +00:00
Francois Marier
07ca3a4acf MDL-20781 lib/excellib: add write_date() function 2009-11-12 01:58:33 +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
jerome mouneyrac
64906d348c webservice MDL-17135 Add some Zend library needed for Amf + add one line in order to set amf server in development mode 2009-11-11 15:15:24 +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
Dongsheng Cai
34f94b75ec "MDL-20592, improve advimage plugin in editor" 2009-11-11 05:26:34 +00:00
Petr Skoda
5884a8e6b3 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-10 19:45:34 +00:00
Petr Skoda
59e0ce0ac5 MDL-20625 adding TODO for combination of session and tansactiosn, discussing best solution with Eloy 2009-11-10 14:28:40 +00:00
Dongsheng Cai
19d1e6c208 "MDL-20603, remove an unused js file from moodlemedia plugin" 2009-11-10 08:57:40 +00:00
Dongsheng Cai
46713337da "MDL-20603, added moodlemedia tinymce plugin" 2009-11-10 08:51:42 +00:00
Dongsheng Cai
0773060acc "MDL-20603, restore tinymce media plugin, we will have a brand new moodlemedia plugin" 2009-11-10 07:40:50 +00:00
Petr Skoda
032216500d MDL-20700 coding style - new sloppy trailing whitespace fixed, yes I am guilty too :-( 2009-11-09 11:33:14 +00:00
jerome mouneyrac
cd7a789181 webservice MDL-17135 revert the service function form to a Moodle form + user searchable selector + add default size to the searchable selector 2009-11-09 03:38:50 +00:00
Eloy Lafuente
7baf478491 MDL-20625 concurrent tests - added note about MySQL and MSSQL 2009-11-08 23:15:02 +00:00
Eloy Lafuente
9d3cbeb695 MDL-17491 oracle connections - fix annoyance when multiple connections
are used and enforce new connections by using oci_new_connect()
2009-11-08 23:13:31 +00:00
Petr Skoda
e5180580c8 MDL-17135 fixed fatal installation and ugprade error 2009-11-08 22:12:36 +00:00
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