2656 Commits

Author SHA1 Message Date
Petr Skoda
4daa791538 MDL-20695 print_error() now loges probems too, no need to use trigger_error() separately 2009-10-31 22:47:34 +00:00
Petr Skoda
2e9b772fb8 MDL-20693 new NO_DEBUG_DISPLAY define 2009-10-31 22:02:05 +00:00
Dan Poltawski
4973a4af56 admin/process_email MDL-20682 Incorrect file handled closed
Thanks to Andrew Nicols for the patch
2009-10-30 16:24:45 +00:00
Nicolas Connault
1c7b8b934b MDL-19676 MDL-14408 MDL-8776 Blog improvements 2009-10-30 07:25:50 +00:00
Nicolas Connault
ec22ccd53a MDL-20523 Script for upgrading sites that use the old bloglevel settings. 2009-10-30 07:24:55 +00:00
Eloy Lafuente
79a7bcfd0b MDL-20591 IMS-CC import: Integration committed. Next weeklies will include it. Merged from 19_STABLE 2009-10-26 09:21:50 +00:00
stronk7
1e4d75c736 NOBUG. Added missing return causing dupe output after saving xml file. 2009-10-22 14:52:09 +00:00
skodak
e97ccab042 MDL-17135 fixing XSRF regression; adding description and removing incomplete support for localised function names; removing string that will not be used in final version of UI (this would only confuse&slow down translators) 2009-10-21 21:24:05 +00:00
skodak
bb5b86a9c1 MDL-17135 fixed whitespace coding style 2009-10-21 20:03:05 +00:00
skodak
1b92e90218 MDL-17135 fixed too general js function name + fixed whitespace coding style 2009-10-21 20:01:00 +00:00
skodak
72977b3786 MDL-17135 moving all webservice and external API related admin UI to new directory, I did not expect there would be so many files, sorry for the trouble 2009-10-21 19:58:50 +00:00
skodak
86c252b47d MDL-17135 reverting recent change in service management UI - since 1.7 the right way is to use formslib instead of hand written forms (which is roughly equiwalent to new outputlib stuff, sorry); this also fixes regression which incorrectly allowed editting of built-in services 2009-10-21 19:36:39 +00:00
jerome
472f56d926 webservice MDL-17135 add disable javascript to the valid until fields 2009-10-20 14:33:01 +00:00
jerome
4955481bf3 webservice MDL-17135 fix navigation (kudo to Sam) + trivial few changes 2009-10-20 06:34:46 +00:00
jerome
9199f8d323 webservice MDL-17135 remove old Moodleforms for service admin page 2009-10-19 15:12:49 +00:00
jerome
1d1b17f25e webservice MDL-17135 improve service function selection into administration page 2009-10-19 15:09:22 +00:00
jerome
b5c6b61d96 webservice MDL-17135 add service administration page 2009-10-19 12:01:22 +00:00
jerome
bb1dff214d webservice MDL-17135 add service user settings administration 2009-10-16 08:50:02 +00:00
jerome
da42e89074 webservice MDL-17135 code cleaning 2009-10-15 02:34:21 +00:00
samhemelryk
c5e4f81d9a admin MDL-19787 Added PAGE->set_url calls and removed $Id tags 2009-10-15 02:19:51 +00:00
jerome
ccbef34880 webservice MDL-17135 remove varlog() calls (personal debug function) 2009-10-14 09:50:54 +00:00
jerome
772db6322b webservice MDL-17135 add user selector for service to the administration 2009-10-14 09:47:48 +00:00
dongsheng
e98a55c066 "MDL-20470, add an option to enable/disable filepicker button" 2009-10-14 03:11:48 +00:00
dongsheng
1a03384f5e "MDL-20470, rename formslib element name and add an option to turn the picker button on/off" 2009-10-13 08:31:50 +00:00
moodler
da124b5e40 Fixed a spelling error protokol -> protocol 2009-10-13 06:16:06 +00:00
skodak
cc93c7da15 MDL-12886 minor web service code refactoring which includes new base server class, slightly changed admin UI, sample REST test client, cleaned up lang packs; more changes ahead and lots of TODOs to elliminate; expect more commints in the next few days 2009-10-12 21:46:16 +00:00
samhemelryk
f5b5a82203 navigation MDL-20521 Fixed caching issue with admin tree
Added methods that allow a navigation cache to be marked as volatile so that it is destroyed on shutdown, forcing the next page to load to completely regenerate the navigation structure.
Caches are marked as volatile automatically if the load is within the system context, and can optionally be marked as volatile by calling PAGE->navigation->clear_cache() if desired.
2009-10-12 05:39:32 +00:00
stronk7
15a0ffc8f0 MDL-20349 find_sequence_name() is out. No need to use it anymore. 2009-10-11 21:52:40 +00:00
jerome
35b9a80aa6 webservice MDL-12886 commit for Petr to work on the last code this weekend (SOAP code very not clean) 2009-10-09 09:57:07 +00:00
skodak
d6960b0bd1 MDL-19474 finally dropping support for old adodb moodle database drivers, yay! 2009-10-08 22:04:32 +00:00
stronk7
2c51695987 MDL-20352 - raising oracle 2.0 min req. to 10.2 2009-10-08 14:46:00 +00:00
dongsheng
b3efb4cfd4 "MDL-13766, delete config if checkbox element is unchecked" 2009-10-08 09:01:34 +00:00
dongsheng
92eaeca5c9 "MDL-20470, use a gloabl varible repositoryuseexternallink to make filepicker return the link instead of downloading to moodle file pool" 2009-10-07 10:16:45 +00:00
tjhunt
1f54c33bdd install: MDL-20417 Install was failing on upgradesettings.php
Only $PAGE->generaltype 'maintenance' works before the site is fully installed.
We were specifying that on all other relevant pages, but it was missed out here.
2009-10-03 09:02:21 +00:00
tjhunt
ddfa1863d3 revert last change. I used the wrong commit comment and it was totally misleading.
Will recommit with a good comment.
2009-10-03 08:56:59 +00:00
tjhunt
67e84a7f5e output: MDL-19797 fix some fallback code in print_header. 2009-10-03 08:54:30 +00:00
mudrd8mz
f60ecadf2c NOBUG: Fixed PAGE->set_url() regression
$PAGE->set_url() is already properly called by admin_externalpage_setup()
with a required 'section' param included. We can't override the PAGE's
URL and throw away the params set previously. This may be an issue at
other external admin pages, too.
2009-10-02 11:42:53 +00:00
tjhunt
7409013e79 moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list.
* New admin setting $CFG->allcountrycodes - on Location page.
* Same rules used to translate country names as any other string.
* With unit tests.
2009-10-02 11:30:11 +00:00
samhemelryk
fac052675a admin-roles MDL-19787 Fixed regression in recent upgrades of link_to_popup_window 2009-10-01 02:39:37 +00:00
tjhunt
7d4dfc481e quiz: MDL-19145 Safe Exam Browser integration.
This is a better alternative to 'secure' mode.

It needs to be enabled by the administrator.
2009-09-30 10:57:57 +00:00
samhemelryk
9e492db050 admin MDL-19787 Upgrade deprecated function calls 2009-09-30 06:32:25 +00:00
skodak
d18e0fe646 MDL-20353 adding missing data types of hidden form fields 2009-09-26 17:07:08 +00:00
nicolasconnault
14f064525d MDL-19787 Added missing globals 2009-09-18 05:44:00 +00:00
nicolasconnault
ca497f4f7c MDL-19676 Properly hiding blog_menu from block dropdown when blogs are disabled. Also showing "Blogs are disabled" in existing blog_menu blocks and removing old bloglevel options from subsystems settings 2009-09-15 07:19:03 +00:00
jerome
9baf682518 webservice MDL-12886 web service administration 2009-09-09 07:55:03 +00:00
samhemelryk
96db467adb lib MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents 2009-09-08 01:39:12 +00:00
stronk7
8e6e14ae3a fixed notice (and bug) introduced by MDL-19787 2009-09-07 08:05:01 +00:00
samhemelryk
d972bad1b0 navigationMDL-20216 Moved type argument to third argument 2009-09-04 08:43:49 +00:00
samhemelryk
91152a3518 navigation MDL-20216 Refactored add arguments
Moved $action argument from arg5 to arg2
2009-09-04 03:12:01 +00:00
nicolasconnault
cae837087a MDL-19676 Blog improvements 2009-09-04 00:36:43 +00:00