0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
FEATURE Added log module for logging (debugging, warning etc. have been moved to a sensible logging system) [RC] More... about 15 years ago
CLEANUP Got rid of ugly super() [RC] More... about 15 years ago
TUTORIAL - Removed the bad use of super() - changed away from __properties__ [RC] More... about 15 years ago
DOCS Fixed tutorial by removing the use of super() Thanks to Christopher Groskopf <cgroskop at calpoly dot edu> for pinpointing that super is damned bad. [RC] More... about 15 years ago
FEATURE Adapted progen to generate code compliant with new version's conventions [RC] More... about 15 years ago
EXAMPLE Adapted to use __observables__ instead of __properties__ [RC] More... about 15 years ago
DOCS Updated the user manual wrt the new __observables__ variables, and stating __properties__ is now deprecated. [RC] More... about 15 years ago
COSMETICS Added some logging output useful for debugging More... about 15 years ago
BUG FIXES 1. Fixed a bug in logger 2. Made the use of __properties__ deprecated 3. Fixed precedence of properties declared both in __observables__ and __properties__: the former is taken first. [RC] More... about 15 years ago
FEATURE On my way of implementing deprecation of the usage of map __propertiess__, and completing support for __observables__ tuple/list instead More... about 15 years ago
CLEANUP Remove file metaclass_base, by moving all its code into metaclasses.py Having metaclasses split into two modules is actually not needed at all [RC] More... about 15 years ago
VERSION Changed version number to a more realistic "1.2.99", waiting for becoming 1.3.0 [RC] More... about 15 years ago
VERSION Changed version number to (still temporary) 1.2.3 More... about 15 years ago
CLEANUP, REFACTORING Removed any reference to previously introduced View.setup_widgets method that was making a bad design. Now manually created widgets are created in the view's constructor, clean and easy. More... about 15 years ago
BIG RESTRUCTURING Working on new version 1.3 More... about 15 years ago
FEATURE Fixed auto-adapt to ignore properties that have already adapted by the user [RC] More... over 15 years ago
Adding new features (and tests/examples) towards version 2.0 [RC] More... over 15 years ago
FEATURE, NEW TEST Added new property __observable__ to model classes, to specify the list of names of observable properties. This is going to substitute deprecated __properties__ map More... over 15 years ago
NEW FEATURE First experimental version integrating SQLObject More... over 15 years ago
BUG FIX Fixed version constant to 1.2.2 Thanks to [JB] More... over 15 years ago
CLEANUP Changed my email address to fbk.eu More... over 15 years ago
DOCS Integrated docs review by alessandro Dentella More... over 15 years ago
CLEANUP - fixed email - fixed version - removed pyc files [RC] More... over 15 years ago
NEW EXAMPLES Added a few new examples, while adapting the others. All examples come from tests [RC] More... over 15 years ago
DOCS, CLEANUP * Documented differences wrt simple.py * Shown text is sensible [RC] More... over 15 years ago
NEW TEST For adapters provided by Alessandro Dentella <[email protected]> [RC] More... over 15 years ago
BUG FIXES More... over 15 years ago
BUG FIX Fixed pkg init files More... over 15 years ago
DOCS Fixed some docs More... over 16 years ago
DOCS Fixed introduction to include new recently added sections. More... over 16 years ago