Commit Graph

169 Commits

Author SHA1 Message Date
6708a1f525 MDL-27810 portfolio: Added ->portfolioenabled checks before creating portfolio buttons to avoid initialising portfolio requirements 2011-06-21 10:35:53 +08:00
c89fa3fe4c mod-forum MDL-25386 Fixed up the navigation for the forum. 2010-11-29 06:27:22 +00:00
f3cc571af2 MDL-25225 forum: fixed discussion control layout
The display mode selector is supposed to display in the middle of the
row. Move discussion selector should be on the right, portfolio export
selector on the left. Thanks Sam Marshall for the report and testing the
patches.
2010-11-15 14:18:24 +00:00
15e48a1a49 Forum MDL-25170 Discussion move feature should have button so you don't do it by accident (again) 2010-11-15 10:41:26 +00:00
f357d2f8eb Fixed portfolio UI integration in forum thread
There was not enough space to put yet another discussion thread control
widget.
2010-11-11 18:04:43 +00:00
8e18e1ecdc MDL-24955 improved reply link logic for users that are not enrolled yet 2010-11-10 02:43:56 +00:00
01d0aceb64 mod-forum MDL-25113 Fixed up navigation for forum when browsing a discussion. 2010-11-09 08:59:53 +00:00
39790bd805 MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
c00037cd3a Forum MDL-24212 Added clearfix class to the discussioncontrols div as it is floated by default. 2010-09-15 03:37:47 +00:00
43b92251be rss MDL-23391 made lib/rsslib.php more generic 2010-07-21 02:11:53 +00:00
a74bea1257 rss MDL-23315 fixed error when moving threads between forums 2010-07-16 02:46:26 +00:00
12a24e00cf MDL-21610 (partial) - converting table to css for discussion display controls. 2010-07-01 04:45:54 +00:00
7487c85699 course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch. 2010-06-08 06:21:25 +00:00
b4c0739547 MDL-20447 - add heading to the page and fix navbar content. 2010-05-28 04:28:05 +00:00
9e86f2e7a9 rss MDL-22204 fixed rss autodiscovery and made the RSS UI elements placement consistent 2010-05-13 08:44:35 +00:00
aa3c639984 rating MDL-21657 removed reference to rate_ajax.js 2010-04-28 06:58:50 +00:00
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
f1a3e072fa MDL-20204 using url_select 2010-02-10 10:55:51 +00:00
9dec75dbcc MDL-21240 shortened urls now start with / everywhere 2010-01-18 20:57:32 +00:00
a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
f44b10ed93 MDL-21139 replace all yui functions/methods with yui2 to make room for yui3 2009-12-16 20:25:14 +00:00
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
8f685009b3 forum MDL-21086 cleaned up boilderplates and php doc packages 2009-12-10 03:11:18 +00:00
8a87691355 forum MDL-19808 Fixed minor regressions caused by upgrades 2009-12-07 04:00:38 +00:00
ecf922b8bb forum MDL-20737 Fixed bug causing exception in forum move to drop down 2009-11-04 02:46:18 +00:00
1adbd2c350 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 14:55:15 +00:00
d355865942 MDL-19808 Added set_url and fixed minor bugs 2009-09-11 03:21:37 +00:00
15ca5e5e0d forum MDL-19808 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants 2009-09-04 05:50:21 +00:00
9146b979fe MDL-19808 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 05:14:39 +00:00
e4c5abdc56 MDL-19808 Fixed dropdown for moving forum discussions 2009-08-13 01:43:57 +00:00
7b1f2c829f MDL-19756 Renamed moodle_select to html_select for better API consistency 2009-08-10 08:38:45 +00:00
9fc666e5e7 MDL-19808 Converted calls to popup_form() 2009-08-10 03:36:42 +00:00
396fb912ff MDL-19808 Converted all print_footer() calls 2009-08-06 14:14:09 +00:00
c28bf5c9f8 javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
Also, some related JavaScript cleanup.

More to follow.
2009-06-15 05:37:57 +00:00
ad70c470dd MDL-381: Added 'Move' button to reduce accidentally moving forum posts. 2009-01-28 13:10:01 +00:00
ee8d825f70 MDL-17965: Prevent forum move to forum you can't start discussions in 2009-01-19 14:20:36 +00:00
12f6d01610 MDL-17364 forum ajax rating working 2009-01-17 19:14:37 +00:00
4cabf99f93 "MDL-6926, force language in forum module" 2009-01-14 05:01:11 +00:00
12e57b92ea "MDL-14129, fix error() in forum module" 2008-12-12 02:30:56 +00:00
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
adf0ff69fa MDL-15768 - fixing missing cap check in export whole forum discussion 2008-09-09 09:10:11 +00:00
c9e745468f MDL-15758 - added back full forum exports 2008-09-03 12:05:31 +00:00
0faf6791f4 MDL-16072 File storage conversion Forum 2008-08-16 21:24:05 +00:00
866d543fde MDL-15758 - slight change to the portfolio_add_button contract to be more flexible. 2008-08-14 16:01:12 +00:00
14bea70caf MDL-15869 - fixed a notice in forum related to portfolio 2008-07-29 09:27:24 +00:00
64994e291b MDL-15758 - commenting out some forum calls until the portfolio is ready 2008-07-28 10:17:09 +00:00
10ae55f99b MDL-15758 : beginning of forum implementation of portfolio export 2008-07-25 12:30:08 +00:00
4e44535526 MDL-15108 Upgrade finished, preliminary tests successful. Please continue testing. 2008-06-05 20:16:09 +00:00
8b79a625b6 MDL-13936 forum reply refactoring and bugfixing - the forum_user_can_post() did not have discussion parameter which was a problem because the login depends on discussion group - there was a hack in discussion.php and view.php working around this, but it was not present in cron; sorry for the change of API, but it was required; merged from MOODLE_19_STABLE 2008-04-19 10:49:53 +00:00
90f4745c22 MDL-14113 patch for multiple issues - see tracker for subtasks; merged from MOODLE_19_STABLE 2008-04-13 19:15:02 +00:00