-
Currently, the 'ratio' configuration option is a boolean confining the crop ratio to the original 'initWidth' and 'initHeight' passed in. I'd like to be able to specify a ratio and a single dimension and have the cropper maintain this ratio.
The reason I'd like this is I'm displaying a scaled-down version of the image that is being cropped and I know exactly the ratio I want on the final crop.
2008-10-27 02:05:11 UTC in YUI Library
-
I agree. The following patch accomplishes what you want:
Index: classes/paramTag.php
===================================================================
RCS file: /cvsroot/phpdoctor/phpdoctor2/classes/paramTag.php,v
retrieving revision 1.7
diff -u -p -r1.7 paramTag.php
--- classes/paramTag.php 15 May 2005 17:21:34 -0000 1.7
+++ classes/paramTag.php 4 Jun 2008 14:13:05...
2008-06-04 14:18:17 UTC in PHPDoctor: The PHP Documentation Creator
-
PHPDoctor uses (like Javadoc):
Package.Class#member
PHPDocumentor and other PHP projects use:
Package::Class::method()
Package::Class::$member
The attached patch uses the second syntax for seeTag when the ini option pear_compat is true. The option is added in patch #1968358.
2008-06-04 13:38:04 UTC in PHPDoctor: The PHP Documentation Creator
-
The attached patch uses Unicode characters to display the class hierarchy tree view in a similar manner to Java's API documentation.
See http://code.silverorange.com/ticket/2391 for an example.
2008-06-02 18:36:33 UTC in PHPDoctor: The PHP Documentation Creator
-
File Added: pear-first-sentence-tags-2008-05-22.patch.
2008-05-22 18:49:28 UTC in PHPDoctor: The PHP Documentation Creator
-
PEAR's documentation conventions break the first-sentence rules of Javadoc. The attached patch adds an ini option for PEAR-mode parsing of the first-sentence tag.
2008-05-21 00:14:54 UTC in PHPDoctor: The PHP Documentation Creator
-
The attached patch enabled parsing of https and ftp urls as well as http urls in the SeeTag class.
2008-05-21 00:13:55 UTC in PHPDoctor: The PHP Documentation Creator
-
File Added: multiple-source-paths-2008-05-20.patch.
2008-05-21 00:11:57 UTC in PHPDoctor: The PHP Documentation Creator
-
File Added: empty-files-2008-05-20.patch.
2008-05-21 00:11:17 UTC in PHPDoctor: The PHP Documentation Creator
-
When a docblock tag spans multiple lines, the generated documentation includes the * characters from lines other than the first line. The attached patch fixes the problem.
2008-05-16 02:32:21 UTC in PHPDoctor: The PHP Documentation Creator