Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +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
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Sam Hemelryk
56115eea49
navigation MDL-21177 Removed erroneous DB queries from module extension calls
2009-12-24 02:06:05 +00:00
Sam Hemelryk
92059c7ee5
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
2009-12-23 01:57:55 +00:00
Penny Leach
4dfe45ee2d
portfolio/glossary MDL-21031 leap2a support for full glossary
2009-12-18 13:44:56 +00:00
Penny Leach
924377d29a
portfolio/glossary MDL-21031 leap2a
...
this only implements leap2a in the single-entry export so far.
2009-12-18 13:44:47 +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
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Penny Leach
56e20c3416
portfolio/glossary NOBUG added some phpdocs
2009-12-14 16:01:35 +00:00
Penny Leach
b9be87b3e8
portfolio/glossary NOTABUG improved some phpdocs
2009-12-14 15:43:25 +00:00
Penny Leach
24ba58ee9a
portfolio MDL-21079 be more selective about including libraries.
...
this involves moving all formslib includes to where they're actually needed.
it also moves the portfolio stuff from assignment,data,chat,forum and glossary
into a locallib.php which involved creating it for many of those modules.
2009-12-12 11:27:07 +00:00
Dan Poltawski
124e506566
glossary/navigation MDL-21080 - linking to incorrect location
2009-12-09 15:42:46 +00:00
Sam Hemelryk
5633445f59
glossary MDL-19809 Fixed deprecated call to error
2009-12-07 06:06:58 +00:00
Eloy Lafuente
d3c68b087d
MDL-21029 glossary - fix display of entries belonging to site/course global glossaries ; merged from 19_STABLE
2009-12-05 17:46:58 +00:00
Penny Leach
59dd457e4b
portfolio: MDL-21030 - leap2a portfolio format support.
...
This commit includes:
- leap2a portfolio format, and xml writer
- proof of concept implementation in forum and assignment modules
- a lot of refactoring of the portfolio formats in general:
- addition of "abstract" formats - this is necessary for plugins to be able to support groups of formats
- addition of the idea of portfolio formats conflicting with eachother - eg richhtml & plainhtml
it touches modules other than assignment and forum, because the format api
changed and now each place in moodle that exports portfolio content has to deal
with the formats it supports slightly differently.
At the moment the Mahara portfolio still doesn't support this format, because I
haven't done the Mahara side yet. The "file download" plugin supports it
though.
Still todo:
- Add support for the other places in Moodle (glossary, data, etc)
- Write tests, once the rest of the portfolio tests have been updated to use the new DB mocking stuff
- Fix a bunch of TODOs
2009-12-03 14:26:37 +00:00
Eloy Lafuente
1f1cae8311
MDL-20982 glossary - make print view to respect current theme ; merged from 19_STABLE
2009-11-26 11:35:25 +00:00
Dongsheng Cai
9452219941
"MDL-20345, improve glossary comments migrate script"
2009-11-25 05:58:13 +00:00
Petr Skoda
b3e229f979
MDL-20930 fixed input validation
2009-11-22 12:42:51 +00:00
Petr Skoda
e657980dfd
MDL-20928 fixed glossary entry access control
2009-11-22 10:35:20 +00:00
Petr Skoda
1797784624
MDL-20901 fixed input validation
2009-11-21 22:23:32 +00:00
Petr Skoda
dba386b573
MDL-20901 fixed input validation
2009-11-20 08:50:12 +00:00
Petr Skoda
032216500d
MDL-20700 coding style - new sloppy trailing whitespace fixed, yes I am guilty too :-(
2009-11-09 11:33:14 +00:00
Dongsheng Cai
c8092ea5e3
"MDL-20345, use new comments api in glossary module"
2009-11-08 14:12:12 +00:00
Petr Skoda
0ac940b3bf
MDL-20712 using just $capablities for capability definition array, all other files in db/* do not use component names in definition array; old capability array names are of course supported
2009-11-04 19:24:12 +00:00
Moodle HQ git importer
8926f8449f
Fixing drift between CVS and git
2009-11-02 00:32:03 +00:00
Petr Skoda
80ef446c4d
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 15:03:12 +00:00
Petr Skoda
86342d631f
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 15:03:10 +00:00
Petr Skoda
1adbd2c350
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 14:55:15 +00:00
Petr Skoda
2e9b772fb8
MDL-20693 new NO_DEBUG_DISPLAY define
2009-10-31 22:02:05 +00:00
Nicolas Connault
1a96363a9d
MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE
2009-10-27 12:37:15 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
samhemelryk
5fa0208ec3
mod-glossary MDL-19809 Added set_url calls, replaced deprecated functions
2009-09-24 07:29:14 +00:00
samhemelryk
0961861e63
mod-glossary MDL-20256 Upgraded module to use the new navigation blocks
2009-09-11 05:38:44 +00:00
samhemelryk
e6855d1aa0
mod-glossary MDL-19809 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
2009-09-07 03:20:35 +00:00
skodak
622365d2e1
MDL-20169 fixed coding style, parameter type required
2009-08-27 18:37:53 +00:00
nicolasconnault
81cd66e74e
MDL-19809 Upgraded calls to link_to_popup_window()
2009-08-20 13:16:40 +00:00
nicolasconnault
0b36c9489d
MDL-19809 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:44:52 +00:00
nicolasconnault
ee9e63b5a1
MDL-19809 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:14:52 +00:00
nicolasconnault
34c2868c49
MDL-19809 Upgraded calls to choose_from_menu
2009-08-18 00:11:58 +00:00
nicolasconnault
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
9f555b8f1a
MDL-19809 Converted print_box* to $OUTPUT->box*
2009-08-10 04:59:55 +00:00
nicolasconnault
c9472f4372
MDL-19809 Converted calls to popup_form()
2009-08-10 03:37:01 +00:00
nicolasconnault
0578c9a2a9
MDL-19809 Converted all print_footer() calls
2009-08-06 14:13:29 +00:00
nicolasconnault
2d8e042e92
MDL-19809 Migrated calls to print_heading
2009-08-06 08:23:39 +00:00
nicolasconnault
9c66862d61
MDL-19809 Migrated calls to close_window_button()
2009-08-06 02:52:00 +00:00
nicolasconnault
8c7ddcaf07
MDL-19809 Upgraded call to print_scale_menu_helpbutton
2009-08-06 01:53:41 +00:00
nicolasconnault
3097018f7a
MDL-19809 Upgraded calls to print_headline
2009-08-06 01:36:17 +00:00
skodak
0a8a7b6c24
MDL-14589 added missing require_login()
2009-07-19 08:56:45 +00:00
skodak
4e94ce8ec5
MDL-16075 fixed incomplete conversion of glossary comments
2009-07-14 08:26:45 +00:00