Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Petr Skoda
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Penny Leach
e032f29d92
portfolio MDL-21079 fixed a regression caused by massive refactoring of where portfolio callers live
2009-12-12 14:18:34 +00:00
Penny Leach
24ba58ee9a
portfolio MDL-21079 be more selective about including libraries.
...
this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
2009-12-12 11:27:07 +00:00
Sam Hemelryk
8f685009b3
forum MDL-21086 cleaned up boilderplates and php doc packages
2009-12-10 03:11:18 +00:00
Sam Hemelryk
c23c90093e
mod-forum MDL-17550 Converted subscribers.php to use the new user_selector control
...
At the same time I also converted weblib.php::check_theme_arrows to use UTF8 arrows rather than entities.
2009-12-10 02:11:28 +00:00
Sam Hemelryk
8a87691355
forum MDL-19808 Fixed minor regressions caused by upgrades
2009-12-07 04:00:38 +00:00
Penny Leach
bce9a8198f
portfolio/leap2a MDL-21036 & MDL-21034 : use proper date format in leap2a, and updated forum to use it
2009-12-05 09:42:42 +00:00
Penny Leach
59dd457e4b
portfolio: MDL-21030 - leap2a portfolio format support.
...
This commit includes:
- leap2a portfolio format, and xml writer
- proof of concept implementation in forum and assignment modules
- a lot of refactoring of the portfolio formats in general:
- addition of "abstract" formats - this is necessary for plugins to be able to support groups of formats
- addition of the idea of portfolio formats conflicting with eachother - eg richhtml & plainhtml
it touches modules other than assignment and forum, because the format api
changed and now each place in moodle that exports portfolio content has to deal
with the formats it supports slightly differently.
At the moment the Mahara portfolio still doesn't support this format, because I
haven't done the Mahara side yet. The "file download" plugin supports it
though.
Still todo:
- Add support for the other places in Moodle (glossary, data, etc)
- Write tests, once the rest of the portfolio tests have been updated to use the new DB mocking stuff
- Fix a bunch of TODOs
2009-12-03 14:26:37 +00:00
Sam Marshall
f1035deb97
MDL-21009 Group selector must use absolute links in order to work with javascript off
2009-11-30 17:12:48 +00:00
Andrew Davis
c4f1e62c76
forums MDL-20578 no longer using like in queries so removed retrieval of db like keyword
2009-11-23 05:07:25 +00:00
Petr Skoda
c66bbb3021
MDL-20901 fixed input validation
2009-11-21 15:33:10 +00:00
Petr Skoda
441bef0f7a
MDL-20901 fixed input validation
2009-11-21 15:26:54 +00:00
Penny Leach
887160c7cb
portfolio MDL-20896 added mimetype checking for portfolio plugins for single-file exports
2009-11-18 15:34:58 +00:00
Petr Skoda
7c7d3afab5
MDL-20766 message_send() used intead of events, it will enable us to improve performance and solve db transactions issues independedntly from events, hopefully this will give us more options in future too because the events are designed specifically for communication "moodle-->external systems"
2009-11-07 10:27:57 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Sam Hemelryk
6fe060569b
forum MDL-20739 Fixed bad conversion of html_select component
2009-11-04 03:15:09 +00:00
Sam Hemelryk
ecf922b8bb
forum MDL-20737 Fixed bug causing exception in forum move to drop down
2009-11-04 02:46:18 +00:00
Martin Dougiamas
95b320e59f
forum rating ajax MDL-20119 Enable ajax to work on single-discussion forum (and blog forum)
2009-11-02 06:38:52 +00:00
Petr Skoda
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +00:00
Petr Skoda
2a250a0b2e
MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions
2009-11-01 09:21:41 +00:00
Nicolas Connault
1c7b8b934b
MDL-19676 MDL-14408 MDL-8776 Blog improvements
2009-10-30 07:25:50 +00:00
Nicolas Connault
1a96363a9d
MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE
2009-10-27 12:37:15 +00:00
ashleyholman
b55d0869e9
MDL-20578 forum_print_overview() performance: fix unnecessary ILIKE match to make better use of log_coumodact_ix index
2009-10-19 00:18:23 +00:00
samhemelryk
261c6ef0ea
forum MDL-19808 Upgraded deprecated calls
2009-10-16 03:20:23 +00:00
moodler
862f5a49d5
forum/single MDL-18599 Merged single-discussion-owner fix from 1.9
2009-10-14 07:07:05 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
samhemelryk
cd4e6b1769
mod-forum MDL-19808 Added set_url calls, replaced deprecated functions
2009-09-24 06:41:04 +00:00
nicolasconnault
d355865942
MDL-19808 Added set_url and fixed minor bugs
2009-09-11 03:21:37 +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
d972bad1b0
navigationMDL-20216 Moved type argument to third argument
2009-09-04 08:43:49 +00:00
samhemelryk
15ca5e5e0d
forum MDL-19808 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
2009-09-04 05:50:21 +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
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
skodak
622365d2e1
MDL-20169 fixed coding style, parameter type required
2009-08-27 18:37:53 +00:00
stronk7
5d9827e442
Added missing global that was causing discussions to fail with fatal error.
2009-08-21 18:11:04 +00:00
nicolasconnault
5047d38ae7
MDL-19808 Upgraded calls to link_to_popup_window()
2009-08-20 13:16:21 +00:00
nicolasconnault
59e28d8f5d
MDL-19808 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:44:35 +00:00
nicolasconnault
9146b979fe
MDL-19808 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:14:39 +00:00
nicolasconnault
b46eec3bba
MDL-19808 Upgraded calls to choose_from_menu
2009-08-18 00:11:38 +00:00
nicolasconnault
e4c5abdc56
MDL-19808 Fixed dropdown for moving forum discussions
2009-08-13 01:43:57 +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
698c90d0be
MDL-19808 Converted print_box* to $OUTPUT->box*
2009-08-10 04:59:43 +00:00
nicolasconnault
9fc666e5e7
MDL-19808 Converted calls to popup_form()
2009-08-10 03:36:42 +00:00
nicolasconnault
4e412c459d
MDL-19808 Converted calls to print_paging_bar
2009-08-07 01:37:44 +00:00
nicolasconnault
396fb912ff
MDL-19808 Converted all print_footer() calls
2009-08-06 14:14:09 +00:00
nicolasconnault
f43f1834d3
MDL-19808 Migrated calls to print_heading
2009-08-06 08:23:02 +00:00
nicolasconnault
2697389834
MDL-19808 Migrated calls to close_window_button()
2009-08-06 02:53:25 +00:00
nicolasconnault
4369ae7028
MDL-19808 Upgraded call to print_scale_menu_helpbutton
2009-08-06 01:53:22 +00:00
nicolasconnault
cb86049171
MDL-19808 Upgraded calls to print_headline
2009-08-06 01:36:33 +00:00