Yuliya Bozhko
|
369484bf87
|
MDL-47033 general: Fix incorrect use of 'course' layout
It should use 'incourse' layout in most cases
Signed-off-by: Yuliya Bozhko <yuliya.bozhko@totaralms.com>
|
2014-09-05 09:25:43 +12:00 |
|
Petr Škoda
|
d5814f4e22
|
MDL-41811 simplify the admin tree detection logic and fix navigation in multiple areas
|
2013-10-21 14:17:55 +08:00 |
|
Sam Hemelryk
|
affb8fd6f3
|
files MDL-19799 Fixed up call to deprecated function notice
|
2010-09-22 08:39:28 +00:00 |
|
Dongsheng Cai
|
e921afa874
|
"MDL-23308, bring course files back"
|
2010-08-30 08:22:14 +00:00 |
|
Dongsheng Cai
|
93ad2d4d8c
|
"MDL-14589 added set_context to files/index.php script"
|
2010-07-26 03:49:44 +00:00 |
|
Sam Hemelryk
|
0e79a0d577
|
navigation MDL-22194 Fixed up navigation a little in legacy course files browser
|
2010-07-23 03:33:45 +00:00 |
|
Petr Skoda
|
64f93798d4
|
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
|
2010-07-03 13:37:13 +00:00 |
|
Dongsheng Cai
|
6eabadd90d
|
MDL-22805, display section_backup course_backup course_content only, hide empty directory, lock user in course level
|
2010-06-22 09:04:46 +00:00 |
|
Sam Hemelryk
|
61ebef8f6e
|
backup MDL-22140 Added conf settings to control the default general backup settings
|
2010-06-17 08:57:00 +00:00 |
|
Dongsheng Cai
|
fb2fb46e5b
|
MDL-22805, new renderer component moodle_file_tree_viewer, remove file_tree_viewer to area_file_tree_viewer, the legecy files/index.php has be replaced with the moodle_file_tree_viewer, it is readonly
|
2010-06-16 08:07:42 +00:00 |
|
Rossiani Wijaya
|
a8206cc493
|
MDL-20447 - bulk upload: add page heading
|
2010-06-02 06:25:10 +00:00 |
|
Dongsheng Cai
|
390679e7d6
|
"added missing $PAGE->set_url"
|
2010-05-04 07:59:33 +00:00 |
|
Sam Hemelryk
|
1904e9b35b
|
backup MDL-22142 This is the user interface for backups, several minor/cosmetic issues still to be ironed out. See the tracker for details
|
2010-05-01 09:51:39 +00:00 |
|
Petr Skoda
|
75015e5fc1
|
MDL-20204 converting link to html_writer or action_link
|
2010-02-11 16:27:53 +00:00 |
|
Petr Skoda
|
5e991e3797
|
MDL-21362 fixed incorrect url constructors
|
2010-01-17 16:09:15 +00:00 |
|
Petr Skoda
|
a685593466
|
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
|
2010-01-16 15:39:56 +00:00 |
|
Petr Skoda
|
b5d0cafc6f
|
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
|
2009-12-16 21:50:45 +00:00 |
|
Sam Hemelryk
|
345d1b38d3
|
files MDL-20831 Added a function to build a navbar that represents the location being browsed
|
2009-12-08 05:47:20 +00:00 |
|
Martin Dougiamas
|
66ec8e8b44
|
files/index.php MDL-14632 Added set_url() function
|
2009-11-13 02:18:17 +00:00 |
|
samhemelryk
|
534f203df7
|
files MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
|
2009-09-07 04:11:32 +00:00 |
|
nicolasconnault
|
3bd6b994fc
|
MDL-19799 Upgraded calls to link_to_popup_window()
|
2009-08-20 13:18:08 +00:00 |
|
nicolasconnault
|
642816a60c
|
MDL-19799 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
|
2009-08-20 08:50:50 +00:00 |
|
nicolasconnault
|
aa9a686740
|
MDL-19799 Upgraded calls to helpbutton, print_simple_box* and notify
|
2009-08-18 05:20:12 +00:00 |
|
nicolasconnault
|
7e0d66753e
|
MDL-19799 Converted all print_footer() calls
|
2009-08-06 14:21:34 +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 |
|
samhemelryk
|
19c9f09430
|
filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon
|
2009-07-07 06:16:01 +00:00 |
|
tjhunt
|
666e84584c
|
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
|
2009-07-03 04:23:05 +00:00 |
|
tjhunt
|
42d5737a94
|
MDL-19690 fix some breakage.
|
2009-07-02 12:35:13 +00:00 |
|
tjhunt
|
6b608f8f50
|
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
|
2009-07-02 10:53:31 +00:00 |
|
tjhunt
|
4096752d1d
|
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url
|
2009-07-02 10:06:39 +00:00 |
|
skodak
|
be19e36785
|
MDL-18111 improving file api comments and docs, fixing license header
|
2009-05-21 10:12:53 +00:00 |
|
tjhunt
|
7caa6bbdcb
|
MDL-14589 - XHTML Strrrict, and more consistent tool tips.
|
2008-08-15 04:41:55 +00:00 |
|
skodak
|
1ba7534cc7
|
MDL-14589 fixed file manager link
|
2008-08-03 21:08:15 +00:00 |
|
skodak
|
6c0e2d08a9
|
MDL-14589 improved file handling operations & towards zipping support
|
2008-08-02 12:45:02 +00:00 |
|
skodak
|
172dd12c63
|
MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906
|
2008-07-31 22:15:30 +00:00 |
|
scyrma
|
b0374a1692
|
MDL-14279: Fixes for regressions created by the get_file_url massive change (merge from 1.9)
|
2008-07-11 02:31:19 +00:00 |
|
scyrma
|
5a254a2938
|
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
|
2008-07-10 09:55:11 +00:00 |
|
skodak
|
294ce9870f
|
MDL-15189 magic quotes finally removed
|
2008-06-09 16:53:30 +00:00 |
|
skodak
|
219f652b91
|
MDL-14679 upgrade $DB conversion
|
2008-05-31 18:05:42 +00:00 |
|
stronk7
|
e42f819d8b
|
XHTML minor fix. MDL-14836 ; merged from 19_STABLE
|
2008-05-14 16:43:44 +00:00 |
|
dongsheng
|
b121a4eed9
|
"MDL-14129, fix print_error"
|
2008-05-14 06:15:56 +00:00 |
|
dongsheng
|
02dc703298
|
"MDL-14129, fix print_error"
|
2008-05-14 06:03:04 +00:00 |
|
dongsheng
|
320061de60
|
"MDL-14820, escape filename, merged from mOODLE_119_STABLE"
|
2008-05-14 05:22:53 +00:00 |
|
dongsheng
|
5a2a53316f
|
MDL-14129, remove all the other error() call
|
2008-04-04 02:54:20 +00:00 |
|
skodak
|
f98e18e60c
|
MDL-9931 adding go button to delete; merged from MOODLE_19_STABLE
|
2008-02-19 13:13:47 +00:00 |
|
urs_hunkler
|
2eb467b3b5
|
merged from 1.9 :: In the first table column class="header" was missing.
|
2007-11-07 18:12:54 +00:00 |
|
skodak
|
42626376f3
|
MDL-11442 removed last instances of global $course
|
2007-09-27 08:18:28 +00:00 |
|
nicolasconnault
|
a164fd5d80
|
MDL-10870 A few more fixes to the file.php page's navigation
|
2007-08-16 16:53:55 +00:00 |
|
nicolasconnault
|
73c24ef80b
|
MDL-10870 All files updated to new build_navigation() method.
|
2007-08-16 15:01:25 +00:00 |
|
skodak
|
bb4b3ea4f8
|
MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup
fixed continue button in error() on admin page when link present
|
2007-04-30 17:28:28 +00:00 |
|