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

Added "review" flag, displaying create date now

github.com/partkeepr/PartKeepr - 4e3be27d06da0974fee1b3c42b4b3ebdf97ed258 authored over 13 years ago by Felicitus <[email protected]>
Added support for unassigned parts

github.com/partkeepr/PartKeepr - 19cbdbb0989f0160025cb2c52344cf966455bf16 authored over 13 years ago by Felicitus <[email protected]>
Added exception message output

github.com/partkeepr/PartKeepr - 22208912c6a154806a86835c52083808deea9bc3 authored over 13 years ago by Felicitus <[email protected]>
Fixed API breach of doctrine

github.com/partkeepr/PartKeepr - 3ba39fa8b7fe5d16cd7e4bc50b66eddd851e7d60 authored over 13 years ago by Felicitus <[email protected]>
Updated demo URL

github.com/partkeepr/PartKeepr - eb44f928a170e5b880d69a548347f4cb0d47a7d2 authored over 13 years ago by Felicitus <[email protected]>
Added editing of the price+amounts for stock entries

github.com/partkeepr/PartKeepr - 6155a9e3389933653f711a3ba141647a7eb7bd21 authored over 13 years ago by Felicitus <[email protected]>
Added part create date+time

github.com/partkeepr/PartKeepr - 804fb81e618d34f4970b279d70152319d2afe372 authored over 13 years ago by Felicitus <[email protected]>
Migrate "supplierpartnr" from the old system

github.com/partkeepr/PartKeepr - 44d2626c36faedad072a5889fca01859ba953635 authored over 13 years ago by Felicitus <[email protected]>
Added status field for the parts (status could be "new", "used").

github.com/partkeepr/PartKeepr - 99b0ac9e3b08a0f6f4513482a391c29256e420bf authored over 13 years ago by Felicitus <[email protected]>
Added correction flag

github.com/partkeepr/PartKeepr - 3abe11978f2099b0b105bace6f62391950568db5 authored over 13 years ago by Felicitus <[email protected]>
Added auto login for release builds because we are using that on the demo site. TODO: Add a demo build so that we can separate production and demo builds

github.com/partkeepr/PartKeepr - 8a45e1b61a2e63d75f922ec47d4c9e6d8cce9a34 authored over 13 years ago by Felicitus <[email protected]>
Fixed login/logout stuff via the connection button

github.com/partkeepr/PartKeepr - bd0959a35f2412422934809063563307b85b2043 authored over 13 years ago by Felicitus <[email protected]>
Added auto-login via configuration

github.com/partkeepr/PartKeepr - 33dd66faf84be49fbe52633fdebbc48df2ad2c0a authored over 13 years ago by Felicitus <[email protected]>
Fixed bug where no part/manufacturer/distributor is linked

github.com/partkeepr/PartKeepr - f1bb3bf8dce284a08dd4061deea23e80d3e49cfb authored over 13 years ago by Felicitus <[email protected]>
Removed auto-login, changed default admin user

github.com/partkeepr/PartKeepr - babe601e4bd4da5d489ae374bb849299a1cf63d5 authored over 13 years ago by Felicitus <[email protected]>
Updated quick installation instructions

github.com/partkeepr/PartKeepr - 8c5b72162a0c5967d97f12e99ba17d4edf2392e2 authored over 13 years ago by Felicitus <[email protected]>
Refactored parts to match the new serialize/deserialize model

github.com/partkeepr/PartKeepr - 294d4bcb9e08cac4b4835a879d4277b73bcd6031 authored over 13 years ago by Felicitus <[email protected]>
Added initial setup class + check for apc

github.com/partkeepr/PartKeepr - 82063d7bbcb36e6f21db7cd11aac3ed67a29c00f authored over 13 years ago by Felicitus <[email protected]>
Added sql data from partDB because we need that for setting up the database right now

github.com/partkeepr/PartKeepr - d1f84eb05b6270ca40fd565c1c243de09da12397 authored over 13 years ago by Felicitus <[email protected]>
Fixed small bug in the statistic service

github.com/partkeepr/PartKeepr - a4c78ec8b84b78323953ab427dbfbcbdf2e8f200 authored over 13 years ago by Felicitus <[email protected]>
Reworked units to match the new deserialize model

github.com/partkeepr/PartKeepr - 013ade7226816a1a5198502732c3e2cea8fb77f1 authored over 13 years ago by Felicitus <[email protected]>
Reworked part unit to new deserialize model

github.com/partkeepr/PartKeepr - 768595a24a253b214394a3376e82862a20b1b225 authored over 13 years ago by Felicitus <[email protected]>
Reworked usereditor to match the new deserialize model

github.com/partkeepr/PartKeepr - 463604882c8cee5dcbddb610b42f4bac68480ec5 authored over 13 years ago by Felicitus <[email protected]>
Reworked distributors+manufacturers to the new method of deserializing data

github.com/partkeepr/PartKeepr - 3994a53e78f8e59ac10beb6be08f85856ab1d102 authored over 13 years ago by Felicitus <[email protected]>
Reworked setup to skip adding an attachment if the source file could not be read

github.com/partkeepr/PartKeepr - b6a70d4b278d394b36a5f5b85300cf899b5e23c3 authored over 13 years ago by Felicitus <[email protected]>
Reworked manufacturers to the new nested record method

github.com/partkeepr/PartKeepr - 57238f61a627c5e3c19149569dbbed1444803adf authored over 13 years ago by Felicitus <[email protected]>
Refactored the way we push information back from the frontend.

Changes:
- We can now use the deserialize interface to deserialize information
- We support nest...

github.com/partkeepr/PartKeepr - 2159771cdfb1884701df82a6b1b1d6450039e353 authored over 13 years ago by Felicitus <[email protected]>
Added a method to retrieve all passed parameters for the specific service

github.com/partkeepr/PartKeepr - 2a5f1bbaf0da65bb0a710790bc2c2f19fe164f1b authored over 13 years ago by Felicitus <[email protected]>
Added deserializable interface

github.com/partkeepr/PartKeepr - 37c6e5014d41b3440cb70110eae34dd169cde9c9 authored over 13 years ago by Felicitus <[email protected]>
Disable caching for images

github.com/partkeepr/PartKeepr - 22b175732e2cf43379848c8de1394a307a7024c7 authored over 13 years ago by Felicitus <[email protected]>
Added a JsonWriter with support for associations

github.com/partkeepr/PartKeepr - ff8041e9e47101de7e121ae8a59dd94bc1ede54c authored over 13 years ago by Felicitus <[email protected]>
Fixed container widths (without that fix, the grid would be rendered but

seems to be empty, because the view is set to 0px width. Probably an
ExtJS bug).

github.com/partkeepr/PartKeepr - 1af19dc3c08883e45df688da9e718ef1d683afed authored over 13 years ago by Felicitus <[email protected]>
Added fix to process both type names for footprints; put out a 404 error

if the file was not found in the database.

github.com/partkeepr/PartKeepr - 774afce6ae03d66dd59935acb41a0ab8833ad1db authored over 13 years ago by Felicitus <[email protected]>
Removed some debugging statements

github.com/partkeepr/PartKeepr - ebbea85fe8d9dd5dbdb2d0780e6ce2027ca56509 authored over 13 years ago by Felicitus <[email protected]>
Put old footprints into an "Imported" category

github.com/partkeepr/PartKeepr - c62327d54ddb2ffbb4abb4da02ef0324fdf5f993 authored over 13 years ago by Felicitus <[email protected]>
Added some more PDIP footprints

github.com/partkeepr/PartKeepr - 2386e9d70ac0b9a8eb778366ac6dffde2473cdad authored over 13 years ago by Felicitus <[email protected]>
Merge branch 'TIMO'

github.com/partkeepr/PartKeepr - 2bb4f235cda72824aa2711719ead1fb710548db8 authored over 13 years ago by Felicitus <[email protected]>
Added missing files :(

github.com/partkeepr/PartKeepr - d881b422e91fd6df37a18b49d58d7603488d5ede authored over 13 years ago by Felicitus <[email protected]>
Merge branch 'CATEGORY-GENERICS'

Conflicts:
frontend/js/Components/Footprint/FootprintEditor.js
frontend/js/Models/Footprint.js...

github.com/partkeepr/PartKeepr - 6692fd0e2d7fb470cfc8d57144c2754206be1d01 authored over 13 years ago by Felicitus <[email protected]>
Misc image-related fixes:

- Display a placeholder image if the specified image was not found
- Added selection of scale met...

github.com/partkeepr/PartKeepr - 91d6f315d38b2d9b9c45a21803658f5b7c6b2005 authored over 13 years ago by Felicitus <[email protected]>
Added view icon for the attachment grid

github.com/partkeepr/PartKeepr - 64e3ed3b7f1909e1c24492fd9df0fdac0071f6b5 authored over 13 years ago by Felicitus <[email protected]>
Added description field for footprints

github.com/partkeepr/PartKeepr - 738ec4cb2b5b198c192319308ef730f3461e4d2e authored over 13 years ago by Felicitus <[email protected]>
Big commit: Added footprint categories

Changes:
- Reworked categories to be more generic. This affects both the PHP and JS layer; we ha...

github.com/partkeepr/PartKeepr - e1efdfe8d637f56f131d0d7a958f789e8fa4e7db authored over 13 years ago by Felicitus <[email protected]>
Fix: Descend into all children

github.com/partkeepr/PartKeepr - bea2bf66037d039311ee9795607b4b63f8e75359 authored over 13 years ago by Felicitus <[email protected]>
Added a few more BGA footprints

github.com/partkeepr/PartKeepr - ebb765448ef0bf2442f1edb7739f258e28b0385f authored over 13 years ago by Felicitus <[email protected]>
Added footprint image support.

Changes:
- Added FootprintImage class + relations to the footprint
- Added Footprint Attachments...

github.com/partkeepr/PartKeepr - 36d57ec1def97d97fd7459c3941eee0e431fb9a0 authored over 13 years ago by Felicitus <[email protected]>
Misc image-related fixes:

- Display a placeholder image if the specified image was not found
- Added selection of scale met...

github.com/partkeepr/PartKeepr - e134d09e49567d8a4951cf14d5745076fcf1dc6d authored over 13 years ago by Felicitus <[email protected]>
Added view icon for the attachment grid

github.com/partkeepr/PartKeepr - 555eb90bcec52c5c1fc3b376bd18184aa74ef44c authored over 13 years ago by Felicitus <[email protected]>
Added description field for footprints

github.com/partkeepr/PartKeepr - 4a6a9df2024e8c8b1ff6ea5ae46fa628c6e5a686 authored over 13 years ago by Felicitus <[email protected]>
Merge branch 'TIMO'

github.com/partkeepr/PartKeepr - b1aff5c795073d0bc58d47b088d02ef51be22e0c authored over 13 years ago by Felicitus <[email protected]>
Removed console.log

github.com/partkeepr/PartKeepr - 3c517588f87166e14a824f3e6f2b5be6ec6f45ed authored over 13 years ago by Felicitus <[email protected]>
Fixed some jslint warnings

github.com/partkeepr/PartKeepr - 7065d9080fac052cf019b6c489b50efa076e9315 authored over 13 years ago by Felicitus <[email protected]>
Added verbose instructions

github.com/partkeepr/PartKeepr - 522d5b994c29b0e1aa53a60fbbe69eab3928183b authored over 13 years ago by Felicitus <[email protected]>
Added sample pre-commit hook

github.com/partkeepr/PartKeepr - 0a4e8646b6d2b0503666589810ef0c672b9a7b4b authored over 13 years ago by Felicitus <[email protected]>
Merge branch 'TIMO'

github.com/partkeepr/PartKeepr - b9a68f229fb8b7790e517b53238d12d1b2341745 authored over 13 years ago by Felicitus <[email protected]>
Put PartKeepr.js on top

github.com/partkeepr/PartKeepr - f7bf55d20a31699ebfde135ec7498e7852810a2b authored over 13 years ago by Felicitus <[email protected]>
Don't use the hardcoded rest.php file

github.com/partkeepr/PartKeepr - cd0f422b229f5e2bd088bba688b51d9bda09e52c authored over 13 years ago by Felicitus <[email protected]>
ExtJS doesn't like header:"" for some reason. Skipping it works.

github.com/partkeepr/PartKeepr - 3bdf93234ca20a420480fd878ecc1040f07e06b3 authored over 13 years ago by Felicitus <[email protected]>
Updated to ExtJS 4.0.2a

github.com/partkeepr/PartKeepr - f99883527daa00a553d10dbb35cb7679082bf355 authored over 13 years ago by Felicitus <[email protected]>
Merge branch 'master' of github.com:partkeepr/PartKeepr

github.com/partkeepr/PartKeepr - 9014a30809a5396bd0f25580aa75072637226bcf authored over 13 years ago by Felicitus <[email protected]>
Merge branch 'UPLOAD'

github.com/partkeepr/PartKeepr - a919f65ce60fb13ce8bec38b92cd34b329d6faec authored over 13 years ago by Felicitus <[email protected]>
Forgot some files to commit

github.com/partkeepr/PartKeepr - 1aeda2eb27f79b2bffe5c5c3eec079e33c309373 authored over 13 years ago by Felicitus <[email protected]>
Added footprint attachments, misc cosmetic changes in files

github.com/partkeepr/PartKeepr - f1444cc1969f4587460bd4a206d2207d840137c1 authored over 13 years ago by Felicitus <[email protected]>
Added footprint attachments, misc cosmetic changes in files

github.com/partkeepr/PartKeepr - 9c98b818d3e042233c53d14fbd1312caf490edfb authored over 13 years ago by Felicitus <[email protected]>
Refactoring bugfix: We use "name" now instead of "footprint"

github.com/partkeepr/PartKeepr - c5ca113947e7db46eaa138e1b5f7d0615795cc7d authored over 13 years ago by Felicitus <[email protected]>
Refactored getName() to getRecordName() as getName() is already used by ExtJS.

github.com/partkeepr/PartKeepr - c9162ccfdfba0cb7a22f31c09324ded97c4bebff authored over 13 years ago by Felicitus <[email protected]>
Refactoring bugfix: We use "name" now instead of "footprint"

github.com/partkeepr/PartKeepr - de31ffddcf9d0a1cef9725fbf183844179556596 authored over 13 years ago by Felicitus <[email protected]>
Refactored getName() to getRecordName() as getName() is already used by ExtJS.

github.com/partkeepr/PartKeepr - f61974ff1c872fc9f9673c5ca02af2f8ca2dbfaa authored over 13 years ago by Felicitus <[email protected]>
Added drag and drop of parts (also multiple parts at once!) onto categories.

github.com/partkeepr/PartKeepr - 2405431f52b5d492709f6d2c726051566bc85c01 authored over 13 years ago by Felicitus <[email protected]>
Added drag and drop of parts (also multiple parts at once!) onto categories.

github.com/partkeepr/PartKeepr - 2209300f03408c3793ccf5732f8c438dde90aab1 authored over 13 years ago by Felicitus <[email protected]>
Fixed typo

github.com/partkeepr/PartKeepr - 406f7af1748dedda271c304b6d030e94f0f384fd authored over 13 years ago by Felicitus <[email protected]>
Added feature to upload files from an url and not only locally.

github.com/partkeepr/PartKeepr - 7b3d97018ddb956e977c71d0f5de4508b6d776ac authored over 13 years ago by Felicitus <[email protected]>
Fixed typo

github.com/partkeepr/PartKeepr - 2810f0bb502a215471c2ae982aa6853315b69505 authored over 13 years ago by Felicitus <[email protected]>
Added feature to upload files from an url and not only locally.

github.com/partkeepr/PartKeepr - 952adff962ce1ff869b432664e622cd1d060630d authored over 13 years ago by Felicitus <[email protected]>
Made the file display window a bit bigger

github.com/partkeepr/PartKeepr - 0dc642809afe7107aaffe6692fade5439a0ed6ab authored over 13 years ago by Felicitus <[email protected]>
Made the file display window a bit bigger

github.com/partkeepr/PartKeepr - 2170dc9f70d5c11761dcdc70f9858d47f3d31488 authored over 13 years ago by Felicitus <[email protected]>
Create the "files" path with correct permissions

github.com/partkeepr/PartKeepr - ad73a416fa95e540a00e4b5d0ce4e9966ebc32f4 authored over 13 years ago by Felicitus <[email protected]>
Create the "files" path with correct permissions

github.com/partkeepr/PartKeepr - 7195c9c5bdbb7e43231b8f25be1771b5170539f8 authored over 13 years ago by Felicitus <[email protected]>
Remove "data" directory when cleaning

github.com/partkeepr/PartKeepr - 6a7d6127cf61248002881fe67534a96dcc0bbfc0 authored over 13 years ago by Felicitus <[email protected]>
We're using "name" instead of "footprint" for the footprint's name now.

github.com/partkeepr/PartKeepr - aada482b521b6ebd69f850c577b7a5f4aba49ec5 authored over 13 years ago by Felicitus <[email protected]>
Some small fixes:

- When a file was uploaded, pass the whole response and not only the id
- Make the window modal

github.com/partkeepr/PartKeepr - 272fc89c744e4d3709c7448ca97b7b32c1acafbe authored over 13 years ago by Felicitus <[email protected]>
Added file uploads + part attachments + many mime types

github.com/partkeepr/PartKeepr - da416f5c6e97585bcd5a40033bbe755be7c5e5a8 authored over 13 years ago by Felicitus <[email protected]>
Remove "data" directory when cleaning

github.com/partkeepr/PartKeepr - 5dcbafcad00d507fc25145ae37fc6f282df6cc2c authored over 13 years ago by Felicitus <[email protected]>
Some small fixes:

- When a file was uploaded, pass the whole response and not only the id
- Make the window modal

github.com/partkeepr/PartKeepr - e0527874b9eedad32b698460b59611ad40f6600a authored over 13 years ago by Felicitus <[email protected]>
Refactored many entities to the new BaseEntity model. Added much documentation and removed quite some legacy code. However, I'm still not satisfied, especially with the Managers.

github.com/partkeepr/PartKeepr - e6b77f77ffc760f826f5bd4ca9d2b306da0dde47 authored over 13 years ago by Felicitus <[email protected]>
We're using "name" instead of "footprint" for the footprint's name now.

github.com/partkeepr/PartKeepr - 3317b6e7304645fe544d50b702e85dcd8facc44a authored over 13 years ago by Felicitus <[email protected]>
Refactored many entities to the new BaseEntity model. Added much documentation and removed quite some legacy code. However, I'm still not satisfied, especially with the Managers.

github.com/partkeepr/PartKeepr - 47d26eebcafb1f220b531037e6f5f8447576c687 authored over 13 years ago by Felicitus <[email protected]>
Refactured the user service and added a new base entity class which knows about the field "id" as well as "loadById" and "getId".

github.com/partkeepr/PartKeepr - ede383802049e0576edc24200b701f46fb368b15 authored over 13 years ago by Felicitus <[email protected]>
Added temporary uploaded file

github.com/partkeepr/PartKeepr - ff9c500dcb42dbcc11c03b5ed2dc9acdeb3d216d authored over 13 years ago by Felicitus <[email protected]>
Put the EchoSQLLogger into the configuration

github.com/partkeepr/PartKeepr - e82a3190acd077a6b0fc84ec95984ca083d104b3 authored over 13 years ago by Felicitus <[email protected]>
Refactured the user service and added a new base entity class which knows about the field "id" as well as "loadById" and "getId".

github.com/partkeepr/PartKeepr - ececae06723bb5ba9cdd6a38e9e1144f48623279 authored over 13 years ago by Felicitus <[email protected]>
Put the EchoSQLLogger into the configuration

github.com/partkeepr/PartKeepr - 1616166fdf04abad010feeb7218c3071df5e1598 authored over 13 years ago by Felicitus <[email protected]>
Added temporary uploaded file

github.com/partkeepr/PartKeepr - cef501a8b236143645e7df343e8d4315c02db63b authored over 13 years ago by Felicitus <[email protected]>
Added "size" information to uploaded files, misc minor changes + documentation

github.com/partkeepr/PartKeepr - 9552c122260d01c7ab71f192a9f2899919996b69 authored over 13 years ago by Felicitus <[email protected]>
Added general file handling, refactored Image to use UploadedFile

github.com/partkeepr/PartKeepr - 8ae8450e1e98c9cfb7e6409963d1b4472097d7d4 authored over 13 years ago by Felicitus <[email protected]>
Added initial installation instructions for DEBIAN 6.0

github.com/partkeepr/PartKeepr - be7dc40e66e7ae92076e98799d32c56501d845b4 authored over 13 years ago by Felicitus <[email protected]>
Small fixes to improve compatibility with PostgreSQL

github.com/partkeepr/PartKeepr - 02e0d74d0c18214e9bc3bae28fa7e657d6928f73 authored over 13 years ago by Felicitus <[email protected]>
Added the big thank you for the name

github.com/partkeepr/PartKeepr - 13dfa567c80664e393ea8cf1bcc2834514345c6c authored over 13 years ago by Felicitus <[email protected]>
Quote the table "User" because it's reserved in most SQL dialects

github.com/partkeepr/PartKeepr - 38eb49d3503671b96e094c1766353e5ad0561bd3 authored over 13 years ago by Felicitus <[email protected]>