Log of /contributions/modules/pdfview/pdfview.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon May 31 00:05:36 2004 UTC
(5 years, 5 months ago)
by
thelibrarian
Branch:
MAIN
Changes since
1.14: +46 -58 lines
Diff to
previous 1.14
- Now working with FPDF.
- Improved image support.
- Support for various HTML tags:
BR, P, BLOCKQUOTE, STRONG, EM, B, I, U, A, IMG, FONT, HR
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 13 14:52:59 2004 UTC
(5 years, 8 months ago)
by
killes
Branch:
MAIN
Branch point for:
DRUPAL-4-4
Changes since
1.13: +72 -47 lines
Diff to
previous 1.13
Committed patch by Gabriel Sjoberg: Made compatible with Drupal 4.4
Small changes by me. If you want "letter", make papersize a setting.
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Feb 15 12:36:05 2003 UTC
(6 years, 9 months ago)
by
dries
Branch:
MAIN
Changes since
1.6: +4 -4 lines
Diff to
previous 1.6
- Updated the modules in the contributions repository to use
'theme("function")' instead of '$theme->function()'. Hopefully I didn't
break anything. If I did, let me know.
The following modules need special attention (but should still work as is):
1. The ldap_integration directory has its own user.module; I haven't updated
the documentation bit that talks about themes.
2. The hotlist module uses '$theme->hotlist_del_icon'. Should be avoided
and somehow wrapped in a (larger) call to theme().
3. The image module has its own way of doing what 'theme()' does (or the
former 'theme_invoke()'). Constructs like the one below (a) look wrong
and (b) should be rewritten to properly use 'theme()'. For example:
$theme->box("foo", method_exists("bar") ? $theme->bar() : $bar);
Search for "image_gallery_album", "image_gallery_home" and
"image_thumb_browser". I've already changed '$theme->box()' to
'theme()'.
4. The sidebar module uses '$theme->foreground' and '$theme->background'.
Should be avoided and somehow wrapped in a (larger) call to theme().
5. The org_informations module uses '$theme->separator()', which is new to
me.
6. The taxonomy_filter module uses '$theme->taxolist_filter_item()'. It
should use 'theme("taxolist_filter_item")' instead. I haven't changed
it because it would probably fail to resolve the default function if
not overridden by a theme.
7. The taxonomy_dhtml module's INSTALL file still talks about
'$theme->image'.
8. The xloadtree module's INSTALL file still talks about '$theme->image'.
9. I haven't updated the style.module; too many $theme's, though I don't
think it needs any updates.
[I'll try to update the sandboxes later on.]
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.