Commit graph

8539 commits

Author SHA1 Message Date
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
julmis
5985f9dce9 Fixing Bug #1765 (mystery fix). 2004-08-22 10:42:39 +00:00
julmis
66991ecaf4 Fixing Bug #1765 (mystery fix) 2004-08-22 10:41:59 +00:00
koenr
ed1354d31e typo 2004-08-22 10:25:55 +00:00
koenr
edb99c24f2 added RSS-stuf 2004-08-22 10:16:34 +00:00
koenr
4717e5a8c5 typo 2004-08-22 10:10:02 +00:00
gustav_delius
78bf3de3fe fixed bug preventing move of module to bottom of section 0 2004-08-22 09:58:02 +00:00
julmis
b8db385fa1 Insert Image dialog works now also in debug mode. 2004-08-22 09:49:25 +00:00
papita
480abd8384 first version by paula 2004-08-22 09:38:40 +00:00
julmis
d11d6771f6 Larger sizes for dialogs. 2004-08-22 09:16:16 +00:00
papita
eedae19b75 New files being added 2004-08-22 09:03:13 +00:00
koenr
6bb4aef7d6 added RSS-stuf [bug 1714] 2004-08-21 23:28:41 +00:00
koenr
1381f166e9 Gave indexfile some content 2004-08-21 23:13:06 +00:00
koenr
a314e97c04 typo 2004-08-21 23:12:39 +00:00
koenr
9e12922c10 filling in missing strings... 2004-08-21 23:01:21 +00:00
koenr
e0cd161e72 forgot to check in 2004-08-21 22:44:18 +00:00
mits
8dbe28412f I almost forgot untranslated sentence. 2004-08-21 22:30:00 +00:00
mits
ad6aaea2f1 install.php done. Well... back to docs. 2004-08-21 22:13:59 +00:00
koenr
cf4a1a0376 small tweaks form Gustav 2004-08-21 21:30:44 +00:00
koenr
9fb0e8576f Gave indexfile some content 2004-08-21 21:27:33 +00:00
mits
9e4e31cb6f New translated file added. 2004-08-21 21:21:42 +00:00
gustav_delius
1ff45e740f fixed breadcrumbs 2004-08-21 21:19:21 +00:00
gustav_delius
d022e34545 print notice when guest views chat. 2004-08-21 21:18:33 +00:00
gustav_delius
c89bf29585 fixed breadcrumbs when mod.php is used on site page 2004-08-21 21:02:59 +00:00
gustav_delius
ff458eb5ad removed some notices 2004-08-21 20:59:13 +00:00
gustav_delius
5be2cb7aef removed notice 2004-08-21 20:25:15 +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
gustav_delius
64c3e85374 small bug in teacher link due to undefined $site 2004-08-21 20:13:35 +00:00
mits
c79271de60 Polish, New translation, Add a new file. 2004-08-21 18:25:15 +00:00
moodler
93a441b705 Bump! 2004-08-21 17:21:44 +00:00
moodler
0f093efab2 Here finally is an admin interface for controlling the new enrolment plugins.
It's not at all well-tested yet (I made a lot of changes to it just tonight)
but it's late and I am literally sick (with flu) and tired so I'm checking
this in and going to bed.

Please fix all the bugs for me.   ;-)
2004-08-21 17:15:07 +00:00
gustav_delius
713e7568de improved documentation for wiki types 2004-08-21 16:26:51 +00:00
gustav_delius
e0d46880e7 removed some hard-coded strings and a warning from setup page 2004-08-21 15:52:38 +00:00
moodler
3d3cb923b1 Formatting 2004-08-21 14:32:57 +00:00
julmis
d4cc7e31b3 Fixed paths for aspell setting. 2004-08-21 14:22:16 +00:00
julmis
67ccec433e Add aspellpath check before printing editor config colde 2004-08-21 14:21:09 +00:00
moodler
ef132aa077 Added some more protocols to the allowed list 2004-08-21 13:31:49 +00:00
defacer
6a3c93f484 julmis' last commit contained garbage from a CVS merge conflict he obviously had,
so I 'm removing them. Good thing they weren't mixed with deliberate changes!
2004-08-21 13:28:46 +00:00
moodler
7c561c7a25 Try to apply sensible file permissions to the new config.php 2004-08-21 13:27:44 +00:00
martignoni
42efc204b1 Warning message added (criterion grading with only one criterion) 2004-08-21 13:05:05 +00:00
martignoni
1dec96be69 Some fixes 2004-08-21 13:02:47 +00:00
martignoni
5c0f709dfc Add editor settings feature and Ludo's (Marc Alier) spellchecking functionality. 2004-08-21 13:00:18 +00:00
julmis
186d52b68a Winmerge added weird extra lines?
Removed those extra lines.
2004-08-21 12:52:33 +00:00
gustav_delius
369fa1b01a Moved the raw SQL out of here and into the new search_user function in datalib.php. 2004-08-21 12:43:17 +00:00
gustav_delius
900df8b6a5 Some changes to user database functions:
1) get_course_students, get_course_users and count_course_students when called with course=site will now use get_site_users instead of get_users. This I believe was the consensus reached in the discussions of how front-page activities should behave.

2) all functions can handle a list of exceptions now.

3) get_site_users now returns users in the order admins, teachers, students. Similarly for get_course_users. This makes the sorting bug 1727 a bit more bearable

4) new function search_users

The whole thing is really a mess because each function has slightly different conventions for its arguments. But the beta is too close to tidy this up now.
2004-08-21 12:41:40 +00:00
mits
6b5f64d248 translated some. 2004-08-21 10:41:11 +00:00
julmis
eb2042f685 Add editor settings feature and Ludo's (Marc Alier) spellchecking functionality.
- Needs testing and should consider unstable.
2004-08-21 10:12:09 +00:00
gustav_delius
7a1efb695d fixed the problem that people trying to move blocks accidentally deleted them. 2004-08-21 09:01:01 +00:00
moodler
c55d4a3337 Use the general word "Location" instead of "File name" 2004-08-21 08:46:31 +00:00
moodler
ab55a4b3f4 Use resource_defaulturl when it's blank ... somehow this got removed. 2004-08-21 08:33:53 +00:00