summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Andy Kirkham [Tue, 10 Jul 2007 00:31:58 +0000]
DRUPAL-SA-2007-014: fixing access bypass bug for private issues
Chad Phillips [Mon, 26 Mar 2007 17:48:28 +0000]
clean up menu.
Chad Phillips [Mon, 26 Mar 2007 17:16:17 +0000]
remove dead code.
Chad Phillips [Mon, 26 Mar 2007 07:10:09 +0000]
adding .info file.
Chad Phillips [Mon, 26 Mar 2007 06:56:01 +0000]
#88162 -- update to 5.0. patch by hunmonk, diggersf.
rondev [Mon, 23 Oct 2006 13:59:05 +0000]
French translation of print.module Drupal 4.7
Vtek Pliska [Sat, 15 Jul 2006 08:35:53 +0000]
Czech translation of print.module
David Norman [Thu, 30 Mar 2006 03:03:57 +0000]
issue #54997: extra slash in URLs
David Norman [Thu, 30 Mar 2006 02:56:33 +0000]
issue #50299: missing t()
David Norman [Wed, 21 Dec 2005 02:23:50 +0000]
update version requirements
David Norman [Wed, 21 Dec 2005 02:19:56 +0000]
summarize tonight's changes
David Norman [Wed, 21 Dec 2005 02:11:35 +0000]
contrib by Markus Petrux for Drupal 4.6
David Norman [Wed, 21 Dec 2005 01:56:01 +0000]
remove hardcode print.css location, let robots meta work for print_generate_profile(), update users table query for Drupal 4.7, and fix an error missing parameter to variable_get()
David Norman [Wed, 21 Dec 2005 01:43:09 +0000]
default settings point to a css file and it makes a lot of 404 errors to not have one to match
David Norman [Wed, 21 Dec 2005 00:58:00 +0000]
work on forms API compatability, and fixes towards issues #33909, #28265, #17322, #25437
David Norman [Wed, 21 Dec 2005 00:17:00 +0000]
bug fix #17317
David Norman [Tue, 20 Dec 2005 20:37:01 +0000]
bug fixes #33909, #25275, #31715, #17317
David Norman [Tue, 20 Dec 2005 20:22:15 +0000]
fix bug #18716
peter john hartman [Tue, 20 Dec 2005 18:36:49 +0000]
Updated with patch for 4.7.
peter john hartman [Tue, 20 Dec 2005 17:38:25 +0000]
Updated for 4.
Uwe Hermann [Wed, 24 Aug 2005 00:38:36 +0000]
Added missing word.
Matt Westgate [Wed, 27 Jul 2005 17:48:53 +0000]
* Renamed file to print.node.tpl.php
Matt Westgate [Wed, 27 Jul 2005 17:48:22 +0000]
* Created a general print controller to allow modules to generate printer friendly views.
* Printer friendly profile pages. See INSTALL.txt for details.
* Renamed the node print template from print.tpl.php to print.node.tpl.php
Uwe Hermann [Thu, 14 Jul 2005 19:52:02 +0000]
Commited my patch from
http://drupal.org/node/25458
with permission of the maintainer.
Uwe Hermann [Tue, 21 Jun 2005 17:11:44 +0000]
Added German translation.
Henrique Recidive [Wed, 1 Jun 2005 20:37:10 +0000]
- Brazilian Portuguese Translation of print.module
Henrique Recidive [Wed, 1 Jun 2005 20:36:23 +0000]
- Added print.tpl.php strings
Uwe Hermann [Mon, 25 Apr 2005 22:21:58 +0000]
Updated print.pot file.
km [Wed, 26 Jan 2005 13:02:05 +0000]
km - changed link
km [Wed, 26 Jan 2005 12:59:28 +0000]
km - improved layout and localized strings
km [Tue, 25 Jan 2005 14:11:22 +0000]
km - honor themes' global settings for "Display post information"
km [Tue, 25 Jan 2005 13:52:32 +0000]
km - print_link() checks if page is a book
km [Tue, 25 Jan 2005 13:09:18 +0000]
km - changed maintainer
km [Thu, 25 Nov 2004 14:09:46 +0000]
* Made CSS import work
Hendrik Eeckhaut [Mon, 15 Nov 2004 12:27:42 +0000]
created pot-file with extractor.php and added dutch translation
km [Fri, 12 Nov 2004 12:51:11 +0000]
added CUSTOMIZATION
km [Fri, 5 Nov 2004 09:46:51 +0000]
Taking over maintainance
Matt Westgate [Sat, 30 Oct 2004 17:49:22 +0000]
* Created a print.tpl.php template file to give site admins control of what node parts this module renders and how the pages are structured. This feature, combined with the custom print stylesheet option, gives max freedom in rendering print friendly pages.
Matt Westgate [Thu, 28 Oct 2004 04:04:41 +0000]
* Generate printer friendly pages for all node types. Features include the ability to list $node->body URL references at the end of the page, custom print stylesheet and choosing which node elements to display.