Sort NamedItems by abbrev first, since that's often what we use.
[chemdb.git] / chemdb /
2012-04-02 W. Trevor KingSort NamedItems by abbrev first, since that's often... master
2012-04-02 W. Trevor KingUse Django's slugify() to sanitize paths.
2012-04-02 W. Trevor KingUse default:"" to filter unknown NFPA warnings in LaTeX...
2012-04-02 W. Trevor KingFix O (for other) -> S (for special) in LaTeX inventory...
2012-04-02 W. Trevor KingUse yesno instead of default to format inventory mutage...
2012-04-02 W. Trevor KingUse Chemical.abbrev instead of .name in LaTeX docs...
2012-04-02 W. Trevor KingAdd LaTeX escaping for the dot operator and mark latex_...
2012-04-02 W. Trevor KingAdd related_names to ManyToManyFields for eventual...
2012-04-02 W. Trevor KingAdd CAS# interface to admin pages.
2012-04-02 W. Trevor KingAdd chemical ID to the chemical instances listing.
2012-04-02 W. Trevor KingAdd ellipsis -> \lots escape to LATEX_REPLACEMENTS.
2012-04-02 W. Trevor KingDon't allow duplicate records for the same CAS number.
2012-04-02 W. Trevor KingFix recieved -> received typos and make NFPA warnings...
2012-04-01 W. Trevor KingChange non-hazardous -> non-hazardous solids in example...
2012-04-01 W. Trevor KingFix `corrosive liquid` -> `corrosive liquids` in exampl...
2012-04-01 W. Trevor KingAdd chemdb.ico.
2012-04-01 W. Trevor KingConvert chemdb from CherryPy to a Django app (easier...
2010-08-25 W. Trevor KingUse type='int' for --port argument. Also cookbook...
2010-08-25 W. Trevor KingRemove CherryPy v2.* support
2010-08-25 W. Trevor KingRan update_copyright.py
2010-08-25 W. Trevor KingFire diamonds now generated with new, PGF-based nfpa_70...
2010-08-24 W. Trevor KingConvert ChemDB from web.py to CherryPy. 0.4