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
Rossiani Wijaya
b1b769b046
MDL-22647 - Fixed undefined $strintro. Change $strintro to $strentries
2010-07-14 09:44:19 +00:00
Sam Hemelryk
7487c85699
course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch.
2010-06-08 06:21:25 +00:00
Rossiani Wijaya
2e4fd16675
MDL-20447 - bulk upload: add heading to the page and fix navbar content.
2010-05-28 06:38:17 +00:00
Andrew Davis
fcce139aa3
RSS MDL-22204 committing new RSS code. Uses a token to ID the user. RSS feeds also generated/updated as needed rather than by cron.php
2010-05-02 11:43:57 +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
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
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
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
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
samhemelryk
5fa0208ec3
mod-glossary MDL-19809 Added set_url calls, replaced deprecated functions
2009-09-24 07:29:14 +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
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
0578c9a2a9
MDL-19809 Converted all print_footer() calls
2009-08-06 14:13:29 +00:00
skodak
ae8c356614
MDL-15109 glossary dml conversion
2008-06-08 10:43:39 +00:00
dongsheng
5973a4c49e
"MDL-14129, fix print_error"
2008-06-06 03:15:53 +00:00
skodak
579d45b434
MDL-14679 converted some get courses
2008-06-01 18:12:24 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
1f106b3f1d
MDL-13155 once more - reverting mod/xx/index.php to use get_all_instances_in_courses() again, should be now nearly the same as in 1.8.x ;-) merged from MOODLE_19_STABLE
2008-02-05 21:40:21 +00:00
skodak
76cbde4138
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum; merged from MOODLE_19_STABLE
2008-02-01 14:10:49 +00:00
skodak
52ae8c057a
MDL-12945 fixing mod indexes broken by previous commit; merged from MOODLE_19_STABLE
2008-02-01 09:09:04 +00:00
stronk7
6fba307d98
Quick fix for not working glossary index. Related to MDL-12949 that needs more improvements. Merged from 19_STABLE
2008-01-31 00:20:19 +00:00
skodak
dd97c32868
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker; merged from MOODLE_19_STABLE
2008-01-24 20:33:50 +00:00
poltawski
b18921676e
MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently
...
hardcoded and can be discovered through the user interface resonably easily.
Merged from MOODLE_19_STABLE
2007-10-29 10:44:50 +00:00
mattc-catalyst
01e3838853
MDL-9473: Initialise navlinks array before use
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
mattc-catalyst
70c6c0ad70
MDL-9474: Updated build_navigation() to use global $COURSE
...
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()
Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
mattc-catalyst
f3c8392617
Breadcrumbs: mod/glossary changes
...
- Modified to use build_navigation() for breadcrumb generation.
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 21:16:38 +00:00
vyshane
7949f21b5f
Removed 'mod/glossary:view' capability
2006-09-22 02:52:48 +00:00
skodak
b3e570450f
removing some isteacher()s from glossary
2006-08-26 19:19:36 +00:00
moodler
aa8139414e
Replaced optional_var with optional_param
2005-12-07 06:21:58 +00:00
stronk7
5bd9aa933a
Now glossary->name is working under filterall. It was really complex!
...
Just thinking about to add support for filterall inside:
- category->name
- concept->name
- filter!
2005-03-30 11:14:19 +00:00
moodler
b9dc937d01
Removed some redundant wrappers
2005-03-13 16:25:30 +00:00
moodler
48b29ba423
Moved rsslib.php from the rss directory to the lib directory with the
...
other libraries
2005-01-25 06:09:31 +00:00
urs_hunkler
fe32b4f6d7
_ added the DIV framework for new CSS
2005-01-19 12:02:52 +00:00
stronk7
f4646b44c1
Now RSS links ae showed properly in SITE course when
...
user isn't logged.
Solve a problem with if($USER) under PHP5.
2004-10-05 23:21:38 +00:00
stronk7
b2ddd9d7ae
Now RSS links are displayed ok in SITEID course.
...
Bug 2048.
(http://moodle.org/bugs/bug.php?op=show&bugid=2048 )
Merged from MOODLE_14_STABLE
2004-10-04 22:21:30 +00:00
gustav_delius
41905731b7
fixed capitalization and quoting of attribute values
2004-09-12 16:24:41 +00:00
gustav_delius
f950af3c43
All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
...
All the page headers work correctly also on the site course.
On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
gustav_delius
90fcc576ea
Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic.
2004-08-21 20:20:58 +00:00
stronk7
2b1b11c606
Now the RSS link is showed in the list of glossaries.
...
Bug 1706
(http://moodle.org/bugs/bug.php?op=show&bugid=1706 )
2004-08-08 18:44:45 +00:00
moodler
de7d2d5531
New dividers
2004-01-26 12:21:44 +00:00
willcast
1d9ddaaf2e
- New encapsulated functions in order to make easier to create new display formats
...
- Fixed problem when showing 'ALL' in alphabet frame
- Disabled unnecessary fields when selecting DO NOT AUTOMATICALY LINK THIS ENTRY in the adde entry screen
2003-10-28 16:10:36 +00:00
moodler
94e935e7d1
In the index, show how many entries there are in each glossary
2003-10-26 08:14:54 +00:00
stronk7
ddd0f4ef09
Now the JumpMenu is showed when listing activities of this module.
...
See Bug 803
2003-09-28 16:53:17 +00:00
stronk7
9ab344eebc
Now, when listing activities, entries are dimmed if they are hidden
...
(teacher view). See bug 802.
2003-09-28 10:57:22 +00:00
moodler
0784202319
New Glossary module, version 0.1 - by Williams Castillo!
2003-09-16 03:07:21 +00:00