Iñigo Zendegi
919ea1dde1
MDL-74857 language: Start using the 'statusok' string for status
2022-07-18 10:55:47 +02:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Mathew May
4eb7094908
MDL-74049 navigation: Set active secondary node in course reuse areas
2022-03-22 09:53:01 +08:00
Mihail Geshoski
3e24811c00
MDL-73645 course: Update breadcrumb nodes in the course reset page
2022-03-02 13:00:25 +08:00
David Monllao
8643c576c7
MDL-22078 course: Complete proposed patch
...
- New site setting to define the default course duration (used to set
the default end date for some course formats)
- End date setting out of restore
- Fix tool_uploadcourse
- Other fixes here and there
2016-10-05 12:31:05 +08: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
Dan Poltawski
0e35ba6ffc
MDL-36357 cleanup - remove double semicolons
2012-11-15 09:51:26 +08:00
Dan Poltawski
4a1c6c586c
Merge branch 'MDL-34519_course_reset_patch' of git://github.com/rlorenzo/moodle
...
Conflicts:
course/reset.php
2012-07-30 11:57:26 +08:00
Rex Lorenzo
9eba24266b
MDL-34519 - Course reset not protected by proper capability
2012-07-24 12:01:11 -07:00
Ankit Agarwal
9a5e297b4c
MDL-34470 course: Replace all instances of get_context_instance() with context_xxx::instance() in course/
2012-07-24 16:19:01 +08:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +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
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
samhemelryk
d9cb06dc0e
course MDL-19794 Replaced deprecated functions, added set_url calls and boilerplates
2009-09-25 05:24:13 +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
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
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
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
skodak
f400841b23
MDL-14679 converted some get courses
2008-06-01 17:59:13 +00:00
dongsheng
ba6018a902
"MDL-14129, fix print_error call under course/, see tracker"
2008-05-07 06:02:51 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
0b5a80a1a5
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
2007-11-29 14:43:04 +00:00
moodler
4ae6d1ed41
untick teachers by default, merged from 1.8 MDL-10946
2007-08-23 05:16:16 +00:00
nicolasconnault
0be6f67819
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
2007-08-17 19:09:11 +00:00
moodler
665f8762ae
Fixed theme and require_login MDL-10833
2007-08-13 13:40:35 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
toyomoyo
904092cb4d
DML-7861, fixing misnmatched tags
2006-12-18 07:55:40 +00:00
toyomoyo
17d6a25e5c
adding capabilitiies
2006-09-13 09:08:14 +00:00
moodler
ffd0fbb7ac
New feature: you can now reset a course simply and easily using the new
...
"Reset" item on the course admin menu.
This allows you to delete user data from the course without touching the
course itself.
2006-03-21 07:34:33 +00:00