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

Add missing entity classes to PartKeepr.

This fixes an issue while updating a PartKeepr installation from the
previous version to this ve...

github.com/partkeepr/PartKeepr - 1cd0188e11b2f5a8e7b5e7bb0a21614fb9185113 authored almost 12 years ago
Refactoring and Bugfixing: Fixes the pending Bugs with the listeners in the other combo boxes too. Additionally uses a common base class for common code now.

github.com/partkeepr/PartKeepr - d98657e09ea987ab305e5230bc8dd0e9c50abb89 authored almost 12 years ago
Fixes a null object exception on FootPrintComboBox.

The listeners are not automatically removed from the store and since the
store has a much longer...

github.com/partkeepr/PartKeepr - 45a495ac068af77bcc634c16dfe5eccf857f2772 authored almost 12 years ago
Fixes a null exception if this was destroyed before the timer has been executed.

github.com/partkeepr/PartKeepr - d8df275ea2be3a1795df742edaa818764a2056cd authored almost 12 years ago
Add quick printing buttons to the part editor.

Now we can print a part while saving it and also from inside the editor
window once it has been ...

github.com/partkeepr/PartKeepr - 3b1915b76751bd76e1ddae9362707ff566add769 authored almost 12 years ago
Add context to the PrintingWindow preferences to help us identify a special use case or workflow.

The current default behaviour without setting context is the old one.

github.com/partkeepr/PartKeepr - 13182005373baf2e508a898eddf275d707748e21 authored almost 12 years ago
Move the rendering stuff to a directory outside of the main PartKeepr searchpat.

This will temporally disable these renderer, but they can simply reactivated
by adding a symlink ...

github.com/partkeepr/PartKeepr - abb78ed95314ec1c72a0076fab29dc58b6dc89b8 authored almost 12 years ago
Moves every printing renderer to a specific directory.

Additionally removes the if(..) return from the PDFDefaultRenderer.
The next step will be to mov...

github.com/partkeepr/PartKeepr - 31fdbdd70ad52c9a42921a869a028e8773e12895 authored almost 12 years ago
Set pdf margins to 0, this will prevent problems with barcodes or text on the borders.

github.com/partkeepr/PartKeepr - 1b144e9d4531226ef29e5a2bd7efb0e413c69636 authored almost 12 years ago
Add missing entities to the PartKeepr class.

github.com/partkeepr/PartKeepr - 1b7e8c1752dd3e793f49481756a5dc8245f98e22 authored almost 12 years ago
Include PDF rendering stuff only if the correct configuration is set.

This will keep PartKeepr running also, if TCPDF is not installed. PDF
printing is then not availa...

github.com/partkeepr/PartKeepr - 95ada07e773e54cb590fd76782ec6c63b827861c authored almost 12 years ago
Cleanup PDFDefaultRenderer and make the methods to render object independent.

Now the renderer is flexible enough to use the configuration to describe the
label for many commo...

github.com/partkeepr/PartKeepr - ddaf71cb8ec5a1949ec237aa93c44ecca6441d79 authored almost 12 years ago
Makes ZebraLabelWriterRenderer more general and add rendering of StorageLocations to it.

github.com/partkeepr/PartKeepr - 911b4ca6cb21367ea124b8d5640d7ff20972193b authored almost 12 years ago
Adds StorageLocation to Placeholders. Now the data of the StorageLocation is accessible again.

github.com/partkeepr/PartKeepr - 74dde53dc9f78d463e3e2bcadf40d1dfa04a26dc authored almost 12 years ago
Extend placeholder class to support custom formatting of the content.

github.com/partkeepr/PartKeepr - 1fb0391973a8d3e2392e6efdde263d5942e3e696 authored almost 12 years ago
Adds missing use or i18n.

github.com/partkeepr/PartKeepr - 9585431441b80ff7315b2c8bfda4356ea836d4e7 authored almost 12 years ago
Adds comments to make build system happy. Additionally some comments are improved.

github.com/partkeepr/PartKeepr - fa7e038b7e413ea9fa405dac048b4ba890e58ec0 authored almost 12 years ago
Moves the abstract renderer out of the firectory with the renderer to prohibit warnings from the renderer class finding mechanism.

github.com/partkeepr/PartKeepr - 2fc87ea82572cd0291d07cd29cc33cc123101492 authored almost 12 years ago
Removes the require_once from the RendererFactoryRegistry and also removes the global execution code.

Global execution code is a source of problems and since we have found a
clever way to use the cl...

github.com/partkeepr/PartKeepr - c256e4fc3bf22f0d5d52b413d20bf026d37b9055 authored almost 12 years ago
Merge pull request #275 from Boldie/master

Implementing a way to print labels as PDF

github.com/partkeepr/PartKeepr - e36f073deb581c23a9699ccdabe9d4d86b8dab04 authored almost 12 years ago
Implementing a way to support notification / listener for a client.

The client can use the EventNotificationService to register to one or more
events and can then u...

github.com/partkeepr/PartKeepr - 3738389008f30df5f0e184133b20236769f2c310 authored almost 12 years ago
Change the Printing window dialog to show the target "Download to file" as an explicit selectable field.

github.com/partkeepr/PartKeepr - 6a3cc1261cd5acd6294c4c832a4ea1f62e2738ab authored about 12 years ago
Rewrote PrintingExecutor.js to use the ServiceCall. This is more useful and direct and also enables error checking by the frontend.

github.com/partkeepr/PartKeepr - 95831f623427140f7c368e4c7e3e28ab3aafce04 authored about 12 years ago
Move PErcentOrNumericHelper to Utils directory.

github.com/partkeepr/PartKeepr - 276ffef314fa0e2db3b5256ad57cbe68ab208977 authored about 12 years ago
Move placeholder replacement and which ifo is replaced to a dedicated class for reuse.

github.com/partkeepr/PartKeepr - 6b7903c8432185deb4e200e378ba2de77c41eaf1 authored about 12 years ago
Move decoding of configuration data for the Renderers to the renderer itself.

This makes an interpretation of the configuration data more flexible.
Now the renderer can use i...

github.com/partkeepr/PartKeepr - 47f4de2649fa3dd89bf83d5d970522e4f37518d2 authored about 12 years ago
Refactoring: Move some code to a dedicated static method which makes reuse easier.

github.com/partkeepr/PartKeepr - e5c0ac6888e7fb9d06a2c3543ced76c302387d96 authored about 12 years ago
Store the last selected printing configuration and target to the users preferences.

github.com/partkeepr/PartKeepr - 80a0c250ebb6174e64e1d5a857052ac08f670e5a authored about 12 years ago
Open the rendering plugin for passing an arbitrary amount of object data.

This also includes, the plugin can now request a desired configuration item
by itself. The fronte...

github.com/partkeepr/PartKeepr - a4f8684e32fafa2387b24e4bc53f016d89ca1333 authored about 12 years ago
Show only online users in target drop down box for printing.

github.com/partkeepr/PartKeepr - 283fadb241c93963cab48ff9e919744c25e36af3 authored about 12 years ago
Creates a new simple renderer for Zebra printers. The renderer will create

raw ZPL code which can be sent direclty to a Zebra printer.

github.com/partkeepr/PartKeepr - 8232d7551a8a651370b957e7a0d55c614653c49c authored about 12 years ago
We can now create PrintingJobs if we want to print something.

Such a job is supposed to be executed by a special service which enables
us to forward the file t...

github.com/partkeepr/PartKeepr - 3a3ca013b6794e19aacdf068e60668b74efdeef1 authored about 12 years ago
Fix printing dialog and its layout.

github.com/partkeepr/PartKeepr - 471a3d13f050b1b1dbb79d7ed6532cb6665b9a91 authored about 12 years ago
Adds a lastSeen field to the user, which is always updated if a service will be called for a logged in user.

This field will later be used to determine if a special client like a printer
service is online ...

github.com/partkeepr/PartKeepr - 0dce94080f93420d584e257f23f98359c8bef31a authored about 12 years ago
Fix an erroneous comment.

github.com/partkeepr/PartKeepr - c36991750fc68c92bc2b1128a9f055dc54f2bc6f authored about 12 years ago
Rewrote UserManager / UserService to use the AbstractManager.

github.com/partkeepr/PartKeepr - 7e43788dddcbf15e941fb245a658233b81a42053 authored about 12 years ago
Fixes FilterExtractor to work as expected.

github.com/partkeepr/PartKeepr - d9b4eeeed005f9a3e54b346da0aae020d61a0df5 authored about 12 years ago
Adds a more sophisticated method to describe the labelling using html text for

the parts labelling. This gives the user a higher degree of freedom while
customising its label.

github.com/partkeepr/PartKeepr - e82cb2736a5ee33fee9b4ec6e2102906ca6621c9 authored about 12 years ago
Adds a new helper class to work also with relative and absolute values from

one parameter to give the user more flexibility while positioning things.

github.com/partkeepr/PartKeepr - fbc17fef30c3be29ac41879af4c81a51e99d8cf5 authored about 12 years ago
Adds a trigger_error if the TCPDF define K_TCPDF_CALLS_IN_HTML is set to true to ensure nobody will open a security hole.

This flag enables the usage of an extended version with inlining function
calls to php (which wi...

github.com/partkeepr/PartKeepr - b0ac094251fe03b3f995b6461aa6ad49725c4ec2 authored about 12 years ago
Add a search / replace for the rendered text used for the parts. The text can now be user defined.

github.com/partkeepr/PartKeepr - e818f3ba625dc3d6a0c95bde3b8384b0ca0f1c82 authored about 12 years ago
Adds getFootprint to the Part class to access the footprint composite.

github.com/partkeepr/PartKeepr - 9af01168faff93c721c75a0ad3fecad9ee6ef862 authored about 12 years ago
Fixes an error in Frontend while creating a new Printing configuration.

The store is only loaded, if a newValue contains something. Otherwise
we would receive an except...

github.com/partkeepr/PartKeepr - aae0659cf030018a6b8de65ae54f87a97820d61f authored about 12 years ago
Enable filtering in Printing Window to show only valid configurations for this printing job.

github.com/partkeepr/PartKeepr - f0a7118b878d63a9c9e28382de9052fa9c281470 authored about 12 years ago
Rewrote PrintingJobConfigurationManager to use the AbstractManager.

This reduces code duplication and let us use the integrated filtering
meachanism.

github.com/partkeepr/PartKeepr - 1b54858d5145ca8f645edce6f602bf0ab78a157d authored about 12 years ago
Adds an extractor class which enables us to extract filters from the parameter filter

stored inside a Service class instance.

github.com/partkeepr/PartKeepr - a8209c9c8351bc02457d4a8fb6dd516b02c5b8d5 authored about 12 years ago
Add example rendering of parts to our PDFDefaultRenderer.

github.com/partkeepr/PartKeepr - ec9269cc0ed49f23a102de3ee23937ae4b1381e6 authored about 12 years ago
Adds possibility to print parts from the main PartList using the context menu.

github.com/partkeepr/PartKeepr - 8a699fbb18a97e84e473e485d8bfa79b0996d53b authored about 12 years ago
Create a Window for selecting the Printing Configuration instead of selecting it in the window itself.

This adds one more click to the workflow, but it makes implementation at
different locations mor...

github.com/partkeepr/PartKeepr - f5af30d49037a1f77ac09335b14e3800d0a7185c authored about 12 years ago
Adds label printing to the project.

For printing labels, the library TCPDF is necessary. We add a first step towards
have the possib...

github.com/partkeepr/PartKeepr - 591c85de3b1e1ed8ec9f51dd428b2189a3a25494 authored about 12 years ago
Refactoring: Move the printing execution part out of the PrintSotrageLocations

to use it later on.

github.com/partkeepr/PartKeepr - 909f94b18199cd66ea46ecb143db33fe32889361 authored about 12 years ago
Add support for paths to the controller while calling the rest or the service interface.

Previously, the service or restService can only be accessed if the FooService class
is located i...

github.com/partkeepr/PartKeepr - 140acee0fa5dc829d066e09624e7543a0e8878cd authored about 12 years ago
Remove a double http:// from a documentation file.

github.com/partkeepr/PartKeepr - 245ab2973024a14af363b20e7e21aba7bc255099 authored about 12 years ago
Typo in comment.

github.com/partkeepr/PartKeepr - 0172b4ba06a287e9f9d2a1412c959efb1835d946 authored about 12 years ago
Fixed full_debug in the frontend

github.com/partkeepr/PartKeepr - ae1bcfc9c787a3be47de5e0c583f53bb812c87da authored about 12 years ago
Added tooltip for the attachment column

github.com/partkeepr/PartKeepr - ef6bda69d603f3b0373b8869bd8922d465653080 authored about 12 years ago
Added tooltip for the attachment column

github.com/partkeepr/PartKeepr - 1727b773c53f57f5a0df0c3900c2039f687adc74 authored about 12 years ago
Added tooltip for the attachment column, added icon for the attachment column, added missing closing tag for img

github.com/partkeepr/PartKeepr - 5e25c1d9d5ef14696cc9dfbe254dae16eea6e24f authored about 12 years ago
Wording adjustment, added i18n

github.com/partkeepr/PartKeepr - 88e572f65e66969f330595b11b458c2d7dd35b36 authored about 12 years ago
Merge pull request #267 from mwolff79/partcondition

Added partCondition field to be used for part condition. i.e. New. Used,...

github.com/partkeepr/PartKeepr - 38c8024fe68b8b55134eaf98621ab61591fb9570 authored about 12 years ago
Re-added flex to name and description in PartsGrid, removed my mistake.

github.com/partkeepr/PartKeepr - 11b756d304c5b92d2b483383d5fc3cd98ac3b56c authored about 12 years ago
Replaced "R" in needsReview colum with Checkmark image and added tooltip.

needsReview column should now sort.
Moved needsReview under cpartCndition on Parts Details.
Remov...

github.com/partkeepr/PartKeepr - cd73d3a780d944aacd9eec8ced7b0e3e85f52c94 authored about 12 years ago
Fixed Typo.. mybad SetValue now = setValue

github.com/partkeepr/PartKeepr - dda728b6b4af6aa43e6446b2e62855a97dc085f8 authored about 12 years ago
Added partCondition field to be used for part condition. i.e. New. Used, etc.

Part status can now be used for Active, Discontinued, IN-Production, etc.
Added part filtering fo...

github.com/partkeepr/PartKeepr - 32ad6bd267aba5c2c6f99f32018b683528575366 authored about 12 years ago
Create the image flag after the attachment has been updated, not before

github.com/partkeepr/PartKeepr - 333f5d8efdf196a1d6a398b9060ad78f242ffc1c authored about 12 years ago
Added footprint filter to the part filter panel, fixes #264

github.com/partkeepr/PartKeepr - ed99f5541d28cbba4ecc46264bc260f0cade468e authored about 12 years ago
Made footprint deletion work again, fixes #265

github.com/partkeepr/PartKeepr - ad01683d505ec58b0b79697c9733b7ee1cede2fc authored about 12 years ago
Fixes a bug, probably with never PHP versions, or I did mess something up. No matter what caused the problem, it's fixed now.

Mainly this bug is caused by an empty $_FILES array on the PHP side, even if no file was specifi...

github.com/partkeepr/PartKeepr - 30bfc94194d1f538e0f4af005212d54ffae57da4 authored about 12 years ago
Optimized the system notice button's fading so that it doesn't eat CPU cycles when not visible. Partial fix for #262 and #241

github.com/partkeepr/PartKeepr - ce2e0d91e7ad83cd25dc9f633cdb8c6ab47af00b authored about 12 years ago
Work around a memory leak / high CPU usage, partial fix for #262 and #241

github.com/partkeepr/PartKeepr - f0417a2f05eac2214fde5934072315e9fca500ce authored about 12 years ago
Merge branch 'master' of github.com:partkeepr/PartKeepr

github.com/partkeepr/PartKeepr - c793b2a71023cf88a52520bc9de6abfe2097176e authored about 12 years ago
Return the error number when an unknown exception is thrown, and check if the "error" array key exists in uploaded files.

github.com/partkeepr/PartKeepr - a366def87078bc386c42d1fb5696715c16e167a5 authored about 12 years ago
Update documentation/developer/INSTALL-UBUNTU

github.com/partkeepr/PartKeepr - 700ebdae8aa4d1cf2499c816143d42ad2e5da9e4 authored about 12 years ago
Merge branch 'master' of github.com:partkeepr/PartKeepr

github.com/partkeepr/PartKeepr - 1299b22a43d0d9a7f3d244b564ef0a46fbfee68e authored about 12 years ago
Explicitely check for Doctrine/Symfony/Component/Console/Command/Command

github.com/partkeepr/PartKeepr - 37378270ae2a63d46eaa818c2ee6f7ba671177a5 authored about 12 years ago
Check unit tests prior release

github.com/partkeepr/PartKeepr - 6be9bd14502b84978c2afdf6baf1c5db235b5d0c authored about 12 years ago
Use passthru() instead of exec() to get information about the progress

github.com/partkeepr/PartKeepr - 756526a688dd95a9ad0f6afd8e2031b4c59489eb authored about 12 years ago
Removed obsolete formatter

github.com/partkeepr/PartKeepr - f3195a19a558b6170c942860d93dc1cef8c96497 authored about 12 years ago
Updated to latest ext-wizard master

github.com/partkeepr/PartKeepr - 33a1cec5e1ce5593cefe86be16af4624a1d70ec8 authored about 12 years ago
Reworked title header bar to show well with ExtJS 4.1, fixes #250

github.com/partkeepr/PartKeepr - 11d3eba455e3d140fd2c15eee270b33d3fa5069a authored about 12 years ago
Moved to latest (and probably last) version of ext-wizard

github.com/partkeepr/PartKeepr - b1062bcba64a4bfee3d580af7fef83fd8c3d4e9f authored about 12 years ago
Reworked the parameter cards to ExtJS 4.1

github.com/partkeepr/PartKeepr - 6aab397f5ce535e47f0ae327fce8c120624bc1df authored about 12 years ago
Merge branch 'master' of github.com:partkeepr/PartKeepr

github.com/partkeepr/PartKeepr - ec070a451f49d14bfd4082d8cbaa02dbeb0480a6 authored over 12 years ago
Updated wizard

github.com/partkeepr/PartKeepr - d69f703e79956a6c159c867641549821682ea6f2 authored over 12 years ago
Update documentation/QUICK-INSTALL

This file is obsolete, as it describes the installation from pre-setup times. Updated with more ...

github.com/partkeepr/PartKeepr - 55bc352b2e8fa88e194e21ecba8828af4270f4c7 authored over 12 years ago
Merge branch 'master' of github.com:partkeepr/PartKeepr

github.com/partkeepr/PartKeepr - 5aec91f3fd2e194b21f3e4f2cbc6d25044800b93 authored over 12 years ago
Allow both array and single value parameters

github.com/partkeepr/PartKeepr - d153d73e520ff26f6d77de995fe2859c3e52d6d7 authored over 12 years ago
Added updated instructions to use partkeepr.php instead of doctrine.php in the future

github.com/partkeepr/PartKeepr - 65295fbbc3ff34078b91fd37e29ac8db030fc033 authored over 12 years ago
Added a notice about the possibility to re-start setup at any given time.

github.com/partkeepr/PartKeepr - 906c6dd03cc1323fca1182794dd46b33439393a6 authored over 12 years ago
Moved index.html to index.php to make it more obvious that you need to use this file instead of setup.php; fixes #243

github.com/partkeepr/PartKeepr - b5996132908f6934090a36bcc81fa8d3c096bfce authored over 12 years ago
Removed automatic username translation; fixes #246

github.com/partkeepr/PartKeepr - 8af86d35b6998da5958a9d3d29637a63c59df7df authored over 12 years ago
Use the id instead of the name, fixes #244

github.com/partkeepr/PartKeepr - 2e4bcd5af3b3fe408c6c87f0dcef1945aaf40015 authored over 12 years ago
Added forgotten images

github.com/partkeepr/PartKeepr - 1d96fc4811eba49e2cd3211c0334d134c8f49091 authored over 12 years ago
Added documentation for the auth API call

github.com/partkeepr/PartKeepr - 1cc45d53f5535912bea11ee15baf8a5ce4851ad1 authored over 12 years ago
Initial CLI service functionality. No API calls can be made yet; this is only for API call documentation

github.com/partkeepr/PartKeepr - d32a4fdf355d9370dfeb1660c6d2e0f28e0aa374 authored over 12 years ago
Some minor cosmetic adjustments to the preferences

github.com/partkeepr/PartKeepr - e2e4c95f436892eb12466339445e2596a1aee462 authored over 12 years ago
Added compact layout user setting, fixes #185

github.com/partkeepr/PartKeepr - 972c60c18040cdb6e547fd457dfe3635dbb20a8b authored over 12 years ago
Reworked CLI stuff in order to have a separate generate-proxy command as well as partkeepr-related commands separated from doctrine

github.com/partkeepr/PartKeepr - 5b54461ec8e82e967e048481be1a45fc6fa8aae8 authored over 12 years ago
Don't add all ux files, just the ones we need

github.com/partkeepr/PartKeepr - 8f50b900c865cd29e299504d7f9440b0eb41fcb5 authored over 12 years ago