aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/db_import.rb
Commit message (Collapse)AuthorAgeFilesLines
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-877/+0
| | | | | | | | | | | | | * libs & version files under new branch names: current & develop * previously under branch version numbers (v5|v6) * version .yml files moved * associated adjustments made as required, notably to: bin/sisu se* qi* (file headers); breakage potential, testing required * [on dir names, want release to (alphabetically) precede next/development, considered (cur|dev) (current|(dev|development|progress|next)) (stable|unstable), alpha sorting fail (release|(next|develop))]
* v5 v6: code headers reformatted for viewing as org-mode filesRalph Amissah2014-12-081-41/+37
|
* year set 2015 (prepare for the new year)Ralph Amissah2014-12-081-1/+1
|
* v5 v6: db, text search & display field, footnotes moved to end of text objectRalph Amissah2014-10-191-17/+17
| | | | | | * cleaner, more useful search results * cleaner text search field * separate footnote fields redundant for search purposes
* v5 v6: db, --maintenance sql, separated out postgresql & sqliteRalph Amissah2014-10-121-3/+9
| | | | * could share "maintenance" db import sql file (as done previously), consider
* v5 v6: header comment reduction, minorsisu_5.6.8Ralph Amissah2014-09-281-3/+0
|
* v5 v6: sql, clean searchable textRalph Amissah2014-09-281-13/+13
| | | | * update for (ao/dal) text representation, fix legacy action
* update urls to git repoRalph Amissah2014-09-191-2/+2
|
* v5 v6: extend document structure, headings A - D, 1 - 4Ralph Amissah2014-08-081-2/+35
| | | | * sql db table structure changed (needs to be rebuilt)
* v5: merged v6 librariesRalph Amissah2014-08-081-4/+4
| | | | | | | | | | | | * commandline, --act0 to --act9, rc-config with flag:act[0-9] * configurable command line options increased to 0 - 9 (instead of 0 - 5) * use --act0 to --act9 (previous flags -1 to -5; -0 to -9 now available) * default --act0 * rc config with flag:act0 to flag:act9 (previously roman numerals) * legacy roman numeral configuration works (for now) * use opt.act, code internals (simplify, cleaner; remove opt.cmd & opt.mod) * hub, further changes related to use of opt.act; hub file split
* v5 v6: db, reorganize previous commitsisu_5.5.3Ralph Amissah2014-07-231-22/+11
|
* v5 v6: db, rescue where no tables, attempt to initialize db and retryRalph Amissah2014-07-231-5/+68
| | | | | | * internally run the equivalent of --createall * (if successful) permitting completion of --import or --update command * make use of action triggers
* v5 v6: db, pg import, fixRalph Amissah2014-07-221-23/+5
| | | | | * remove dbi from rescue, no longer using ruby-dbi * ruby-pg query SELECT MAX
* v5 v6: db, minorRalph Amissah2014-07-221-1/+3
|
* v5 v6: cosmetic codeRalph Amissah2014-07-221-2/+9
|
* v5 v6: db, remove ruby-dbi, for: pg ruby-pg, sqlite ruby-sqlite3 (already uses)Ralph Amissah2014-05-181-6/+6
| | | | | | | | * ruby-pg require for postgresql * ruby-sqlite3 require for sqlite3 (done previously: already using ruby-sqlite3 rather than ruby-dbi) * ruby-dbi remove calls (in any common files & sisu pg and sisu sqlite3) * separate pg and sqlite db actions
* v5 v6: db, use symbols to identify sql engineRalph Amissah2014-05-181-5/+5
|
* v5 v6: wrappers round requireRalph Amissah2014-02-051-1/+0
|
* v5: heading recalibration, code (downstream) changessisu_4.2.17Ralph Amissah2014-01-061-8/+63
| | | | * here no doubt remains breakage (test, fix & test again)
* v5: cosmetic code, case statementRalph Amissah2014-01-061-3/+3
|
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-1/+2
|
* v5: some file renaming related to: shared files & epub, odf:odt, plaintextRalph Amissah2013-12-031-1/+1
|
* v5: some renaming to ao from dal continuedRalph Amissah2013-12-021-7/+7
|
* v5: renaming files & modules ao & AO (from dal & DAL)Ralph Amissah2013-12-021-2/+2
| | | | | | * ao (abstract objects) shorter, also easily searched, higher sort location abstract as representation of & extraction of document objects (dal (document abstraction layer))
* v5: options & downstream, more use of opt.act instead of opt.cmdRalph Amissah2013-10-231-11/+24
| | | | * opt.act.*.set==:on instead of opt.cmd =~/\S/
* v5: db, book index, convert hash back to stringsisu_4.2.3Ralph Amissah2013-09-071-5/+25
|
* v4 v5: rescued error messagesRalph Amissah2013-08-211-4/+4
|
* v4 (v5): misc, minorRalph Amissah2013-07-301-2/+2
|
* v5: general code cleaningsisu_4.1.5Ralph Amissah2013-06-221-10/+7
| | | | * propagate back to v4 after testing
* v4 v5: db, population of database (--update), import of master files (.ssm), fixRalph Amissah2013-06-061-2/+2
| | | | | * (Note: for .ssm: @md.fns (is set during runtime & is) != @opt.fns @md.opt.fns, affects construction of unique identifier)
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+717
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone