openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
P
php-filemanager
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jul 18, 2024 — Jul 18, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #8 from Rican7/feature/readme-tags
Trevor N. Suarez
More...
almost 12 years ago
Merge pull request #7 from Rican7/feature/hash-performance-increase
Trevor N. Suarez
More...
almost 12 years ago
Adding some "steezy" badges to the readme
Trevor Suarez
More...
almost 12 years ago
Now using `hash_file` when appropriate, instead of always getting and passing the raw binary buffer data
Trevor Suarez
More...
almost 12 years ago
Merge pull request #6 from Rican7/hotfix/buffer-creation-consistency
Trevor N. Suarez
More...
about 12 years ago
Fixing some data consistency issues with plain-text and weird characters
Trevor Suarez
More...
about 12 years ago
Merge pull request #5 from Rican7/hotfix/new-php-test-fix
Trevor N. Suarez
More...
about 12 years ago
Merge pull request #4 from Rican7/hotfix/gettype-exception-message
Trevor N. Suarez
More...
about 12 years ago
PHP 5.4.15 or 5.4.16 fixed a file extension type handler, causing an old test to fail. This fixes that. :)
Trevor Suarez
More...
about 12 years ago
Fixing a stupid php function naming bug. Thanks to PHP's awesomely predictable function naming...
Trevor Suarez
More...
about 12 years ago
Merge pull request #3 from Rican7/feature/getSize-improvements
Trevor N. Suarez
More...
about 12 years ago
New "getSize()" method for more compatibility with other file types
Trevor Suarez
More...
about 12 years ago
Merge pull request #2 from Rican7/hotfix/php54-requirement-fix
Trevor N. Suarez
More...
about 12 years ago
Clarifying the PHP 5.4 requirement
Trevor Suarez
More...
about 12 years ago
Removing PHP 5.3 from the Travis configuration for testing
Trevor Suarez
More...
about 12 years ago
Added Travis build status badge
Brian Muse
More...
about 12 years ago
Adding Travis yaml configuration for Travis-CI integration
Trevor Suarez
More...
about 12 years ago
Adding basic README.md and LICENSE files
Trevor Suarez
More...
about 12 years ago
Adding basic tests framework and composer file ... for PHPUnit dependency
Trevor Suarez
More...
about 12 years ago
Fixing things that were stripped from subtree history. :D
Trevor Suarez
More...
about 12 years ago
Moving things around for namespacing
Trevor Suarez
More...
about 12 years ago
Moving tests to a Tests directory
Trevor Suarez
More...
about 12 years ago
New method to test if a File Object is a PHP temporary file buffer Also, changing name of ImageObject's "getSize()" to "getImageSize()" so that it doesn't collide with SplFileInfo's "getSize()" method (so we can still use it)
Trevor Suarez
More...
about 12 years ago
Renaming "getResource()" to "getImageResource()" in ImageObject so we can still call on the parent FileObject's "getResource()"
Trevor Suarez
More...
about 12 years ago
Bug fix - When checking if the File object is "wrapped" hexidecimal, first make sure that the File object isn't base64 encoded
Trevor Suarez
More...
about 12 years ago
Satisying PHP strict standards
Trevor Suarez
More...
about 12 years ago
New method for checking if a string is "protocol wrapped" Also, the auto-type factory creation method is now smarter Tests included!
Trevor Suarez
More...
about 12 years ago
New factory methods for creating a FileObject instance And a quick, naive base64 test And tests
Trevor Suarez
More...
about 12 years ago
Smarter MIME-handling in the constructor. Now when a protocol wrapped buffer is sent into the constructor, the MIME-type is set based on the wrapper's explicit type, as opposed to attempting to "detect" the MIME for ALL files and buffers
Trevor Suarez
More...
about 12 years ago
Changing case of the MIME array key returned from the "getWrapperInfo()" method to better match the array key returned in PHP's native "getimagesize()" function (which in turn matches the ImageObject implementation)
Trevor Suarez
More...
about 12 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree