Commit graph

20500 commits

Author SHA1 Message Date
martinlanghoff
b76169a214 filterlib/filter_phrases() - try to escape magic characters used internally by the filter mechanism -- Bug#5236 / WR#422
This is an attempt to fix filter problems caused by glossary matches on %
(which also affect matches on * and #). Works for the sample cases I have,
but we may be breaking subtly in other places.
2006-04-25 22:47:42 +00:00
mjollnir_
b8a25300b6 Fixing bug #5148: I don't know how this worked for restore and not for import, but it works for both now 2006-04-25 20:47:44 +00:00
stronk7
5adb5b02db And the standard footer is back again. Andrew Walker, the
JavaScript Superman did the work! B-) Tested under FF, IE
and Safari.
2006-04-25 15:44:34 +00:00
stronk7
4d939c7283 Bypass div#footer style in resource view pages to get
all the space avaliable, making an exception in the
global one.
2006-04-25 15:35:39 +00:00
moodler
f2dcfac0fd Make these icons transparent 2006-04-25 14:01:13 +00:00
moodler
3131d5c6de Removed overview.php 2006-04-25 13:19:52 +00:00
dwoolhead
38943071f0 With appropriate error reporting, adding a label to a section of a course results in an E_NOTICE message temporarily appearing on the screen, because the module object name property is not set. Prevent message being displayed by checking that property is set before testing its value 2006-04-25 11:48:39 +00:00
stronk7
206548dc4b Apply latest changes from resource type to repository
(double head out, cool resize javascript, XHTML and
navigation menu)

TODO: Fix the 'deploy all' button
2006-04-24 23:55:29 +00:00
stronk7
dc04f6e346 Now navigation menu is properly created (XHTML + 508) 2006-04-24 22:17:10 +00:00
ethem
7dcf558cde Locallib.php can be only used by index.php. 2006-04-24 17:15:13 +00:00
ethem
cb845f37ae Put back. String 'returns'&'noreturns' are used only in one order. Not general. 2006-04-24 17:03:42 +00:00
ethem
db763a8a91 String 'returns'&'noreturns' added to authorize strings array. (get string fast) 2006-04-24 16:54:59 +00:00
ethem
efd0eb0d29 String 'all' added to strings array. 2006-04-24 16:46:39 +00:00
ethem
db70762f01 $CFG removed 2006-04-24 16:31:02 +00:00
stronk7
f809df70ce Avoided some notices when one block has been deleted from moodle/blocks
and from blocks admin page and their instances haven't been deleted.

We should build some sort of check to do all the house-cleaning of "orphaned"
blocks, perhaps each time we arrive to the blocks admin page.
2006-04-24 15:01:35 +00:00
stronk7
77ea1a858e In this theme, peformance info only will be showed if it's enabled.
Others seems to bypass this setting if debug is enabled!
2006-04-24 14:32:50 +00:00
vyshane
5f672a4dd8 Fixed inserts for log_display. 2006-04-24 09:05:08 +00:00
vyshane
928a87338d Fixing inserts for log_display. 2006-04-24 09:00:42 +00:00
vyshane
c343bc8831 Fixing inserts for log_display table. 2006-04-24 08:55:29 +00:00
vyshane
fccaec1f5b Inserts for log_display. 2006-04-24 08:43:29 +00:00
toyomoyo
a2655f6527 make some variables global for 5305 2006-04-24 08:38:11 +00:00
vyshane
93642edd6a Fixed inserts for log_display. 2006-04-24 08:38:03 +00:00
vyshane
43e2425857 Fixed log_display inserts. 2006-04-24 08:28:21 +00:00
vyshane
670b1364a0 Fixed inserts for log_display. 2006-04-24 08:26:33 +00:00
vyshane
1b51a8ed9c Fixed inserts for log_display table. 2006-04-24 08:23:19 +00:00
vyshane
f53d75517e Fixed inserts for log_display table 2006-04-24 08:11:35 +00:00
toyomoyo
f21cc86bca changed formats for log_display table 2006-04-24 08:10:55 +00:00
vyshane
cf29432dcd Fixing inserts for log_display table. 2006-04-24 08:09:00 +00:00
vyshane
4dd8464f3d Fixed insert statements for log_display table 2006-04-24 08:02:17 +00:00
toyomoyo
4dca83214b new format for log_display 2006-04-24 08:00:51 +00:00
toyomoyo
7e7d06f30b changing new format for log_display 2006-04-24 07:58:53 +00:00
vyshane
cfd2188118 Fixed insert error for log_display 2006-04-24 07:55:06 +00:00
vyshane
cfd8facee6 Added primary key definition for log_display 2006-04-24 07:44:27 +00:00
gbateson
da6bacb7e2 fix bug 5304 2006-04-24 06:54:44 +00:00
bobopinna
bb3af8d431 Added memory to toc's collaps/expand mode 2006-04-24 06:42:45 +00:00
toyomoyo
3dba170e7d adding dropindex and addindex for modified tags table 2006-04-24 06:20:30 +00:00
moodler
f4e7407d42 *** empty log message *** 2006-04-24 06:12:32 +00:00
toyomoyo
808f9930b3 adding proper _idx postfix 2006-04-24 06:00:37 +00:00
toyomoyo
31513aa13e changing tags->text to varchar 20, created index on tags(type, userid), and tags(text) 2006-04-24 05:53:06 +00:00
toyomoyo
9fad492eb5 some small fixes, mostly for 5174 2006-04-24 03:36:02 +00:00
moodler
ea21c1f460 Fixed bug 5271 - icon tag missing in Upcoming Events block 2006-04-24 03:26:01 +00:00
vyshane
36e6706eb0 Bumped version number for last changes 2006-04-24 02:28:02 +00:00
vyshane
721cb8678d Bug #5254 - live logs
Cleanup for duplicate module/action combinations. Added id field for
log_display table and added an index moduleaction.
2006-04-24 02:24:18 +00:00
toyomoyo
9a7f3cad99 fix for 5205 2006-04-24 02:20:06 +00:00
toyomoyo
4c3b42f7c5 just in case someone has the index elemeny and not element 2006-04-24 02:17:16 +00:00
moodler
8634bc275d Fixed bug 5300 and removed moodle docs link from help pages 2006-04-24 01:58:31 +00:00
gbateson
6774380b24 set default value for varchar 255 fields, to fix "truncated" errors in utf8 migration. Fields affected: hotpot.studentfeedbackurl, hotpot_responses.correct/wrong/ignored 2006-04-24 01:44:08 +00:00
stronk7
b2ff86070d Changed list style for ims-cp to gain some room... 2006-04-24 00:14:20 +00:00
stronk7
b692e95816 Looking much better now! B-)
More tests tomorrow (IE, mainly)
2006-04-24 00:11:59 +00:00
patrickslee
2544a80de1 PostgreSQL 8 compatibility fix for database character set detecting 2006-04-23 23:39:56 +00:00