-
2012-10-08
- Added
Activity
entity and replace all text based ones with new approach inBundle
andDeveloper
entities, - Added
OwnerRepository#findOneByUniqueFields()
to lookup for users in database, - Added new methods to
BundleUtilsExtension
:#bundleActivityIcon
and#bundleActivityMessage
, - Added
BundleManager
for easier creation of bundles, - Moved
OwnerManager
into own namespace, - Moved methods
#getGithubId()
,#getSensioId()
fromDeveloper
entity toOwner
entity - Replace dependency of
Github\Organization
fromOrganizationRepository
toOwnerManager
, - Replaced dependency of
Update
fromOwnerManager
toBundleManager
, - Removed
Updater#setUp
method, bundles are now loaded viaPagerfanta
, UpdateBundleConsumer
no longer removes bundle on API failure,- Removed unused exception
UserNotFoundException
- Added
-
2012-10-03
- Removed
js
format from web API, we still support:json
andhtml
, - Moved code related to web API into controllers and removed all view templates used before for it
- Removed
BaseController#recognizeRequestFormat()
method, useSymfony\Component\HttpFoundation\Request#getRequestFormat()
instead, - URL query
?format=json
is no longer valid, use proper affix instead, i.e.:/KnpLabs/KnpMenuBundle.json
- Removed
-
2012-09-13
- Split
User
entities intoDeveloper
,Organization
andOwner
, same as split forGithub\User
, also renamedUserManager
toOwnerManager
- Split
-
2012-09-10
BundleUtilsExtension#bundleActivity()
now accepts date also as stringBundleController#searchAction()
no longer returns html when query is too short if request was made in other format
-
2012-09-07
- Introduced new design!
- Replaced
knp-components
withpagerfanta
-
2012-08-30
- Removed
ScoreRepository#setScore()
- Removed
-
2012-08-28
- Removed old
Detectors
code - Changed dependency of website from version
0.1
tomaster
forKnpLabs/github-api
Travis
now depends onBuzz
Goutte
was removed, and finders were refactored to useBuzz
TrendingBundleTwitterer
now depends onHWIOAuthBundle
(only partially), as a addition,InoriTwitterApp
and related was removed- Functionality of
BundleActivity
was merged intoBundleUtilsExtension
- Removed old
-
2012-08-20
- Bundle entity property
$symfonyVersion
string turned into$symfonyVersions
array
- Bundle entity property
-
2012-08-15
BundleActivityTwigExtension
renamed toBundleUtilsExtension
This repository has been archived by the owner on Sep 23, 2022. It is now read-only.