source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32615   5 years kjdon mods for incremental build. now we load in the reverse info db …
(edit) @32614   5 years kjdon some changes to arcinfo to handle it holding the reverse lookup db too …
(edit) @32613   5 years kjdon added a comment
(edit) @32612   5 years kjdon actually, we need to set build_dir to index before hand so we can look …
(edit) @32611   5 years kjdon only set builddir to index if we actually are being incremental. …
(edit) @32609   5 years ak19 Preliminary stage before tackling a different bug. This commit is a …
(edit) @32595   5 years ak19 Major tidying up: last remaining debug statements, lots of comments, …
(edit) @32594   5 years ak19 If rollback_on_cancel is turned on, then before the database …
(edit) @32593   5 years ak19 Now that gssql.pm has become gsmysql.pm, it now uses the presumably …
(edit) @32592   5 years ak19 Renamed gssql.pm to gsmysql.pm. Not subclassing the old gssql into …
(edit) @32591   5 years ak19 1. gssql destructor DESTROY doesn't really do anything now, as DBI's …
(edit) @32590   5 years ak19 Adding a add_utf8_textref() method to allow fulltxt to be passed by …
(edit) @32589   5 years ak19 1. SQL db password is not compulsory. 2. Forgot to add the …
(edit) @32588   5 years ak19 Tidying up
(edit) @32587   5 years ak19 Renaming 'site_name' parameter used by GS SQL Plugout and Plugin to …
(edit) @32586   5 years ak19 Renaming 'site_name' parameter used by GS SQL Plugout and Plugin to …
(edit) @32585   5 years ak19 Super call in destructor. More important if subclassing.
(edit) @32584   5 years ak19 Some more tidying up of the code.
(edit) @32583   5 years ak19 1. Some tidying up of the code. 2. Removing unnecessary calls to …
(edit) @32582   5 years ak19 Now that previous commit(s) put sig handlers in place in gs_sql, have …
(edit) @32581   5 years ak19 Adding sigint, sigterm and sigkill handlers to gssql, which all call …
(edit) @32580   5 years ak19 1. support for port param when connecting to SQL DB. 2. GS SQL Plugout …
(edit) @32579   5 years ak19 Correction to syntax.
(edit) @32578   5 years ak19 Optimising. The gssql class internally has only one shared connection …
(edit) @32577   5 years ak19 Forgot to call superclass in overridden removeall(). Nothing broke so …
(edit) @32576   5 years ak19 Tested CSVPlugin. Some helpful debug statements are logged to STDERR …
(edit) @32575   5 years ak19 1. gssql now does fetching all rows internally upon select. With this …
(edit) @32574   5 years ak19 Instead of my our own caching of SQL prepare statements within the …
(edit) @32573   5 years ak19 1. Caching the prepared SQL insert statements inside the gssql class …
(edit) @32572   5 years ak19 Dr Bainbridge simplified my boolean expression when he checked my …
(edit) @32571   5 years ak19 Optimised the SQL DB delete operations in case there are several in …
(edit) @32570   5 years ak19 1. Bugfix for when renaming an imported doc and …
(edit) @32566   5 years ak19 In some ways, it may be better if plugin.pm::remove_some() didn't …
(edit) @32565   5 years ak19 I think this is a bugfix to plugin.pm::remove_some(): when processing …
(edit) @32564   5 years ak19 The new docsql file format/name (used by GS SQL Plugs) also had …
(edit) @32563   5 years ak19 1. Overhaul of GreenstoneSQLPlugs to handle removeold and incremental …
(edit) @32562   5 years ak19 Before major changes to GSSQLPlugs, committing useful comments to …
(edit) @32561   5 years ak19 Not just tables, but database names can't have hyphens in them when …
(edit) @32560   5 years ak19 gssql constructor accepts a verbosity parameter
(edit) @32559   5 years ak19 Removing db_encoding as parameters to GreenstoneSQLPlugout and …
(edit) @32558   5 years ak19 Breadcrumbs on connection and some further helpful messages.
(edit) @32557   5 years ak19 1. Bugfix to create_database method: db_name is now a parameter to the …
(edit) @32556   5 years ak19 Tested to find DBI connection attempt fails immediately when MySQL …
(edit) @32555   5 years ak19 1. In GreenstoneSQLPlugout, removeold is now paramterised (as are …
(edit) @32544   5 years ak19 1. GreenstoneSQLPlugin: now sub read() calls the new lazy_get_gssql() …
(edit) @32543   5 years ak19 Tidying up and adjusting TODO statements
(edit) @32542   5 years ak19 Instead of the docoid being stored in the docsql-<OID>.xml filename, …
(edit) @32541   5 years ak19 Using proper parameters to GreenstoneSQLPlugin/Plugout instead of …
(edit) @32540   5 years ak19 Modified BasePlugout so that plugouts now take the site_name …
(edit) @32539   5 years ak19 New plugin parameter site_name (only set for GS3) that is passed to …
(edit) @32538   5 years ak19 Previous commit message meant to be: string names of strings shared by …
(edit) @32537   5 years ak19 First commit to do with reading back in from the SQL DB. This commit …
(edit) @32536   5 years ak19 First commit to do with reading back in from the SQL DB. This commit …
(edit) @32535   5 years ak19 Fixing couple of typos before major commit.
(edit) @32534   5 years ak19 Related to previous commit: had previously made one of the changes to …
(edit) @32533   5 years ak19 GS SQL Plugout now writes its docobj contents (if any) and structure …
(edit) @32532   5 years ak19 Correction to changes: recursive call in docprint should still be …
(edit) @32531   5 years ak19 1. bugfix to GS SQLPlugout: recursive call didn't go through self …
(edit) @32530   6 years ak19 Some more tidying up: some params passed by GreenstoneSQLPlugout to …
(edit) @32529   6 years ak19 Split the database functions into their own file gssql.pm, so that …
(edit) @32528   6 years ak19 Related to previous commit, part 2 of commit. Renamed new MySQLPlugout …
(edit) @32527   6 years ak19 Renaming new MySQLPlugout to GreenstoneSQLPlugout to indicate that it …
(edit) @32526   6 years ak19 MySQLPlugout now calls SUPER::method_name() instead of …
(edit) @32525   6 years ak19 Minor fix in comment.
(edit) @32524   6 years ak19 Creating db, creating tables and populating both coll_metadata and …
(edit) @32523   6 years ak19 UNDOING PART OF RECENT COMMIT: Calling superclass …
(edit) @32522   6 years ak19 Fixing some syntax errors
(edit) @32521   6 years ak19 1. Calling superclass GreenstoneXMLPlugout's begin(), end(), …
(edit) @32520   6 years ak19 Committing first cut of MySQLPlugout that uses DBI (DB interface) for …
(edit) @32519   6 years ak19 Added BasePlugout::end() so I can use it in the new MySQLPlugout, and …
(edit) @32518   6 years ak19 Untested first attempt at MySQLPlugout that is meant to write metadata …
(edit) @32517   6 years ak19 Fixing a bug that Kathy found: serbian (bosnian herzegovina) cyrillic …
(edit) @32516   6 years ak19 Although files for the language Igbo were added upon a translation …
(edit) @32514   6 years ak19 Also need OUTPUT_NONE as an option when docprint.pm writes out doc.xml
(edit) @32513   6 years ak19 Forgot to make some more minor changes in the previous commit's refactoring
(edit) @32512   6 years ak19 Refactoring some existing perl code as per Dr Bainbridge's ideas on …
(edit) @32511   6 years ak19 Running plugoutinfo.pl with describeall or listall flag would break on …
(edit) @32509   6 years ak19 After changes in last 3 commits, reinstating the possible …
(edit) @32508   6 years ak19 Continued from previous 2 commits: Properly spelled new method name …
(edit) @32507   6 years ak19 Having committed the bugfix, commenting out debugging code.
(edit) @32506   6 years ak19 Bugfix to bug that Kathy discovered in code I committed: with the …
(edit) @32501   6 years Georgiy Litvinov Workaround to set assign metadata via csv metadata plugin. "Section" …
(edit) @32500   6 years ak19 For a test case, best_encoding come out with prefix/suffix to utf_8, …
(edit) @32499   6 years ak19 Fix for PDFv2 plugin's page buckets.
(edit) @32498   6 years Georgiy Litvinov Check for response containing 200 as Tomcat 8 does not return OK after …
(edit) @32494   6 years ak19 Can't compile Crypt::LE at end of make all in build-src/packages, as …
(edit) @32492   6 years ak19 Linux release binaries broke. I think this change is a correction …
(edit) @32481   6 years ak19 Correction. Cascade-make of Crypt::LE perl package for darwin/mac …
(edit) @32480   6 years ak19 When build-src/packages is compiling up anything in perllib/cpan that …
(edit) @32479   6 years ak19 Rename tmp folder to something more sensible and now works out what …
(edit) @32462   6 years ak19 File comments and renaming TMPDIR to TEMP_DIR, since the former is a C …
(edit) @32461   6 years ak19 1. Changes to get le.pl to finally work: the bootstrap files of the …
(edit) @32456   6 years ak19 First version of compile-zerossl.sh to build the Crypt::LE perl …
(edit) @32432   6 years ak19 1. Since there's a chance that 127.0.0.1 isn't always the loopback …
(edit) @32420   6 years ak19 Improved way of finding OS bitness from bat, even though currently unused
(edit) @32373   6 years ak19 Fix to recent changes for getting openssl included in GS3/bin/linux
(edit) @32364   6 years ak19 Minor change
(edit) @32352   6 years ak19 Including the necessary folders of the openssl that we compiled up in …
(edit) @32345   6 years ak19 util.pm has to cope with library url being undefined: it can happen if …
(edit) @32343   6 years kjdon quantifiers mustn't have \ before {
Note: See TracRevisionLog for help on using the revision log.