samhemelryk
47c96a774e
mod-assignment MDL-20241 Upgraded assignment to use new navigation blocks
2009-09-09 08:23:41 +00:00
samhemelryk
b98b15d7cc
mod-assignment MDL-19803 Fixed regression, missing global PAGE
2009-09-08 03:19:11 +00:00
samhemelryk
83a7f058f8
assignment MDL-19803 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
2009-09-04 07:15:26 +00:00
nicolasconnault
a9573c0859
MDL-19803 Upgraded calls to link_to_popup_window()
2009-08-20 13:15:46 +00:00
nicolasconnault
75d47fa90c
MDL-19803 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:42:12 +00:00
nicolasconnault
3a003eadbb
MDL-19803 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:01:20 +00:00
nicolasconnault
782c84e939
MDL-19803 Upgraded calls to choose_from_menu
2009-08-17 15:19:31 +00:00
mjollnir_
3b804d2d09
MDL-19142 assignment/backup&restore: support backing up and restoring third party subtypes if they need it.
...
Merged from MOODLE_19_STABLE
2009-08-13 09:38:04 +00:00
mjollnir_
69547cc5ae
MDL-19142 assignment/backup: reverting earlier patch while I figure out a better way to deal with course_modules during restore
...
Merged from MOODLE_19_STABLE
2009-08-11 13:54:40 +00:00
mjollnir_
f390280665
MDL-19142: assignment/backup add support for third party subtypes
...
Now third party assignment type subplugin authors can implement backup/restore
This adds four hooks, backup_one_mod, backup_one_submission, restore_one_mod, restore_one_submission,
all of which are implemented in the assignment_base parent class and documented there.
Merged from MOODLE_19_STABLE. Backup is broken in HEAD but Eloy asked me to merge it anyway.
2009-08-11 12:20:08 +00:00
nicolasconnault
256d2850a5
MDL-19803 Converted all print_footer() calls
2009-08-06 14:20:49 +00:00
nicolasconnault
867aeead81
MDL-19803 Migrated calls to print_heading
2009-08-06 08:21:39 +00:00
nicolasconnault
8af46c3b15
MDL-19803 Upgraded calls to print_headline
2009-08-06 01:37:16 +00:00
skodak
0a8a7b6c24
MDL-14589 added missing require_login()
2009-07-19 08:56:45 +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
Moodle HQ git importer
005a41a3ee
Fixing drift between CVS and git
2009-07-06 00:38:18 +00:00
tjhunt
d436d197d1
MDL-19690 - the last lot of $CFG->pixpath to $OUTPUT->old_icon_url
...
Including MDL-19693
RIP $CFG->pixpath
2009-07-03 07:55:30 +00:00
tjhunt
e63f88c9a6
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
...
and $CFG->modpixpath to $OUTPUT->mod_icon_url
2009-07-02 12:07:58 +00:00
samhemelryk
8f36c245ed
mod-assignment MDL-16706 Eliminated inline scripts to use PAGE methods
2009-07-02 06:37:30 +00:00
nicolasconnault
a52c344aab
MDL-16438 Reverting upgrade of assignment/lib.php. get_plugin_types() is not fully implemented and doesn't yet support assignment types.
2009-06-25 01:32:44 +00:00
skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +00:00
skodak
0bcf8b6f0d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:55:51 +00:00
skodak
9d7493399d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:35:10 +00:00
skodak
7826abc79f
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings
2009-06-03 20:25:27 +00:00
samhemelryk
b2d5a79a35
mod MDL-19294 Corrected package tags to docs spec
2009-05-27 05:33:12 +00:00
samhemelryk
256578f645
assignment MDL-19294 Corrected PhpDoc
2009-05-26 09:13:14 +00:00
skodak
4eef139962
MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now
2009-05-20 22:32:02 +00:00
skodak
9b010a102e
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:33:08 +00:00
skodak
dc5c2bd9eb
MDL-18910 full support for module intro editor with embedded images
2009-04-21 21:17:21 +00:00
skodak
42f103be4c
MDL-18910 moving modedit features to modname_supports()
2009-04-21 08:57:20 +00:00
skodak
c119057ae0
MDL-18910 normalised module intro and introformat
2009-04-20 18:28:49 +00:00
poltawski
041a1e4173
performance/mymoodle MDL-18241 - Assigments were very expensive
...
Reworked to take queries out of loops and let it scale. Unfortunately
I don't think we can get the get_users_by_capability() call out of the
loop on assignments.
Real query numbers before/after:
Teacher: 12,509 / 314
Student: 127 / 72
Admin: 718 / 133
Conflicts:
mod/assignment/lib.php
Merged from 19_STABLE (with dmlib changes)
2009-02-16 13:14:30 +00:00
skodak
795a08adb7
MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements
2009-01-31 20:07:32 +00:00
skodak
9c82ff2acd
MDL-17457 migrated all modules to new db/install.php; added upgrade.txt file for devs converting contrib modules
2009-01-12 21:13:28 +00:00
skodak
1045a0074c
MDL-17849 sql queries not printed by default during upgrade anymore, there is a new config.php only setting $CFG->upgradeshowsql instead
2009-01-12 16:52:53 +00:00
skodak
e8b7114d5e
MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user()
2009-01-03 13:16:59 +00:00
skodak
214b1cf7a8
MDL-17428 Do not include in the middle of file in global scope
2008-11-27 22:46:34 +00:00
tjhunt
9101efd312
cleanup: MDL-17083 Remove the old teacher, teachers, student and students columns from the course table.
...
For something that has been deprecated for over two years, they were still used in a lot of places!
2008-11-13 08:40:57 +00:00
mjollnir_
6be1dcae99
MDL-16587 bit of a large refactor of the portfolio formats. still more to come.
2008-10-11 17:33:20 +00:00
skodak
db4a3d8ffe
MDL-16666 removing all use_html_editor() instances
2008-09-24 21:03:36 +00:00
jerome
92b2bd00f8
MDL-12297: improvement for fix "assignment view submission" link into "Profil/Activty Report/all logs, merged from 19
2008-09-23 07:47:43 +00:00
jerome
19002f9fcf
MDL-12297: fix "assignment view submission" link into "Profil/Activty Report/all logs, merged from 19
2008-09-23 07:28:35 +00:00
mjollnir_
9d7432f650
MDL-16423 - changed button->set_formats to respect more general formats (for later when we have richer export formats that aren't mostly based on mime)
2008-09-15 13:13:21 +00:00
mjollnir_
37f03ea00b
MDL-15666 - change all the portfolio plugins and callers to use exceptions
...
rather than relying on return values (send_package and prepare_package)
move zipping of temporary files into the exporter class so it can be overridden during unit tests
fix a small todo in mahara plugin
2008-09-12 11:22:15 +00:00
mjollnir_
0d06b6fda7
MDL-16423 - big refactor of the way callers interact with the portfolio code
...
added two new contract methods to the caller class, load_data and expected_callbackargs (static)
this means that the base class is the only place that needs a constructor
and that no data loading happens in the constructor
this in turn means we can check callback argument validity much more lightly
also completely remoted portfolio_add_button function and replaced with a class
as the argument list was getting out of control. it's now much more readable.
2008-09-11 13:42:58 +00:00
mjollnir_
0b88fedf88
MDL-16423 - upload assignment types get mime detection (and fixed earlier related regression)
2008-09-10 09:38:04 +00:00
mjollnir_
a97bcd684c
MDL-15758: fixing regressions i introduced in lib.php v 1.359
2008-09-09 21:06:19 +00:00
mjollnir_
d8606b2078
MDL-15833 - make the portfolio callers use the helper functions to detect expected time.
2008-09-09 09:32:16 +00:00
mjollnir_
ea0de12f10
MDL-16360 - added support for mime-style subformat detection for portfolio supported formats
...
works well with flickr plugin (tested by uploading an image as a forum attachment and being offered flickr plugin but not for normal attachments)
2008-09-05 17:07:22 +00:00
mjollnir_
797b81d956
MDL-15758 - remove dependence on 'userid' callback parameter in assignment portfolio caller as it's handled by the parent class
2008-09-05 12:44:46 +00:00