4b007efda5
MDL-75038 blog: link back to user only when one specified.
2022-11-01 21:27:03 +00:00
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
d000b16a72
MDL-72287 report: Add back link and headings in user profile pages
2021-12-09 22:46:57 +08:00
9de4402112
MDL-60425 core_blog: Move access validation to API
2018-10-02 14:49:48 +02:00
5ae35b9dee
MDL-56654 blogs: Display RSS link in the page
2016-11-03 09:22:51 +08:00
67a1f63913
MDL-36713 Blog: Display accurate error when a guest views a user blog
2016-08-15 21:46:48 -04:00
1fcf0ca8a5
MDL-35628 performance: Remove dirname() where possible.
...
dirname() is a slow function compared with __DIR__ and using
'/../'. Moodle has a large number of legacy files that are included
each time a page loads and is not able to use an autoloader as it is
functional code. This allows those required includes to perform as
best as possible in this situation.
2016-06-10 08:06:49 +10:00
cfd1bcfa03
MDL-52642 blog: Fix notices for swapping contexts in activities.
2016-04-12 11:53:34 +08:00
abea2c5deb
MDL-50851 blogs: use new tag API
2016-01-10 15:25:47 +08:00
3e0540b6ec
Merge branch 'wip-MDL-51239-master' of git://github.com/abgreeve/moodle
2015-12-22 11:58:28 +00:00
0e32a56591
MDL-51239 core_blog: coding style fixes
2015-12-04 05:42:40 +08:00
afb7ec92ff
MDL-35982 blog: prevent index throwing errors with 0 courseid
...
Regression from MDL-49845 where Dave made the page not handle courseid = 0
and so now some urls will send you back to a db error..
2015-11-26 14:10:25 +00:00
0c7131622d
MDL-50330 blog: Fixed fatal error accessing blogs.
2015-05-22 15:34:09 +08:00
a7e98a6900
MDL-49845 blog: Changed headers for blog index
2015-05-04 14:02:17 +08:00
c1f97c777f
MDL-49845 blog: Fixed navigation logic for blog
2015-05-04 14:02:16 +08:00
45367bdf0c
MDL-49688 navigation: First review fixes and version bump.
...
Part of MDL-45774.
2015-04-10 17:18:03 +08:00
f495187da7
MDL-48935 navigation: Update the user nav breadcrumbs.
...
Part of MDL-45774.
2015-04-10 17:17:07 +08:00
880c50731f
MDL-48930 navigation: Using user headers in user pages.
...
Pages that are percieved to be in a user context are now
using a user context for the header.
Part of MDL-45774
2015-04-10 17:17:07 +08:00
2b6e53e8e2
MDL-46346 blog: coding style fixes
2014-07-14 10:45:33 +08:00
e9fb99b15c
MDL-46218 reshuffled access checks in blog and notes
2014-07-14 10:33:38 +08:00
df68e73824
Merge branch 'MDL-40040-master' of git://github.com/ankitagarwal/moodle
2013-12-02 12:16:59 +08:00
6b36411587
MDL-40040 Cleanup some blog methods and replace add_to_log
...
Cleaned up add_association()
cleaned up add_associations()
Replaced remaining add_to_log() in blogs with events
2013-12-02 12:06:32 +08:00
1af9063e47
MDL-43005 blogs: Fix issues with blog tags
2013-11-21 13:37:20 +08:00
9a909b1a35
MDL-37245 Blog: Added permission check for blog comments
2013-05-07 15:02:22 +01:00
f42d2a22bc
MDL-27814 blogs: Refactoring code to use proper context and such
...
Based on the decisions made in the issue, most places in blog should use site context.
There are also minor other refactoring to support all changes made in the issue.
2013-04-12 16:05:05 +08:00
68fc1cc279
MDL-27814 blogs: Cleaning up contexts in blogs
...
All blogs pages should be in system context. Blogs are in system context just about various things (course, activity etc)
2013-04-12 16:03:02 +08:00
850d2db82a
MDL-25012 - blogs: introduce a specific 'enabled' config setting
...
Rather than overloading the $CFG->bloglevel setting which had a
confusing UI in the appearance subsystem.
In order to achieve this we modify take the defaults from the existing
bloglevel setting and set that for $CFG->enableblogs. Note that in order
to prevent a bad default settings from being set we also set
$CFG->bloglevel to a valid 'enabled' setting.
2012-08-06 11:25:22 +08:00
41b3836067
MDL-33061 - lib - Replacement of get_context_instance with the new function call (group 3)
2012-07-24 09:52:41 +08:00
19a8646822
MDL-33624 lang - remove incosistent use of placeholder
2012-07-12 13:10:52 +08:00
c53a64449a
MDL-33315 blog: fixed up the navigation for when youre viewing another users blog
2012-05-24 09:40:59 +07:00
ae6313d4a7
MDL-30540 - BLOG - Fixing context problems for single blog entries - Thanks Aparup and Sam for the help
2012-02-03 10:49:52 +08:00
43c4f4d103
MDL-30541 - Blog - Fixing the context for RSS Feed headers on the single blog entry pages
2011-12-21 09:30:26 +08:00
8f6c1f3488
MDL-26859 improve blog access control and prevent unnecessary blog includes
2011-03-20 13:34:51 +01:00
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
b29ce44dde
fixed use of undefined $user
2010-09-17 11:25:48 +00:00
b6859e0eb6
MDL-24079 blog now using new sql_like();�fixed typo
2010-09-04 12:23:18 +00:00
c014d57c4f
MDL-24079 blog now using new sql_like()
2010-09-04 12:04:01 +00:00
e858c368ff
rss MDL-23473 made blog rss feeds work
2010-07-28 02:32:11 +00:00
2713c6bd7c
navigation MDL-22524 Integrated blogs with the settings navigation.
2010-05-20 08:04:20 +00:00
99cca8470e
MDL-19124 Continued misc user profile cleanups
...
- fixed user styles in base theme
- added new divs for better control on user profile and user index pages
- reduced data on course user profiles down to minimum
- removed user/tabs.php completely and all uses of it
- changed default user icon pix to something very bland (bye bye smiley cake)
2010-05-16 08:21:12 +00:00
36051c9e91
"MDL-21786, moving comments library files to consistency"
2010-03-15 07:59:28 +00:00
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
dfede59d62
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 13:10:07 +00:00
1c7b8b934b
MDL-19676 MDL-14408 MDL-8776 Blog improvements
2009-10-30 07:25:50 +00:00
947eaf5781
MDL-19754 MDL-8776 MDL-19678 MDL-20314 Converting old post table to blog_entries, upgrading blog code accordingly, and tags in tag_instance table
2009-09-18 06:57:52 +00:00
b73d1ca4f2
MDL-19676 Put association section in advanced items for edit form, corrected bug in group listing, enabled commenting
2009-09-16 10:05:34 +00:00
2367726155
MDL-20219 Deleted external blog block, and preferences link from blog_menu block. Placed these as links in settings block instead
2009-09-15 07:57:54 +00:00
c5dc10ee58
MDL-19676 Started to use new navigation code
2009-09-04 03:40:01 +00:00
cae837087a
MDL-19676 Blog improvements
2009-09-04 00:36:43 +00:00
033e4aff8c
MDL-19792 Converted all print_footer() calls
2009-08-06 14:22:50 +00:00