source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16961   16 years ak19 Fixed a bug introduced in last commit
(edit) @16960   16 years ak19 Fixed a bug introduced in last commit
(edit) @16959   16 years mdewsnip Removed the "oid_to_clids" crap that was allegedly added for …
(edit) @16958   16 years ak19 Expanded a comment
(edit) @16957   16 years ak19 Associated file names are url-encoded
(edit) @16956   16 years ak19 Associated file names are url-encoded
(edit) @16955   16 years ak19 Associated file names are url-encoded
(edit) @16954   16 years ak19 Minor edit since a subroutine has been renamed
(edit) @16953   16 years ak19 Associated file names are url-encoded
(edit) @16952   16 years ak19 Associated file names are url-encoded
(edit) @16951   16 years oranfry dont download or extract packages that have already been prepared
(edit) @16950   16 years ak19 Added some convenience methods to get often-used metadata: Source, …
(edit) @16949   16 years davidb Wrong variable used in putenv(). Needed to put 'putpath' not 'path'
(edit) @16948   16 years oranfry make sure server.exe makes it into the root, installation.properties …
(edit) @16947   16 years mdewsnip Changed the Lucene code to use the Greenstone document OIDs directly, …
(edit) @16946   16 years davidb Fixed package unzip for new iconv.zip
(edit) @16945   16 years kjdon previous commit meant that when go to search page, before doing a …
(edit) @16944   16 years kjdon add xmlns:xsl into the page element as well, in case we are doing …
(edit) @16943   16 years kjdon oops, left in a xx in format statement
(edit) @16942   16 years kjdon always call query-response tenplate from pageResponse, cos we want to …
(edit) @16941   16 years kjdon had a double && which I made a single & in the format statement
(edit) @16940   16 years kjdon for some reason, a coupld of the & in the ccs format need to be …
(edit) @16939   16 years kjdon removed the line saying 'what do you want to do today'
(edit) @16938   16 years kjdon modified session caching stuff so that if there is no collection name, …
(edit) @16937   16 years ak19 Correction to setting new SourceFile metadata
(edit) @16936   16 years oranfry tidied up whitespace in the build.xml file to make it easier to read …
(edit) @16935   16 years ak19 Removed the commented out debug statements now, since I think …
(edit) @16934   16 years ak19 Removed commented out debug statements
(edit) @16933   16 years ak19 Doodoo. Forgot to return the modified strings from new subroutines …
(edit) @16932   16 years ak19 Fixed error I introduced in the changes committed previously
(edit) @16931   16 years oranfry dont overwrite startmenu shortcuts for repeat installs unless they are …
(edit) @16930   16 years oranfry dont overwrite startmenu shortcuts for repeat installs unless they are …
(edit) @16929   16 years mdewsnip Fixed nasty parsing problem with hierarchy files where lines that …
(edit) @16928   16 years ak19 Corrected an error that I introduced in the previous commit.
(edit) @16927   16 years oranfry changes to a few custom tasks
(edit) @16926   16 years kjdon indented the file consistently
(edit) @16925   16 years sjboddie Minor fix to windows make file so make clean works
(edit) @16924   16 years ak19 Added subroutine assocfile_from_sourcefile which works out the name of …
(edit) @16923   16 years ak19 1. Sets both the Source and new SourceFile metadata; 2. Calls …
(edit) @16922   16 years ak19 1. The doclink uses the new SourceFile metadata, which is the …
(edit) @16921   16 years ak19 src_link uses the new SourceFile metadata, which is the url-encoded …
(edit) @16920   16 years ak19 1. When checking whether the original_file is missing, it ensures that …
(edit) @16919   16 years ak19 set_Source_metadata modified to also set SourceFile metadata which …
(edit) @16918   16 years ak19 Added methods url_to_filename and filename_to_url: Two utility …
(edit) @16917   16 years oranfry dont overwrite startmenu shortcuts
(edit) @16916   16 years oranfry include the GetFreePath class in the greenstone2 windows release
(edit) @16915   16 years mdewsnip Changes made by Richard Managh at DL Consulting Ltd for returning …
(edit) @16914   16 years oranfry a task to find a free place to put files
(edit) @16913   16 years ak19 Removed my distracting debug statement
(edit) @16912   16 years mdewsnip Changes made by Richard Managh at DL Consulting Ltd for returning …
(edit) @16911   16 years oranfry fixed a file path
(edit) @16910   16 years davidb Setting up of enviroment variables in its init() method now moved to …
(edit) @16909   16 years davidb Switched from using setenv to putenv, as former doesn't appear to be …
(edit) @16908   16 years mdewsnip Fixed path to iconv library.
(edit) @16907   16 years mdewsnip More fixes to new iconv compilation.
(edit) @16906   16 years mdewsnip Minor fix.
(edit) @16905   16 years mdewsnip Path fix.
(edit) @16904   16 years ak19 1. The percents in URL-encoded associated images' filenames are only …
(edit) @16903   16 years mdewsnip Moved compilation of iconv library from common-src/win32.mak to …
(edit) @16902   16 years mdewsnip Moved packages/windows/iconv into indexers/packages/windows, since …
(edit) @16901   16 years ak19 The percents in URL-encoded image filenames are only escaped with …
(edit) @16900   16 years ak19 1. URL_encode method now only encodes urls if they are not already …
(edit) @16899   16 years ak19 Since the names of the file(s) generated upon conversion to html (incl …
(edit) @16898   16 years mdewsnip Now ignores bin directory.
(edit) @16897   16 years mdewsnip Now ignores "iconv" subdirectory.
(edit) @16896   16 years mdewsnip Now compiles the iconv library in packages/windows/iconv/iconv.
(edit) @16895   16 years davidb Runtime code can now support GDBM database being provided as a gzipped …
(edit) @16894   16 years mdewsnip Now accesses the iconv.lib file in packages/windows/iconv/iconv/lib.
(edit) @16893   16 years mdewsnip This file should not have been added because it is specific to a …
(edit) @16892   16 years mdewsnip http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.11.1.tar.gz, repackaged …
(edit) @16891   16 years mdewsnip Minor change so it doesn't look like an error has occurred compiling …
(edit) @16890   16 years mdewsnip Now ignores the "windows" directory.
(edit) @16889   16 years mdewsnip Added "$(VCINSTALLDIR)/include/mfc" to include path for "rc" program …
(edit) @16888   16 years ak19 URL encodes the name of the file(s) generated upon conversion to html, …
(edit) @16887   16 years ak19 Typos and spelling errors adjusted in documents
(edit) @16886   16 years davidb Missing file for Windows build of gs2build
(edit) @16885   16 years kjdon NZDLReceptionist is no more, so now inherit from DefaultReceptionist
(edit) @16884   16 years ak19 When GS is local, it will use library_url_gs3 or library_url_gs2 and …
(edit) @16883   16 years xiao add changes to work with the ActivityManagement.java
(edit) @16882   16 years xiao just add few constant strings
(edit) @16881   16 years kjdon added default collectionmeta for document and section levels
(edit) @16880   16 years kjdon don't use dot prefix at all for search collection meta for gs3, so …
(edit) @16879   16 years kjdon search metadata eg index nmaes etc, don't use dot prefix in greenstone 3
(edit) @16878   16 years kjdon got rid of NZDLReceptionist, changed NZDLParams to GS2Params, updated …
(edit) @16877   16 years kjdon got rid of the mod bit cos we don't need it in collection template
(edit) @16876   16 years kjdon no longer need this. default receptionist gets collection description …
(edit) @16875   16 years kjdon added SERVICE_TYPE_OAI
(edit) @16874   16 years kjdon when testing to see if we need to get service descriptions or not, …
(edit) @16873   16 years kjdon removed our email addresses from the code
(edit) @16872   16 years ak19 Added etc folder to svn:externals property
(edit) @16871   16 years kjdon added type=oai to all oai service elements
(edit) @16870   16 years ak19 Added etc folder to svn:externals property
(edit) @16869   16 years kjdon added license message
(edit) @16868   16 years kjdon changed the name in the file
(edit) @16867   16 years kjdon NZDLParams renamed to GS2Params
(edit) @16866   16 years kjdon classic interface name changed to gs2
(edit) @16865   16 years kjdon updated to reflect the servlet nmaes (library and gs3library) and …
(edit) @16864   16 years kjdon classic interface renamed to gs2
(edit) @16863   16 years kjdon classic interface renamed to gs2
(edit) @16862   16 years kjdon fix up paths for the change from classic to gs2
Note: See TracRevisionLog for help on using the revision log.