1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 9 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed login to use DBAPI for authentication... many misc changes. More... about 23 years ago
config file used by web db editor... needs to be modified by user. More... about 23 years ago
setup script for web db editor More... about 23 years ago
Changed how desination directory works More... about 23 years ago
Fixed insertComment(...) -- Wasn't inserting <!--INSERT_FORM_HERE--> for future inserts into the html More... about 23 years ago
Changed script names from *.py to *_web.py to avoid namespace collision with importing DBAPI within DBEditor More... about 23 years ago
added handler hidden tag More... about 23 years ago
Early non-functioning CreateDBEditor (Creates CGI webbased interface to DB) More... about 23 years ago
usual More... about 23 years ago
temperary security messure... Needs MAJOR improvement More... about 23 years ago
Changed handling of foreign keys / primary keys to allow for dynamic quering of database. More... about 23 years ago
year change More... about 23 years ago
MainMenu template for CreateDBEditor More... about 23 years ago
misc More... about 23 years ago
Template for creating session object with CreateDBEditor More... about 23 years ago
Corrected form action (had wrong .py call) More... about 23 years ago
Template for table level menus (CreateDBEditor) More... about 23 years ago
Utility for handling sessions for web db editor (CreateDBEditor) More... about 23 years ago
Earlier version of CodeUtil.py to write python code to handle HTML forms for Web DB Editor. WARNING: EARLY UNSTABLE VERSION More... about 23 years ago
Creates myWebUtil package for use with generated Web Editor (CreateDBEditor) WARNING: EARLY UNSTABLE VERSION NOTE: NEEDS TO BE CLEANED UP More... about 23 years ago
Added new functions to support CreateDBEditor output module More... about 23 years ago
Fixed DBSession.get_objects(...) function More... about 23 years ago
Removed all the DBSession/class factory code. This allows the class factory to import everything without creating a circular reference when the created classes import dbAPI. More... about 23 years ago
Added proper package support to avoid the problem with hacked package import causing problems with __init__'s. Also added support for copying over the split-out class factory as __init__. More... about 23 years ago
Split the class factory out from the rest of dbAPI. This prevents a circular import. More... about 23 years ago
Added support for setting a default package. More... about 23 years ago
Fixed bug with package support Added functionality to set a default package in the reader API. More... about 23 years ago
Allow requesting objects from the database by either a class reference or by a the class factory reference from the session object. (which allows working around the class factory inheritence bug). Turn off warnings by default More... about 23 years ago
Make nested scopes the default. More... about 23 years ago
First stab at initializing pymerase from an XMI file More... about 23 years ago