Petr Skoda
b6859e0eb6
MDL-24079 blog now using new sql_like();Êfixed typo
2010-09-04 12:23:18 +00:00
Petr Skoda
c014d57c4f
MDL-24079 blog now using new sql_like()
2010-09-04 12:04:01 +00:00
Petr Skoda
dd88de0ebd
MDL-14679 fixed remaining old style update_record()s
2010-09-03 18:01:25 +00:00
Petr Skoda
a9637e7df4
MDL-14679 fixed a lot more old style uses of insert_record()
2010-09-03 17:47:41 +00:00
Petr Skoda
9d97f08e99
MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML
2010-09-03 16:26:04 +00:00
Petr Skoda
71904f4d2b
MDL-23984 make_upload_directory() cleanup - we now throw exceptions by default which should prevent a lot of strange problems
2010-08-29 14:59:14 +00:00
Dongsheng Cai
d846488e65
"MDL-23917, display comments for not logged in users"
2010-08-25 03:50:19 +00:00
Sam Hemelryk
f36b47efa0
admin blog comment course MDL-22856 Minor cleanups and improvements to styles
2010-08-19 05:56:57 +00:00
Petr Skoda
ede7252234
MDL-23784 finally getting rid of all legacy .gif and .png extensions, yay! fixing issues with incorrect & in JS code
2010-08-12 20:37:24 +00:00
Petr Skoda
35716b8682
MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;Êimproved php docs; fixed upgrade of filters (should be in plugins, not core)
2010-07-30 20:51:01 +00:00
Andrew Davis
451f1e3844
blog MDL-23574 fixed filter problem with user blog rss feeds
2010-07-30 03:16:14 +00:00
Andrew Davis
e858c368ff
rss MDL-23473 made blog rss feeds work
2010-07-28 02:32:11 +00:00
Andrew Davis
43b92251be
rss MDL-23391 made lib/rsslib.php more generic
2010-07-21 02:11:53 +00:00
Andrew Davis
274f98409a
rss MDL-23391 refactored rss feeds to make them standard across components
2010-07-20 07:49:34 +00:00
Andrew Davis
690aa229c5
rss MDL-23391 committing refactored rss retrieval file
2010-07-20 03:47:20 +00:00
Jonathan Harker
c71f326514
MDL-20876 Fix remaining split() calls.
2010-07-20 03:27:36 +00:00
David Mudrak
2650f44d2a
MDL-21695 Replaced help/blog
...
AMOS BEGIN
HLP blog/deleteblogassociations.html,[deleteblogassociations_help,core_blog]
HLP blog/description.html,[description_help,core_blog]
HLP blog/filtertags.html,[filtertags_help,core_blog]
HLP blog/name.html,[name_help,core_blog]
HLP blog/publish_state.html,[publishto_help,core_blog]
HLP blog/tags.html,[autotags_help,core_blog]
HLP blog/url.html,[url_help,core_blog]
AMOS END
2010-07-19 18:31:13 +00:00
Andrew Davis
aa60291e12
rss MDL-23391 alter the rss urls to be component names ie mod_forum instead of just module name ie forum
2010-07-19 10:57:52 +00:00
Andrew Davis
d5f25d957e
rss MDL-23383 moved the RSS cache to /dataroot/cache/rss
2010-07-19 06:46:23 +00:00
Petr Skoda
897aa80c05
MDL-23310 fixed undefined page layouts
2010-07-15 18:09:11 +00:00
Petr Skoda
a7748d91ea
removing old htmleditor leftovers - format is not used any more
2010-07-14 16:43:26 +00:00
Martin Dougiamas
74fd6b11b6
MDL-22524 Fixed a bad layout (should be general, not standard)
2010-07-09 04:20:12 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
David Mudrak
995f2d51d7
MDL-12192 Language specific label separator instead of hardcoded ': '
...
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.
There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.
Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
Martin Dougiamas
91663dc3ff
MDL-22864 Removed the JS confirm for delete as it never worked on the IMG
2010-06-29 03:49:37 +00:00
Martin Dougiamas
8397492bd0
MDL-22864 More tidying up of blog display
2010-06-29 03:19:22 +00:00
Martin Dougiamas
6413bae786
MDL-22864 Fixed missing string, tidied up form and help strings too
2010-06-29 02:51:43 +00:00
David Mudrak
096ec8d63d
MDL-21695 Cleaning up legacy strings and help
...
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
2010-06-27 21:34:01 +00:00
Dongsheng Cai
db954abaa6
MDL-22712, added admin options to enable/disable comments in blog, and a switch to show/hide comments count
2010-06-21 08:57:59 +00:00
Sam Hemelryk
2713c6bd7c
navigation MDL-22524 Integrated blogs with the settings navigation.
2010-05-20 08:04:20 +00:00
Martin Dougiamas
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
Martin Dougiamas
57513281da
blog, fixed a missing parameter to a string
2010-05-14 02:50:43 +00:00
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02:05 +00:00
Martin Dougiamas
a1dc03b5eb
MDL-22058 Fixed links back to associated items from blogs. Still needs styles I think
2010-05-12 06:27:29 +00:00
Sam Hemelryk
8eaf1ba1ec
blog MDL-22058 Fixed up blocks using the naughty blog_get_headers method, recent blogs and blog tags
2010-05-11 08:23:01 +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
45f22487e1
blgos MDL-22161 Fixed unknown context bug by setting system context is no valid course is provided in blog/edit
2010-04-22 01:58:01 +00:00
Petr Skoda
af3158d8cc
MDL-21891 fix for pg incompatibility - credit goes to Penny Leach
2010-04-19 21:28:28 +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
Dongsheng Cai
513a73df06
MDL-21951, replace $COURSE with $PAGE->course
2010-04-09 18:38:08 +00:00
Dongsheng Cai
866354a905
MDL-21951, improve comments performance
2010-04-09 09:03:51 +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
Dongsheng Cai
58ee83619c
"MDL-19118, added parameter to comment object"
2010-03-29 02:58:16 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Dongsheng Cai
36051c9e91
"MDL-21786, moving comments library files to consistency"
2010-03-15 07:59:28 +00:00
Petr Skoda
32148582ff
MDL-21769 fixed input validation
2010-03-07 15:16:38 +00:00
Petr Skoda
8cea545e0b
MDL-20204 started refactoring of html_table + more cleanup
2010-02-17 19:33:24 +00:00
Petr Skoda
929d7a8362
MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits
2010-02-17 16:59:41 +00:00