source: gsdl/trunk/src/recpt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15847   16 years mdewsnip (Adding dynamic classifiers) Now defines …
(edit) @15846   16 years mdewsnip (Adding dynamic classifiers) Adding a _dynamicclassifiernavbarentries_ …
(edit) @15836   16 years mdewsnip (Adding dynamic classifiers) Not sure if this is necessarily the best …
(edit) @15835   16 years mdewsnip (Adding dynamic classifiers) Improved get_link_icon() for dynamic …
(edit) @15834   16 years mdewsnip (Adding dynamic classifiers) Now displays the parent classifier node …
(edit) @15827   16 years mdewsnip (Adding new DB support) Fixed SQLite library paths.
(edit) @15810   16 years mdewsnip (Adding dynamic classifiers) Added a bit of code into get_link_icon() …
(edit) @15808   16 years mdewsnip Fixed up some nasty formatting problems in get_link_icon().
(edit) @15807   16 years mdewsnip (Adding dynamic classifiers) Added rudimentary code for displaying the …
(edit) @15795   16 years mdewsnip (Adding dynamic classifiers) Changing "dcn" argument to "dcl", and …
(edit) @15789   16 years mdewsnip Removed STLPATH variable from Makefiles, since this is only used once.
(edit) @15785   16 years mdewsnip (Adding new DB support) First cut at adding sqlite stuff to the …
(edit) @15780   16 years mdewsnip (Adding new DB support) Updated sqlite library path.
(edit) @15773   16 years mdewsnip (Adding dynamic classifiers) Added dynamicclassifieraction to the …
(edit) @15772   16 years mdewsnip (Adding dynamic classifiers) Adding "dcn" argument specification, and …
(edit) @15768   16 years mdewsnip (Adding dynamic classifiers) Adding the first bit of functionality to …
(edit) @15744   16 years mdewsnip (Adding dynamic classifiers) Added a stub dynamic classifier action.
(edit) @15743   16 years mdewsnip Minor comment move.
(edit) @15742   16 years mdewsnip Removed a whole lot of unused stuff.
(edit) @15683   16 years mdewsnip Removed another reference to GDBM.
(edit) @15654   16 years mdewsnip Changed a setinfo() to setkeydata().
(edit) @15653   16 years mdewsnip Ooops, accidently committed a change I shouldn't have.
(edit) @15639   16 years mdewsnip (Adding new DB support) Changed some more "GDBM"s to "DB"s.
(edit) @15638   16 years mdewsnip (Adding new DB support) Changed a couple of "GDBM"s to "DB"s.
(edit) @15630   16 years mdewsnip (Adding new DB support) Replaced the "getfirstkey()" and …
(edit) @15599   16 years mdewsnip (Adding new DB support) Added a stub sqliteclass that will be filled …
(edit) @15597   16 years mdewsnip Removed "gdbm" from a couple of comments.
(edit) @15589   16 years mdewsnip (Adding new DB support) Replacing almost all "gdbmhome" with "dbhome".
(edit) @15586   16 years mdewsnip (Adding new DB support) Changed userdbclass and keydbclass so they can …
(edit) @15580   16 years mdewsnip Hopefully the last of the makefile tidy ups.
(edit) @15579   16 years mdewsnip More tidy ups to all the Makefiles, this time to tidy up the targets …
(edit) @15577   16 years mdewsnip Now generates a gsdlrecpt.a library, for use with the corba stuff and …
(edit) @15572   16 years mdewsnip Moved recptprototools.cpp/h from src/recpt into src/protocol.
(edit) @15569   16 years mdewsnip Some win32.mak fixes so that the Z39.50 stuff compiles successfully …
(edit) @15568   16 years mdewsnip A couple of fixes to Windows compilation of the Z39.50 client (part of …
(edit) @15555   16 years davidb Added in -I.../mg for sysfuncs.h as this had got left out at some point
(edit) @15551   16 years davidb Introduction of COMPAT32BITFLAGS to confirugre and Makefile.in files …
(edit) @15546   16 years mdewsnip Added a new "PACKAGE_DIRS" path value in the Makefiles to make paths a …
(edit) @15545   16 years mdewsnip Some improvements for compiling with the Z39.50 client stuff included.
(edit) @15542   16 years mdewsnip Fix for local library compilation.
(edit) @15540   16 years mdewsnip Added "configaction" to the list, for the local library.
(edit) @15538   16 years mdewsnip Minor fixes.
(edit) @15535   16 years mdewsnip Various fixes, mainly for the local library installation.
(edit) @15533   16 years mdewsnip Now ignores a couple of Windows executables.
(edit) @15530   16 years mdewsnip Big tidy up of win32.mak file; some stuff still to come (e.g. local …
(edit) @15529   16 years mdewsnip Added extra header to get this to compile on Windows.
(edit) @15528   16 years mdewsnip Removed the unnecessary C compilation stuff.
(edit) @15511   16 years mdewsnip Added @GDBM_INCLUDE@ to handle cases where GDBM isn't on the default …
(edit) @15499   16 years mdewsnip All the Z39.50 client files are now in the "src/z3950" directory.
(edit) @15498   16 years mdewsnip The "src/z3950" directory now contains all the z3950server files, and …
(edit) @15497   16 years mdewsnip Removed an unnecessary definition.
(edit) @15494   16 years mdewsnip Updated to compile with the Z39.50 client support.
(edit) @15491   16 years mdewsnip Fix for compilation with fastcgi on (not tested yet).
(edit) @15489   16 years mdewsnip Changed order of libraries to prevent linking problems.
(edit) @15480   16 years mdewsnip Changed to using gsdlcolservr.a and gsdlprotocol.a instead of …
(edit) @15478   16 years mdewsnip Huge tidy up of src/recpt Makefile. Z39.50 stuff has been removed but …
(edit) @15472   16 years mdewsnip Removed a bunch more CORBA-related crap out of src/recpt/Makefile.in …
(edit) @15471   16 years mdewsnip Moved all the CORBA stuff in src/recpt into src/corba, because it …
(edit) @15455   16 years mdewsnip Fixed up some references to nullproto and recptproto, which are now in …
(edit) @15454   16 years mdewsnip Removed a few unnecessary inclusions.
(edit) @15453   16 years mdewsnip Removed some unnecessary inclusions of header files from colservr/protocol.
(edit) @15452   16 years mdewsnip Tidied up include directories required in the recpt directory.
(edit) @15450   16 years mdewsnip (Untangling colservr/recpt) Created a new src/protocol directory, and …
(edit) @15445   16 years mdewsnip Removed a couple of unnecessary inclusions of "mggdbmsource.h".
(edit) @15433   16 years mdewsnip (Adding new DB support) Removed unnecessary inclusions of "infodbclass.h".
(edit) @15432   16 years mdewsnip (Adding new DB support) Changing a few "infodbclass.h" to "gdbmclass.h".
(edit) @15425   16 years mdewsnip (Untangling colservr/recpt) Moved all the z3950 files out of …
(edit) @15424   16 years mdewsnip Removed the unused read-grs file.
(edit) @15420   16 years mdewsnip (Untangling colservr/recpt) Moved infodbclass.cpp/h from src/recpt …
(edit) @15418   16 years mdewsnip (Untangling colservr/recpt) Split recpt/OIDtools into two: …
(edit) @15417   16 years mdewsnip (Untangling colservr/recpt) Removed three unused functions.
(edit) @15416   16 years mdewsnip (Untangling colservr/recpt) Moved comtypes out of recpt and into …
(edit) @15415   16 years mdewsnip Removed an unnecessary inclusion of comtypes.h.
(edit) @15411   16 years mdewsnip Removed unnecessary inclusion of maincfg.o in z3950server.
(edit) @15410   16 years mdewsnip Updated Windows makefile to use maincfg.cpp/h instead of recptconfig.cpp/h.
(edit) @15409   16 years mdewsnip Changed to use "gsdlsitecfg.h" instead of "recptconfig.h".
(edit) @15408   16 years mdewsnip Removed unnecessary inclusion of recptconfig.h.
(edit) @15406   16 years mdewsnip Removed the GCC.mak files, with Stefan's approval. These were created …
(edit) @15402   16 years mdewsnip (Untangling colservr/recpt) Split recpt/recptconfig into two: …
(edit) @15401   16 years mdewsnip (Untangling colservr/recpt) Deleted setReceptionistServers() from …
(edit) @15207   16 years mdewsnip Fixed up some crazy obfuscated lines and fixed a bug where the …
(edit) @15160   16 years kjdon changed the group with permission to build collections from colbuilder …
(edit) @15087   16 years kjdon changed the default group for admin to be all-collections-editor …
(edit) @15021   16 years davidb text allignment for collection names on home and group page set to …
(edit) @15002   16 years davidb Collections can now be put in to "groups" i.e. can be located inside …
(edit) @14999   16 years davidb Password limit was restricted to max 8 chars. This has been increased …
(edit) @14847   16 years mdewsnip Now ignores the z3950server executables too.
(edit) @14390   17 years mdewsnip Efficiency improvement: only get the filter to retrieve metadata in …
(edit) @14269   17 years qq6 Jeffrey has fixed operating records of users database on Windows
(edit) @14181   17 years mdewsnip Moved some HTML out of the C++ and into the macrofiles.
(edit) @14171   17 years mdewsnip svn:ignored all the compiled executables, unpacked packages …
(copy) @14119   17 years oranfry repository restructuring
copied from trunk/gsdl/src/recpt
(edit) @14095   17 years mdewsnip Removed non-HTML 4 compliant <p> tag.
Note: See TracRevisionLog for help on using the revision log.