Commit Graph

159 Commits

Author SHA1 Message Date
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
1e7ba87e9c MDL-13255 - hidden activity capability check was wrong
merged from 19_STABLE
2008-01-30 21:00:58 +00:00
0fc69cc4a9 Fixed missing context argument MDL-13206 2008-01-28 03:23:38 +00:00
dd97c32868 MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE 2008-01-24 20:33:50 +00:00
0a30a59c9d MDL-11818, single post forum descript = first post 2007-11-28 05:08:51 +00:00
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
8ce8fc85fc MDL-11304 remerging fixes 2007-10-07 13:31:41 +00:00
f88b7a4382 Fixed a bug checking context in groups 2007-08-30 16:18:35 +00:00
3a233b85c5 MDL-10947 https was replaced with httpss when wwwroot already is https credit goes to Tobias Marx 2007-08-22 19:36:24 +00:00
13534ef716 cvsimport fixups 2007-08-29 13:10:11 +12:00
2c386f82e5 MDL-10383 - deprecated get_groups(), user_group() and ismember() 2007-08-15 20:21:01 +00:00
01e3838853 MDL-9473: Initialise navlinks array before use
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
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
e73457e4ba MDL-9742 Converting tabs to spaces 2007-05-08 15:44:37 +00:00
a044c05ddb MDL-9742 - changed tabs to spaces in a few places where there are one
or two
2007-05-08 15:07:25 +00:00
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
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
e1526d7792 Merged fix for MDL-9052 from 1.8 2007-03-27 05:15:46 +00:00
8dec2253cf Merged autofocus fixes for formslib to dev from stable 2007-03-16 01:46:17 +00:00
cbcd697bcb Merge post tag fixes (#123 > #p123) 2007-03-15 14:10:29 +00:00
3b73b15d37 MDL-8847 - Added a little 'p' :-) 2007-03-12 05:19:21 +00:00
c8135a3509 Merged notice fix from stable 2007-03-05 05:47:27 +00:00
c718dd57ba MDL-8578 new capability for adding and replying to news in forum 2007-03-02 19:41:31 +00:00
0af0271031 MDL-8629 - Outputting correct messages during redirection after forum posting with mail-now selected 2007-03-01 06:01:43 +00:00
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
b304e7f770 Merged from 1.7. 2007-02-13 05:25:45 +00:00
dcf6d93c9c MDL-8323 Add proper setup of course $CFG variables, fix use of global $COURSE
new function course_setup() thats does proper $CFG-> , locale and themes setup much sooner than print_header() originally (needed for MDL-8067), cleanup of forgotten global $course issues

MDL-8067 Fixed several $HTTPSREQUIRED issues - html editor now loads from https (the old hack did not wotk with IE7, new hack is uglier but works), fixed formlibs images (we can not set them in library global scope, we must wait for httpsrequired() and require_login() and od that in function), fixed links in meta.php, fixed help images

fixed setting of new $USER values in user edit forms
2007-01-27 19:56:08 +00:00
beac4717de MDL-8166 rename in/out methods in formslib - HQ consensus 2007-01-12 18:52:09 +00:00
26d932b109 Merged from 1.7. 2007-01-12 05:05:09 +00:00
c1afef8059 FIxed up the intro boxes XHTML Strict 2007-01-11 08:06:15 +00:00
1d284fbd85 fixing all the form names as per new class naming convention (PHP class names are also used for html id for styling) 2006-12-28 15:43:47 +00:00
2840c21611 fixed timestart and timeend warning when adding new discussion 2006-12-10 18:33:07 +00:00
11f260f4ee some changes to date_selector and date_time_selector. Now automatically disabledIf disable checkbox is checked. 'optional' option includes a disable checkbox. 2006-12-09 11:42:57 +00:00
57f876b732 Merged from 1.7 2006-12-05 08:15:01 +00:00
ea3caf69cd Merged from 1.7. 2006-12-04 08:09:22 +00:00
3d436d5974 Error message to use lang string nopostdiscussion 2006-11-13 07:38:51 +00:00
c58efbf529 readded file uploads to forum post form, file processing was not updated because it would need a rewrite MDL-6961 2006-11-12 18:36:00 +00:00
0e52f01f0e coding style changes MDL-6961 2006-11-09 23:04:55 +00:00
bb40325e1b removed trusttext method from formslib which was unnecessary and revised trusttext use in mod/form/post.php 2006-11-08 06:22:58 +00:00
2b63df96c3 migrated mod/forum/post.php to formslib and fixed a string in course/edit_form.php 2006-11-07 08:48:18 +00:00
8bcf97e1f9 The 'Activity is currently hidden' check in mod/forum/post.php incorrectly used 'manageactivities' capability instead of 'viewhiddenactivities', fixing. 2006-10-26 14:15:46 +00:00
a321d42bcd Better handling for guest in forums MDL-7125 2006-10-23 04:55:20 +00:00
e80ca6c658 fixed undefined modcontext in forum; merged from MOODLE_17_STABLE 2006-10-21 20:30:27 +00:00
bd4128e91f Merged enrolment-related fixes from stable 2006-10-20 17:53:50 +00:00
7b08a2ea3f Merged fixes for MDL-7116 from stable 2006-10-20 06:19:22 +00:00
5f6fc25b43 merged fix for MDL-7066, users will replypost set to prohit can not edit own post 2006-10-18 07:50:22 +00:00
352b8da86a Merged two recent checkins from Moodle 1.7, stripslashes and navbar fixes 2006-10-17 09:10:15 +00:00
cef1ce6abf Fixes for MDL-3975
Changes to discuss.php and post.php so that the single discussion type forums are handled more consistently.
2006-09-28 07:29:50 +00:00
77dc6d0b26 Discussions from a forum of type 'single' should not be splittable. Merge from 1.6 branch. 2006-09-25 05:12:01 +00:00
e51e3fcb34 Fixed notice 2006-09-18 12:48:00 +00:00