-------------------
daDrill - Changelog
-------------------

2006-03-21 Sylvain Hall
  - In the edit and add forms, the "volume" field is not there, although it is
    in the database (bibtexVolume):  now fixed
  - Creation and modification date is displayed in paper details
  - Creation and modification date is correctly updated in all add/edit pages
### 0.6 released

2006-03-16 Sylvain Hall <sylvain@leduotang.com>
  - Search function now also looks at the comments, abstract and editor fields
  - Better formatting of a paper entry:  if no author, displays the editors, and
    if no title, displays the book title (for conference proceedings)
  - Non-standard characters are converted to HTML entities in references
  - Editor was not displayed when exporting to BibTeX
  - Paper details page chops long URL display at 80 characters (cosmetic detail)
  - Paper list shows a hollow bullet icon when the entry has no PDF or PS file
  - When writing comments in the comment field, the apostrophes are converted to
    \0 (ieurk) and lots of other quirks in encoding/decoding of text fields:
    now fixed
  - paper-edit.php and paper-add.php generated *lots* of XHTML validation
    warnings: now fixed

2006-03-15 Sylvain Hall <sylvain@leduotang.com>
  - Improved search functionality (the previous one actually did not really
    work)
  - The comments for a paper can now be entered in plain-text Markdown syntax
    and be HTML-rendered (use of Michel Fortin's PHP-Markdown module)

2006-02-21 Sylvain Hall <sylvain@leduotang.com>
  - Created a Mozilla Search Sidebar Mycroft plugin so that one can search
    daDrill directly from Mozilla; the titles of search results are displayed in
    Firefox's search sidebar
  - Modified basic query mechanism to accept GET as well as POST queries
  - Modified reference format function (accolades are stripped before displaying
    a title; begin and end delimiters in comments for Mozilla Search Sidebar)

2006-02-13 Sylvain Hall <sylvain@leduotang.com>
  - Added shortcut icon
### 0.5 released
  
2005-09-18 Sylvain Hall <sylvain@leduotang.com>
  - Documentation

2005-09-17 Sylvain Hall <sylvain@leduotang.com>
  - Copyright notices added in some parts of the code on for compliance to GPL 
    standards.

2005-09-13 Sylvain Hall <sylvain@leduotang.com>
  - Code restructuration
  - Addition of a full-fledged configuration file
  - Support for mysqli (MySQL >= 4) AND mysql (MySQL < 4) extensions, definable 
    in config file
  - Duplicates are now detected when adding an author to the database
  - Auto-add authors (or merge if author exists) with importing a paper
  - Use of bibtex rules for knowing how to separate the name into the first, 
    von, last and jr. parts of the name
  - Language: replaced text by pictures of flags
  - A few stylistic enhancements (iconified bullets; style sheet)
  - Added alternate option for adding paper:  fill in a form instead of 
    providing a BibTeX entry
  - Browse functionality, both for papers and authors
  - Convenient n-column layout for author browse, with number of papers for each 
    author

2005-09-12 Sylvain Hall <sylvain@leduotang.com>
  - Correctly latexify accented characters when importing (e.g. transform all 
    \'e into \'{e} to make sure, for ex, that Sylvain Hall\'e and Sylvain 
    Hall\'{e} are not treated as two different people
  - Allow plain-text search of latexified fields (ex. halle will match 
    Hall\'{e})
  - Bibtex export of a given entry
  - Minor correction to paper details page
### 0.4 released

2005-09-02 Sylvain Hall <sylvain@leduotang.com>
  - All entries are escapized to avoid invalid characters in MySQL
  - Added simple text query
### 0.3 released

2005-08-30 Sylvain Hall <sylvain@leduotang.com>
  - Support in DB for all Bibtex parameters
  - Import Bibtex element (the string) into database
  - Deduces and back-links authors in the db from the names in the bibtex string
    (preserves the order of the authors in this way)
  - Added page: "paper details"
  - Added page: "author details"
  - Links between authors and papers
### 0.2 released

2005-08-23 Sylvain Hall <sylvain@leduotang.com>
  - First "version"
  - Minimal support
### 0.1 released
