source: main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32652   5 years kjdon lots of changes. moved facet display code into its own template, just …
(edit) @32651   5 years kjdon renamed groupsContains to csvContains, as can be used for any comma …
(edit) @32650   5 years kjdon fixed a bug in the group href bit
(edit) @32649   5 years kjdon add group info into about page response if we have a group param in …
(edit) @32648   5 years kjdon made service names public so we can use them outside. Also, removed …
(edit) @32647   5 years kjdon Added group param
(edit) @32646   5 years kjdon we are now putting group info into restful url, eg …
(edit) @32645   5 years kjdon add group breadcrumbs for colleciton about page
(edit) @32644   5 years kjdon using restful URLs for groups now too. eg library/group/MyGroup. group …
(edit) @32643   5 years ak19 1. Previous commit (r32640) reintroduced an earlier bug in attempting …
(edit) @32642   5 years ak19 In hunting for a recent change that introduced a new warning message, …
(edit) @32641   5 years ak19 Minor. Correcting grammar.
(edit) @32640   5 years ak19 Important changes (and commented out debugging statements) to get …
(edit) @32639   5 years ak19 Renaming previous Windows Strawberry Perl zup to version 5.18, before …
(edit) @32638   5 years ak19 Accidentally committed the VS14+ version of iconv.zip under the name …
(edit) @32637   5 years ak19 1. Returning to the original windows iconv.zip. 2. Making and …
(edit) @32632   5 years ak19 I think these are fixes necessary to our linux gs-libiconv 1.11 …
(edit) @32630   5 years kjdon added doc.nearby_doc_tooltip
(edit) @32629   5 years kjdon making default templates in the interface xsl files, the format …
(edit) @32628   5 years kjdon making default templates in the interface xsl files, the format …
(edit) @32627   5 years kjdon making default templates in the interface xsl files, the format …
(edit) @32626   5 years kjdon making default templates in the interface xsl files, the format …
(edit) @32625   5 years kjdon added in a documentNode template as it didn't have one. This meant if …
(edit) @32624   5 years kjdon a few changes to nearby documents list. 1. Show distance in metres if …
(edit) @32620   5 years ak19 Directly related to previous commit revision. 3 significant changes in …
(edit) @32619   5 years ak19 3 significant changes in 1 commit particularly impacting Lucene …
(edit) @32617   5 years kjdon removed left over bit than didn't manage to get removed when I deleted …
(edit) @32616   5 years kjdon updated usage string
(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) @32610   5 years ak19 The solene_src object does not appear to be used by either lucene or …
(edit) @32609   5 years ak19 Preliminary stage before tackling a different bug. This commit is a …
(edit) @32608   5 years ak19 Copying the methods printing out the caller (callstack) information …
(edit) @32607   5 years kjdon fixed a bug where the paris photos in gps tutorial wouldn't show up in …
(edit) @32605   5 years ak19 Western Wilson fixed logging properties
(edit) @32604   5 years kjdon made it easy to change whether you scroll through the places or not by …
(edit) @32603   5 years kjdon for paged documents, if we are looking at the top level document, …
(edit) @32602   5 years kjdon am going to call expandAndExecute with null executeAfter function, so …
(edit) @32601   5 years davidb Introduction of double-quote gsf element to make writing JS within …
(edit) @32600   5 years davidb Change to allow HList nodes that aren't at the top-level to be …
(edit) @32599   5 years davidb Splicing in of new template rule to make it easier for a site or …
(edit) @32598   5 years davidb Config files for Hauraki DL collections
(edit) @32597   5 years davidb Reworking of the GS2 Hauraki DL as a GS3 site
(edit) @32596   5 years davidb Top-level folder for Hauraki DL site
(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) @32569   5 years kjdon how embarrassing. Fixing another bug I mistakenly introduced in …
(edit) @32568   5 years kjdon fixed a bug I introduced previously: /document/page/pageRequest is not …
(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) @32554   5 years kjdon changed a comment
(edit) @32553   5 years kjdon allow missing groupDescriptions element in groupConfig.xml
(edit) @32552   5 years kjdon made this a bit nicer and more informative (hopefully)
(edit) @32551   5 years kjdon added some style for collectionLinkImage to make these collections …
(edit) @32549   5 years kjdon receptionist now passes languageList (from interfaceConfig) to teh …
(edit) @32548   5 years kjdon added a test in lang-param template so that if the languageList is not …
(edit) @32547   5 years kjdon paramDefault elements for searching can now go in the format element …
(edit) @32546   5 years kjdon use variable instead of hard coded string for paramDefault
(edit) @32545   5 years kjdon changes to query term highlighting. 1. added back in the functionality …
(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 …
Note: See TracRevisionLog for help on using the revision log.