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
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
8a87691355
forum MDL-19808 Fixed minor regressions caused by upgrades
2009-12-07 04:00:38 +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
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
nicolasconnault
d355865942
MDL-19808 Added set_url and fixed minor bugs
2009-09-11 03:21:37 +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
nicolasconnault
9146b979fe
MDL-19808 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:14:39 +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
9fc666e5e7
MDL-19808 Converted calls to popup_form()
2009-08-10 03:36:42 +00:00
nicolasconnault
396fb912ff
MDL-19808 Converted all print_footer() calls
2009-08-06 14:14:09 +00:00
tjhunt
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
sam_marshall
ad70c470dd
MDL-381: Added 'Move' button to reduce accidentally moving forum posts.
2009-01-28 13:10:01 +00:00
sam_marshall
ee8d825f70
MDL-17965: Prevent forum move to forum you can't start discussions in
2009-01-19 14:20:36 +00:00
stronk7
12f6d01610
MDL-17364 forum ajax rating working
2009-01-17 19:14:37 +00:00
dongsheng
4cabf99f93
"MDL-6926, force language in forum module"
2009-01-14 05:01:11 +00:00
dongsheng
12e57b92ea
"MDL-14129, fix error() in forum module"
2008-12-12 02:30:56 +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_
adf0ff69fa
MDL-15768 - fixing missing cap check in export whole forum discussion
2008-09-09 09:10:11 +00:00
mjollnir_
c9e745468f
MDL-15758 - added back full forum exports
2008-09-03 12:05:31 +00:00
skodak
0faf6791f4
MDL-16072 File storage conversion Forum
2008-08-16 21:24:05 +00:00
mjollnir_
866d543fde
MDL-15758 - slight change to the portfolio_add_button contract to be more flexible.
2008-08-14 16:01:12 +00:00
mjollnir_
14bea70caf
MDL-15869 - fixed a notice in forum related to portfolio
2008-07-29 09:27:24 +00:00
mjollnir_
64994e291b
MDL-15758 - commenting out some forum calls until the portfolio is ready
2008-07-28 10:17:09 +00:00
mjollnir_
10ae55f99b
MDL-15758 : beginning of forum implementation of portfolio export
2008-07-25 12:30:08 +00:00
nicolasconnault
4e44535526
MDL-15108 Upgrade finished, preliminary tests successful. Please continue testing.
2008-06-05 20:16:09 +00:00
skodak
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
skodak
90f4745c22
MDL-14113 patch for multiple issues - see tracker for subtasks; merged from MOODLE_19_STABLE
2008-04-13 19:15:02 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
7214101bd5
MDL-10990 forum perf revisited - reply and post discussion buttons now back for guests; merged from MOODLE_19_STABLE
2008-03-18 17:08:15 +00:00
skodak
525041df91
MDL-10990 5) eliminated reply related cap queries for guests and not-logged-in users because they can not post anyway, removed reply link for guests from news posts, they did not see Add discussion link already; merged from MOODLE_19_STABLE
2008-02-26 21:36:48 +00:00
skodak
b9973acc4e
MDL-13559 discussion moving; merged from MOODLE_19_STABLE
2008-02-21 10:31:55 +00:00
moodler
a5f77de6b9
Merged fixes from MDL-13476
2008-02-15 00:51:44 +00:00
skodak
65bcf17b95
MDL-13450 and MDL-13303 - sorry for changing forum API so late, but it was needed; major perf improvement for forum; fixed printing of user pictures; merged from MOODLE_19_STABLE
2008-02-13 17:03:25 +00:00
skodak
c57da11991
MDL-12921 Using visible groups in Q&A Forums student can't reply to discussions for All participants (including groups code cleanup); merged from MOODLE_19_STABLE
2008-01-10 23:13:30 +00:00
tjhunt
38e179a4ed
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
...
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
moodler
c15b86dc95
Pass $modcontext down through the functions so that print_post is more efficient MDL-11606
2007-10-05 07:26:02 +00:00
Martin Langhoff
13534ef716
cvsimport fixups
2007-08-29 13:10:11 +12:00
moodler
87a462eadb
Fixed navigation for forums where parents are chosen
2007-08-17 03:35:34 +00:00
skodak
2c386f82e5
MDL-10383 - deprecated get_groups(), user_group() and ismember()
2007-08-15 20:21:01 +00:00
mattc-catalyst
01e3838853
MDL-9473: Initialise navlinks array before use
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
moodler
87b0b4990b
Fix for manual read tracking MDL-9859
2007-05-21 14:43:09 +00:00
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
mattc-catalyst
e3f58dfb4e
Breadcrumbs: mod/forum changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:12:29 +00:00
toyomoyo
21b89cb43b
allow guests to see the reply link
2007-03-13 04:49:05 +00:00
toyomoyo
9276d74255
merged fix for MDL-8864, users with no replypost capabilitiy can see reply link
2007-03-13 04:37:57 +00:00
skodak
f2d042c4c3
MDL-8765 user preference usage cleanup
2007-03-06 10:45:49 +00:00