|
|
(13 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
− | Changes from 0.1.7 to HEAD
| + | This page lists all New and Noteworthy pages. |
| | | |
− | = GUI changes =
| + | :[[New and Noteworthy/HEAD|What's new in the development version]] |
− | == Part Filter Additions ==
| + | :[[New and Noteworthy/1.4.0|What's new in Version 1.4.0]] |
− | | + | :[[New and Noteworthy/1.3.0|What's new in Version 1.3.0]] |
− | * The Part Filter Panel now lets you filter by distributor and manufacturer
| + | :[[New and Noteworthy/1.2.0|What's new in Version 1.2.0]] |
− | * You can now remove the filter criteria for storage location, distributor and manufacturer directly now; previously, you had to click "Reset" to remove an active storage location filter
| + | :[[New and Noteworthy/1.1.0|What's new in Version 1.1.0]] |
− | * You can filter by the part create date
| + | :[[New and Noteworthy/0.77|What's new in Version 0.77]] |
− | * You can filter for all parts where no stock removals have taken place; this is useful to find parts you have never used and which you might remove from your inventory
| + | :[[New and Noteworthy/0.76|What's new in Version 0.76]] |
− | * The part filter columns now wrap to aid with smaller display sizes
| + | :[[New and Noteworthy/0.75|What's new in Version 0.75]] |
− | [[Image:Part-Filter-Panel-Distributor-Manufacturer.png]] | + | :[[New and Noteworthy/0.1.9|What's new in Version 0.1.9]] |
− | | + | :[[New and Noteworthy/0.1.8|What's new in Version 0.1.8]] |
− | == Advanced Part Picker for Projects ==
| |
− | | |
− | * A new part picker has been implemented, which has basically the same features as the regular grid, including the part filter panel.
| |
− | | |
− | [[Image:Project-Parts-Advanced-Part-Picker.png]] | |
− | | |
− | == Advanced Duplicate ==
| |
− | * The "Create from Template" button is now called "Duplicate" and supports duplicating of all part properties, including parameters, manufacturers, distributors and attachments.
| |
− | | |
− | [[Image:Advanced-Duplicate.png]] | |
− | | |
− | == Upload Dialog ==
| |
− | * The upload dialog now explains where the upload limit comes from and how to configure PHP to allow bigger uploads
| |
− | | |
− | [[Image:Upload-Dialog-Limitation-Info.png]] | |
− | = Technical changes =
| |
− | | |
− | == Part Grid Performance Improvements ==
| |
− | | |
− | * Several queries have been optimized, so that the grid should load now much faster on slower systems
| |
− | | |
− | == More cache options ==
| |
− | | |
− | * PartKeepr supports now xcache and memcache and you can now configure them. By default, APC is used (if available).
| |
− | | |
− | == Individual JS Files for the frontend ==
| |
− | | |
− | * The frontend now supports individual JS files, instead of a large JS file. This is useful for debugging and can be enabled with the following configuration:
| |
− | | |
− | <pre>
| |
− | Configuration::setOption("partkeepr.frontend.debug_all", true);
| |
− | </pre>
| |