moodler
31869bb435
blog MDLSITE-679 Some small patches to make blog RSS feeds work better.
...
a) You can define an array in config.php of exceptions to any rule which makes blogs not available to the outside world. For example we use this on moodle.org with Helen's blog. $CFG->openblogs = array(24152);
b) Author names are not atatched to every post in a 1-user feed. Just the feed itself.
c) Links on user blogs are now more accurate and go right to the post.
d) Users are asked to log in if they aren't and guests don't have permission.
2009-07-29 07:31:47 +00:00
skodak
c73705641f
MDL-18869 fixed full name display
2009-05-08 12:07:00 +00:00
stronk7
d6546599dd
MDL-18129 blog_print_entry() - avoid double format_text()
2009-02-04 16:39:27 +00:00
scyrma
4770b4b6b3
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually
2008-07-10 09:48:43 +00:00
scyrma
adb9ea5757
MDL-12649: Prevent editing a blog from changing the display sort (based on creation date) (Patch by Dan Poltawski)
2008-07-07 03:19:09 +00:00
scyrma
ed77e5710f
MDL-15392: preventing duplicate #id in blog entries list
2008-06-30 01:53:16 +00:00
scyrma
e586bc17f1
MDL-15392: fix output sanitization and put permalink back, in a xhtml-strict compliant way.
2008-06-27 04:00:18 +00:00
dongsheng
79fb7ea7d3
"MDL-14460,fix get_context_instance"
2008-04-30 04:45:22 +00:00
dongsheng
3ff91874a8
MDL-8566, replace permlink with permalink
2008-04-22 05:16:10 +00:00
dongsheng
84fe017f67
MDL-8566, add lang string to MOODLE_19_STABLE, see tracker
2008-04-22 04:34:24 +00:00
dongsheng
7c589aa751
MDL-8566, add permlink, see tracker
2008-04-16 09:04:45 +00:00
stronk7
34a00a23d5
Preparing for blogs backup. Helper function. MDL-9089
2008-04-13 01:16:16 +00:00
scyrma
7bbd75dc6e
MDL-13404 - Modification to all tag_get_tags_* calls needing an array & other improvements
2008-02-26 06:39:10 +00:00
scyrma
3310c48044
MDL-13404 - Several improvements to tag system (re-commit, with locallib.php).
2008-02-25 01:25:42 +00:00
skodak
458544ed1d
MDL-13404 reverted - missing file and other minor problems; backported from HEAD
2008-02-22 19:55:11 +00:00
scyrma
65c75c3ca7
MDL-13404 - Several improvements to the tag sub-system.
2008-02-22 10:17:56 +00:00
scyrma
16b963e777
MDL-13553 - one more time : it's 'post' not 'blog'
2008-02-21 01:49:06 +00:00
skodak
5623276da8
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
2008-02-13 17:01:41 +00:00
scyrma
8f5ef63f5d
Fix for MDLSITE-345 and correction to MDL-12565. This doesn't solve it all
...
though : there will still be "orphans" tags in table tag.
2008-02-06 03:34:14 +00:00
skodak
18ff5a61b6
MDL-11230 fixing wrong include for tags library - always use require_once() instead of include() when dealing with library files!
2007-09-16 21:43:08 +00:00
skodak
ffc536af8e
MDL-7380 converted various places to use new groups API
2007-09-08 20:53:05 +00:00
toyomoyo
9133f939e8
rename fetch_entries() to blog_fetch_entries()
2007-08-31 05:46:33 +00:00
toyomoyo
636dbc33a0
fixing a typo, adding a missing string in query
2007-08-31 05:38:46 +00:00
toyomoyo
ebbf8c16c6
tag instance table could be used for other types, itmetype needs to be specified in blog fetch() code
2007-08-31 05:17:35 +00:00
moodler
1f813a5db4
Fixed the tag links on blog posts to go back to the main tags page
2007-08-31 02:25:29 +00:00
toyomoyo
93bbdd5031
making blogs respect global tags flag
2007-08-30 09:13:36 +00:00
toyomoyo
833dcdea9f
blog should print rawname instead of name of the tag
2007-08-27 09:21:31 +00:00
toyomoyo
bd1f4559f7
MDL-10956, convert blogs to use the same tags (and convert old tags)
2007-08-27 08:46:00 +00:00
nicolasconnault
d02240f302
MDL-10870 A few more files with old style navigation strings.
2007-08-23 14:58:15 +00:00
toyomoyo
df6d3c66ae
merged fix for MDL-10037, hide hidden user's blogs from course view
2007-08-17 08:16:11 +00:00
skodak
2c386f82e5
MDL-10383 - deprecated get_groups(), user_group() and ismember()
2007-08-15 20:21:01 +00:00
skodak
1d68419596
MDL-10383 - deprecated groups_members_from_sql and friends - we do not need them anymore because we reverted to 1.7 style groups in 1.9
2007-08-15 19:28:11 +00:00
toyomoyo
6872debcc8
merged fix for MDL-10564, wrong userid used in get_my_courses() for blogs
2007-07-26 02:47:44 +00:00
toyomoyo
1d934d47a0
merged fix for MDL-9165
2007-04-05 06:00:10 +00:00
toyomoyo
fa5278283f
merged fix for MDL-8987, guests should not see blogs flagged as site blogs
2007-03-23 01:42:52 +00:00
toyomoyo
2878babdb2
merged fix for MDL-8942, can't delete blog images
2007-03-19 07:52:29 +00:00
toyomoyo
11b03793e7
merged fix for MDL-8908, draft blogs should not be visible
2007-03-15 06:13:12 +00:00
toyomoyo
038bf62143
MDL-8425 related fixes
2007-02-08 03:04:41 +00:00
toyomoyo
fbe31d22d1
xhtml validation fixes for MDL-8425
2007-02-06 08:24:37 +00:00
jmg324
3e7853f0e5
fetch_entries function post table sql needs single not double quotes for blog column value
2007-01-11 14:02:17 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
toyomoyo
2ea7548245
post table will be used for storing comments as well so the type has to be specified when querying blogs
2007-01-04 02:51:21 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
feaf5d06db
MDL-8015 improved file uploading
...
- changed file upload api in formslib
- fixed blog attachments and related code in file.php
- fixed glossary attachments
- fixed embedded images in forum posts and blogs - only gif, png and jpeg; the problme was that svg were embedded using img tag which was wrong, the same applied to other picture formats unsupported by browsers (please note that student submitted svg should be never embedded in moodle page for security reasons)
- other minor fixes
2006-12-28 21:21:44 +00:00
toyomoyo
7d0e5a95c3
adding attachment for blogs
2006-11-20 08:31:48 +00:00
moodler
1fcf39350b
Merged blog select fix from stable
2006-11-03 08:43:54 +00:00
toyomoyo
2753336a80
merged fixing paging bar problem
2006-11-02 05:54:01 +00:00
stronk7
422770d8cb
Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
...
$limitnum parameters in all the get_recordXXX() functions. MDL-7167
Merged from MOODLE_17_STABLE
2006-10-23 23:00:18 +00:00
toyomoyo
c345209c19
merged fix for MDL-6549, fix for wrong publish to menu
2006-10-19 06:41:49 +00:00
skodak
b3cbe3a333
fixed wrong strip_slashes() when printing blog entry
2006-10-08 08:52:15 +00:00