320 Commits

Author SHA1 Message Date
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
Petr Skoda
c63923bddb MDL-20204 converted action_icon 2010-02-16 16:24:49 +00:00
Petr Skoda
75015e5fc1 MDL-20204 converting link to html_writer or action_link 2010-02-11 16:27:53 +00:00
Petr Skoda
000c278cff MDL-20204 new pix_icon renderable widget 2010-02-11 14:59:00 +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
0f4c64b79f MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon 2010-01-14 22:10:20 +00:00
Petr Skoda
8ae8bf8a14 MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions 2010-01-02 13:17:54 +00:00
Petr Skoda
b52706307c MDL-21198 $OUTPUT->icon() improvements 2009-12-31 10:06:56 +00:00
Petr Skoda
1ba862ec6e MDL-21198 going back to the original spacer syntax, image component improvements, plus some regression fixes 2009-12-27 23:31:46 +00:00
Petr Skoda
812dbaf7d5 MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars 2009-12-27 19:47:21 +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
b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Petr Skoda
683c01d2c8 MDL-20787 removed mod_icon_url() completely 2009-12-16 20:30:24 +00:00
Eloy Lafuente
3f29682870 MDL-21007 fix blog tests to fulfill all the DB required records needed
to be executed. Not really what the hell is being tested there, but
now works and there aren't exceptions anymore.
2009-11-30 18:33:11 +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
Petr Skoda
dfede59d62 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 13:10:07 +00:00
Petr Skoda
0a8b90f28f MDL-19676 blog does not use version.php file for a long time 2009-11-01 12:05:04 +00:00
Petr Skoda
4ca6cfbfd4 MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:00:47 +00:00
Nicolas Connault
b57d395965 MDL-19683 MDL-20300 MDL-20219 Interface for external blogs 2009-10-30 07:26:27 +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
poltawski
4a432ae638 blog MDL-20319 - Fix postgres incompatible syntax 2009-09-20 15:28:28 +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
527761e05f Removed rogue GROUP BY 2009-09-11 08:13:50 +00:00
nicolasconnault
46be7361ee Temporary fix with set_url to remove annoying notices 2009-09-11 07:01:14 +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
5d50868a61 MDL-19744 Fixed blog attachments 2009-09-11 05:52:22 +00:00
nicolasconnault
5f4d4d801c MDL-19676 Removed blog assignment code 2009-09-11 01:45:16 +00:00