Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PartKeepr

PartKeepr is an inventory management solution, especially for electronic components.
Collective - Host: opensource - https://opencollective.com/partkeepr - Code: https://github.com/partkeepr/PartKeepr

Refactored part properties to display in a property panel instead of rendered HTML

github.com/partkeepr/PartKeepr - f7b2c46240414ceddcab342477e6f484691aa2e6 authored over 9 years ago
Refactored part image display to use getImage instead of getData as well as using Ext.Img for display

github.com/partkeepr/PartKeepr - 870a8488f25a182551cf31e4e1138464d7c61e31 authored over 9 years ago
Refactored the image controller infrastructure to allow using UploadedFile and not only Image entities. This is important as attachments can be either an image or not

github.com/partkeepr/PartKeepr - 4c47bdc55b7f648c9cd509d5fe1ceb86024f3b88 authored over 9 years ago
Migrated part attachment image display

github.com/partkeepr/PartKeepr - 58bc00b52c6bf00242ee0b78c709fd1b552bab62 authored over 9 years ago
Added part attachments to the info panel

github.com/partkeepr/PartKeepr - 93394fbfe5bfd15eedb5cc757bd74fcb600a6839 authored over 9 years ago
Fixed time display layouting issue - doLayout is not required anymore

github.com/partkeepr/PartKeepr - 26cef64a409378b38b9c231426e693b2f1cd1fb1 authored over 9 years ago
Migrated part details panel

github.com/partkeepr/PartKeepr - 8f33e1362e207620185066968a2ff2a1f0b8e0b6 authored over 9 years ago
Implemented filtering by categories

github.com/partkeepr/PartKeepr - 115f4745e96aa1e7ee93e8298d48c2c50cf7555f authored over 9 years ago
Implemented part category tree

github.com/partkeepr/PartKeepr - e6e19264c405d8421c688dd6e8946dec76ea83a4 authored over 9 years ago
Added user permission migration

github.com/partkeepr/PartKeepr - 79eaba2d450d0e9139ac4c358ece5d866ccd8736 authored over 9 years ago
Refactored authentification to use WSSE headers and FOSUserBundle

github.com/partkeepr/PartKeepr - 5ce385552608d34af1cf57497ca1d0d3c0970692 authored over 9 years ago
Renamed entities to match current bundles

github.com/partkeepr/PartKeepr - 0d9da8e9651a38c6f19caee11b0cfca81d8103a1 authored over 9 years ago
Moved tips of the day to their own bundle

github.com/partkeepr/PartKeepr - 6288df98ff7956415701fb50e87016f57a05e868 authored over 9 years ago
Fixed the multi storage location create functionality

github.com/partkeepr/PartKeepr - fe248aa563c5784b5b757c3b5403f26def323a1b authored over 9 years ago
Use the first child of the virtual root category instead of the root category itself

github.com/partkeepr/PartKeepr - 494df379a243995d9774f776f2f7bdc6dc201ac3 authored over 9 years ago
Don't generate association names with trailing ID

github.com/partkeepr/PartKeepr - 29a07ce3af1182427b378ff8b310d1509f071e0e authored over 9 years ago
Refactored storage location multi add dialog to modern ExtJS layouts

github.com/partkeepr/PartKeepr - 6a83b04b9dafeeec53768dbd88fc223144a1366b authored over 9 years ago
Reformatted code to comply with coding standards

github.com/partkeepr/PartKeepr - c9034ae0955baeb51017cc1707ae378c1e75a0c3 authored over 9 years ago
Added category path listener for the storage location categories, fixed storage location category grouping

github.com/partkeepr/PartKeepr - 9c4435793a2f7b433973b45b856c7330f3fb20ac authored over 9 years ago
Added storage location image service, fixed storage location image functionality

github.com/partkeepr/PartKeepr - 9a4eea6c133543f977fde29c6a914da95f2d30d8 authored over 9 years ago
Fixed parts display for the storage location contents

github.com/partkeepr/PartKeepr - 19ab6cc9f1e936c6d333850d5bd297f7ea0f976c authored over 9 years ago
Refactored the part entity to its own bundle

github.com/partkeepr/PartKeepr - d93b0f6571e80e14f60f980848d77c9ad9b0df45 authored over 9 years ago
Removed storage locations from default groups to increase performance

github.com/partkeepr/PartKeepr - 0a186cfbb58fd0d3d7176b00bd8b57a3e6ce2cee authored over 9 years ago
Initial implementation of hierarchical storage locations, re-added category POST operations

github.com/partkeepr/PartKeepr - 26136607dc0041ae815dcdbca235abae1b01efa3 authored over 9 years ago
Implemented virtual root node to get rid of hardcoded root category. Note that ExtJS cannot replace the ID of a tree's root node when loading via AJAX, so that's why we wrap our PHP category root node one level deeper.

github.com/partkeepr/PartKeepr - 85bfb7877604abf613f4880325ed4656b12dd6bc authored over 9 years ago
Merge branch 'sf2migration' of github.com:partkeepr/PartKeepr into sf2migration

github.com/partkeepr/PartKeepr - 70fffef00f67d452086c70d497c62de07023c602 authored over 9 years ago
Fixed the inversedBy mapping

github.com/partkeepr/PartKeepr - 24452d37c1906bc133b49a14edbd4864ed40bd2d authored over 9 years ago
Fixed VersionEye link

github.com/partkeepr/PartKeepr - e9c944dfc97ee5893a9962c8bd491d6fa6a68806 authored over 9 years ago
Delay grid reload until the footprint has been saved

github.com/partkeepr/PartKeepr - 1c10db22ac21e12c422b9ff43b51ae46bb939ac4 authored over 9 years ago
If the item is null, don't attempt to do any operations with it

github.com/partkeepr/PartKeepr - 785422b12d94170082192f21b094e86502b6b2eb authored over 9 years ago
Implemented drag'n'drop of footprints onto categories

github.com/partkeepr/PartKeepr - f1e5b9b81140641f9208a926286690e08635bfee authored over 9 years ago
Respect the passed width and height for the error messages

github.com/partkeepr/PartKeepr - 689319776c979b2f2b74874a9d90a11ff8137f1f authored over 9 years ago
Return an image with 404 not found response if the file can't be found.

github.com/partkeepr/PartKeepr - 20076aa38fc9732463dd921853e6f0d32ad25df0 authored over 9 years ago
Refactored footprint category controller to a single, global category controller which can be used by any entity which uses categories

github.com/partkeepr/PartKeepr - 4b5e4b40cf2b64419de0067ed0597fc80cf2fda0 authored over 9 years ago
Migrated storage locations to their own bundle, added tree implementation.

github.com/partkeepr/PartKeepr - 9f5fbd9e1e2288e122fdda7f51dffd467d9be86c authored over 9 years ago
Order by the correct categoryPath property, disable automatic page size feature to avoid starting on page 3

github.com/partkeepr/PartKeepr - 3343a3635fe521cee5e6e049ddbdc4a8b80713ce authored over 9 years ago
Fixed bug where multiple sorters overwrite each other

github.com/partkeepr/PartKeepr - 79c2430e61bb6012fdebaff7c208250136df65d3 authored over 9 years ago
Fixed one to one association generator

github.com/partkeepr/PartKeepr - d6cc9e4c97dd4e66d6c53f413770b39aa49ca78f authored over 9 years ago
Added method to return the category path

github.com/partkeepr/PartKeepr - 0c73fb3e3f9f7dfb11714cc5444253ca1739e662 authored over 9 years ago
Added replacement and additions for 1:1 imag relations

github.com/partkeepr/PartKeepr - c06ef811d7e81e5ba4d750ee35ebfca31f9b2223 authored over 9 years ago
Implemented getImage for the footprint image

github.com/partkeepr/PartKeepr - f39ffce04eba9bd04c39327c0f8c2fd46dac4985 authored over 9 years ago
Added one to one relationships

github.com/partkeepr/PartKeepr - 7808efee98fb0bffd72522eab55fb92c97cecad9 authored over 9 years ago
Refactored getEntityClass to be protected, fixed code style

github.com/partkeepr/PartKeepr - f7fbe72e1058fd2d32696d15ed121fa19960263a authored over 9 years ago
Added newline at the end of the file

github.com/partkeepr/PartKeepr - d4d3feffd31dcff331a6efefb76d00edec954fee authored over 9 years ago
Removed old extjs copy

github.com/partkeepr/PartKeepr - ad2d3ec2da151fab986175e9b4986ff6defee10f authored over 9 years ago
Removed doctrine migrations

github.com/partkeepr/PartKeepr - 98c925ab86cb3871bd4051289530355954b692a3 authored over 9 years ago
Changed default secret to make Sensio Insight happy.

github.com/partkeepr/PartKeepr - 5d74405a2c6d7d3bea5b44595a2c41baf20827c1 authored over 9 years ago
Removed obsolete code

github.com/partkeepr/PartKeepr - ba0e5fd7da6a9a2c355a354fc308735024afb3ac authored over 9 years ago
Cleaned security settings for now

github.com/partkeepr/PartKeepr - 308ebad5d62e3c0bb010c0c579fcaec1ec79aef6 authored over 9 years ago
Return the full path as defined by the base tag.

github.com/partkeepr/PartKeepr - b720f841472e515f0dd2db2d794d81eae7dfddf5 authored over 9 years ago
Check if the returned value is valid prior invoking the property accessor

github.com/partkeepr/PartKeepr - 658d961f7b39b91f77c563a8ea106c1afc42369e authored over 9 years ago
Refactored the updateCategoryPaths method to not include the EntityManager, because Sensio Insight doesn't like that

github.com/partkeepr/PartKeepr - 35873d8f9a1a95bfa6e6ab69c2ebca2dbc863876 authored over 9 years ago
Filter by the children IDs, refactored hardcoded root node URL to dynamic URL

github.com/partkeepr/PartKeepr - 1a125c41ecf5675c533d8004d23fcca0b8d5eece authored over 9 years ago
Convert IRIs within the IN clause

github.com/partkeepr/PartKeepr - 03b5db3e0607b4824d22aa393410fc077b770b15 authored over 9 years ago
The category path is now retrieved via the category

github.com/partkeepr/PartKeepr - adf38602c2148dd54b04bfbec16f9947fc66a38c authored over 9 years ago
Added implementation for multiple order by clauses as well as ordering by associations

github.com/partkeepr/PartKeepr - 9f7bcee50e45a01144fe28ed5616213c0e1e6192 authored over 9 years ago
Implemented listener to update category paths

github.com/partkeepr/PartKeepr - fc2d74aac6a6ee6b63cae6d057784ae5e7359fde authored over 9 years ago
Increased size for the resize handle of the Footprint Navigation

github.com/partkeepr/PartKeepr - 1186069188d996003f1a298f02cf93a8e2791455 authored over 9 years ago
Added changelog

github.com/partkeepr/PartKeepr - 07d68143f1ec4f2ba26648ea867b3732db1d9aa3 authored over 9 years ago
Added newline at the end of the config file

github.com/partkeepr/PartKeepr - bcd512c5020a92dabbe46924f168eb27617507fe authored over 9 years ago
Added newline at the end of the config file

github.com/partkeepr/PartKeepr - 832964b261aabe9a24dbaf48a6529b032c426f8d authored over 9 years ago
Added implementations for getOriginalId and getOriginalFile

github.com/partkeepr/PartKeepr - 6daf4dad20974fe5dc4d42fe64bb3e2f75a1e99a authored over 9 years ago
Removed more obsolete code

github.com/partkeepr/PartKeepr - f3f02dd6aad5abed6193df912b7f1bbe6cbfcea8 authored over 9 years ago
Moved CachedImage to ImageBundle, removed obsolete code

github.com/partkeepr/PartKeepr - 795d350ed61f585b85b5959ad3af3a2e52d40447 authored over 9 years ago
Destroy stream and video prior closing the webcam dialog

github.com/partkeepr/PartKeepr - 7d63074c9944ebd4821e933f58c50feff892df85 authored over 9 years ago
Implemented HTML5 video capture and fixed webcam image upload

github.com/partkeepr/PartKeepr - ba8c40a5afdbba28544ca4e3bc390415eb69970d authored over 9 years ago
Added getFile action for footprint attachments

github.com/partkeepr/PartKeepr - a1c41b35936d008298aaefbf012630c7ba278e38 authored over 9 years ago
Automatically remove orphans, allow the footprint to be null for automatic removal

github.com/partkeepr/PartKeepr - 0224c388a6d360d869c1cf215087b0b293f527ba authored over 9 years ago
Made description nullable

github.com/partkeepr/PartKeepr - 23085c66f6b77ed8325daa56f7c6a3128df93115 authored over 9 years ago
Moved description property to UploadedFile

github.com/partkeepr/PartKeepr - b538aa126eda776685d4c0a21fc917da2f676d1d authored over 9 years ago
Fixed footprint attachment uploading

github.com/partkeepr/PartKeepr - b062928a078443667d0c6ce7ed02f6e5d203a572 authored over 9 years ago
Removed printing functionality, this needs to be reimplemented in a proper way later

github.com/partkeepr/PartKeepr - 44eaae0784c2a4f1ea73075072fa834f8c168bf7 authored over 9 years ago
Removed broken symlinks

github.com/partkeepr/PartKeepr - 26cf96896c3adfa50ee536d1ac5a59ce55f8fb4d authored over 9 years ago
Implemented mimetype service which returns the proper mimetype icon. Fixes #348

github.com/partkeepr/PartKeepr - 9621da0ce4230fa2071c61b470a153636ce4103b authored over 9 years ago
Implemented the temporary file service, removed obsolete code, refactored frontend exception window

github.com/partkeepr/PartKeepr - 9d5f342d315c3496fd144e2dc4c721056d9b9f87 authored over 9 years ago
Forgot to replace Sylius with PartKeepr ;)

github.com/partkeepr/PartKeepr - 12281fd5bfeca744f991e72795e7ef461153ac7c authored over 9 years ago
Version bump for PHP 5.6

github.com/partkeepr/PartKeepr - 06c4e8f867cac76a2c395704d36710573a65d7bd authored over 9 years ago
Re-added footprint delete functionality, removed obsolete code

github.com/partkeepr/PartKeepr - 0d393033bd8e30f496c21f3d220b9fe036ce7232 authored over 9 years ago
Removed the symfony serializer from the requirements, as it is pulled in by the DunglasAPIBundle by default

github.com/partkeepr/PartKeepr - 0b431ce77c65690f65b7e967bd044f300b32f173 authored over 9 years ago
Added missing group for serializing the description

github.com/partkeepr/PartKeepr - fc4aab0f95ce90401404e18756627b118f2aea34 authored over 9 years ago
Implemented new footprint category view

github.com/partkeepr/PartKeepr - f7894298b8c9ae45e18035f09398ac0f073ab71a authored over 9 years ago
Support filtering by IRI for the root associations

github.com/partkeepr/PartKeepr - a7ace8f4631e287b4d7553b57ef8e7eb944d5e6a authored over 9 years ago
Added an advanced search filter for the DunglasAPIBundle

github.com/partkeepr/PartKeepr - a5d0163b706ee93bf19cb0dd09647d9af046e78a authored over 9 years ago
Removed proxy as not needed anymore

github.com/partkeepr/PartKeepr - 6c839ccc557462e628bbb6a56b447d5ec17aa4cb authored over 9 years ago
Re-added footprints to the FootprintCategory

github.com/partkeepr/PartKeepr - 11b7a4bfded91db5fb43338c64e1651908fbb093 authored over 9 years ago
Removed obsolete manager/service code

github.com/partkeepr/PartKeepr - aeebf552009032f532a5eb22dc25d9933ff03fa9 authored over 9 years ago
Migrated FootprintTree to Symfony2 / DunglasAPIBundle. Also fixed the TempImageListeer to act on new entities as well.

github.com/partkeepr/PartKeepr - a27660c6eab709e115cca0c687cccd238ac52909 authored over 9 years ago
Also override the create action in order to read the associations back in correctly

github.com/partkeepr/PartKeepr - b6fd7a524f42164557c162276b04490fb0bd02b1 authored over 9 years ago
Refactored the exception dialog to accept exceptions of the type PartKeepr.data.HydraException

github.com/partkeepr/PartKeepr - e66439fe49b63f0a0d6025cd1e6d399bc3706583 authored over 9 years ago
Use single quotes because we don't want accidential escape sequences.

github.com/partkeepr/PartKeepr - ce29b09ca58f787eab73fd028efe8634e7708598 authored over 9 years ago
Added command to set the password

github.com/partkeepr/PartKeepr - c7beb6b44d9ea47521f1fec197cfc32d0160c5bb authored over 9 years ago
Removed obsolete code

github.com/partkeepr/PartKeepr - f526691d167ef4bd3c52311f3d0a1b8ed217d96f authored over 9 years ago
Removed obsolete code

github.com/partkeepr/PartKeepr - b5b199954b6a913d0aa3b612dea008f3cd3ee4ae authored over 9 years ago
Removed obsolete code

github.com/partkeepr/PartKeepr - 187ba0b21cd485f929e525e9d304e66282dd2e13 authored over 9 years ago
Updated composer.lock

github.com/partkeepr/PartKeepr - 786626a00b374e53d8d02f3f0b2e364aec94f086 authored over 9 years ago
Added phpunit as requirement

github.com/partkeepr/PartKeepr - c209f16bcbb456d3e3b6d6f81d570122fd31d161 authored over 9 years ago
Restructured README to include the PartKeepr logo and updated system requirements

github.com/partkeepr/PartKeepr - 9245841eae32b74f7cfaa04faf79830516749c72 authored over 9 years ago
Forgot to add new sf2 requirement checks

github.com/partkeepr/PartKeepr - b6fd1d7ab5f3bf72c71920967c59a1171ee347f4 authored over 9 years ago
Fixed build status URL

github.com/partkeepr/PartKeepr - 226c366ef3db532beb80309a3cf4c178bf9edf33 authored over 9 years ago