Commit graph

46 commits

Author SHA1 Message Date
thepurpleblob
64ffa2a243 Added check so render returns with false if unsupported platform. 2005-06-28 14:12:45 +00:00
thepurpleblob
18a2407ef4 Added class to render images using Latex rather than mimetex. It will only
be used if it works on the server, otherwise mimetex is used as before.
Produces rather nicer images, and the full range of formatting can be used,
rather than mimetex's limited set.
2005-06-28 13:23:57 +00:00
fiedorow
ee9ff7f35b Compatibility fix for glossary 2005-06-24 18:07:10 +00:00
stronk7
894ff63f8f Tabs are out 2005-05-16 22:22:31 +00:00
fiedorow
781cac7273 Added link to admin/config.php for slasharguments 2005-04-14 13:24:51 +00:00
fiedorow
9dd9a4267a texdebug.php now checks slasharguments setting 2005-04-14 04:27:32 +00:00
martinlanghoff
a9a9bdba55 Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id. 2005-04-01 05:55:10 +00:00
moodler
f1e0649c1c Removed files/mimetype.php and put it into lib/filelib.php instead
where it always should have been.
2005-03-07 11:32:03 +00:00
fiedorow
3613082378 Corrected file size message in debugger 2005-02-13 17:04:35 +00:00
fiedorow
f352814af5 various improvements: updated mimetex, image positioning, XHTML validation 2005-02-10 22:17:13 +00:00
skodak
e7f927a0fc new handling of uploaded files, please TEST, TEST, TEST 2004-12-14 18:57:51 +00:00
skodak
00d9cd1409 merged from MOODLE_14_STABLE;
fixed encoding of html entities in tex expressions - SC#7
2004-11-18 10:08:14 +00:00
skodak
650874544b merged from MOODLE_14_STABLE: initialized variables - the same as algebra/pix.php 2004-11-04 08:00:39 +00:00
gustav_delius
839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
9a58f7cb85 towards XHTML compliance 2004-09-12 21:43:59 +00:00
moodler
df1c46115b Improvement to filters, providing speed boost AND better compatibility
with Turck MMCache.

Filter function must now have a particular name

   eg resource_filter

where "resource" is the name of the directory that filter.php is in.
2004-08-08 06:57:44 +00:00
fiedorow
f7e0a0b8e7 Functionality in debug for miscellaneous mimeTeX binaries 2004-06-10 16:47:30 +00:00
fiedorow
7363a0355b Commented out debugging code 2004-04-26 15:20:10 +00:00
fiedorow
23b9d1d209 Security updates for Linux and Windows based on new source from John Forkosh 2004-04-05 02:45:11 +00:00
fiedorow
30fc04e4e8 replaced js alert by popup 2004-03-28 22:35:49 +00:00
fiedorow
d633b4eb27 Expression image now links to TeX source or debug script 2004-03-27 18:33:30 +00:00
fiedorow
a4668b510b mimeTeX buffer overrun vulnerability fixed for Windows and Linux 2004-03-06 11:58:07 +00:00
moodler
623799eb26 Just some cleanup formatting 2004-03-05 06:35:56 +00:00
fiedorow
ea3cf78190 Remove nolink tags in glossaries 2004-02-29 14:26:57 +00:00
fiedorow
aecc779ee7 Bug fix: is_executable not available in Windows PHP 4.x 2004-02-26 03:25:20 +00:00
moodler
e553bdecf7 Changed the logic around so that any binary called "mimetex" is used
in preference to any other pre-installed binary.

This makes me happier about the FAT binary, because a leaner binary
can be installed without interfering with CVS etc.
2004-02-24 08:04:49 +00:00
fiedorow
e072c85e65 Displays file permissions for mimetex and uses md5_file if available 2004-02-23 18:48:55 +00:00
fiedorow
8d311b2d48 Now ++ argument is optional 2004-02-22 13:12:05 +00:00
fiedorow
ddea4cf070 Fix for case when $CFG->dirroot contains spaces, especially for Windows 2004-02-21 23:34:09 +00:00
fiedorow
6361d22faf Statically linked mimetex.linux; bug fix for texdebug.php 2004-02-20 19:20:01 +00:00
moodler
6b0a2ff4a5 Add some feedback and instructions for other platforms 2004-02-20 03:31:02 +00:00
moodler
6e1ee58e3f Added the default platform back again. :-) 2004-02-20 03:00:44 +00:00
fiedorow
1ed0ba1d77 Improved debugging of mimetex 2004-02-20 01:44:31 +00:00
fiedorow
9cc1730595 Added debugger for TeX filter 2004-02-19 18:05:01 +00:00
moodler
448acc2a51 Default to just using "mimetex" binary. This makes it easier
to drop in unusual binaries and have them work
2004-02-18 16:02:09 +00:00
fiedorow
0c7aca91e9 mimetex.darwin updated; tex previewer added 2004-02-17 19:03:30 +00:00
moodler
4da85078e9 Changed the name of all filters to be consistent.
Removed texh filter
2004-02-17 05:22:26 +00:00
fiedorow
e8e6a5602e Improved mimeTeX binaries & more uniform cross-platform code in filter 2004-02-17 03:41:10 +00:00
moodler
60efe6cbb3 Apparently WIN32 gets returned sometimes too 2004-02-16 06:44:50 +00:00
moodler
23323b37b6 Accept Windows as well as WINNT 2004-02-16 06:42:10 +00:00
fiedorow
d29d3218a2 Updates for Windows and MacOS X 2004-02-16 02:05:24 +00:00
moodler
aaad489149 Using PHP_OS to detect OS (thanks, Greg Barnett!)
Included three binaries for mimetex ... Linux is tested but I haven't
tested the others yet
2004-02-14 03:00:56 +00:00
moodler
11157acdf0 To help with our GPL obligations 2004-02-13 01:42:46 +00:00
moodler
9d49b43016 OK, well this is working for me now! 2004-02-12 08:39:48 +00:00
moodler
1cdd857ce6 SOme tweaks 2004-02-11 14:25:42 +00:00
fiedorow
c49dede89d Test version of TeX filter designed for moodle.org 2004-02-10 16:46:30 +00:00