source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27298   11 years jmt12 Add hidden support for the new experimental multiple reader/writer …
(edit) @27297   11 years ak19 Username field should not be cleared as it's no longer hidden and …
(edit) @27296   11 years ak19 Switched over from calling get-archives-metadata to get-index-metadata …
(edit) @27295   11 years ak19 This commit contains bugfixes for authentication within …
(edit) @27294   11 years ak19 1. Basic authentication when adding user comments. 2. Rearranged some …
(edit) @27293   11 years ak19 Some bugfixes and improvements to the existing Add User Comment form …
(edit) @27283   11 years ak19 1. Fixed an encoding bug that Diego helpfully discovered. Metadata …
(edit) @27282   11 years ak19 When retrieving a collection's existing usercomments, the collection …
(edit) @27281   11 years ak19 Preliminary working version of display of existing user comments. …
(edit) @27277   11 years ak19 Adding an Ajax Synchronous Post method to gsajaxapi.js which is then …
(edit) @27261   11 years ak19 Adding in 2 basic JSON examples for the metadata-server.pl help/usage …
(edit) @27260   11 years ak19 Minor change to usercomment metaname timestamp. It has now been …
(edit) @27259   11 years ak19 1. Some feedback when a user comment has been added. 2. Basic html …
(edit) @27258   11 years ak19 1. The Add User Comment form is no longer displayed when Browsing, …
(edit) @27257   11 years ak19 Add User Comment form. Allows adding username, timestamp and comment …
(edit) @27243   11 years kjdon Because activate uses perl modules like LWP and NET and URI which may …
(edit) @27242   11 years kjdon Because activate uses perl modules like LWP and NET and URI which may …
(edit) @27241   11 years kjdon The test for Windows in the BEGIN block is no longer necessary now …
(edit) @27240   11 years kjdon Because activate uses perl modules like LWP and NET and URI which may …
(edit) @27239   11 years kjdon First commit to do with moving the perl-5.8 specific files and folders …
(edit) @27222   11 years ak19 Found a bug in a recent change to remove_index_meta where the …
(edit) @27221   11 years kjdon Automating svn checkout of winbin so we don't have to do that step …
(edit) @27220   11 years kjdon cross coll search authentication. Need to make the same cgiwrapper mod …
(edit) @27192   11 years davidb Extra test added to avoid putting 'undef' into an array of values. …
(edit) @27191   11 years davidb This should be in the 'cpan' area
(edit) @27190   11 years davidb Needed by activate.pl but not part of Perl core language. Overlooked …
(edit) @27189   11 years davidb Some additional fields extracted/returned to collect config file that …
(edit) @27188   11 years davidb Deleting spurious binmode line
(edit) @27183   11 years davidb Changing to using installed version of LWP that comes from …
(edit) @27182   11 years davidb Removal of this version (v6.x) of LWP
(edit) @27181   11 years davidb Latest libwww-perl (v6x) isn't as self-sufficeint as earlier (v5.x) in …
(edit) @27180   11 years ak19 A couple of the index_meta functions used gdbm methods instead of …
(edit) @27176   11 years ak19 import_meta functions are complete and tested now in this 2nd commit …
(edit) @27175   11 years davidb 'cpan' needs to be added to the list of folders checked for further …
(edit) @27174   11 years davidb Perl modules from CPAN that are used in supporting activate.pl, but …
(edit) @27173   11 years ak19 First commit to do with setting and removing import metadata. 1. Now …
(edit) @27172   11 years kjdon For diego: when doing cross collection searching, now it takes into …
(edit) @27168   11 years ak19 Second part of major restructuring of metadataaction: 1. the …
(edit) @27167   11 years ak19 Another bugfix: when doing a set_archives_meta with metamode=override, …
(edit) @27162   11 years ak19 Fixed bug in remove_index_metadata: it was specifically including the …
(edit) @27161   11 years kjdon added in fieldedqueryfilter to list of objects for gsdl library
(edit) @27160   11 years ak19 Committing bugfix discovered during restructuring of code (the …
(edit) @27159   11 years ak19 Fixing how the collection_directory which gets locked upon a call to …
(edit) @27158   11 years ak19 get_collection_dir was never returning anything, but was expected to …
(edit) @27157   11 years ak19 First pass updating metadataaction.pm to create generic set_meta, …
(edit) @27156   11 years ak19 Possible bugfix. Subroutine remove_live_metadata used to lock the …
(edit) @27155   11 years ak19 Possible bugfix. Subroutine remove_metadata used to lock the …
(edit) @27151   11 years ak19 Making the RSSRetrieve ServiceRack active by default once more, since …
(edit) @27150   11 years ak19 Shifting position of RSS link in GS2 to header area. Smaller icon. …
(edit) @27141   11 years kjdon fixed extract_metadata so that it will get all ocurrences of a …
(edit) @27140   11 years kjdon changed the properties key to the correct one
(edit) @27134   11 years ak19 Better parameter name and fix.
(edit) @27133   11 years ak19 reverting accidental commit
(edit) @27132   11 years ak19 Slightly better message at end
(edit) @27131   11 years ak19 Linux script for compiling GS2, making sure we have gnome-lib if …
(edit) @27112   11 years ak19 Adding in error processing code for when an invalid subsection is …
(edit) @27111   11 years ak19 Bugfix. When GS3 specifies that the metadata of a subsection is to be …
(edit) @27108   11 years mdewsnip Memory bug fix to prevent crashing on Windows, particularly with Local …
(edit) @27106   11 years kjdon need to do the same utf8 decode step that is used in ReadTextFile on …
(edit) @27100   11 years ak19 RSSRetrieve ServiceRack now commented out by default. If the GS3 …
(edit) @27099   11 years ak19 GS2 RSS feed link from demo about page. This commit adds the necessary …
(edit) @27098   11 years kjdon new option for List: standardize_capitalization. If set, then …
(edit) @27097   11 years kjdon indexOption doesn't have sub element option any more
(edit) @27095   11 years ak19 Tidied up previous commit
(edit) @27093   11 years ak19 httpdomain macro in rss items resolved in receptionist with primary …
(edit) @27092   11 years ak19 Putting the config file back. Sourcing devel.bash from configure.in is …
(edit) @27091   11 years ak19 Automating configuring and compiling of wvware with gnome-lib. Tested …
(edit) @27089   11 years ak19 Adding ServiceRack for RSSRetrieve to collectionConfig.xml, to make …
(edit) @27086   11 years kjdon added reverse sort option to lucene sorting of search results
(edit) @27084   11 years kjdon more tidying up of queryfilters. moved some stuff to the lucene class, …
(edit) @27071   11 years ak19 Demo collection uses dc.Title metadata now instead of dls.Title. So …
(edit) @27070   11 years ak19 Part of commit 27030 from last week. Was left out through an …
(edit) @27069   11 years kjdon adding in reverse sort option
(edit) @27068   11 years kjdon adding in reverse sort option
(edit) @27066   11 years kjdon added in the so (lucene sort order) cgi arg handling
(edit) @27065   11 years kjdon added in the so (lucene sort order) cgi arg
(edit) @27064   11 years kjdon adding reverse sort/sort order in for lucene search results sorting. …
(edit) @27063   11 years kjdon added fieldedqueryfilter into list of files
(edit) @27062   11 years kjdon sortoder added to query params for lucene
(edit) @27061   11 years kjdon add reverse_sort to lucene query options if sort order is descending
(edit) @27060   11 years kjdon added sort order option in to the lucene query form sentences
(edit) @27059   11 years kjdon added lucene's sortorderselection macro - ascending/descending sort of …
(edit) @27033   11 years ak19 Updated demo collection's import documents to use dc.Title, …
(edit) @27030   11 years ak19 Updating demo collection's import documents to use dc.Title, …
(edit) @27021   11 years ak19 Now depositdspace uses dc meta fields instead of ds meta fields for …
(edit) @27019   11 years ak19 1. style.dm had a typo when referring back to the new macro, 2. …
(edit) @27018   11 years ak19 1. style.dm had a typo when referring back to the new macro, 2. …
(edit) @27014   11 years ak19 First commit for Dspace Depositor Clone (Institutional Repository) …
(edit) @27012   11 years ak19 As John Rose requested: when you build an oai collection with the …
(edit) @27007   11 years davidb Additional case for storing metadata now handled: that of when the …
(edit) @27000   11 years ak19 Comment with useful link to relevant apache documentation
(edit) @26978   11 years ak19 Third and final commit for RSS support. This time the …
(edit) @26977   11 years ak19 Second commit for RSS support: GS Apache on Linux needs to have …
(edit) @26976   11 years ak19 First commit for RSS support: copying rss-items.rdf file across from …
(edit) @26975   11 years kjdon added a comment about short filename mode. Building the demo …
(edit) @26974   11 years kjdon more changes
(edit) @26973   11 years kjdon don't lowercase the suffix in rename_file - if the original was …
(edit) @26971   11 years kjdon starting to update the windows instructions for compiling
(edit) @26913   11 years davidb More detailed usage statement added
(edit) @26893   11 years kjdon ConvertBinaryFile needs to reset the doc OID after all the processing …
Note: See TracRevisionLog for help on using the revision log.