moodler
27d2521242
Style for help link is "helplink"
2005-03-07 05:02:25 +00:00
defacer
591052a446
Doing away with generaltableheader
2005-03-06 20:26:42 +00:00
gustav_delius
03f9425fd2
The teacher can now move selected questions to a chosen category or delete them, see http://moodle.org/mod/forum/discuss.php?d=16239 and http://moodle.org/mod/forum/discuss.php?d=19734
...
There is also a 'Deselect all' button which I implemented provisionally by putting an extra function checknone() into javascript-static.js. This should be cleaned up by someone who knows javascript.
2005-03-06 12:00:46 +00:00
defacer
381612daf9
Adding filterByParent() for collections.
2005-03-06 00:00:18 +00:00
defacer
59556d4833
Switching < to <= which is the correct operator
2005-03-05 23:57:19 +00:00
defacer
c9e72798d4
Changing the way that the DST offset is retrieved, given a timestamp.
...
This is a nightmare issue, as far as I can think of this is "the" solution.
2005-03-05 22:23:08 +00:00
moodler
f7ab4e55c0
Added settings for allowemailaddresses and denyemailaddresses to the config menus
2005-03-05 17:37:04 +00:00
moodler
66b7c2470b
Moved aspellpath configuration onto the editor page.
2005-03-05 17:25:03 +00:00
moodler
14ca3084a0
Better check on aspell
2005-03-05 15:47:49 +00:00
moodler
7885772188
Fixed sideblock styles to fit new simple naming scheming and added finer control
2005-03-05 12:22:33 +00:00
moodler
32d4301be8
Added callto: as an allowed protocol
2005-03-05 06:01:05 +00:00
moodler
766d2bf3b3
Added user fields for Skype, AIM, Yahoo, and MSN messengers. :-)
...
If anyone knows good links+images to use for AIM, Yahoo and MSN let me know
2005-03-05 05:57:10 +00:00
moodler
8a922475a0
Thanks, Eloy! I've got it in weblib instead
2005-03-05 04:09:20 +00:00
moodler
01af49bb2d
WHoops!! Forgot to check this in!
2005-03-05 04:08:29 +00:00
martinlanghoff
b87a5a23a5
Reorganized the rules and fixed a couple of bugs in the olson zone parser
2005-03-05 02:43:07 +00:00
stronk7
c21f449fcd
Not really sure if you want this there, but....
2005-03-04 19:28:48 +00:00
martinlanghoff
af2309e366
We now postpone parsing of AT until we have the GMTOFFSET handy; some reorganization of the returned arrays, and starting to prepare the rationalized DST entries for Moodle DST table
2005-03-04 12:05:26 +00:00
martinlanghoff
720e6293ad
Olson parser now parses Zones and Rules
2005-03-04 10:59:29 +00:00
moodler
a039c3af28
Generic filter function. It's a reworked version of the old glossary
...
filter and is now more efficient.(SE)
2005-03-04 10:10:24 +00:00
moodler
77ffdf4b4c
Finishing off search capability with the ability to search by instance,
...
and in this case, by forum.
2005-03-03 12:22:13 +00:00
moodler
6f2a391fbd
Just to make backups work, but we may still have problems with the new adodb
...
See bug 2663
2005-03-03 07:32:00 +00:00
moodler
c44d5d4215
Some cleaning up of user_login_string and SITE
2005-03-03 04:41:46 +00:00
gustav_delius
009f39beab
fixed bug caused by user_login_string() being called with course id instead of course object
2005-03-02 19:49:04 +00:00
defacer
3ef642d96a
Implemented discussion from bug 2547:
...
* Block authors no longer need to set $this->content_type
* If you want to make a "list" block, just derive from block_list
instead of block_base
* All switch() statements gone from library code
* Overloaded method is_empty() added to block classes for convenience
2005-03-02 19:22:26 +00:00
stronk7
433c8b2e72
Added support to priority in email_to_user(). Bug 2647
...
(http://moodle.org/bugs/bug.php?op=show&bugid=2647 )
2005-03-02 17:56:46 +00:00
moodler
fb89ac81e3
Latest version. Not fully finished, but better
2005-03-02 17:27:33 +00:00
moodler
2327ce8e8a
FIx for bug 2663
2005-03-02 06:33:04 +00:00
defacer
831cd87f77
Er, print the adminblock only if editing is turned on.
2005-03-02 05:57:50 +00:00
defacer
dffd4bb948
You know you are beyond hope of redemption when you make "API uniformity" changes. ;-)
2005-03-02 05:56:24 +00:00
defacer
664923229c
Since $PAGE knows where the adminblock should be printed, let it do the printing.
2005-03-02 05:47:39 +00:00
defacer
ec79d3e428
One-line-setup function for using blocks in a page.
2005-03-02 05:15:39 +00:00
defacer
262771e08f
page_import_types($path) doesn't care if $path has a trailing slash or not
2005-03-02 03:43:41 +00:00
moodler
7d1c8c55fe
Sshhh easter egg. ;-)
2005-03-01 08:45:05 +00:00
moodler
0afedf684d
Fixed the link for the confirmation email ... the & was breaking in some
...
mail ... see also bug 2502 for something similar
2005-03-01 07:06:42 +00:00
moodler
0e18f8278b
FIxed the logininfo classes in some situations (bug 2657)
2005-03-01 02:49:10 +00:00
stronk7
68796e6b60
Avoid one notice at installation time (when wwwroot isn't set) and
...
the new qualified_me() needs it.
2005-03-01 00:11:35 +00:00
moodler
4cff67d66b
FIxed an XHTML error
2005-02-28 16:26:06 +00:00
moodler
4e471fc62a
Forum searching now allows searching by date, and no longer has confusing help.
2005-02-28 12:40:29 +00:00
stronk7
b6e2260398
Experimental way to get the server name from wwwroot instead of
...
using such SERVER_NAME and HTTP_HOST variables.
It should help in servers having wrong Apache configurations, being
the cause of bad logins, referer problems....
Seems to work both under PHP 4.3 (linux) and PHP 5 (MacOS X).
Please, TEST it, specially in installation, upgrade and cron!
2005-02-28 09:04:37 +00:00
defacer
251af423cd
Err... course block instances weren't being deleted along with the course?
2005-02-28 04:35:32 +00:00
defacer
b5e9682173
Adding caching to page_import_types. Actually the caching is REQUIRED for the
...
function to work, because otherwise it would barf on duplicate class declaration
the second time it was called with the same arguments.
2005-02-28 04:16:41 +00:00
defacer
3f6aba0c42
Library function which returns the page types used for a specific directory
...
in the Moodle distro structure. As generic as it gets.
2005-02-28 04:01:30 +00:00
defacer
f99fcffeb9
Fix for bug 2648: call-time pass by reference has been deprecated, the constructor
...
of search_lexer now accepts the parser argument by reference all... one time it's called :)
2005-02-28 00:30:39 +00:00
moodler
e6ae4dc8dd
Much better "full" search page. Still needs some polishing.
...
Also, you can now search for all posts by one user. Which brings me to my
next check-in....
2005-02-27 09:57:31 +00:00
moodler
f685bf2eef
Fixed missing tag
2005-02-27 07:20:03 +00:00
skodak
48283ff638
slashargument test fix
2005-02-26 20:43:30 +00:00
moodler
29daf3a0d1
Added some sql_functions that return the correct SQL for those few
...
niggly little differences in database brands. THis replaces a
whole lot of ugly repeated code in datalib.php
2005-02-26 09:20:31 +00:00
defacer
8dc3f6cf5e
Changing find_day_in_month() to conform with the new definitions of DST presets.
...
Adding function dayofweek (centralization, this might also be helpful in fixing a bug).
2005-02-26 06:26:04 +00:00
defacer
6ebb179eb2
"Reasonable assumptions" if a set or reset time is missing for some year.
2005-02-25 18:44:41 +00:00
defacer
83e1fc1407
Trying to get the Olson parser to produce correct output. That format is a nightmare...
2005-02-25 18:28:12 +00:00