gustav_delius
dfc12289a3
after removing empty line at top of section the editing icon was now a bit cramped in, so added an empty line below it but only if editing is on.
2004-09-30 18:56:08 +00:00
gustav_delius
eab617f96c
removed spurious empty line at start of sections
2004-09-30 18:43:24 +00:00
gustav_delius
26686b7ae3
closed some br and img tags
2004-09-12 22:39:20 +00:00
gustav_delius
98ea2a6e02
closed some image tags
2004-09-12 21:55:34 +00:00
gustav_delius
9a58f7cb85
towards XHTML compliance
2004-09-12 21:43:59 +00:00
moodler
0eff2a843b
FIxed typos from stable
2004-09-07 14:15:17 +00:00
moodler
8deb0ff5e2
Merged file path improvements from stable
2004-09-07 13:39:41 +00:00
defacer
2b0d60ec78
Fix for bug 1662:
...
Changed the way applicable formats for blocks are handled. The changes are
short codewise, but to grasp all the implications read the forum discussion
at the relevant URL.
2004-08-22 16:54:48 +00:00
moodler
8b5b10281c
New automatic installation script! No need to make config.php anymore!
...
It's rough but it works. I will be doing lots of work on making it
slicker so don't translate the strings just yet.
2004-08-12 15:53:32 +00:00
moodler
7dd826818e
More notices
2004-08-09 14:18:40 +00:00
moodler
e17781c874
FIxing a notice for PHP5
2004-08-08 03:35:46 +00:00
moodler
720754da9e
Fix menu on site page section for new resources
2004-07-26 16:22:45 +00:00
moodler
45a6b40db2
FIxed up the Site Topic
2004-07-09 05:33:07 +00:00
gustav_delius
5fc2f2fdcb
site front page can now have a topic section, see http://moodle.org/mod/forum/discuss.php?d=9444#45748
2004-07-02 09:32:17 +00:00
moodler
6236ed990d
Pass the whole $course variable to block_print_blocks_admin()
...
so we have more information.
2004-06-30 13:11:15 +00:00
moodler
8a33e3717d
Based on code from Janne - this allows secure logins via https
...
$CFG->loginhttps
After logging in via https, Moodle returns to a normal http URL
More info: http://moodle.org/mod/forum/discuss.php?d=8555
2004-06-19 16:13:28 +00:00
defacer
df9e0f89e3
Fixes for bug 1485:
...
Now the site has blocks by default. Also, block panel width is restricted even
if there are no blocks to display.
2004-06-01 13:47:55 +00:00
defacer
89adb17442
Merging the changes from 1.4 dev branch (site index blocks + various bugfixes)
2004-05-28 10:53:54 +00:00
moodler
e6d8258521
A fix to help some misconfigured sites (without DirectoryIndex)
2004-04-07 13:07:38 +00:00
moodler
ba2cde498d
WHen showing just course categories, then the title of the section
...
is now "Course categories" rather than "Available courses"
2004-03-13 00:53:17 +00:00
moodler
a711021a75
Added a missing style for the internal table of the headingblock,
...
since inheritance doesn't seem to work
headingblockcontent
2004-02-15 13:54:47 +00:00
moodler
46d621261b
Use format_text on the site-info
2004-01-20 08:50:00 +00:00
moodler
0a45ffe301
A new configuration setting - "forcelogin".
...
Default is false, everything is as it is now.
If turned on, then users are forced to log in before
being able to see the front page or the course listings.
2004-01-14 08:27:18 +00:00
moodler
4020587b9a
Shorter search box to help smaller screens
2003-12-20 02:47:14 +00:00
moodler
f33db1ce37
Use CFG->admin
2003-10-19 02:40:03 +00:00
moodler
3b3ab94282
Never checked this in with the course search
2003-08-12 16:44:22 +00:00
moodler
ee00b8b948
There's always one, isn't there?
2003-08-07 16:15:14 +00:00
moodler
c2cb45451f
COURSE DISPLAY REVAMP
...
OK, some big changes here to the front end, particularly in
course categories and course display.
Course categories can now be nested (to any level).
Courses and course categories can now be manually sorted
any way required.
There is a groovy front end for managing these, and a better
range of options for formatting the front page.
It all still needs some polishing, which I'll be doing over
the next couple of days, including better auto-sorting.
I would not use this on production systems just yet.
2003-07-30 13:02:45 +00:00
moodler
699ea457f9
Slight improvement for implementing styles ... since nested styles
...
don't seem to work as advertised
2003-07-23 14:03:01 +00:00
moodler
c28a94c0ac
A missing style
2003-07-23 13:35:24 +00:00
moodler
52dcc2f9e6
Some slight cleanup (optimisation) of print_section and print_section_block
2003-07-12 06:52:26 +00:00
moodler
54c1a20cba
Strip tags from Window title
2003-06-03 03:23:29 +00:00
moodler
958facf055
Better cleanup of site description meta tag
2003-05-17 03:46:31 +00:00
moodler
c6a0f9d5bf
Minor touch-ups to the front page HTML
2003-05-15 14:02:13 +00:00
moodler
984a8bf349
Two new language variables implemented.
...
langmenu - turns the language menu on and off
langlist - allows the admin to restrict and/or re-order the available language choices
2003-05-03 06:50:29 +00:00
moodler
3565715c76
Moved the "turn editing on" button and tidied some other things up a bit
2003-05-03 05:57:29 +00:00
moodler
55271c3047
Removed save_session() - no longer needed
2003-02-27 02:43:34 +00:00
paca70
1924074c76
Added support for nonadmin course creation.
...
Course creators are managed by /admin/creator.php , same way that admins.
Or if authetication module have 'auth_iscreator'-function (right now only ldap-module have) ,
users are added to creators at login time.
2003-02-24 18:48:55 +00:00
moodler
789a2500eb
Slightly better formatting ... needs work still I think
2003-01-20 08:22:53 +00:00
moodler
3e9b5d5a90
Moved session lang setting into setup.php (works on all pages)
2003-01-20 08:09:25 +00:00
moodler
a38e24a544
Rearranged menu
2003-01-20 08:03:32 +00:00
moodler
a5e3644bd2
Add setting of language to home page, and setting of new user accounts
...
to whatever the current language is.
2003-01-20 08:01:46 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
9c2c5c5bd0
Use the name of the Site News forum on the front page ... instead of the
...
"Site News" string ...
2003-01-02 10:48:01 +00:00
moodler
9c9f7d7790
Various little fixes to remove warnings (usually about empty variables)
...
when error_reporting is turned up to 15 or so ... more of these to come ...
2002-12-29 17:32:32 +00:00
moodler
9fa49e22ab
Many many changes lumped in here ... not finished yet either.
...
Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.
Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL. I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php
Still working on forums, quizzes, surveys, resources.
The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
2002-12-20 14:44:14 +00:00
moodler
6daa3c2329
More hooks to hang styles from
2002-12-13 03:14:19 +00:00
moodler
469e5eb18e
More style and layout tweaking
2002-12-09 12:09:33 +00:00
moodler
d9fd5e8b86
Allow course listing to have specified width
2002-12-09 07:51:31 +00:00
moodler
041b1712c6
Slightly adjust column width
2002-12-09 07:48:12 +00:00