0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 30, 2024 — Aug 30, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactoring: moved exists() to util.py More... over 14 years ago
refactoring: renamed argv to testqueries More... over 14 years ago
refactoring: moved Query(), Results(), Book() and Books() to database.py renamed bottom_up_plan() to generate_textplan() More... over 14 years ago
refactoring: moved sql_array_to_string() to util.py. moved test/debugging functions to debug.py More... over 14 years ago
minor: renamed document_planner.py to textplan.py More... over 14 years ago
removed pydocplanner folder More... over 14 years ago
rearranged code into one folder. up next: refactoring More... over 14 years ago
lots of minor fixes: added __abbrev() renamed update_messages() to apply_rule() fixed test_all_docplans() removed: maxscoretest(), testmsg() More... over 14 years ago
fixed genrule_compare_eval(): generation of docplans seems to work now in most cases More... over 14 years ago
helper function msgtypes now prints information about DocPlan() instances as well More... over 14 years ago
helper function msgtypes() now works recursively for rst relations More... over 14 years ago
helper function msgtypes now prints more info for rst relations: rulename(nucleus,satellite) More... over 14 years ago
helper function genmessages() now returns a list of Message() instances More... over 14 years ago
helper function update_messages() now uses Rule().name as the identifier of a Rule() More... over 14 years ago
Rules() now uses proper names (Rule().name instead of the method's name of a rule generating method More... over 14 years ago
Rule() now has a 'name' parameter. added 'name' to all Rule() instances. More... over 14 years ago
added more rules. removed references to 'id_core'. find_applicable_rules() now accepts both a list of Message() instances as well as a single Messages() instance as input. More... over 14 years ago
in progress: adding new rules More... over 14 years ago
renamed NewRule() to Rule() More... over 14 years ago
not-that-epic fail: fortunately, the "pool of messages" from which generated rst relations are to be removed is not linked to self.input (but to the messages that are fed to bottom_up_plan). More... over 14 years ago
epic fail: NewRule() "works" but since it doesn't have self.input we can't remove the newly created messages from the "input pool" More... over 14 years ago
removed self.inputs from NewRule(), renamed self.aux to self.satellite. self.nucleus und self.satellite now represent lists of (name, Message/ConstituentSet) tuples to allow for simpler rules with boolean OR. More... over 14 years ago
beginning rewrite of Rule() as NewRule() More... over 14 years ago
AllMessages() now adds lastbook_title and lastbook_authors to Message()s that compare books (lastbook_match, lastbook_nomatch) More... over 14 years ago
fixed empty message generation in Messages(). lastbook_title/authors still needs to be added to AllMessages() More... over 14 years ago
title, authors is now added to messages in Messages() BUT empty messages aren't yet ignored. lastbook_title/authors needs to be put in AllMessages() More... over 14 years ago
semi fail: AllPropositions now adds (lastbook)title/authors stuff BUT this way, we'll never have empty messages. More... over 14 years ago
epic fail: Messages() needs to be rewritten. message generation needs to have ONE underlying function, from which ALL exceptions will branch (to cover simple and complex, as well as comparative and descriptive messages)! More... over 14 years ago
added lastbook_id_core to propositions in AllPropositions() More... over 14 years ago
add_identification_to_message: fixed error but still doesn't work! More... over 14 years ago