openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Q
Quix0r's PHP Application Framework
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Dec 14, 2024 — Dec 14, 2025
Showing page 1 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Continued: - used "new" array way with `[]`
Roland Häder
More...
about 2 months ago
Continued: - added return types to factory methods (still maybe many left) - added missing "import"
Roland Häder
More...
about 2 months ago
Continued: - set explicit namespace for console, html, image
Roland Häder
More...
about 2 months ago
Continued: - added return type-hint `Controller` (interface)
Roland Häder
More...
about 2 months ago
Continued: - introduced interface `Randomizable` instead of direct class `RandomNumberGenerator` - added some type-hints
Roland Häder
More...
about 2 months ago
Continued: - don't use `test` as this spawns another process, you can use e.g. `[ -f "${FOO_FILE}" ]` instead which doesn't spawn a process - updated composer dependencies (only needed for developing on this project
Roland Häder
More...
about 2 months ago
Continued/WIP: - added more type-hints - moved constants to interface - theoretical fix for StringUtils::packString(), maybe unpacking works?
Roland Häder
More...
3 months ago
Continued: - added optional parameter $requestInstance
Roland Häder
More...
3 months ago
Continued: - converted old array() to "new" []
Roland Häder
More...
3 months ago
Continued: - added more type-hints - moved array initialization to declaration part
Roland Häder
More...
3 months ago
Continued: - added more type-hints - updated class template for factories
Roland Häder
More...
3 months ago
Continued: - moved constant EXCEPTION_INVALID_STATE to interface Stateable
Roland Häder
More...
3 months ago
Continued: - renamed writeRawDataToFile() to writeAnyValueToFile() - renamed $rawData from same method back to $value
Roland Häder
More...
3 months ago
Continued: - added more type-hints - getResolverInstance() always returns an instance, so getting a `null` from it to check type isn't possible (old code) - rewrote code to avoid NPE catching and it wasn't possible anyway (instanceExists() need to be invoked)
Roland Häder
More...
3 months ago
Continued: - fixed improper type-hints for method writeRawDataToFile() - need to encode mixed $value to a string before writing it to file - added more type-hints - introduced method isIndexInstanceSet()
Roland Häder
More...
3 months ago
Continued: - added more type-hints
Roland Häder
More...
3 months ago
Continued: - ops, wrong method invoked
Roland Häder
More...
3 months ago
Continued: - added type-hints
Roland Häder
More...
3 months ago
Continued: - added more type-hints - added method updateLastActivity() to ManageableAccount interface
Roland Häder
More...
3 months ago
Continued: - added more type-hints
Roland Häder
More...
3 months ago
Continued: - half-introduced interface ChainedFilterable - added more type-hints - added some debug messages - moved database result classes to deeper directory
Roland Häder
More...
3 months ago
Continued: - deprecated ResultUpdateException in favor of generic BadMethodCallException
Roland Häder
More...
3 months ago
Continued: - renamed many $resource to $xmlParser as this is no longer a resource - added more type-hints
Roland Häder
More...
3 months ago
Continued: - renamed Parseable to ParseableXml as this is for XML parser classes only - renamed own XmlParser class to FrameworkXmlParser to not confuse this with the one from PHP 8.0+
Roland Häder
More...
3 months ago
Continued: - added more type-hints
Roland Häder
More...
3 months ago
Continued: - getHashLength() had been movedto CryptoUtils utilities class
Roland Häder
More...
3 months ago
Continued: - need to invoke other method
Roland Häder
More...
3 months ago
Continued: - same, factories should return a created object, not itself
Roland Häder
More...
3 months ago
Continued: - now use bcmath to make calculation for dec2hex(), too
Roland Häder
More...
3 months ago
Continued: - more type-hints and compatibility to fseek() or FileIterator::seek()
Roland Häder
More...
3 months ago
←
1
2
3
4
5
6
7
8
9
…
54
55
→
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