nicolasconnault
be5539d858
MDL-8697 - Fixed the legacy HTML for the search table
2007-03-02 01:26:19 +00:00
nicolasconnault
eb1f8f1dd2
MDL-8697 Moved inline text-align:right to stylesheet, and removed table and td text-align: center
2007-03-01 04:42:41 +00:00
nicolasconnault
109694fbf9
Issue MDL-8697
...
Someone must have fixed this earlier, because there are no more tables. However I found the use of the align attribute which I replaced with inline CSS style=\"text-align:right\"
2007-03-01 04:09:39 +00:00
moodler
6ba65fa08d
Merged Nicolas' changes from MDL-8582 into HEAD.
2007-02-28 06:25:22 +00:00
thepurpleblob
474991a19d
D'oh - counting $totalcount wrongly (duplicate courses are ignored)
2007-02-21 13:09:17 +00:00
thepurpleblob
594bb20b95
Slightly more helpful message if no courses can be shown.
2007-02-21 13:03:24 +00:00
thepurpleblob
806dab4385
Whoops. Missed setting $totalcount var
2007-02-21 11:57:28 +00:00
thepurpleblob
616ad119ad
MDL-8087
...
Modules and Blocks lists now link to course search page for
actual instances.
2007-02-21 11:42:48 +00:00
tjhunt
983ce2d579
MDL-8154 - Typo in course search code. Fix thanks to Anthony Borrow.
2007-02-17 17:16:38 +00:00
tjhunt
627c9eae47
Missing space.
2007-01-19 10:07:05 +00:00
tjhunt
7f60ca5ec5
correct icon path to use $CFG->pixpath.
2007-01-19 09:59:13 +00:00
skodak
0f13ec8f9b
MDL-8105 some more icon class fixes including new .iconhelp for help and docs icon
2007-01-08 20:30:38 +00:00
skodak
60af27037b
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
2007-01-08 19:34:16 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
toyomoyo
54926e7818
various accessbility fixes
2006-12-13 03:03:43 +00:00
skodak
344044b28e
MDL-7434 all images that convey information should have alt text to convey that information - part 1
2006-11-24 20:16:37 +00:00
toyomoyo
698fa43977
merged, adding capability checks
2006-11-21 05:31:46 +00:00
toyomoyo
1ed33201b1
merged fix for MDL-7426, removed link to teacher.php
2006-11-21 04:45:32 +00:00
skodak
a44091bffe
Fixing Theme Config Variables MDL-6784
2006-10-09 10:12:41 +00:00
tjhunt
ed586fb863
Typo.
2006-10-04 11:45:48 +00:00
moodler
329f40b003
Changed CONTEXT_SITE to CONTEXT_SYSTEM MDL-6506
2006-09-26 03:57:05 +00:00
toyomoyo
9c37662f22
replacing deprecated funciton calls with capability calls
2006-09-19 09:16:24 +00:00
toyomoyo
ae9e4c064e
replacing iscreator() calls with capabilty
2006-09-12 08:56:10 +00:00
skodak
f2fe353f2b
Fixed course searching; merged from MOODLE_16_STABLE
2006-06-08 06:25:05 +00:00
skodak
cd7d03fa48
fixed register globals issues in course/search.php; merged from MOODLE_16_STABLE
2006-05-20 18:41:59 +00:00
skodak
f8a5159a2b
changes needed for new s() and p() - see bug #2338
2006-04-14 08:02:32 +00:00
patrickslee
40b4a063d4
Fixed false course category move when searching courses in editing mode
2006-03-26 20:58:54 +00:00
skodak
9cc78ee196
Fixed course searching with quotes - SC#180; merged from MOODLE_15_STABLE + other fixes in HEAD only
2005-11-02 15:36:57 +00:00
patrickslee
23c690efce
Fixed a small paging problem in course search page
2005-10-12 22:00:14 +00:00
patrickslee
fa18e81b12
Course search page now handles course show/hide actions itself so that user can stay at the same page after action is performed
2005-10-12 03:11:49 +00:00
patrickslee
ee0378bdb8
Fixed some paging bar problems in course search page
2005-10-12 02:35:58 +00:00
mjollnir_
861efb1937
Allow moving courses and editing courses and stuff from the course results search page (now has turn editing on button)
2005-09-01 04:48:22 +00:00
thepurpleblob
59518de11e
require_variable() and optional_variable() replaced with required_param() &
...
optinal_param() plus other tweeks to suit. Improve security.
2005-06-15 09:39:26 +00:00
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
24f2b65a4d
towards XHTML compliance
2004-09-12 12:21:27 +00:00
stronk7
4f006bc149
Added support for CFG->forcelogin in some files. Bug 1396
...
(http://moodle.org/bugs/bug.php?op=show&bugid=1396 )
2004-05-16 10:26:04 +00:00
moodler
c9f6251ea8
Two things are in this checkin:
...
1) Support for the new "label" module has been added. It's unfortunate
about having to make these exceptions but this was the overall cleanest
way I could think of.
2) All local calculation of pixpath and modpixpath has been removed and
replaced with a single calculation which is done in setup.php and
stored in $CFG->pixpath and #CFG->modpixpath. All graphics should
use these variables so that themes can easily override them.
2003-09-14 12:25:16 +00:00
moodler
8130b77b40
Split get-courses_page from get-courses so they can specialise
2003-08-21 14:04:04 +00:00
moodler
8ef9cb5618
Some fixes to handle very very big categories.
...
- paging
- more efficient SQL
2003-08-21 09:33:07 +00:00
moodler
a8b5671697
Improvements to course searching
...
- can search for full words or non words with +word -word
- no longer groups by category, sorts by full name
- prints paging as well as total number
- search help
2003-08-19 05:32:20 +00:00
moodler
48d72fa7c9
*** empty log message ***
2003-08-16 02:45:44 +00:00
moodler
c571f3fc8a
Little fixes for the course_sideblock
2003-08-11 11:51:08 +00:00
moodler
38a10939db
Search engine for courses
2003-08-11 09:45:50 +00:00