sam_marshall
e246e032da
MDL-14497 Fixed several minor bugs in navmenu()
2008-04-23 17:07:44 +00:00
skodak
95245d35a6
MDL-14126 fixed undefined message
2008-04-01 19:47:47 +00:00
dongsheng
73c7b457a9
MDL-14126, cron shouldn't print html tags
2008-04-01 16:03:46 +00:00
dongsheng
5957e19ae3
MDL-14085, Make print_error() autonomous
2008-04-01 06:15:54 +00:00
dongsheng
38b8f21410
MDL-14085, Move error() to deprecatelib.php
2008-04-01 04:07:01 +00:00
scyrma
ec8f711d06
MDL-14103 - remove the call to s() - the string has to already be in html format.
2008-03-31 06:52:16 +00:00
scyrma
6d8c1e5e58
MDL-13985 - removed call to get_string, translation of this string made no sense and broke badly.
2008-03-20 07:04:02 +00:00
nicolasconnault
1ca801982a
MDL-13880 Overridden and excluded grades are now coloured with alternate row colours that override the default alternate row colours (gray). I also fixed the long-standing notice about aggregationposition. See attached patch. Merging from HEAD
2008-03-20 06:26:20 +00:00
scyrma
f9bc559511
MDL-13934 - Commit patch by Eloy - prevent display of moodle docs link on redirect pages
2008-03-19 08:18:48 +00:00
scyrma
ab14532e7f
MDL-12093 - remove added classes - they don't help the issue and clutter the code
2008-03-19 08:15:40 +00:00
skodak
5d0160f8f5
MDL-13886 whitelist text-decoration in kses cleaning
2008-03-15 15:00:03 +00:00
moodler
835625bf4c
Fix up display of version in footer
2008-03-05 05:34:16 +00:00
skodak
0abc6db872
MDL-13705
2008-02-28 21:16:56 +00:00
martinlanghoff
0844c5d93b
MDL-90 weblib: Introducing mdie() - close sibling of Perl's die()
...
So that commandline scripts can die with a message and
a nonzero errorcode
2008-02-27 02:52:39 +00:00
skodak
f362682471
MDL-13665 HTML editor is loaded as non-secure on the secure "Add new user" form, patch by Steve Bond
2008-02-25 20:38:52 +00:00
skodak
3dd102788f
MDL-13661 - fixing incorrect use of array_shift
2008-02-25 20:21:18 +00:00
poltawski
e9e0641372
MDL-9667 - convert_tree_to_html doesn't set css class properly if
...
$tab->linkedwhenselected is set
Patch from Jeff Graham
2008-02-25 11:56:43 +00:00
moodler
7a67c58424
Initialise a variable to avoid a notice $displaypage
2008-02-21 06:13:05 +00:00
skodak
5f65bc5b94
MDL-12538 skip to main does not work if page div contains other attributes
2008-02-19 13:33:21 +00:00
nicolasconnault
ee6689b003
MDL-13459 Didn't use the patch, which puts its finger in too many pies. Instead just implemented a quick-fix, a temporary get_assignable_for_switchrole() function. It only affects the switchroles menu
2008-02-15 16:35:19 +00:00
skodak
ea3c67c5cb
MDL-13312 fixed notices caused by previous commit, patch by Gary Anderson
2008-02-03 12:52:29 +00:00
skodak
27ea59826f
MDL-13310 added static cron cache into format_text() to prevent some db access
2008-02-03 10:55:24 +00:00
skodak
ede88ab3be
MDL-12945 changing get_fast_modinfo() section property to sectionnum to prevent conflicts with real cm->section; full recent activity speedup when printing user pictures in forum
2008-02-01 14:09:27 +00:00
fmarier
bb4bab500b
MDL-13244 - weblib - Add 'summary' attribute to print_table()
2008-01-31 22:21:52 +00:00
skodak
94cbbdbd2e
MDL-12945 a slightly bigger patch for performance in recent activity and various group related issues + some other fixes - see list of subtasks in tracker
2008-01-24 20:29:31 +00:00
nicolasconnault
b1c418839e
Backporting phpdocs from Head
2008-01-24 14:33:43 +00:00
moodler
654a2dae51
FIxed some typos in the popup names
2008-01-18 05:17:12 +00:00
scyrma
f9348b84bc
MDL-13020 : deprecates make_table
2008-01-16 08:24:27 +00:00
nicolasconnault
d994fe68bc
Reverting MDL-12974 and MDL-12941 (Urs simple wrapper changes)
2008-01-16 08:05:01 +00:00
scyrma
e52c8d89f6
Fix for MDL-9669 : make it possible to specify 0 as cellpadding and cellspacing
2008-01-16 06:29:03 +00:00
urs_hunkler
3f710c6be5
MDL-12974 :: We urgently need a simple wrapper function to avoid the advanced containers when only a wrapper div is needed. Pages like for example the tags page look awful in custom_corners with all those unesessarily overlapping boxes.
...
I created the function print_simplewrapper_start($classes='generalbox', $idname='', $return=false) { ... } and used it in tag/indec.php and tag/lib.php.
The pages look much better now in custom_corners.
2008-01-13 20:02:53 +00:00
jamiesensei
f92b08d9e1
whitespace clean up, removed all indentation with tabs and trailing white space
2008-01-13 08:35:38 +00:00
jamiesensei
d42e5b0034
MDL-12906 add an optional parameter $jsconfirmmessage parameter to print_single_button
2008-01-13 08:09:09 +00:00
urs_hunkler
c309d41688
MDL-12221 :: removed the "nocoursepage" hack, which was an attempt to find out if a page has a layout-table. I developed this hack because Martin said, that he does not see any chance to implement a layout-table check. This hack followed several exception hacks because Moodel pages are inconsistently created. All those exceptions I could delete too.
...
Now I added a JavaScript layout-table check which works great.
2008-01-11 09:21:24 +00:00
urs_hunkler
8f4a3ae2f1
MDL-12221 :: I added changes to weblib and the forum and glossary view pages, the custom_corners and standard theme to get those pages working.
...
In the view pages I changed the container function call to a simple "echo 'div ...'" to avoid the custom_corners container overhead and page oddity.
In weblib I added "clearfix" handling to the function "print_box_start($classes ...". "clearfix" is handed over to the containing divs. This is a hack, but I didn't know how to handle it without rewriting too much areas.
2008-01-09 15:03:29 +00:00
skodak
9263acf92a
MDL-12790 highlighting in admin search results breaks html
...
MDL-12791 add defaults parameter to format_admin_setting()
MDL-12792 search in admin settings and defaults
+ minor speedup of fast highlighting and fixed empty span tags
2008-01-01 15:51:12 +00:00
poltawski
1a30e1bc5c
MDL-7242 eliminate last use of location to refer to city in profile where
...
it causes problems for translators
2007-12-29 15:35:38 +00:00
skodak
8450217132
MDL-11561 improved text filter cache resetting when settings change; fixed bug causing fatal errors if html purifier enabled during upgrade
2007-12-25 10:03:16 +00:00
nfreear
f7bd77baf5
Merged MDL-7493 further fix: strip_tags from title strings because the titles may have HTML in them.
...
-From Martin D/moodler in moodleblock.class.php - thanks.
2007-12-21 11:28:50 +00:00
poltawski
847af02833
MDL-12676 - generate navigation if none supplied to print_header_simple()
2007-12-20 15:48:37 +00:00
whchuang
2b9cc5a966
Fixed MDL-11812, thanks to Alan Trick's report
2007-12-20 01:35:17 +00:00
tjhunt
7542409d39
New option on print_single_button to all printing of disabled buttons.
2007-12-19 13:31:06 +00:00
nfreear
fc025aeae5
Fixes reopened MDL-7493... - foreground show/hide block icon/ALT text switched with Javscript. Merged.
2007-12-18 17:25:59 +00:00
poltawski
2559de3be6
Improving phpdocs for when to use format_string()/format_text() based on
...
wiki comments. It wasn't an entirely clear (e.g. mixup in MDL-11800)
2007-12-15 18:40:18 +00:00
skodak
138b92ce7f
MDL-12592 do not execute theme_setup() if header already printed
2007-12-15 16:52:27 +00:00
skodak
7fdb5ee675
MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html>
2007-12-14 21:21:06 +00:00
nfreear
2ec308a8b5
Fixes MDL-12539 "Help link text for all admin/user filters are broken". Merged.
2007-12-11 14:01:17 +00:00
fmarier
ec7125dc19
weblib: Fix typo in print_table() which was causing invalid <th> tag
...
MDL-11506
2007-12-07 04:59:32 +00:00
nfreear
9008efba33
Fixes bug MDL-12416, Help links - img ALT text should contain phrase "new window" to match link TITLE. Merged.
2007-12-03 16:44:49 +00:00
toyomoyo
5c451f237d
MDL-10915, additional setting for emoticons
2007-12-03 06:25:58 +00:00