aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v2/db_import.rb
Commit message (Collapse)AuthorAgeFilesLines
* shared_html_lite, db_import, monospace font (codeblock & monospace tag)Ralph Amissah2010-07-061-0/+2
|
* db_import, remove monospace tagRalph Amissah2010-07-061-0/+1
|
* ansi, screen info related, arrangingRalph Amissah2010-05-031-6/+4
|
* reverts unique words list column and indexes; fix for drop indexes; ↵sisu_2.2.0Ralph Amissah2010-04-201-19/+0
| | | | | | | | | | | changelog & version update * reverts unique word list column on doc_objects and endnotes and associated indexes, may reintroduce at a later time * db_drop, drop TEXT indexes for sqlite only * update: changelog, version date
* db name, tables, columns, indexes changes, review (need another version bump ↵Ralph Amissah2010-04-201-49/+71
| | | | | | | | | | | | | 2.2.0) * db (sql) table structure, further review and changes (hence breakage & version bump) * new pgsql db name prefix "sisu_v2b_" * new table column words in doc_objects & endnotes, VARCHAR 3000 to contain list of unique sorted words in object * increase use of VARCHAR * constants takes on related additions * param, extensive db column size checks for metadata
* db_import sqlite, prevent multiple import of file with same filename(.sst)Ralph Amissah2010-04-171-16/+16
| | | | | | | | (cgi form should work correctly, without multiple entries) db_import, db_remove: * wrap some sqlite actions in sqlite check; * cosmetic code arrangement
* db sql table and column structure changes, name prefix "sisu_v2a_" resulting ↵Ralph Amissah2010-04-161-281/+40
| | | | | | | | | | | | | | | sisu version bump 2.1.0, plus other lesser fixes [Note: it is necessary to create new database and tables and to populate them] * db (sql) database table name and column structure changes, new pgsql db name prefix "sisu_v2a_" (version bump), continue to review (db_columns, db_create, db_import, db_sqltxt) * db remove and update fix, match filename for removal with = (not LIKE or ~) * db sqlite, issue with --recreate, bugfix (db_drop)
* correct method call for md.title.full a number of placesRalph Amissah2010-03-231-1/+1
| | | | * [in db_import, results in failure of doc import when called]
* db_import, special character escape special endnote contentRalph Amissah2010-03-211-45/+30
| | | | | | | * e.g. ~[* such an endnote]~ db_import (unrelated), remove condition (if @opt.cmd !~/e/), minor, watch
* introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0Ralph Amissah2010-03-061-0/+901