Skip to content

Commit 608d2d5

Browse files
author
fr
committed
2021-05-05:
- fixed structure-to-CAS-No. conversion - fixed querying abcr, Alfa-Aesar, Fisher Scientific and NIST Webbook - added option to print multiple PDF pages from the lab notebook in one go - changing a lab notebook owner now possible - updated installation instructions in INSTALL/INSTALL.html - minor fixes 2021-02-09: - fix for substance data querying, invalid cookies caused an unhandled exception - on the way to compatibility with MariaDB 10.5 2020-11-11: - fixed the full package, some changed files were not applied correctly - fixed the installation script, now also works on CentOS 8.2 correctly No differential update, as it was not affected. 2020-10-30: - supplier and literature scraping rewritten for PHP7, to reduce amount of warnings logged and make the code more readable - search criteria converted to combobox (Thanks to Khoi Van for this fantastic idea - even though I implemented it differently) - updated https://pear.php.net/manual/en/package.http.http-request.php and https://pear.php.net/package/Net_URL2 to fix problems with proxy servers/https Warning: this version is no longer compatible with PHP 5.x - which is no longer maintained anyway. Running PHP 5.x is a security risk - please update to 7.x. 2020-07-27: - date format localized, depending on language of user - added missing suppliers, Sigma and Oakwood fixed - minor fixes 2020-07-13: - added the option to import experiments from https://sciflection.com - and to upload lab notebook entries including spectra - much better than just supporting info - optional: installation script, which will download and install the latest version on Ubuntu 20.04 LTS (and possibly other Linux distributions) from https://sciformation-demo.eu - minor fixes 2020-05-03: - fixed a number of robot scripts for supplier catalogs - fixed many PHP7 warnings - update VectorMol and ChemDoodle drawing tools - slightly improved installation instructions
1 parent 6198356 commit 608d2d5

File tree

1,358 files changed

+80013
-75852
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,358 files changed

+80013
-75852
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
customization/
22
!customization/.keep
33

4+
/nbproject/private/

COPYING

100644100755
File mode changed.

ChemDoodle/ChemDoodleWeb-libs.js

-79
This file was deleted.

ChemDoodle/ChemDoodleWeb.css

-5
This file was deleted.

ChemDoodle/ChemDoodleWeb.js

-328
This file was deleted.

ChemDoodle/install/ChemDoodleWeb.css

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/*
2+
//
3+
// ChemDoodle Web Components 9.1.0
4+
//
5+
// https://web.chemdoodle.com
6+
//
7+
// Copyright 2009-2020 iChemLabs, LLC. All rights reserved.
8+
//
9+
// The ChemDoodle Web Components library is licensed under version 3
10+
// of the GNU GENERAL PUBLIC LICENSE.
11+
//
12+
// You may redistribute it and/or modify it under the terms of the
13+
// GNU General Public License as published by the Free Software Foundation,
14+
// either version 3 of the License, or (at your option) any later version.
15+
//
16+
// This program is distributed in the hope that it will be useful,
17+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
18+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19+
// GNU General Public License for more details.
20+
//
21+
// You should have received a copy of the GNU General Public License
22+
// along with this program. If not, see <http://www.gnu.org/licenses/>.
23+
//
24+
// Please contact iChemLabs <https://www.ichemlabs.com/contact-us> for
25+
// alternate licensing options.
26+
//
27+
*/
28+
canvas.ChemDoodleWebComponent {
29+
border: 1px solid black;
30+
}

ChemDoodle/install/ChemDoodleWeb.js

+852
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ChemDoodle/install/uis/ChemDoodleWeb-uis.js

+1,174
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)