Sam Hemelryk
2713c6bd7c
navigation MDL-22524 Integrated blogs with the settings navigation.
2010-05-20 08:04:20 +00:00
Martin Dougiamas
57513281da
blog, fixed a missing parameter to a string
2010-05-14 02:50:43 +00:00
Martin Dougiamas
593270c629
Navigation - Blog and Tags links are now shown/hidden correctly according to settings
2010-05-01 14:33:07 +00:00
Sam Hemelryk
af8fe217ad
blog MDL-22161 Fixed minor regression
2010-04-23 04:08:28 +00:00
Sam Hemelryk
27bad0a629
blog MDL-22161 Fixed up blog menu block and added navigation options for users.
2010-04-23 04:05:16 +00:00
Sam Hemelryk
3406acdef9
navigation MDL-22044 Major navigation structure changes.
...
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure .
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Petr Skoda
4f0c2d0009
MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too
2010-03-31 07:41:31 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
5515b53605
MDL-21147 do not use standard "get_x" methods for "magic" $PAGE stuff + fixed incorrect ->get_x uses
2009-12-17 14:04:15 +00:00
Petr Skoda
6f5e085205
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 16:48:45 +00:00
Nicolas Connault
1c7b8b934b
MDL-19676 MDL-14408 MDL-8776 Blog improvements
2009-10-30 07:25:50 +00:00
samhemelryk
ec7c4f112b
blog MDL-19792 Upgraded two deprecate functions
2009-10-16 03:10:33 +00:00
nicolasconnault
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
nicolasconnault
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
nicolasconnault
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
nicolasconnault
4a8b890a1a
MDL-19792 Fixed proper display of headers for Site Blog entries page (index.php, no params)
2009-09-11 07:00:43 +00:00
nicolasconnault
ee00eb8c69
MDL-19792 Fixed output of URLs for blog menu block
2009-09-10 07:05:50 +00:00
nicolasconnault
b0e90a0ccd
MDL-19792 Fixed number of bugs in URLs
2009-09-09 03:26:18 +00:00
nicolasconnault
9366362a59
MDL-19792 Removed some legacy code and cleaned up the navigation for add/edit blog entry page
2009-09-08 03:05:09 +00:00
nicolasconnault
e640790eb6
MDL-19792 Applied Sam's patch
2009-09-07 10:01:26 +00:00
nicolasconnault
e14de6f979
MDL-19676 Replaced magpie with simplepie
2009-09-04 07:09:45 +00:00
nicolasconnault
c5dc10ee58
MDL-19676 Started to use new navigation code
2009-09-04 03:40:01 +00:00
nicolasconnault
cae837087a
MDL-19676 Blog improvements
2009-09-04 00:36:43 +00:00
nicolasconnault
7d00c7bc1a
MDL-19792 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:39:52 +00:00
nicolasconnault
3bfcfdca2d
MDL-19792 Converted calls to print_paging_bar
2009-08-07 01:41:27 +00:00
nicolasconnault
2a5d51d37b
MDL-19792 Converted calls to print_paging_bar
2009-08-07 00:34:35 +00:00
samhemelryk
19c9f09430
filelib MDL-19707 Converted existing ...str_replace('png','gif')... to use file_extension_icon and file_mimetype_icon
2009-07-07 06:16:01 +00:00
tjhunt
666e84584c
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-03 04:23:05 +00:00
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