2668 Commits

Author SHA1 Message Date
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
e4e03fa631 MDL-20720 fixed notices when deleting modules 2009-11-02 16:13:22 +00:00
Moodle HQ git importer
8926f8449f Fixing drift between CVS and git 2009-11-02 00:32:03 +00:00
Petr Skoda
24eb994795 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 11:14:50 +00:00
Petr Skoda
20207b827a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:57:00 +00:00
Petr Skoda
f578af59fc MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:57:00 +00:00
Petr Skoda
8e3837060d MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:55:58 +00:00
Petr Skoda
0df0df23f4 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:55:31 +00:00
Petr Skoda
244bb39668 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:42:45 +00:00
Petr Skoda
11b749ca90 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 10:32:02 +00:00
Petr Skoda
d628171f32 MDL-20697 get_site() replaced by proper installation time test 2009-11-01 10:16:45 +00:00
Petr Skoda
2a250a0b2e MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions 2009-11-01 09:21:41 +00:00
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