Log of /moodle/blog/lib.php
Parent Directory
Revision
1.124 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Sep 15 15:57:55 2009 WST (6 months ago) by
nicolasconnault
Branch:
MAIN
Changes since
1.123: +14 -0 lines
Diff to
previous 1.123
MDL-20219 Deleted external blog block, and preferences link from blog_menu block. Placed these as links in settings block instead
Revision
1.80.2.19 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jul 29 15:31:47 2009 WST (7 months, 2 weeks ago) by
moodler
Branch:
MOODLE_19_STABLE
Changes since
1.80.2.18: +11 -1 lines
Diff to
previous 1.80.2.18
, to
branch point 1.80
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.
Revision
1.108 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu May 7 16:55:10 2009 WST (10 months, 1 week ago) by
tjhunt
Branch:
MAIN
Changes since
1.107: +16 -15 lines
Diff to
previous 1.107
blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php
Revision
1.102 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Jan 6 06:37:22 2009 WST (14 months, 1 week ago) by
skodak
Branch:
MAIN
Changes since
1.101: +2 -2 lines
Diff to
previous 1.101
MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support
Revision
1.98 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Jul 7 11:21:52 2008 WST (20 months, 1 week ago) by
scyrma
Branch:
MAIN
Changes since
1.97: +15 -5 lines
Diff to
previous 1.97
MDL-12649: Prevent editing a blog from changing the display sort (based on creation date) (Patch by Dan Poltawski) (merge from 1.9)
Revision
1.93 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 16 05:40:14 2008 WST (22 months ago) by
skodak
Branch:
MAIN
Changes since
1.92: +1 -3 lines
Diff to
previous 1.92
MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs
Revision
1.82 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 14 02:03:26 2008 WST (2 years, 1 month ago) by
skodak
Branch:
MAIN
Changes since
1.81: +2 -2 lines
Diff to
previous 1.81
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
Revision
1.76 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Aug 31 13:17:35 2007 WST (2 years, 6 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.75: +2 -2 lines
Diff to
previous 1.75
tag instance table could be used for other types, itmetype needs to be specified in blog fetch() code
Revision
1.68 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Aug 16 03:28:12 2007 WST (2 years, 7 months ago) by
skodak
Branch:
MAIN
Changes since
1.67: +6 -16 lines
Diff to
previous 1.67
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
Revision
1.38.6.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Mar 25 22:48:53 2007 WST (2 years, 11 months ago) by
moodler
Branch:
MOODLE_16_STABLE
CVS Tags:
MOODLE_165,
MOODLE_166
Changes since
1.38.6.1: +0 -0 lines
Diff to
previous 1.38.6.1
, to
branch point 1.38
Restoring changes all the changes in MOODLE_16_STABLE since MOODLE_16_BETA.
This had to be done because the MOODLE_16_STABLE branch tags were moved.
Hopefully after this MOODLE_16_STABLE will be back to how it was (and a
proper branch) but some of the history may look a bit odd.
See MDL-9032 for more discussion and details.
Revision
1.60 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 11 23:02:17 2007 WST (3 years, 2 months ago) by
jmg324
Branch:
MAIN
Changes since
1.59: +2 -2 lines
Diff to
previous 1.59
fetch_entries function post table sql needs single not double quotes for blog column value
Revision
1.58 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Jan 4 11:51:21 2007 WST (3 years, 2 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.57: +8 -4 lines
Diff to
previous 1.57
post table will be used for storing comments as well so the type has to be specified when querying blogs
Revision
1.57 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Jan 3 13:55:19 2007 WST (3 years, 2 months ago) by
moodler
Branch:
MAIN
Changes since
1.56: +9 -2 lines
Diff to
previous 1.56
Checking in Nick Freear's changes and evolution of Julette White's code
with a few modifications made to the install process) for further work in HEAD.
See MDL-7380 for details.
Revision
1.56 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 29 06:21:46 2006 WST (3 years, 2 months ago) by
skodak
Branch:
MAIN
Changes since
1.55: +3 -33 lines
Diff to
previous 1.55
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
Revision
1.52 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 24 07:00:19 2006 WST (3 years, 4 months ago) by
stronk7
Branch:
MAIN
Changes since
1.51: +6 -4 lines
Diff to
previous 1.51
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
Revision
1.49 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Oct 6 18:11:53 2006 WST (3 years, 5 months ago) by
skodak
Branch:
MAIN
Changes since
1.48: +123 -122 lines
Diff to
previous 1.48
Code cleanup in blog.
MDL-6805 Fixed redirects in blog; MDL-6807 partially fixed use of capabilitites - it needs more testing and possibly minor fixing, the commit contains other blog bugfixes too. In general it should work exactly the same. The introduction of roles makes proper setup more difficult :-(
Expect some more fixes soon, no other bigger changes...
Revision
1.46 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Oct 3 04:50:49 2006 WST (3 years, 5 months ago) by
skodak
Branch:
MAIN
Changes since
1.45: +3 -3 lines
Diff to
previous 1.45
some blog problems fixed - non existing capabilitites, pg incompatibilities;
in anycase the blog is still broken :-(
working on some more fixes now...
Revision
1.43 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 14 11:54:37 2006 WST (3 years, 6 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.42: +14 -14 lines
Diff to
previous 1.42
taking out user_student table reference in SQL, replaced with role_assignment
Revision
1.42 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 2 19:44:07 2006 WST (3 years, 6 months ago) by
skodak
Branch:
MAIN
Changes since
1.41: +2 -2 lines
Diff to
previous 1.41
replace all uses of isset($USER->id) with empty() to allow proper operation of $CFG->notloggedinroleid hack
Revision
1.41 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Aug 14 13:55:40 2006 WST (3 years, 7 months ago) by
moodler
Branch:
MAIN
CVS Tags:
MOODLE_17_NEWGROUPS_PRE
Branch point for:
MOODLE_17_NEWGROUPS
Changes since
1.40: +5 -5 lines
Diff to
previous 1.40
SWEEPING CLEANUP
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)
The $kill thing was removed. If you want to assert a capability
then use:
require_capability('capname', $context);
with optional variables to modify the error message
Misc bugs here and there also removed and code tidied
Revision
1.40 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Aug 8 13:13:10 2006 WST (3 years, 7 months ago) by
moodler
Branch:
MAIN
Changes since
1.39: +76 -41 lines
Diff to
previous 1.39
ROLES AND PERMISSIONS - FIRST CHECK-IN
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
Revision
1.31 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 20 14:35:39 2006 WST (3 years, 11 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.30: +35 -1 lines
Diff to
previous 1.30
added a feature that automatically adds 2 default blocks for new blog users. (block_menu and block_tags blocks)
Revision
1.25 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 12 14:04:06 2006 WST (3 years, 11 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.24: +15 -31 lines
Diff to
previous 1.24
fixing rsslib, and added code to check if rss not enabled, blog rss button will not be printed
Revision
1.22 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 12 10:05:46 2006 WST (3 years, 11 months ago) by
toyomoyo
Branch:
MAIN
Changes since
1.21: +538 -320 lines
Diff to
previous 1.21
various changes and cleaning, removing BlogEntry, BlogInfo, BlogFilter class next, things could be broken
Revision
1.20 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 20 20:45:36 2006 WST (4 years ago) by
moodler
Branch:
MAIN
Changes since
1.19: +3 -1 lines
Diff to
previous 1.19
RSS should be fully working now
but phew, we need to clean up that old simpblog stuff with all the wierd
variable names. ;-)
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Tue Mar 14 10:46:46 2006 WST (4 years ago) by
toyomoyo
Branch:
MAIN
Changes since
1.6: +1 -180 lines
Diff to
previous 1.6
httpclient only used in trackbacks, which is not supported in this version, removed
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.