aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* param, for topic_register, an additional check required, bug fix, repostRalph Amissah2010-04-271-0/+1
|
* i18n, mark OCLC number for translationRalph Amissah2010-04-271-0/+15
|
* switch markup for bold and emphasis, now !{bold}! and *{emphasis}*Ralph Amissah2010-04-271-4/+4
| | | | | (emphais output defaults to bold, later make it possible to configure emphasis output optionally as being represented by italics)
* plaintext, clean up bulleted grouped text output (still not line-wrapped though)Ralph Amissah2010-04-271-0/+1
|
* metadata, db sql (table structure), adds OCLC number, and; html metadata, ↵Ralph Amissah2010-04-268-6/+75
| | | | | | | | | | renables showing of topic_register * db (sql) add oclc (Online Computer Library Center) number, affects table structure, (hence breakage & version bump) * new db name prefix "sisu_v2c_"; new pgsql db name prefix "SiSUv2c_" * OCLC == Online Computer Library Center
* git, start experimenting with an alternative/parallel git based sisu ↵Ralph Amissah2010-04-264-8/+196
| | | | | | | | | | | | | | | | document structure * git, start to experiment with file structure to replace sisupod -g and will be in configure options, to track changes to document, enable creation of "pods" (zipped content) and allow for remote versioned (or unversioned) placement of content source; ideally would end up with two co-existing, distinct parse-able structures whether local or remote, the existing directory structure with multiple documents and document images etc. and git directories with all content associated with a single document (including other language versions of it); cannot guarantee at this stage that the file structure will be retained, which may mean recreating any directory started and defeat the purpose of using it, though it is in a version control repo, so perhaps not ... best left alone (unused) for now
* sisupod_make, take new markup into account, done for :skin:Ralph Amissah2010-04-231-4/+4
| | | | * not perfect, improve upon, should probably match @make: then :skin:
* defaults, for default home search form, always point to latest db versionRalph Amissah2010-04-231-1/+1
|
* constants, reduce max limit for SQL VARCHAR to 2500 to be within default ↵Ralph Amissah2010-04-211-1/+1
| | | | postgresql range
* defaults, default sisu home, correct links to document examples and to summaryRalph Amissah2010-04-211-2/+2
|
* reverts unique words list column and indexes; fix for drop indexes; ↵sisu_2.2.0Ralph Amissah2010-04-205-75/+51
| | | | | | | | | | | 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
* cgi take account of db name prefix change SiSUv2b_ and changed column namesRalph Amissah2010-04-203-13/+13
|
* db name, tables, columns, indexes changes, review (need another version bump ↵Ralph Amissah2010-04-2010-214/+349
| | | | | | | | | | | | | 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
* dal, minor cosmetic re-arrangementRalph Amissah2010-04-201-10/+10
|
* shared_html_lite, markup heading objectsRalph Amissah2010-04-191-2/+4
|
* db_select, check for whether db exists before attempting certain actionsRalph Amissah2010-04-171-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 Amissah2010-04-172-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 Amissah2010-04-171-1/+3
| | | | | | sqlite, minor fix * previously reported pgsql info for sqlite processing
* db_sqltxt, issue with: escaping backslashes (that works for both pgsql & ↵Ralph Amissah2010-04-171-2/+17
| | | | sqlite); missing author and/or title (where called in first heading)
* db_dbi, cosmeticRalph Amissah2010-04-171-20/+20
|
* cgi_sql_common, sample search form, on navigation of matched resultsRalph Amissah2010-04-171-91/+64
|
* param, information on missing author, title, or copyrightRalph Amissah2010-04-171-18/+25
|
* shared_metadata, fix wrong reference to md.gutenberg instead of md.pgRalph Amissah2010-04-171-1/+1
| | | | prevents building of latex/pdf in affected cases
* dal, on processing screen output display, minorRalph Amissah2010-04-171-5/+11
|
* cgi sample search form (cgi_sql_common): take account of db structure ↵Ralph Amissah2010-04-163-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 dbRalph Amissah2010-04-161-0/+6
|
* param checks metadata string lengths against set db column sizesRalph Amissah2010-04-161-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 Amissah2010-04-1610-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, fixRalph Amissah2010-04-161-2/+2
|
* db_create, comments causing issues for sqlite, fixRalph Amissah2010-03-311-8/+9
|
* cgi sql search form: comparison bug fix; clearer information when results ↵Ralph Amissah2010-03-313-28/+35
| | | | | | exceed match limit set v2 and ino on limit set backported to v1
* sysenv, search_widget, small adjustmentsRalph Amissah2010-03-271-3/+2
|
* harvest (v2): add search widgets; fixes bug in harvest_topics; other minorRalph Amissah2010-03-273-57/+55
|
* correct method call for md.title.full a number of placesRalph Amissah2010-03-235-8/+8
| | | | * [in db_import, results in failure of doc import when called]
* xml_dom, behavior fixesRalph Amissah2010-03-221-46/+49
|
* shared_matadata, odf metadata use <br /> [prevent <br> breakage]Ralph Amissah2010-03-221-1/+2
|
* odf, shared_xml, texpdf: grouped bulleted textRalph Amissah2010-03-223-1/+8
|
* db_import, special character escape special endnote contentRalph Amissah2010-03-212-47/+32
| | | | | | | * e.g. ~[* such an endnote]~ db_import (unrelated), remove condition (if @opt.cmd !~/e/), minor, watch
* param, recommended links (reinstated)Ralph Amissah2010-03-211-1/+10
|
* plaintext docoration (more flexible markings)Ralph Amissah2010-03-172-17/+46
|
* param, adjustment for manpage synopsisRalph Amissah2010-03-171-1/+1
|
* documentation minor update, add epub, modify some dir pathsRalph Amissah2010-03-172-21/+62
|
* html tables fix (in html_segments, an erroneous assignment where there ↵Ralph Amissah2010-03-125-14/+6
| | | | should have been comparison)
* sysenv, html_promo, db name prefix from constants (now SiSUv2_)Ralph Amissah2010-03-102-8/+10
|
* texpdf_format, where image missing, escape image markup loopRalph Amissah2010-03-101-1/+2
|
* epub, html: make robust where missing param valuesRalph Amissah2010-03-104-16/+55
|
* introducing version 2, major patch, (version 1 libraries retained)sisu_2.0.0Ralph Amissah2010-03-06223-160/+51455
|
* plaintext fix for footnotes/endnotesRalph Amissah2010-02-171-43/+18
| | | | | footnotes to occur immediately after paragraph that contains them (unless endnotes selected instead)
* param, sysenv, minor adjustmentsRalph Amissah2010-02-082-7/+10
|
* html grouped text that is bulletedRalph Amissah2010-02-082-4/+14
|