aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* debian/sisu.install select v1 specifically for install (lib/sisu/v1); ↵debian/0.71.0-1Ralph Amissah2009-07-092-13/+21
| | | | debian/changelog
* Merge branch 'upstream' into debian/sidRalph Amissah2009-07-093-8/+71
|\
| * date for changelog and versionsisu_0.71.0Ralph Amissah2009-07-093-6/+6
| |
| * duplicate changelog updatedRalph Amissah2009-07-051-3/+66
| |
* | Merge branch 'upstream' into debian/sidRalph Amissah2009-07-04114-243/+268
|\|
| * move lib to version 1 directory, (lib/sisu/v1) and make related changesRalph Amissah2009-07-04113-10/+18
| |
| * changelog, updateRalph Amissah2009-07-041-1/+11
| |
| * xml related minor touchesRalph Amissah2009-07-043-10/+18
| |
| * texpdf mostly minor cleaningRalph Amissah2009-07-041-26/+17
| |
| * html various minor: use suffix provided in constants; module SiSU_HTML_Tune; ↵Ralph Amissah2009-07-046-60/+61
| | | | | | | | | | | | html promo html promo, possibility of use of adsense, or other
| * dal_numbering, minor regex reductionRalph Amissah2009-07-041-4/+1
| |
| * dal_idx, book_idx_html, match sysenvRalph Amissah2009-07-041-2/+1
| |
| * make sisu and ruby version info ruby instance methodsRalph Amissah2009-07-0414-25/+28
| |
| * version number +Ralph Amissah2009-07-042-3/+11
| |
| * bin file permissions set to 644 in repoRalph Amissah2009-07-032-0/+0
| |
| * copyright date update and removed some white spaceRalph Amissah2009-07-0269-110/+110
| |
* | Merge branch 'upstream' into debian/sidRalph Amissah2009-07-011-3/+3
|\|
| * sha256 for 0.70.6Ralph Amissah2009-07-011-3/+3
| |
* | debian control and changelogdebian/0.70.6-1Ralph Amissah2009-07-012-2/+15
| |
* | Merge branch 'upstream' into debian/sidRalph Amissah2009-07-0116-402/+440
|\|
| * changelog & version updatesisu_0.70.6Ralph Amissah2009-07-012-3/+15
| |
| * cgi generated sample search form, fixRalph Amissah2009-07-012-4/+4
| |
| * db dbi, interfaces to sqlite and pgsql, fixes, pass individual sql statementsRalph Amissah2009-07-015-381/+410
| |
| * minor fixes and touchesRalph Amissah2009-07-017-11/+8
| |
| * sha256 for 0.70.5Ralph Amissah2009-01-181-3/+3
| |
* | sisu-0.70.5, merge branch upstream into debian/sid; debian/ new year cleaningdebian/0.70.5-1Ralph Amissah2009-01-18130-449/+322
|\| | | | | | | | | | | | | | | | | | | | | | | | | * debian/control: add depends for fcgi-ruby in sisu-postgresql and sisu-sqlite; package description; git repo move noted * debian/rules: clean/tidy * debian/copyright: use machine parseable format * removed sisu.postrm, forced removal on purge /etc/sisu draconian if it contains admin edits * minor sorting * debian/changelog for 0.70.5
| * copyright presentation changed, remains substantively the same; minor sisu ↵sisu_0.70.5Ralph Amissah2009-01-18111-290/+177
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version bump copyright file uses (debian) machine parsable format use: * Copyright: (C) 1997 - 2009 Ralph Amissah All Rights Reserved. to mean: * Copyright: (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Ralph Amissah All Rights Reserved. CHANGELOG updated and minor version bump 0.70.5
| * harvest, other language filenamesRalph Amissah2009-01-012-16/+28
| |
| * year rolloverRalph Amissah2009-01-01110-115/+110
| |
| * sha256 for 0.70.4Ralph Amissah2008-12-311-3/+3
| |
* | Merge branch 'upstream' into debian/siddebian/0.70.4-1Ralph Amissah2008-12-312-6/+16
|\|
| * changelog and version updatedsisu_0.70.4Ralph Amissah2008-12-312-6/+16
| |
* | debian/changelog 0.70.4, texlive misses tildeRalph Amissah2008-12-311-0/+8
| |
* | Merge branch 'upstream' into debian/sidRalph Amissah2008-12-313-5/+24
|\|
| * latex/pdf tilde mark (bug in texlive, missing (at this instant) provide ↵Ralph Amissah2008-12-313-2/+21
| | | | | | | | workaround)
| * sha256 for 0.70.3Ralph Amissah2008-12-241-3/+3
| |
* | Merge branch 'upstream' into debian/siddebian/0.70.3-1Ralph Amissah2008-12-242-6/+27
|\|
| * changelog and version updatedsisu_0.70.3Ralph Amissah2008-12-242-6/+27
| |
* | debian/changelog 0.70.3, debian/control sqlite add depends libsqlite3-rubyRalph Amissah2008-12-242-1/+10
| |
* | Merge branch 'upstream' into debian/sidRalph Amissah2008-12-2416-100/+200
|\|
| * sqlite3 fix, populate do using rb sqlite3 driver directly (rb dbi problematicRalph Amissah2008-12-249-94/+130
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at present) sqlite fix, change ruby driver used to populate sisu sqlite3 db to rb sqlite3 for the time being. Use rb sqlite3 driver directly rather (than more convenient when working) rb dbi interface to populate content. Used to bypass problems with rb dbi sqlite3 interface noted in sisu 0.66.2 (2008-04-25) and 0.66.3 (2008-05-11) that have have persisted (apparently worked at end 2007 (v.0.62.4) and start of 2008 (v.0.64.0) * sqlite dropall, fix * fix to auto-generated sqlite cgi script sample, only works if at least one existing populated sisu sqlite database is found during the generation process
| * SiSU's sqlite module still broken for the time being: inconsistent ruby dbi apiRalph Amissah2008-12-208-23/+67
| | | | | | | | | | | | | | | | | | | | for sqlite3, (unable to begin and commit transaction) provide explicit message problem noted already in v.0.66.2 (2008-04) and last in v.0.66.3 (2008-05) module (& rb dbi) apparently worked at end 2007 (v.0.62.4) and start of 2008 (v.0.64.0) ... (did not expect broken state to last, sorry) include maintenance mode info with -M flag
| * html & css cosmetic changes (index & concordance), run "sisu -CC"; changelogRalph Amissah2008-12-164-3/+23
| |
| * close html <p> tag for "letter" classRalph Amissah2008-12-162-4/+4
| |
| * sha256 for 0.70.2Ralph Amissah2008-12-161-3/+3
| |
* | Merge branch 'upstream' into debian/siddebian/0.70.2-1Ralph Amissah2008-12-161-4/+19
|\|
| * changelog and version updatedsisu_0.70.2Ralph Amissah2008-12-161-4/+19
| |
* | debian/changelogRalph Amissah2008-12-161-0/+7
| |
* | Merge branch 'upstream' into debian/sidRalph Amissah2008-12-1612-174/+245
|\|
| * changelog, now buildRalph Amissah2008-12-162-4/+19
| |