Commit graph

8760 commits

Author SHA1 Message Date
nicolasconnault
d36cb95f5d MDL-19799 Migrated call to print_textfield 2009-08-06 02:37:34 +00:00
nicolasconnault
2f838e179f MDL-19756 Simplified function call to help_button 2009-08-06 01:42:49 +00:00
nicolasconnault
4c629cc291 MDL-19756 Fixed regression in paging_bar 2009-08-06 01:17:13 +00:00
nicolasconnault
01ee7142c1 MDL-19756 Added a shortcut method to moodle_select for getting multiple time selectors at once: moodle_select::make_time_selectors() 2009-08-06 01:06:53 +00:00
nicolasconnault
641454c6b2 MDL-19799 Upgraded calls to choose_from_menu_nested 2009-08-06 00:35:06 +00:00
nicolasconnault
9c7b338533 MDL-19756 Fixed BC of update_module_button() 2009-08-06 00:26:09 +00:00
nicolasconnault
19be3ad085 MDL-19756 Removed TODO for choose_from_radio 2009-08-06 00:07:43 +00:00
nicolasconnault
bc2e0484a3 MDL-19756 Suppressing debugging messages about deprecated functions for now 2009-08-06 00:05:39 +00:00
skodak
d2d65ba0a1 MDL-20007 temporary fix for styles broken by UI overriding general elements 2009-08-05 21:52:17 +00:00
skodak
1b6f6462cf MDL-20007 temporary fix for styles broken by UI overriding general elements 2009-08-05 20:29:34 +00:00
mudrd8mz
e8e84cc077 NOBUG: $OUTPUT->user_picture() does not accept link but courseid 2009-08-05 15:16:31 +00:00
mudrd8mz
cd2f8dbc9f NOBUG: $OUTPUT->user_picture() has no $popup parameter 2009-08-05 15:13:22 +00:00
mudrd8mz
6f391f7642 Fixes the displayed text and makes the new API lighter 2009-08-05 11:50:17 +00:00
mudrd8mz
d5934b3594 MDL-20001 use passed $itemid instead of $data->id 2009-08-05 11:19:34 +00:00
mudrd8mz
db2cc99bf3 NOBUG: documenting file_prepare_standard_editor() 2009-08-05 10:08:45 +00:00
nicolasconnault
28fbce88cf MDL-19756 Fixed bugs and improved API in various places 2009-08-05 08:49:56 +00:00
nicolasconnault
cf13298081 MDL-19756 Deprecated update_course_icon() and implemented a simple $OUTPUT->edit_button($moodleurl) method which uses $USER->editing 2009-08-05 02:39:42 +00:00
nicolasconnault
c351150fca MDL-19756 MDL-19825 MDL-19823 MDL-19794 Deprecated update_tag_button, update_categories_search_button and print_user, and updated a few pages that depended on the now deprecated functions 2009-08-05 02:03:50 +00:00
nicolasconnault
7527a2f08a MDL-19756 Deprecated update_mymoodle_icon() and upgraded my/index.php with new output code 2009-08-05 00:00:20 +00:00
mudrd8mz
19fbc61756 NOBUG: fixing and documenting file_postupdate_standard_editor()
Fixed a hardcoded name of the field to hold the trust info (the previous name comes from the glossary module). Added some documentation based on my experiences.
2009-08-04 19:35:00 +00:00
stronk7
4d51214ae9 NOBUG: Extend param_file and param_path to nicely support utf-8 chars 2009-08-04 15:41:00 +00:00
nicolasconnault
e1cc88403a MDL-19756 Migrated print_heading_with_help 2009-08-04 15:15:11 +00:00
nicolasconnault
234b857c0c MDL-19756 Fixed regression in unit tests 2009-08-04 13:59:02 +00:00
nicolasconnault
0affac4d65 MDL-19756 Fixed regression in popup_form() 2009-08-04 09:09:06 +00:00
nicolasconnault
b0a5e1bf59 MDL-19756 Removed debugging message regarding string URLs in redirect() function 2009-08-04 07:44:31 +00:00
nicolasconnault
6a5c71b95c MDL-19756 Migrated print_textfield, choose_from_radio and print_checkbox 2009-08-04 02:42:24 +00:00
nicolasconnault
49c8c8d27e MDL-19976 Refactored select_menu() into select(), now supporting menu, radio and checkbox rendering. Added radio() and checkbox() functions. 2009-08-04 02:05:32 +00:00
mudrd8mz
68874d549f file api: fixing a critical typo 2009-08-03 18:54:07 +00:00
nicolasconnault
ce60cbc8ff MDL-19756 Migrated print_close_window to $OUTPUT->print_close_window($text) 2009-08-03 11:03:16 +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
dongsheng
81f79f8982 "MDL-19118, formlib removal of comments api" 2009-08-03 03:48:24 +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
skodak
bae2432219 MDL-19982 fixed notice if group empty; merged from MOODLE_19_STABLE 2009-08-02 11:37:37 +00:00
poltawski
9598cecff9 lib/rsslib - Missing global decloration of $OUTPUT 2009-07-31 21:19:20 +00:00
nicolasconnault
17811cef2c MDL-19756 Outputting a debugging message if $OUTPUT->form() is called without $contents but with a $form->button set. Should use $OUTPUT->button($form) instead 2009-07-31 11:14:16 +00:00
nicolasconnault
e42f153c33 MDL-19976 Changing redirect($url->out()) to redirect($url). NEVER, NEVER use redirect($url->out())!!! Bad Tim! :p 2009-07-31 09:30:11 +00:00
nicolasconnault
2c78f462ed MDL-19756 MDL-19973 Fixed support of url by user_picture, and improved API for adding a popup action (set $userpic->popup = true) 2009-07-31 02:39:38 +00:00
stronk7
25e9ef26eb MDL-19974 postgres sql generator - delete unused variable 2009-07-30 22:16:09 +00:00
stronk7
c5ec08d67e MDL-19057, MDL-19974 DDL tests - WIP: from 365 to 473 tests (add/drop field and change_field_type) 2009-07-30 22:12:42 +00:00
stronk7
4411f0d5f5 MDL-19974 postgres sql generator - simplified a lot thanks to 8.x as min req in Moodle 2.0 (alter column & defaults handling) 2009-07-30 22:08:47 +00:00
poltawski
d175fe4c53 lib/simplepie MDL-7946 - improve simplepie defaults
- Specify default low connect timeout in order that 'interactive' pages are
  not slowed down by slow feeds
- Set default cache feed duration of 1 hour

In RSS feed block:
- Try really hard in cron to retreive the feed
- Set the cache duration low in order to help cron refresh the cache
2009-07-30 18:57:19 +00:00
stronk7
d274f2096b MDL-19695 dependencies - now every change_field_xxx() method looks for dependencies 2009-07-30 18:54:54 +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
poltawski
1597e75d5e lib/simplepie MDL-7946 Set magpie HTTP headers with curl
This allows simplepie to set if-modified-since/if-none-match headers
to efficiently test if a feed has been updated without recieving the
whole content
2009-07-30 16:11:00 +00:00
mudrd8mz
b378097c03 MDL-19972 reverting the previous commit
Petr does not agree with adding this new function before require_login() and friends are re-thinked.
2009-07-30 15:16:53 +00:00
poltawski
4f3fd53c5e Remove lib/magpie: MDL-7946/MDL-13932
It is no longer maintained and simplepie has
replaced it as a maintained and robust alternative
2009-07-30 14:49:23 +00:00
mudrd8mz
0ede3ce25e MDL-19972 new function require_real_user() 2009-07-30 14:13:27 +00:00
poltawski
5f56f0a856 ajaxlib: MDL-19756 Use 'confirmation' string which exists in confirm_dialogue 2009-07-30 13:44:26 +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