Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shared_html_lite, markup heading objects | Ralph Amissah | 2010-04-19 | 1 | -2/+4 |
| | |||||
* | db_select, check for whether db exists before attempting certain actions | Ralph Amissah | 2010-04-17 | 1 | -4/+25 |
| | | | | (note this does not check whether tables have been created) | ||||
* | db_import sqlite, prevent multiple import of file with same filename(.sst) | Ralph Amissah | 2010-04-17 | 2 | -19/+23 |
| | | | | | | | | (cgi form should work correctly, without multiple entries) db_import, db_remove: * wrap some sqlite actions in sqlite check; * cosmetic code arrangement | ||||
* | db_create, on processing screen output appropriate display for pgsql & ↵ | Ralph Amissah | 2010-04-17 | 1 | -1/+3 |
| | | | | | | sqlite, minor fix * previously reported pgsql info for sqlite processing | ||||
* | db_sqltxt, issue with: escaping backslashes (that works for both pgsql & ↵ | Ralph Amissah | 2010-04-17 | 1 | -2/+17 |
| | | | | sqlite); missing author and/or title (where called in first heading) | ||||
* | db_dbi, cosmetic | Ralph Amissah | 2010-04-17 | 1 | -20/+20 |
| | |||||
* | cgi_sql_common, sample search form, on navigation of matched results | Ralph Amissah | 2010-04-17 | 1 | -91/+64 |
| | |||||
* | param, information on missing author, title, or copyright | Ralph Amissah | 2010-04-17 | 1 | -18/+25 |
| | |||||
* | shared_metadata, fix wrong reference to md.gutenberg instead of md.pg | Ralph Amissah | 2010-04-17 | 1 | -1/+1 |
| | | | | prevents building of latex/pdf in affected cases | ||||
* | dal, on processing screen output display, minor | Ralph Amissah | 2010-04-17 | 1 | -5/+11 |
| | |||||
* | cgi sample search form (cgi_sql_common): take account of db structure ↵ | Ralph Amissah | 2010-04-16 | 3 | -81/+119 |
| | | | | | | | | changes; match limit options * update to work with database structure changes * add radio buttons to set increased match limit | ||||
* | db, sysenv, sisurc.yml determine whether to share sisu markup source in db | Ralph Amissah | 2010-04-16 | 1 | -0/+6 |
| | |||||
* | param checks metadata string lengths against set db column sizes | Ralph Amissah | 2010-04-16 | 1 | -71/+207 |
| | | | | | | | * param, checks metadata string lengths against set db column sizes, drops entries that are too long with warning * param, classify "populated" a fix | ||||
* | db sql table and column structure changes, name prefix "sisu_v2a_" resulting ↵ | Ralph Amissah | 2010-04-16 | 10 | -716/+2581 |
| | | | | | | | | | | | | | | | 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) | ||||
* | db, shared_html_lite, link back to footnote/endnote reference, fix | Ralph Amissah | 2010-04-16 | 1 | -2/+2 |
| | |||||
* | db_create, comments causing issues for sqlite, fix | Ralph Amissah | 2010-03-31 | 1 | -8/+9 |
| | |||||
* | cgi sql search form: comparison bug fix; clearer information when results ↵ | Ralph Amissah | 2010-03-31 | 3 | -28/+35 |
| | | | | | | exceed match limit set v2 and ino on limit set backported to v1 | ||||
* | sysenv, search_widget, small adjustments | Ralph Amissah | 2010-03-27 | 1 | -3/+2 |
| | |||||
* | harvest (v2): add search widgets; fixes bug in harvest_topics; other minor | Ralph Amissah | 2010-03-27 | 3 | -57/+55 |
| | |||||
* | correct method call for md.title.full a number of places | Ralph Amissah | 2010-03-23 | 5 | -8/+8 |
| | | | | * [in db_import, results in failure of doc import when called] | ||||
* | xml_dom, behavior fixes | Ralph Amissah | 2010-03-22 | 1 | -46/+49 |
| | |||||
* | shared_matadata, odf metadata use <br /> [prevent <br> breakage] | Ralph Amissah | 2010-03-22 | 1 | -1/+2 |
| | |||||
* | odf, shared_xml, texpdf: grouped bulleted text | Ralph Amissah | 2010-03-22 | 3 | -1/+8 |
| | |||||
* | db_import, special character escape special endnote content | Ralph Amissah | 2010-03-21 | 2 | -47/+32 |
| | | | | | | | * e.g. ~[* such an endnote]~ db_import (unrelated), remove condition (if @opt.cmd !~/e/), minor, watch | ||||
* | param, recommended links (reinstated) | Ralph Amissah | 2010-03-21 | 1 | -1/+10 |
| | |||||
* | plaintext docoration (more flexible markings) | Ralph Amissah | 2010-03-17 | 2 | -17/+46 |
| | |||||
* | param, adjustment for manpage synopsis | Ralph Amissah | 2010-03-17 | 1 | -1/+1 |
| | |||||
* | documentation minor update, add epub, modify some dir paths | Ralph Amissah | 2010-03-17 | 2 | -21/+62 |
| | |||||
* | html tables fix (in html_segments, an erroneous assignment where there ↵ | Ralph Amissah | 2010-03-12 | 5 | -14/+6 |
| | | | | should have been comparison) | ||||
* | sysenv, html_promo, db name prefix from constants (now SiSUv2_) | Ralph Amissah | 2010-03-10 | 2 | -8/+10 |
| | |||||
* | texpdf_format, where image missing, escape image markup loop | Ralph Amissah | 2010-03-10 | 1 | -1/+2 |
| | |||||
* | epub, html: make robust where missing param values | Ralph Amissah | 2010-03-10 | 4 | -16/+55 |
| | |||||
* | introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0 | Ralph Amissah | 2010-03-06 | 223 | -160/+51455 |
| | |||||
* | plaintext fix for footnotes/endnotes | Ralph Amissah | 2010-02-17 | 1 | -43/+18 |
| | | | | | footnotes to occur immediately after paragraph that contains them (unless endnotes selected instead) | ||||
* | param, sysenv, minor adjustments | Ralph Amissah | 2010-02-08 | 2 | -7/+10 |
| | |||||
* | html grouped text that is bulleted | Ralph Amissah | 2010-02-08 | 2 | -4/+14 |
| | |||||
* | cosmetic | Ralph Amissah | 2010-02-04 | 2 | -21/+0 |
| | |||||
* | documentation get paths to reflect directory structure changessisu_1.0.0 | Ralph Amissah | 2009-12-21 | 1 | -1/+0 |
| | |||||
* | documentation, small changes to description of -m & -n processing flags ↵ | Ralph Amissah | 2009-12-19 | 1 | -2/+2 |
| | | | | (closing debian bug #555496) | ||||
* | cgi_sql_common, minor style related, (mostly enclosing of used variables in ↵ | Ralph Amissah | 2009-12-19 | 1 | -46/+47 |
| | | | | curly braces) | ||||
* | manpage, fix | Ralph Amissah | 2009-12-19 | 1 | -1/+4 |
| | |||||
* | param & dal, includes removal of older header markup, simplification to ↵ | Ralph Amissah | 2009-12-19 | 4 | -115/+174 |
| | | | | allow cleaner v1 & v2 | ||||
* | minor code adjustments | Ralph Amissah | 2009-12-19 | 11 | -116/+100 |
| | |||||
* | directory structure changes to accommodate the introduction of sisu v2 | Ralph Amissah | 2009-12-19 | 1 | -7/+8 |
| | |||||
* | harvest_authors, minor fix | Ralph Amissah | 2009-11-27 | 1 | -1/+0 |
| | |||||
* | cgi search, cosmetic | Ralph Amissah | 2009-08-31 | 2 | -19/+16 |
| | |||||
* | sql, fix, different solutions for postgresql and sqlite to populate database ↵sisu_0.71.4 | Ralph Amissah | 2009-08-29 | 4 | -7/+55 |
| | | | | using ruby-dbi | ||||
* | dal images, where rmagick cannot be loaded use imagemagick directly if availablesisu_0.71.3 | Ralph Amissah | 2009-08-28 | 1 | -4/+11 |
| | |||||
* | sysenv sha256 fix, set pwdsisu_0.71.2 | Ralph Amissah | 2009-08-02 | 1 | -0/+1 |
| | |||||
* | html book index, batch processing fix, re-initialize variable after use | Ralph Amissah | 2009-07-28 | 1 | -0/+1 |
| |