samhemelryk
928d4738f1
course MDL-19794 Upgraded deprecate function calls
2009-10-16 03:12:41 +00:00
samhemelryk
e6a40d2231
backup MDL-19789 Added set_url calls
2009-10-15 03:05:35 +00:00
nicolasconnault
3cc5e0bcbc
MDL-19567 Correctly ordering imported courses by sortorder (previously not ordered explicitly). Merged from MOODLE_19_STABLE
2009-10-08 02:28:30 +00:00
dongsheng
4c211e95c4
"MDL-20422, check courses category before moving, hideing, showing courses, merged from 1.9"
2009-10-05 07:44:45 +00:00
nicolasconnault
8c3c518f98
MDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format, so that dates don't get moved along with the sections. This reflects the final, saved state. Merged from MOODLE_19_STABLE
2009-10-03 01:53:17 +00:00
nicolasconnault
49c4d8caa4
MDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because some web servers don't allow DELETE. AJAX Course and Block deletion now works as expected. Merged from MOODLE_19_STABLE
2009-10-02 07:53:01 +00:00
nicolasconnault
50569ba3ac
MDL-15262 Added a two capabilities to prevent certain users from changing a course's fullname and shortname. merged from MOODLE_19_STABLE
2009-10-02 07:05:02 +00:00
mudrd8mz
bf66a674ce
removing deletions from {blog_association} from the core
...
The {blog_association} is not defined but it is still referenced in the
core functions. This seems to be some blog subsystem mess that prevents
the core from removing any activity module and the context. I am sorry
Nico if I break something in your current work...
2009-10-01 14:41:20 +00:00
mudrd8mz
5ac27e270b
NOBUG: Fixed moodle_url issue in module removing confirmation
...
Plain 'mod.php' does not seem to be supported at the moment as a valid $url for the Confirm button
2009-10-01 14:23:48 +00:00
tjhunt
c88ab6d5a7
unit tests: MDL-20390 temporary work-around for this breakage, so other tests can be run.
2009-09-30 14:03:39 +00:00
mudrd8mz
c17843acb0
MDL-20336 Apply course defaults when approving the course
...
Merged from 1.9 and extended with new course defaults
2009-09-27 06:20:47 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
samhemelryk
d9cb06dc0e
course MDL-19794 Replaced deprecated functions, added set_url calls and boilerplates
2009-09-25 05:24:13 +00:00
moodler
480b5db6b3
course/modedit MDL-19794 Add missing heading from module editing page
2009-09-22 08:15:58 +00:00
samhemelryk
dfab77a26e
navigation MDL-14632 Added and implemented course report callback function
2009-09-21 07:22:57 +00:00
samhemelryk
fa040aacc6
questions MDL-19820 Added set_url calls
2009-09-16 08:19:22 +00:00
samhemelryk
555776675e
course MDL-19794 Fixed up notices on course/loginas.php
2009-09-16 07:13:04 +00:00
mudrd8mz
f43cdceb75
MDL-20278 moodle_paging_bar - no link for the current page number
2009-09-14 07:26:54 +00:00
moodler
aebd86db8f
course/info MDL-14632 Added header, links and nav. No longer a poopup window.
2009-09-11 07:58:09 +00:00
samhemelryk
2b9e3bac50
course MDL-19794 Updated a couple of deprecated functions in modedit and view
2009-09-10 06:45:51 +00:00
poltawski
dbcf271b57
course/logs MDL-15090 - Broken links generated for role actions in logs
2009-09-09 12:45:45 +00:00
jerome
15f4e7fdac
webservice MDL-12886 quick fix for external file
2009-09-09 08:35:26 +00:00
samhemelryk
47c96a774e
mod-assignment MDL-20241 Upgraded assignment to use new navigation blocks
2009-09-09 08:23:41 +00:00
rwijaya
b89e4ad8fa
tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE
2009-09-09 02:43:43 +00:00
samhemelryk
0ef5125898
navigation MDL-20216 Fixed regression in course/modedit.php
2009-09-08 03:16:23 +00:00
samhemelryk
393f161545
core MDL-19786 Updated OUTPUT->header calls that were still using arguments
2009-09-08 02:23:00 +00:00
samhemelryk
3856ca5605
course MDL-19794 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 01:33:56 +00:00
samhemelryk
837b38eedb
course MDL-19794 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 07:33:41 +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
samhemelryk
0a122046bc
course MDL-19794 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 08:47:24 +00:00
samhemelryk
7d2a049292
navigation MDL-14632 Very significant navigation commit
...
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree
both of which have been designed to make full use of the new navigation objects available through
the $PAGE object.
Bulk of this code is within lib/navigationlib.php
2009-08-28 08:47:31 +00:00
poltawski
97ee3e2242
course/jumpto.php MDL-19886 Don't depend on HTTP_REFFER header
...
thanks to Jordan Tomkinson for the patch, from MOODLE_19_STABLE
2009-08-26 09:52:14 +00:00
nicolasconnault
61867c8382
MDL-19794 Upgraded calls to link_to_popup_window()
2009-08-20 13:14:52 +00:00
nicolasconnault
b453120768
MDL-19794 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:40:19 +00:00
nicolasconnault
e6db30260f
MDL-19794 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 04:58:26 +00:00
nicolasconnault
5387640a12
MDL-19794 Upgraded calls to choose_from_menu
2009-08-17 15:18:21 +00:00
skodak
aa54ed7b02
MDL-20065 new implementation of File module, modules sub-types are being migrated to separate modules; remaining issues to be listed as sub-tasks in tracker
2009-08-13 20:45:50 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
98b369f800
MDL-19794 Converted print_box* to $OUTPUT->box*
2009-08-10 04:53:59 +00:00
nicolasconnault
82fcab32c1
MDL-19794 Converted calls to popup_form()
2009-08-10 03:35:14 +00:00
nicolasconnault
1451dac31e
MDL-19794 Removed a test help icon at the bottom of course/view.php
2009-08-08 11:46:43 +00:00
nicolasconnault
64e12bb710
MDL-19794 Converting calls to popup_form()
2009-08-08 09:31:01 +00:00
nicolasconnault
2f48819b8e
MDL-19794 Added global $OUTPUT to print_courses()
2009-08-07 07:18:01 +00:00
nicolasconnault
176e842015
MDL-19794 Converted calls to print_paging_bar
2009-08-07 00:27:42 +00:00
nicolasconnault
d880e0f5e2
MDL-19794 Converted all print_footer() calls
2009-08-06 14:23:49 +00:00
nicolasconnault
d60c112435
MDL-19794 Converted all print_footer() calls
2009-08-06 14:10:33 +00:00
nicolasconnault
7c5286cd85
MDL-19794 Migrated calls to print_heading
2009-08-06 08:15:43 +00:00
nicolasconnault
bb0b907598
MDL-19794 Migrated calls to close_window_button()
2009-08-06 02:54:45 +00:00