aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/cgi_sql_common.rb
Commit message (Collapse)AuthorAgeFilesLines
* c&d: project dir structure, libs moved under new branch namesRalph Amissah2014-12-081-988/+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-43/+40
|
* year set 2015 (prepare for the new year)Ralph Amissah2014-12-081-4/+4
|
* v5 v6: cgi, sample search form, find & display endnotes from parent text objectsisu_5.7.1Ralph Amissah2014-10-191-93/+6
| | | | | | * remove dedicated endnote search section (as endnotes found & listed from reference text field) * cleaner search results
* v5 v6: html, remove trailing backslash for empty linebreak & paragraph, <br> <p>Ralph Amissah2014-10-191-55/+55
|
* v5: html, reduce difference with v6 (mostly removal of bgcolor)Ralph Amissah2014-10-121-4/+4
| | | | * note: html_format.rb has differences, else same
* v5 v6: html, tiny first nudge toward html5 (v5 v6 differ)Ralph Amissah2014-10-031-11/+10
| | | | * document headers, other minor
* v5 v6: header comment reduction, minorsisu_5.6.8Ralph Amissah2014-09-281-6/+0
|
* update urls to git repoRalph Amissah2014-09-191-2/+2
|
* v5: merged v6 librariesRalph Amissah2014-08-081-1/+0
| | | | | | | | | | | | * 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: cgi, sample search form (generator), using cgi ENV variablesRalph Amissah2014-02-081-5/+5
|
* v5: date 2014: headers bin/sisu & lib/; code constants.rbRalph Amissah2014-01-061-4/+5
|
* v5: cgi helper script, sample search form, single form, monolingual optionsisu_4.1.8Ralph Amissah2013-07-301-54/+59
| | | | | * single cgi form, (with different internal variables set for output types) * monolingual output search form option
* v4 v5: cgi helper script, sample search form generator, file name matchingsisu_4.1.4Ralph Amissah2013-06-061-2/+2
|
* v4 v5: cgi, cosmetic, drop use of images in sample formRalph Amissah2013-06-061-15/+34
|
* v4 v5: cgi helper script, sample search form generator, adjust/improveRalph Amissah2013-05-291-1/+0
| | | | | | | | | * adds settings * db type --db-pq or db-sqlite * webserver for cgi script & db --webserv-search='' * webserver for sisu ouptut files --webserv-output='' * cgi search form link name --cgi-search-form-name='' * db user (pg) --db-user=''
* v5 dev branch opened (starts as copy of v4 stable branch); v3 branch closedsisu_4.1.0Ralph Amissah2013-05-091-0/+1062
* 5.0.0 dev opened * 4.1.0 stable * 3.* branch gone