Skip to content

Commit

Permalink
Merge branch 'nextgen' into stable-v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtronics committed Nov 4, 2017
2 parents cbabdb3 + 5fe1ace commit 5251a88
Show file tree
Hide file tree
Showing 72 changed files with 4,184 additions and 4,007 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Part-DB ist eine webbasierte Datenbank zum Verwalten von Elektronischen Bauteile

* Angabe von Lagerorten, Footprints, Kategorien, Lieferanten, Datenblattern, Preise, Bestellnummern, ...
* Baugruppenverwaltung
* Upload von Bauteil Bildern
* Upload von Bauteil Bildern und Dateianhängen
* Automatische Anzeige von Footprintbildern
* Statistik über das gesamte Lager
* Auflistung von: "Zu bestellende Teile", "Teile ohne Preis" und "nicht mehr erhältliche Teile"
Expand All @@ -25,17 +25,19 @@ Part-DB ist eine webbasierte Datenbank zum Verwalten von Elektronischen Bauteile
* Barcodegenerator und Scanfunktion für Barcodes
* Verschiedene mitgelieferte Themes
* 3D Footprints
* Unterstützung von BBCode, in den Bauteilen
* Unterstützung von BBCode, in den Bauteilebeschreibungen und Kommentaren
* Suche mittels regulärer Ausdrücke
* Auflistung von Teilen in einem Lagerort, mit einem bestimmten Footprint oder einem bestimmten Hersteller
* automatische Erzeugung einer Tabelle mit Bauteileigenschaften aus dem Beschreibungsfeld.
* nutzt HTML5, mobile Ansicht
* nutzt HTML5, mobile Ansicht (responsive Design)
* Benutzersystem mit Unterstützung von Gruppen und feingranularem Berechtigungssystem

### Anforderungen

* Webserver mit ca. 10MB Platz (ohne Footprints)
* PHP >= 5.4.0, mit PDO und mbstring
* MySQL/MariaDB Datenbank
* Webserver mit ca. 20MB Platz (ohne Footprints und 3D Modelle)
* PHP >= 5.4.0, mit PDO, mbstring und gettext (intl und curl empfohlen)
* MySQL/MariaDB Datenbank mit Speicherengine InnoDB
* Webbrowser mit Unterstützung von HTML5 und Javascript

### Lizenz
Part-DB steht unter der [General Public License Version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.de.html).
Expand Down
4 changes: 2 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ Part-DB is a web-based database for managing electronic components. Since access

### requirements

* Web server with approx. 10MB space (without footprint images)
* PHP >= 5.4.0, with PDO and mbstring
* Web server with approx. 20MB space (without footprint images or 3D models)
* PHP >= 5.4.0, with PDO, mbstring and gettext (intl and curl recommended)
* MySQL/MariaDB database

### License
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@

"suggest": {
"phpunit/phpunit": "Needed for unittests in development.",
"ext-intl": "Needed for localized datetime formatting."
"ext-intl": "Needed for localized datetime formatting.",
"ext-curl": "Needed for better downloads."
},

"repositories": [
Expand Down
5 changes: 0 additions & 5 deletions css/calculator.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
input[type="radio"], input[type="checkbox"]
{
vertical-align: middle;
margin: 0.2em 0.5em 0.2em 0;
}

img {
vertical-align: middle;
Expand Down
25 changes: 0 additions & 25 deletions development/dokuwiki/auth.php.diff

This file was deleted.

11 changes: 0 additions & 11 deletions development/dokuwiki/readme.txt

This file was deleted.

2 changes: 2 additions & 0 deletions inc/config_defaults.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
$config['appearance']['use_old_datasheet_icons'] = false;
$config['appearance']['short_description_length'] = 200;
$config['appearance']['short_description'] = true;
$config['other_panel']['collapsed'] = false;
$config['other_panel']['position'] = "top";

//part info settings
$config['part_info']['hide_actions'] = false; //Hide actions panel
Expand Down
4 changes: 0 additions & 4 deletions js/sceditor/jquery.sceditor.bbcode.min.js

This file was deleted.

1 change: 0 additions & 1 deletion js/sceditor/jquery.sceditor.default.min.css

This file was deleted.

3 changes: 0 additions & 3 deletions js/sceditor/jquery.sceditor.min.js

This file was deleted.

3 changes: 0 additions & 3 deletions js/sceditor/jquery.sceditor.xhtml.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/sceditor/plugins/bbcode.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/sceditor/plugins/format.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/sceditor/plugins/undo.js

This file was deleted.

2 changes: 0 additions & 2 deletions js/sceditor/plugins/xhtml.js

This file was deleted.

Loading

0 comments on commit 5251a88

Please sign in to comment.