0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Some additions to AtomataseInhibition pathway were made More... about 10 years ago
Initial testing of the ModelParameter storing More... about 10 years ago
BugFix: map and unmap methods for Effect object were not overriden and did not work More... about 10 years ago
BugFix: Loading substance data without ObjectProperties caused a null pointer exception More... about 10 years ago
BugFix: WhiteList is now checking for "<" which would imply html or xml content More... about 10 years ago
Methods now have a list of related Effect IDs More... about 10 years ago
Script generated version of Skin Sensistisation QAOP was added to the source. More... about 10 years ago
DocumentedParameterUI and TableModel were modified to work with DocumentedObjectProperties instead. ModelParameters will be entirely depreciated and removed from the code. This simplify the internal data model by providing single universal structure that can handle via extending all data storage needs. More... about 10 years ago
Initial test integration of JavaFX component in the Effectopedia description sections. The idea is to be able to show pages from a few trusted domains: More... about 10 years ago
Remove old embeddedobject package More... about 10 years ago
org.qsari.effectopdia.core.embeddedobjects was was split to tow packages More... about 10 years ago
A minimalistic test implementation of Ambit connection was attempted. It most likely be substitued with a solution directly provided from the ambit team. More... over 10 years ago
DocumentParameterUI and its TableModel have been updated and now allow adding new columns and proper fixed first column behaviour of the table. More... over 10 years ago
New embedded objects are introduced to describe multi - valued model parameters. These classes are similar to ObjectProperties but do not offer integration with search. More... over 10 years ago
Initial introduction of Json import export implementation using jackson library. Not complete... More... over 10 years ago
Current implementation of assigning class ID requires the order of creation of objects in DefaultEffectopediaObjectClass to be preserved. This limits the initialization of a new fields of existing objects when they are from newly created type. To work around this the init method was introduced to EffectopediaObject as well as initDefaultObjects method. They allow initialization of the objects after all default objects are created. The creation of all new classes is currently "commented" for further development in the next release. More... over 10 years ago
Old XML import export Inerefaces along with their implementataions across all classes was removed form the source. The new approach using BaseIO was verified to produce the same results for the centralized database as the original methods. More... over 10 years ago
The new BaseIO save and load methods were compared with the original output from saveAsXMLElements loadFromXMLElemens and were found to produce identical results on all tested examples. More... over 10 years ago
The first XML single file implementation using BaseIO interfaces was introduced. It uses the same jdom package as before but now all dependencies are limited to the three classes in data.xml package. More... over 10 years ago
Preliminary re-organisation of the source replacing the existing loadFromXMLElement and storeToXMLElement methods with universal interface based methods. The new structure should allow different implementations of the import / export formats, using OSGI framework and remove the current dependency on jdom. More... over 10 years ago
renaming of a package More... over 10 years ago
Source generated pathway classes were simplified and now allow generation of multi revision version of the file. However there is a problem with browsing the review history in the current implementation. Further testing is needed. More... over 10 years ago
Just renamed class More... over 10 years ago
Investigation and Study user interfaces were updated to allow editing the lists of associated studies and tests respectively. More... over 10 years ago
Quantitative relationship interface was internaly updated and now have a default empty content and possibility to load Amylaniline example. More... over 10 years ago
Bug Fix: The list of user names was initialized prior to the execution of Effectopedia automatic proxy detection which resulted in not displaying the user names correctly on some systems that utilize proxy. More... over 10 years ago
TestedSubstancesList interface was updated to allow selection of a chemical tested. Future version needs to refer to the cehmical compound (substance) and not to the structure. More... over 10 years ago
The add method of ManageableindexedListUI interface was supplemented with a parameter enableSelectionDialog which allows different behaviour depending on if user is adding a new item to the list or the interface is loaded from existing list. Currently the new functionality is used only in Investigation and Study Lists... More... over 10 years ago
Description sections now support HTML formatted text with no Java Script support and limited CSS styling. More... almost 11 years ago
The navigation interface in the pathway element editors was updated. Double clicking on the effect title (when in view Visual Options mode) allows opening the effect in the editor. ListEditorToolbars were reduced to show only chat and discussion buttons until full implementation of addition is made. More... almost 11 years ago