nicolasconnault
58de44666d
MDL-11790 Fixed hard-coded strings. Merci Nicolas!
2007-11-08 04:39:10 +00:00
nfreear
120a18f051
Follow up fixes MDL-12029 "Glossary view needs heading markup..."
2007-11-07 17:45:57 +00:00
nfreear
097d705e6d
Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes".
2007-11-05 15:22:22 +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
tjhunt
38e179a4ed
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.
...
This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.
Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.
If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.
2007-10-12 15:55:49 +00:00
skodak
f2e4a0818a
preparation for 1.9 beta 2 - setting correct requires in mods and plugins
2007-10-10 16:09:17 +00:00
skodak
03cedd6283
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)
2007-10-10 12:19:27 +00:00
iarenaza
0baafc173a
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
...
There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.
2007-10-09 21:43:28 +00:00
stronk7
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
nfreear
468c120ae9
Partial fix for reopened MDL-7474, Accessibility: "Provide alt text for ascending/ descending icons in glossary"
2007-09-24 17:09:37 +00:00
skodak
85c9ebb926
MDL-1883 improved perf when editing scales - new function xxx_scale_used_anywhere()
2007-09-18 18:37:58 +00:00
skodak
e04ff2d559
MDL-10383 adding new standard elements method - modules now must specify what they support (groups/groupings/groupmembersonly); by default only groupmode selector is enabled
2007-08-20 07:27:04 +00:00
nicolasconnault
0be6f67819
MDL-10870 All files updated to new build_navigation() method. Most are untested, because they are not easily accessible within a moodle site.
2007-08-17 19:09:11 +00:00
skodak
bb5b72244a
MDL-10890 all require_login() in modules reviewed and fixed use of $cm
2007-08-17 12:49:28 +00:00
skodak
3bfabe6e1a
MDL-9549 minor cleanup
2007-08-10 21:01:46 +00:00
stronk7
40859bd5e1
Added Id tag
...
Merged from MOODLE_18_STABLE
2007-08-06 18:29:56 +00:00
skodak
71ee4471ac
MDL-10544 outcome adding from modedit
2007-07-31 14:34:11 +00:00
skodak
42ff9ce68b
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
2007-07-22 21:43:47 +00:00
tjhunt
5d5ae618a8
MDL-8056 - one if statement was missed during Matt Clarkson's/Eloy's commit on 15th July 2007. Merged from MOODLE_18_STABLE
2007-07-19 16:51:17 +00:00
toyomoyo
b9dba084ea
merged fix for MDL-10475, adding override for legacy student roles before dropping studentcanpost
2007-07-17 02:47:48 +00:00
stronk7
ea16f9b2dc
Now the glossary->allowcoments setting is respected. MDL-8056
...
Credit goes to Matt Clarkson. Thanks.
Merged from MOODLE_18_STABLE
2007-07-15 22:27:16 +00:00
skodak
adcbb43a25
MDL-10422 fixed missing include
2007-07-11 17:59:13 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12: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
skodak
026eada789
MDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch by Alexander Pavlyutin; merged from MOODLE_18_STABLE
2007-07-01 15:48:50 +00:00
skodak
ac9b080524
MDL-10202 merge raw and final grade tables
2007-06-20 23:06:29 +00:00
skodak
d55930f153
MDL-9516 removing include of gradelib.php - now included only when needed
2007-06-11 11:28:42 +00:00
skodak
23a7718bd1
MDL-9696 used absolute path include in mod_forms
2007-06-10 23:20:45 +00:00
skodak
b67ec72f57
MDL-9516 update_grade(); now required $source of grading to allow modification of original grades in activities through grade_updated event
2007-06-06 23:04:24 +00:00
skodak
612607bd47
MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow
2007-06-05 22:58:37 +00:00
skodak
5980d52f23
MDL-9516 fixed mod_form.php logic + related lib issues
2007-06-03 19:12:55 +00:00
skodak
c3cec42188
MDL-9516 fixed mod_form.php logic
2007-06-03 19:08:14 +00:00
skodak
0c5988d7d2
MDL-10011 cleanup xhtml and code in report.php - forum, glossary and data mod
2007-06-03 16:17:39 +00:00
skodak
1970d24381
MDL-9549 function param renamed
2007-06-03 12:34:56 +00:00
skodak
dd232d0100
MDL-9549 some more grading and rating improvements, cleanup and fixes
2007-06-03 12:22:23 +00:00
skodak
3e6303b7be
MDL-9549 no rating fix
2007-06-03 11:29:38 +00:00
skodak
3460111498
MDL-9549 no grading fix
2007-06-03 10:30:23 +00:00
skodak
b01abc85e4
MDL-9549 fixed deleting of instance
2007-06-03 10:10:40 +00:00
skodak
4e9ba8c052
MDL-9549 added proper handling of magic quotes when dealing with mod_form
2007-06-03 09:56:49 +00:00
skodak
e8586b5f34
MDL-9549 minor code formatting cleanup
2007-06-03 09:27:16 +00:00
skodak
d31bae7094
MDL-9549 added comments and fixed grade item delete
2007-06-03 09:06:58 +00:00
skodak
e6d4504807
MDL-9549 Implement grade_updated event triggers in Glossary
2007-06-02 22:18:01 +00:00
skodak
b83ed1acb9
MDL-10010 improved data validation in glossary rate.php
2007-06-02 15:56:52 +00:00
skodak
d08e1a0b82
minor xhtml strict fix and coding style
2007-06-02 14:08:14 +00:00
skodak
63e21b9bda
MDL-10009 ratings settings do not work in glossary
2007-06-02 14:03:06 +00:00
poltawski
2ee60b4944
MDL-9742 Replaced stray tabs with spaces
2007-05-08 16:11:58 +00:00
poltawski
a044c05ddb
MDL-9742 - changed tabs to spaces in a few places where there are one
...
or two
2007-05-08 15:07:25 +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
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00