3
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected 1 day ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup for 0.1.0 release, fix-up documentation for cheese shop More... over 15 years ago
changed base-interface for IBibliography from IMapping to IIterableMapping added interface test for bibliography-folder added missing 'iteritems'-method to bibliography-folder to fullfil interface contract beautify adapter call in bibliograph.rendering More... over 15 years ago
changed base-interface for IBibliography from IMapping to IIterableMapping added interface test for bibliography-folder added missing 'iteritems'-method to bibliography-folder to fullfil interface contract beautify adapter call in bibliograph.rendering More... over 15 years ago
Change character mappings so to remove the "\a" parts of LaTeX accented characters. They don't appear to be necessary and actually cause problems for me when rendering LaTeX documents. More... over 15 years ago
Update package information with newer mailing list address, url, and dependencies. More... over 15 years ago
Moving the _getCommand/_hasCommands implementation from bibliograph.rendering to bibliograph.core so that bibliograph.parsing doesn't have an artificial dependency on bibliograph.rendering. More... over 15 years ago
Moving the _getCommand/_hasCommands implementation from bibliograph.rendering to bibliograph.core so that bibliograph.parsing doesn't have an artificial dependency on bibliograph.rendering. More... over 15 years ago
Moving the _getCommand/_hasCommands implementation from bibliograph.rendering to bibliograph.core so that bibliograph.parsing doesn't have an artificial dependency on bibliograph.rendering. More... over 15 years ago
Fairly large refactoring, including: More... over 15 years ago
Fairly large refactoring, including: More... over 15 years ago
Parser API adherence - define an id and title like all other parsers. More... over 15 years ago
Updated the CHANGES and TODO files More... over 15 years ago
Removed obsolete/unused 'citation manager' parser More... over 15 years ago
Corrected endnote parser to correctly handle keywords - previously it would overwrite all but the last one parsed, and erroneously split keywords containing commas as unique keywords More... over 15 years ago
TestEntry test class, make attributes from all parsed fields, not just the short list we'd previously noted. More... over 15 years ago
clean imports reported by pyflakes More... over 15 years ago
fixed interfaces added tests for interfaces More... over 15 years ago
added simple vocabulary for export-formats More... over 15 years ago
Removed remaining CMF/Zope2 dependent code and general clean-up, removed cruft like un-used includes. Brought back BibliographyParser.Description() as it is used in the import templates. More... over 15 years ago
Updated the todo list - parsers are now utilities and the Refactor of CMFBibliography to use bibliograph.parsing is potentially complete. More... almost 16 years ago
Parsers are now registered as utilities More... almost 16 years ago
* fixed bibliograph.parsing.parsers.bibtex.checkFormat * wrote a test to check the new checkFormat method. More... almost 16 years ago
refactor, removing the ISBN parser, which depends on the Plone AmazonTool product. This dependancy is inconsistent with the goal of building a package independant of zope2 or cmf or plone More... almost 16 years ago
refactor. Removing IBSS parser, which it has been determined is superfluous. Bye bye! More... almost 16 years ago
refactoring. Remove the pyblbibtex parser and all references to it from the bibliograph.parsing package RR says it isn't needed anymore. More... almost 16 years ago
further updates to TODO.txt, no behaviour changes More... almost 16 years ago
Ported bibtex tests to local module (removed CMF dependencies) More... almost 16 years ago
the 'custom entities converter' represented by entities.py has been superseded by the entity mapper found in bibliograph.core.encodings.py. We can safely remove any reference to it, and delete the file from the tree More... almost 16 years ago
We need to protect against users who have not set the environmental variable 'BIBUTILS_PATH' More... almost 16 years ago
bring over bibtex parsing test More... almost 16 years ago