]> git.mjollnir.org Git - moodle.git/log
moodle.git
20 years agoDropping the use of MOODLE_PAGE_COURSE <gasp>!
defacer [Mon, 31 Jan 2005 02:18:15 +0000 (02:18 +0000)]
Dropping the use of MOODLE_PAGE_COURSE <gasp>!

The new constant is PAGE_COURSE_VIEW, and it's more streamlined with the
new CSS-related ids for 1.5. There are great possibilities for the future
here, so we 're getting ready.

On the other hand, this has to be the ugliest hack I 've ever inflicted
on any program (look at pagelib.php). Thankfully it will only stay for just
a little while.

20 years agoAdded new id selector for the "inactive accounts will be unenrolled" message.
defacer [Mon, 31 Jan 2005 01:22:13 +0000 (01:22 +0000)]
Added new id selector for the "inactive accounts will be unenrolled" message.

20 years agoChanging the inline centering with an id.
defacer [Mon, 31 Jan 2005 01:20:43 +0000 (01:20 +0000)]
Changing the inline centering with an id.

20 years agoRemoving deprecated <font> and <center>.
defacer [Mon, 31 Jan 2005 01:03:41 +0000 (01:03 +0000)]
Removing deprecated <font> and <center>.

20 years agoRemoving <font> tags. I didn't add any styles because there was no
defacer [Mon, 31 Jan 2005 01:00:21 +0000 (01:00 +0000)]
Removing <font> tags. I didn't add any styles because there was no
visible difference in text size after the removal.

20 years agoBugfix: don't revert to full details display when clicking on the sorting
defacer [Mon, 31 Jan 2005 00:56:00 +0000 (00:56 +0000)]
Bugfix: don't revert to full details display when clicking on the sorting
links in the table headers. Remain in the display mode you were before.

20 years agoFixing my buggy implementation of isteacherinanycourse().
defacer [Mon, 31 Jan 2005 00:48:23 +0000 (00:48 +0000)]
Fixing my buggy implementation of isteacherinanycourse().
This fixes bugs 2455, 2456 and maybe some others Eagle Eyes didn't have
the time to find. ;-)

20 years agothis is a theme for Moodle for pdas. together with the course format "pda" it can...
urs_hunkler [Sun, 30 Jan 2005 23:32:05 +0000 (23:32 +0000)]
this is a theme for Moodle for pdas. together with the course format "pda" it can be used for small screens. I started to define width of the blocks and the content to 240px. I tested it on a sony th 55 - it looks quite promissing. It's just a start ...

20 years agothis is a course format for pdas. I changed the three column layout to a three row...
urs_hunkler [Sun, 30 Jan 2005 23:09:35 +0000 (23:09 +0000)]
this is a course format for pdas. I changed the three column layout to a three row layout - the content is shown in one long row.
* first the content of the left column
* beyond the courses
* at last the content of the right column

It hasn't got a name to select in the language pack yet, so please selct it by [[formatpda]].

20 years agoNothing todo here. New fields were there! B-)
stronk7 [Sun, 30 Jan 2005 22:49:24 +0000 (22:49 +0000)]
Nothing todo here. New fields were there! B-)
But I've spent sometime trying to simulate one exercise and
I haven't been able to do it. Probably my own stupidity, but
things didn't work as I expected! :-(

20 years agomissed a serious error
koenr [Sun, 30 Jan 2005 22:35:57 +0000 (22:35 +0000)]
missed a serious error

20 years agomissed a serious error
koenr [Sun, 30 Jan 2005 22:33:19 +0000 (22:33 +0000)]
missed a serious error

20 years agonew hungarian files - XHTML checked at once
koenr [Sun, 30 Jan 2005 22:24:17 +0000 (22:24 +0000)]
new hungarian files - XHTML checked at once

20 years agoA SESSION->theme can be set (only with sesskey)
moodler [Sun, 30 Jan 2005 19:28:27 +0000 (19:28 +0000)]
A SESSION->theme can be set (only with sesskey)

20 years agoNew theme chooser (with better preview using iframes)
moodler [Sun, 30 Jan 2005 19:27:46 +0000 (19:27 +0000)]
New theme chooser (with better preview using iframes)

It's a bit rough but it works.

20 years agoAdded suppor for assignment->emailteachers
stronk7 [Sun, 30 Jan 2005 19:03:46 +0000 (19:03 +0000)]
Added suppor for assignment->emailteachers

20 years agoAdded support for parent themes
moodler [Sun, 30 Jan 2005 18:23:06 +0000 (18:23 +0000)]
Added support for parent themes

Added support for user, course, session themes

20 years agoUpdated to latest styles.php and config.php
moodler [Sun, 30 Jan 2005 18:21:54 +0000 (18:21 +0000)]
Updated to latest styles.php and config.php

20 years agoModifications to allow parent theme, and some genral cleanups
moodler [Sun, 30 Jan 2005 18:17:44 +0000 (18:17 +0000)]
Modifications to allow parent theme, and some genral cleanups

20 years agoAdded title attribute.
julmis [Sun, 30 Jan 2005 18:13:25 +0000 (18:13 +0000)]
Added title attribute.

20 years agoAdding <span class="nolink"> excluding.
julmis [Sun, 30 Jan 2005 14:21:52 +0000 (14:21 +0000)]
Adding <span class="nolink"> excluding.

20 years agoI changed the course colors again ;-)
urs_hunkler [Sun, 30 Jan 2005 13:12:10 +0000 (13:12 +0000)]
I changed the course colors again ;-)

20 years agogroup->password is now supported
stronk7 [Sun, 30 Jan 2005 12:12:06 +0000 (12:12 +0000)]
group->password is now supported

20 years agoadded support for:
stronk7 [Sun, 30 Jan 2005 11:39:12 +0000 (11:39 +0000)]
added support for:
    - user->policyagreed:
        if the destination server is different, reset it
   - user_students->enrol and user_teachers->enrol
        if not set or the destination server is different, set it to $CFG->enrol
somethings should be modified in the rest of moodle:
    - update all the 'manual' entries to 'internal'
    - modify the enrol_teacher() to use $CFG->enrol by default
    - make every enrol method set this field properly.
    - perhaps, mark metadata users with a new value too.

20 years agochanged the style of .unread. I'm using this "hook" and the very short text "+ 1...
urs_hunkler [Sun, 30 Jan 2005 11:34:30 +0000 (11:34 +0000)]
changed the style of .unread. I'm using this "hook" and the very short text "+ 1" to signalize about new posts unexcited but as an disquieter.

20 years agochanged the coursespecific colors for course 1 to 4
urs_hunkler [Sun, 30 Jan 2005 11:28:17 +0000 (11:28 +0000)]
changed the coursespecific colors for course 1 to 4

20 years agoadded odd and even to the comments /* Alternate rows even */ and moved them to before...
urs_hunkler [Sun, 30 Jan 2005 11:21:13 +0000 (11:21 +0000)]
added odd and even to the comments /* Alternate rows even */ and moved them to before the classes. so they can stay there and inform the reader about the function of r0 and r1.

20 years agoadded a small space to the right for .unread. so the text stands not so sticky to...
urs_hunkler [Sun, 30 Jan 2005 11:18:50 +0000 (11:18 +0000)]
added a small space to the right for .unread. so the text stands not so sticky to the right border of the orange field ;-)

20 years agoAdded one missing key too.
stronk7 [Sun, 30 Jan 2005 10:05:36 +0000 (10:05 +0000)]
Added one missing key too.

20 years agoFixed a typo
moodler [Sun, 30 Jan 2005 09:31:46 +0000 (09:31 +0000)]
Fixed a typo

20 years agoAdded 'enrol' field to new user_students tables
moodler [Sun, 30 Jan 2005 09:18:21 +0000 (09:18 +0000)]
Added 'enrol' field to new user_students tables

20 years ago"enrol" field in user_students defaults to $CFG->enrol
moodler [Sun, 30 Jan 2005 09:14:41 +0000 (09:14 +0000)]
"enrol" field in user_students defaults to $CFG->enrol

20 years agoFlatfile now stores itself in the enrolment type field
moodler [Sun, 30 Jan 2005 09:09:44 +0000 (09:09 +0000)]
Flatfile now stores itself in the enrolment type field

20 years agoMoving all the config to config.php ... styles.php should now not
moodler [Sun, 30 Jan 2005 08:43:05 +0000 (08:43 +0000)]
Moving all the config to config.php ... styles.php should now not
need to be touched for most themes.

20 years agoAdded rows ...
moodler [Sun, 30 Jan 2005 08:17:00 +0000 (08:17 +0000)]
Added rows ...

20 years agoAdd c0,c1,c2,c3,c4 classes for columns in tables
moodler [Sun, 30 Jan 2005 05:21:25 +0000 (05:21 +0000)]
Add c0,c1,c2,c3,c4 classes for columns in tables

Add r0,r1,r0,r1,r0 classes for rows in tables

20 years agoCenter-align some columns again
moodler [Sun, 30 Jan 2005 05:14:03 +0000 (05:14 +0000)]
Center-align some columns again

20 years agoRemoved orange from calendar borders
moodler [Sun, 30 Jan 2005 05:08:12 +0000 (05:08 +0000)]
Removed orange from calendar borders

20 years agoRemoved a debugging string
moodler [Sun, 30 Jan 2005 04:55:27 +0000 (04:55 +0000)]
Removed a debugging string

20 years agoPrevent message window on site policy page
moodler [Sun, 30 Jan 2005 04:52:13 +0000 (04:52 +0000)]
Prevent message window on site policy page

20 years agoAdded links to unread notices on course-view and forum-index
moodler [Sun, 30 Jan 2005 04:47:09 +0000 (04:47 +0000)]
Added links to unread notices on course-view and forum-index

20 years agoMerged from STABLE:
defacer [Sun, 30 Jan 2005 04:39:55 +0000 (04:39 +0000)]
Merged from STABLE:

Stopgap measure for the wrong behavior discussed in SC#87.
I believe this ensures the required behavior, but we may still change
it because it can be confusing...

20 years agoUnfortunately NCR notation of thislanguage disappeared in a former edit. Hope it...
koenr [Sat, 29 Jan 2005 22:33:53 +0000 (22:33 +0000)]
Unfortunately NCR notation of thislanguage disappeared in a former edit. Hope it won't happen again :-(

20 years agoAdding nolink feature which uses <span class="nolink"> tag.
julmis [Sat, 29 Jan 2005 20:03:07 +0000 (20:03 +0000)]
Adding nolink feature which uses <span class="nolink"> tag.

20 years agoAdding new strings for the editor
julmis [Sat, 29 Jan 2005 20:02:13 +0000 (20:02 +0000)]
Adding new strings for the editor

20 years agoAdding ed_nolink.gif image
julmis [Sat, 29 Jan 2005 20:00:31 +0000 (20:00 +0000)]
Adding ed_nolink.gif image

20 years agominor changes
urs_hunkler [Sat, 29 Jan 2005 19:47:56 +0000 (19:47 +0000)]
minor changes

20 years agochanges to show different colors for course 1 to 5 on the course page.
urs_hunkler [Sat, 29 Jan 2005 18:46:31 +0000 (18:46 +0000)]
changes to show different colors for course 1 to 5 on the course page.

20 years agochanges to deal with the forum class "unread"
urs_hunkler [Sat, 29 Jan 2005 17:36:17 +0000 (17:36 +0000)]
changes to deal with the forum class "unread"

20 years agoAdding <span class="nolink"> filter. It doesn't break in editor.
julmis [Sat, 29 Jan 2005 16:45:08 +0000 (16:45 +0000)]
Adding <span class="nolink"> filter. It doesn't break in editor.

20 years agochanges in file/path cleaning SC#84, merged from MOODLE_14_STABLE
skodak [Sat, 29 Jan 2005 15:53:24 +0000 (15:53 +0000)]
changes in file/path cleaning SC#84, merged from MOODLE_14_STABLE

20 years agocleaned download filename SC#69, merged from MOODLE_12_STABLE
skodak [Sat, 29 Jan 2005 15:16:32 +0000 (15:16 +0000)]
cleaned download filename SC#69, merged from MOODLE_12_STABLE

20 years agodirect access to script forbidden SC#58, merged from MOODLE_14_STABLE
skodak [Sat, 29 Jan 2005 14:18:45 +0000 (14:18 +0000)]
direct access to script forbidden SC#58, merged from MOODLE_14_STABLE

20 years agoupdates for changed ID of the Moodle index page.
urs_hunkler [Sat, 29 Jan 2005 14:17:04 +0000 (14:17 +0000)]
updates for changed ID of the Moodle index page.

20 years agofixed clean_text() SC#76, merged from MOODLE_14_STABLE
skodak [Sat, 29 Jan 2005 13:02:28 +0000 (13:02 +0000)]
fixed clean_text() SC#76, merged from MOODLE_14_STABLE

20 years agoCourse boxes should have a white background
moodler [Sat, 29 Jan 2005 12:26:37 +0000 (12:26 +0000)]
Course boxes should have a white background

20 years agoFixed some recent buggy logic! Thanks, Eagle Eye!
moodler [Sat, 29 Jan 2005 12:11:45 +0000 (12:11 +0000)]
Fixed some recent buggy logic!  Thanks, Eagle Eye!

20 years agoAdded some padding on forum unread posts
moodler [Sat, 29 Jan 2005 12:05:29 +0000 (12:05 +0000)]
Added some padding on forum unread posts

20 years agoFix styles when editing front page
moodler [Sat, 29 Jan 2005 11:51:40 +0000 (11:51 +0000)]
Fix styles when editing front page

20 years agoRemoved some styles
moodler [Sat, 29 Jan 2005 11:41:43 +0000 (11:41 +0000)]
Removed some styles

20 years agoAdded class for courseid
moodler [Sat, 29 Jan 2005 10:49:48 +0000 (10:49 +0000)]
Added class for courseid

20 years agoone more thing
stronk7 [Sat, 29 Jan 2005 10:43:40 +0000 (10:43 +0000)]
one more thing

20 years agoRemoved unmatched closing tag
moodler [Sat, 29 Jan 2005 10:17:59 +0000 (10:17 +0000)]
Removed unmatched closing tag

20 years agobetter cleaning of imageurl SC#54, merged from MOODLE_14_STABLE
skodak [Sat, 29 Jan 2005 10:03:09 +0000 (10:03 +0000)]
better cleaning of imageurl SC#54, merged from MOODLE_14_STABLE

20 years agoDon't cache that string. :-)
moodler [Sat, 29 Jan 2005 10:03:00 +0000 (10:03 +0000)]
Don't cache that string.  :-)

20 years agoFIxed the wording of the unread post notices on the course page
moodler [Sat, 29 Jan 2005 09:56:42 +0000 (09:56 +0000)]
FIxed the wording of the unread post notices on the course page

20 years agoMAJOR NEW FEATURE: Tracking of read/unread posts
moodler [Sat, 29 Jan 2005 09:49:42 +0000 (09:49 +0000)]
MAJOR NEW FEATURE:  Tracking of read/unread posts

Many thanks to Mike Churchward for his work on this and persevering
with sending updated versions to me.  :-)

Shane and I have polished it up, rewritten a few parts (display-related)
and here it is, finally in CVS!

I think there will still need to be some optimisation for the SQL,
since it's still pretty intensive. Perhaps some sort of caching in
the session that gets modified along with the database whenever
something gets read.

However if there are problems the whole thing can be switched off
in the forum module config so this is not crucially urgent.

20 years agoNew styles for forums
moodler [Sat, 29 Jan 2005 09:39:56 +0000 (09:39 +0000)]
New styles for forums

20 years agolooks like I might have finally fixed the darned bug where guest users were able...
dhawes [Sat, 29 Jan 2005 05:06:43 +0000 (05:06 +0000)]
looks like I might have finally fixed the darned bug where guest users were able to see the add/edit feeds link

20 years agoIn confirmation emails, use fullname()
moodler [Sat, 29 Jan 2005 04:54:17 +0000 (04:54 +0000)]
In confirmation emails, use fullname()

20 years agofix bug reported by Martin D. - now when you edit a feed you are returned to a page...
dhawes [Sat, 29 Jan 2005 04:45:57 +0000 (04:45 +0000)]
fix bug reported by Martin D. - now when you edit a feed you are returned to a page with the full feed listings rather than just the edited feed. As an added bonus when editing a feed you will see that feed's data on the edit page instead of simply the edit form.

20 years agoChange mimetype for xml files for better validation
moodler [Sat, 29 Jan 2005 04:36:05 +0000 (04:36 +0000)]
Change mimetype for xml files for better validation

20 years agoMake the editing form bigger
moodler [Sat, 29 Jan 2005 04:04:28 +0000 (04:04 +0000)]
Make the editing form bigger

20 years agoRemoved some $THEME and added some new classes for the blockconfiginstance
moodler [Sat, 29 Jan 2005 04:01:15 +0000 (04:01 +0000)]
Removed some $THEME and added some new classes for the blockconfiginstance
and blockconfigglobal boxes

20 years agoSome fixes to avoid notices etc
moodler [Sat, 29 Jan 2005 03:55:29 +0000 (03:55 +0000)]
Some fixes to avoid notices etc

20 years agoAdded Jon's html block from contrib! Thanks, Jon!
moodler [Sat, 29 Jan 2005 03:48:45 +0000 (03:48 +0000)]
Added Jon's html block from contrib!  Thanks, Jon!

20 years agore-enabled new developers debug cache setting for string
dhawes [Sat, 29 Jan 2005 03:08:55 +0000 (03:08 +0000)]
re-enabled new developers debug cache setting for string

20 years agoadded error output capture back
dhawes [Sat, 29 Jan 2005 03:07:43 +0000 (03:07 +0000)]
added error output capture back

20 years agonew string for image feed display option in instance config
dhawes [Sat, 29 Jan 2005 03:03:18 +0000 (03:03 +0000)]
new string for image feed display option in instance config

20 years agonew instance config option to display feed's url if present
dhawes [Sat, 29 Jan 2005 03:01:18 +0000 (03:01 +0000)]
new instance config option to display feed's url if present

20 years agoremoved directory separator which is duplicated when rss_cache.inc creates filenames
dhawes [Sat, 29 Jan 2005 02:59:44 +0000 (02:59 +0000)]
removed directory separator which is duplicated when rss_cache.inc creates filenames

20 years agoI had noticed that stale reads from cache were failing on the filesystem with an...
dhawes [Sat, 29 Jan 2005 02:57:07 +0000 (02:57 +0000)]
I had noticed that stale reads from cache were failing on the filesystem with an invalid md5 checksum of the filename - this should fix that

20 years agotook th favicon from another distribution, because the one in the cvs is corrupt.
urs_hunkler [Fri, 28 Jan 2005 21:54:21 +0000 (21:54 +0000)]
took th favicon from another distribution, because the one in the cvs is corrupt.

20 years agoChanges for better cascading specially in for the fonts. To be able to predict the...
urs_hunkler [Fri, 28 Jan 2005 21:52:05 +0000 (21:52 +0000)]
Changes for better cascading specially in for the fonts. To be able to predict the changes I had to turn off integration of the standard CSS in config.php. Martin, this is a really great feature ;-)

20 years agofixed some prefixes, not sure how this didnt get noticed before ;)
michaelpenne [Fri, 28 Jan 2005 19:31:41 +0000 (19:31 +0000)]
fixed some prefixes, not sure how this didnt get noticed before ;)

20 years agoThe cron warning has been rewritten, and now has links.
moodler [Fri, 28 Jan 2005 17:53:07 +0000 (17:53 +0000)]
The cron warning has been rewritten, and now has links.

20 years agoRemoved some THEME
moodler [Fri, 28 Jan 2005 17:40:04 +0000 (17:40 +0000)]
Removed some THEME

20 years agoSomething I didn't check in ages ago
moodler [Fri, 28 Jan 2005 17:39:21 +0000 (17:39 +0000)]
Something I didn't check in ages ago

20 years agoFixed a typo
moodler [Fri, 28 Jan 2005 17:35:43 +0000 (17:35 +0000)]
Fixed a typo

20 years agoRemoving this directory
moodler [Fri, 28 Jan 2005 17:27:04 +0000 (17:27 +0000)]
Removing this directory

20 years agoMoving XHTML_CSS_UH to orangewhite
moodler [Fri, 28 Jan 2005 17:26:15 +0000 (17:26 +0000)]
Moving XHTML_CSS_UH to orangewhite

20 years agoOnly show page errors when debugging is on (in case we can recover)
moodler [Fri, 28 Jan 2005 17:03:57 +0000 (17:03 +0000)]
Only show page errors when debugging is on (in case we can recover)

20 years agoFixes notices when username doesn't exist
moodler [Fri, 28 Jan 2005 16:59:43 +0000 (16:59 +0000)]
Fixes notices when username doesn't exist

20 years agoNew Arabic Translation update by Dr. Ali H. Abureesh, 1/27/05.
drabureesh [Fri, 28 Jan 2005 14:08:55 +0000 (14:08 +0000)]
New Arabic Translation update by Dr. Ali H. Abureesh, 1/27/05.

20 years agoNew translation of help file, by Dr. Ali H. Abureesh, 01/27/05
drabureesh [Fri, 28 Jan 2005 14:05:53 +0000 (14:05 +0000)]
New translation of help file, by Dr. Ali H. Abureesh, 01/27/05

20 years agoChanges on the start page.
urs_hunkler [Fri, 28 Jan 2005 11:35:59 +0000 (11:35 +0000)]
Changes on the start page.

20 years agoCSS file is replaced by styles_font.css.
urs_hunkler [Fri, 28 Jan 2005 09:15:44 +0000 (09:15 +0000)]
CSS file is replaced by styles_font.css.

20 years agoRemoving the extra debug info now that bug 2431 was fixed.
defacer [Fri, 28 Jan 2005 05:42:19 +0000 (05:42 +0000)]
Removing the extra debug info now that bug 2431 was fixed.

I can't believe that this insignificant workaround actually solved the
problem. This is most probably a bug with PHP and static initialization
of array variables.

20 years agoNew Arabic Translation update by Dr. Ali H. Abureesh, 1/27/05.
drabureesh [Fri, 28 Jan 2005 04:26:36 +0000 (04:26 +0000)]
New Arabic Translation update by Dr. Ali H. Abureesh, 1/27/05.

20 years agoA small change for the static initialization in page_map_class,
defacer [Fri, 28 Jan 2005 03:52:56 +0000 (03:52 +0000)]
A small change for the static initialization in page_map_class,
and more debug added just before init is done.