skodak
|
4eef139962
|
MDL-14589 file browsing refactoring - moving url encoding to filelib.php for now
|
2009-05-20 22:32:02 +00:00 |
|
skodak
|
c679322bb8
|
MDL-18869 fixed full name display; merged from MOODLE_19_STABLE
|
2009-05-08 12:08:02 +00:00 |
|
tjhunt
|
f474a4e583
|
blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php
|
2009-05-07 08:55:10 +00:00 |
|
tjhunt
|
93d4a373f9
|
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
|
2009-05-06 09:13:16 +00:00 |
|
tjhunt
|
66b10689e2
|
blocklib: MDL-19010 upgrade database tables ready for now blocks system
|
2009-05-06 09:12:03 +00:00 |
|
tjhunt
|
830dd6e9cd
|
moodle_page: MDL-12212 reimplement user_is_editing, deprecate isediting
|
2009-05-06 08:59:29 +00:00 |
|
stronk7
|
522f26f158
|
MDL-18129 blog_print_entry() - avoid double format_text() ; merged from 19_STABLE
|
2009-02-04 16:40:26 +00:00 |
|
tjhunt
|
565b14d248
|
tags/blog: Multiple XHTML strict problems.
|
2009-01-14 08:49:35 +00:00 |
|
skodak
|
11e7b506ce
|
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
|
2009-01-05 21:37:20 +00:00 |
|
dongsheng
|
771dc7b298
|
"MDL-14129, fix error() in moodle2"
|
2008-12-12 05:45:43 +00:00 |
|
skodak
|
172dd12c63
|
MDL-14589 initial file storage implementation, temporary file manager, migration of course files; blog conversion MDL-15905; assignment conversion MDL-15904; fromslib related file improvements MDL-15906
|
2008-07-31 22:15:30 +00:00 |
|
scyrma
|
5a254a2938
|
MDL-14279: use get_file_url instead of checking $CFG->slashargument manually (merge from 1.9)
|
2008-07-10 09:55:11 +00:00 |
|
scyrma
|
18d330b0ac
|
MDL-12649: Prevent editing a blog from changing the display sort (based on creation date) (Patch by Dan Poltawski) (merge from 1.9)
|
2008-07-07 03:21:52 +00:00 |
|
scyrma
|
9c64d40f33
|
MDL-15392: preventing duplicate #id in blog entries list
|
2008-06-30 01:51:45 +00:00 |
|
scyrma
|
a8db060b39
|
MDL-15392: fix output sanitization and put permalink back, in a xhtml-strict compliant way. (Merge from 1.9)
|
2008-06-27 04:02:31 +00:00 |
|
skodak
|
c7da43571b
|
MDL-14679 converted some count_records
|
2008-06-02 21:47:31 +00:00 |
|
skodak
|
45df7de3ad
|
MDL-14679 towards /blog conversion
|
2008-06-01 13:48:12 +00:00 |
|
skodak
|
f33e1ed4ae
|
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
|
2008-05-15 21:40:00 +00:00 |
|
dongsheng
|
d9d16e56a3
|
"MDL-14460,fix get_context_instance, merged from MOODLE_19_STABLE"
|
2008-04-30 04:46:46 +00:00 |
|
dongsheng
|
a814fc6651
|
MDL-8566, replace permlink with permalink
|
2008-04-22 05:21:47 +00:00 |
|
dongsheng
|
43f4deee43
|
MDL-8566, add lang string in HEAD, see tracker
|
2008-04-18 02:29:40 +00:00 |
|
dongsheng
|
b05c2da9a7
|
MDL-8566, add permlink, see tracker, merged from MOODLE_19_STABLE
|
2008-04-16 09:05:53 +00:00 |
|
stronk7
|
240075cd7f
|
Preparing for blogs backup. Helper function. MDL-9089 ; merged from 19_STABLE
|
2008-04-13 01:17:30 +00:00 |
|
scyrma
|
537aa65c5d
|
MDL-13404 - Modification to all tag_get_tags_* calls needing an array & other improvements (merge from 1.9)
|
2008-02-26 06:43:54 +00:00 |
|
scyrma
|
3d535996db
|
MDL-13404 - Merge from 1.9 (re-commit, including missing file)
|
2008-02-25 01:58:17 +00:00 |
|
skodak
|
bb06244703
|
MDL-13404 reverted - missing file and other minor problems
|
2008-02-22 19:53:48 +00:00 |
|
scyrma
|
db32b054d1
|
MDL-13404 - Merge from 1.9
|
2008-02-22 10:25:36 +00:00 |
|
scyrma
|
5e9baf929a
|
MDL-13553 - merge from 1.9
|
2008-02-21 01:50: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 |
|
scyrma
|
67ab5a01a9
|
Merge from 19_STABLE
|
2008-02-06 03:37:30 +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 |
|