0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 12 hours ago.
Aug 21, 2024 — Aug 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finding the data source of EffectopediaObject is now possible using the new function getDataSourceOf. This will be become obsolete when each EffectopediaObject begins to keep a pointer to the parent data source. The new function relies on the new contains method in DataSource class More... over 12 years ago
Some changes were made to the DataSource classes so they no longer work with IndexedObjects but instead all abstract methods are now declared for EffectopediaObjects. This was done since only EffectopediaObject descendents are stored in the data source so it simplifies some of the casts and assignments. More... over 12 years ago
Bug fix: Each new pathway element created in CLET mode when cyclic over element type replaces the old element and reassign the existing links to the new object. More... over 12 years ago
General cleanup of some Generic classes, and declared but unused variables. More... over 12 years ago
Bug Fix: CreatedLive flag was not preserved during SaveAsXMLFile transfer to XMLFileDS causing all subsequent object creations to be skipped by the SearchEngine indexing process. More... over 12 years ago
Initial work on showing location (EffectopediaObject external or internal id) as a part of current navigation address. More... over 12 years ago
Several cosmetic improvements has been introduced. Related Effects interface now has different titles for upstream causes and downstream effects. All subcomponents were made to show consistent terms. More... over 12 years ago
Multiple parametrisations of raw types were made. More... over 12 years ago
ViewUI and DataView now have their own read only property. If it is set to true - ViewUI hides all editing buttons from PathwaySpaceToolbarUI and on double click loads pathway elements in read only editors. More... over 12 years ago
Search in HistoricalDS is now possible. Search indices were selectively copied form original RevisoinBasedDS. This change was implemented with adding additional methods for SearchIndex, SearchIndices and SerachIndex_Hash classes allowing filtered copying of SearchableItems in the indices. More... over 12 years ago
Revision navigator was linked to the newly developed RevisionBasedDS and HistoricalDS classes. More... over 12 years ago
New helper class RevisionBasedDS was introduced. This class manages revisionCache which hold all generated HistoricalDS for a given RevisionBasedDS. More... over 12 years ago
New HistoryDS was introduced. It allows to load all changes up to specific revision number into standard DataSource file which can be used for read only browsing and comparisons. All data source contained objects were updated to support the new addAll feature which takes as parameter either the maxExternalID or revision no More... over 12 years ago
CommandToolbarUI was moved to the top of the application in order to emphasize that all commands are executed for the the currently selected datasource. The publish button was extracted to the main control bar. More... over 12 years ago
- Bug fix: The interface of newly added description sections was not linked to the newly created objects causing loss of changes made in the current session. Another side effect of this miss linkage is the absence of scrollbars when the content is bigger of the visible viewport. Both problems were solved by linking the interface and newly created description section object. More... over 12 years ago
Bug fix The PathwayUI had a readonly property set to true by default ignoring the object and interface settings making association of new pathways impossible More... over 12 years ago
New icons for: showing progress of loading of a remote file, publishing, remotedatabase and local file were introduced in UIResources. The new interface was tested in AuthenticationUI More... over 12 years ago
Effectopedia now accept file name as command line parameter to open in the list of available data sources which is mainly intended for windows wrapped version. More... over 12 years ago
Archive folder was added to the repository for keeping the milestone versions of Effectopedia. More... over 12 years ago
Server side processing of the notification messages was updated to handle action lists. More... over 12 years ago
New list capability was added to the search menu (showing all elements form a certain type in the search results). The new functionality was implemented based on a FilteredIndex class by adding new ClassFilter. More... over 12 years ago
Server side PHP scripts that handle file upload and Effectopedia release versioning. More... over 12 years ago
New HTTP based file upload support was added for Effectopedia publishing and notifications uploading. It is intended to replace the FTP uploading completely due to better server side security control and lower requirements for the firewall exceptions. More... over 12 years ago
New more detailed description of Links is generated in the notifications. More... almost 13 years ago
The ActionTypes defined in multiple EffectopediaObjects and properties were moved from the class definitions to the ActionTypes class. This insures that the creation order of classes in the future won't change the interpretation of action types for files created with the old versions of Effectopedia. All dynamically generated action types were also moved to the ActionTypes class and the ids assigned to the objects. More... almost 13 years ago
[no comment] More... almost 13 years ago
ChangeNote and DiscussionNote are no longer inner classes of Notification class. ChangeNote now has more fields including the pathwayID, pathwayElementID and list of actionIDs which are now inherited by DiscussionPosting. More... almost 13 years ago
Notification generation was tested and some final adjustments were made. More... almost 13 years ago
Few problems were fixed during the intiaial testing of the NotificationManager. More... almost 13 years ago
NotificationManager now activates the server side scripts to acknowledge the submission of a new notification data. More... almost 13 years ago