jamiesensei
8bdd8660bf
See http://moodle.org/mod/forum/discuss.php?d=77564#p345310 Questions link not showing up.
2007-08-12 16:09:57 +00:00
stronk7
056eb98627
Fixing the table (renaming + proper defaults). MDL-10572
2007-08-11 00:19:51 +00:00
moodler
9591bc3c9e
Changed applicable_formats to remove certain blocks from the tags pages
2007-08-10 09:33:21 +00:00
moodler
b4483b9107
Switch arrows in blocks when in RTL mode MDL-10768
2007-08-09 08:47:09 +00:00
poltawski
a4459c2dd8
MDL-10749 - fixed short php tag
2007-08-08 19:48:14 +00:00
moodler
1966aa49b9
Added outcomes link back again
2007-08-02 07:39:24 +00:00
moodler
c4a71837f3
Removed outcomes and scales links (Use grades instead)
2007-08-02 05:13:15 +00:00
moodler
33c35353dd
Don't show outcomes at all if it's not enabled.
2007-08-01 03:57:28 +00:00
stronk7
b030054c1c
Using new outcomes icon + whitespace cleaning.
2007-07-31 22:54:46 +00:00
stronk7
6aad3d297e
Fix one-character-wrong-indentation. Nothing important.
2007-07-31 19:34:20 +00:00
stronk7
f0aae42f41
rss_client cron added. Min time between executions set to 5 mins. And
...
online fetching will use a double caching time, so chance of caching
feeds by the cron process will be near 100%. MDL-9292
2007-07-31 18:52:38 +00:00
stronk7
9c6808457e
Moving block_rss_timeout to block_rss_client_timeout. Work in progres...
2007-07-31 17:05:50 +00:00
moodler
60e2592702
Reordered the list a bit
2007-07-31 13:51:07 +00:00
skodak
042596946b
tabbed Edit/Outcomes interface, link from course admin block, added manage outcomes capability, other cleanup
2007-07-31 09:10:35 +00:00
stronk7
13c59ebc0f
Fixed one minor XHTML problem
2007-07-30 17:20:42 +00:00
stronk7
88dffda52c
Cleaning some trailing spaces here and there.
2007-07-30 17:11:55 +00:00
skodak
78ad5f3ff0
MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
...
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
2007-07-29 23:02:03 +00:00
skodak
65dd61bda6
MDL-10579 Implement capability checks in grade import/export/report/edit pages - work in progress
...
refactoring - reports now use real index.php
2007-07-23 22:20:07 +00:00
skodak
dd45888a24
MDL-9511 adding/renaming grading capabilities
2007-07-23 19:22:48 +00:00
stronk7
e3fc108e41
Let's use the default (cached) list of fields here. MDL-10571
...
Merged from MOODLE_18_STABLE
2007-07-23 16:34:41 +00:00
stronk7
993b052886
Small improvement. Reducing the list of fields returned
...
by get_my_courses() in this block.
Merged from MOODLE_18_STABLE
2007-07-22 10:30:28 +00:00
moodler
540c411934
MOved the main link to reports.php
2007-07-16 04:04:49 +00:00
mjollnir_
2520258128
Merged Donal's changes to MNET to allow moodle to also network with mahara.
...
changelog follows
[MNET-manual] added version.php, install.xml and upgrade.php patches
Route remote users back to their home server without going through jump.php and land.php
Display app-specific strings in the user view
Display the application icon in the Remote Host block
Hide the 'logs' tab if the application under review is not Moodle
Hide the 'logs' tab if the application under review is not Moodle
Update user record to note that picture == 1 once a picture has been
transferred.
Change 2 to uri - is this fluid?
Add application paramter to bootstrap function
Find the application
Workaround for PHP5.2.2 bug: http://bugs.php.net/bug.php?id=41293
$HTTP_RAW_POST_DATA was not being populated
Ensure we get an application for our Peer
Update the URI to use for MNET
The default 'wantsurl' should be empty
Use the appropriate 'land' url for the remote application
Add hidden form elements for 'application'
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
2007-07-14 03:00:12 +00:00
moodler
6c4af359b9
I fixed up the database creation
2007-07-13 06:44:31 +00:00
diml
714ee0b618
language file for search bloc (EN)
2007-07-12 12:33:55 +00:00
diml
918fb61f41
renew of the global search engine
2007-07-12 12:32:15 +00:00
toyomoyo
9477c1ecca
merged fix for MDL-9613, broken SQL in online user block
2007-07-09 02:54:35 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
dwoolhead
b74be1a20a
MDL-10084 propogate course id through calendar pages to ensure consistent display for site front page, my moodle and courses
2007-06-22 12:45:20 +00:00
urs_hunkler
70a4677d74
Longer titles names in languages like German are displayed above the input field. I reduced the length of the input fields to 5em as in 1.8.
2007-06-14 07:55:18 +00:00
dwoolhead
6284362d1c
MDL-10048 Separate events key and monthly view in right side panel
2007-06-12 09:48:56 +00:00
nfreear
ce3735d453
Fixes bug MDL-9753, "THEME->larrow, rarrow don't work in stock IE6"
2007-05-09 14:15:33 +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
martinlanghoff
37d87d11f9
calendar: performance optimisations + behaviour fix (MDL-7416 MDL-9617)
...
With 2500 courses the calendar was causing around 15000 queries at login and 5000 on the home page.
- Replaced queries inside loops with single unlooped queries.
- Fixed calendar so that course events will show when the users role is assigned at a category level.
- Moved calendar_session_vars() function call out of calendar/lib.php (including a lib should not have side effects)
Author: Matt Clarkson - with some conflict resolution from MartinL
2007-05-06 04:28:11 +00:00
toyomoyo
b0365fce35
merged fix for MDL-9613
2007-04-30 02:56:46 +00:00
nicolasconnault
5b73a23ca8
MDL-9457 Missed a few files
2007-04-23 04:14:11 +00:00
toyomoyo
a1f5b4ae03
merged fix for MLD-7544, hidden users show up on participants block
2007-04-23 03:06:01 +00:00
nicolasconnault
77a297d274
Fixed many xhtml errors
2007-04-20 07:54:42 +00:00
moodler
1519aa2b71
Merged fixes for latest news from 1.8 MDL-9308
2007-04-15 07:26:23 +00:00
toyomoyo
058156cb41
MDL-9291, temporarily disabling blog this link
2007-04-12 02:20:32 +00:00
moodler
97e7e624f7
Merged MDL-6553 from 1.8 stable
2007-04-04 07:24:14 +00:00
moodler
aef91d21f2
Merged login box fix for MDL-9126
2007-04-03 02:01:10 +00:00
moodler
1de586216f
Merged block self-test fix from stable
2007-03-30 18:04:34 +00:00
moodler
431fe2f0fd
Fixed typo (MDL-9119)
2007-03-30 17:07:12 +00:00
moodler
052ba1f503
Merged applicable_format fixes for MDL-9119
2007-03-30 16:52:38 +00:00
nicolasconnault
5db0cffcf6
MDL-8922: Had to modify another bunch of files to fix a simple problem:
...
when a config block contains a form, the previous form needs to be closed
properly (it was, but there were non-matching closing divs etc...).
2007-03-26 03:06:45 +00:00
nicolasconnault
4d0ccfa7de
MDL-8922 More work on fixing RSS block XHTML
2007-03-23 08:01:01 +00:00
nicolasconnault
e92751686f
MDL-8922 : Fixed a number of xhtml simple issues, but heaps of hard-core fixes yet to do.
2007-03-23 07:48:02 +00:00
skodak
6bc1e5d577
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
2007-03-22 12:27:52 +00:00
moodler
be78d45dd2
Merged login block tidy-up from stable
2007-03-20 07:35:53 +00:00