Skip to content

GeneWeb 4.07

Compare
Choose a tag to compare
@a2line a2line released this 24 Oct 23:54
· 6197 commits to master since this release
  • Languages
    • [18 Jun 02] Added Italian for gwsetup and gwtp. Corrected some
      phrases in lexicon (Latino Imparato).
    • [11 Apr 02] Added Slovenian (Mitja Iskric).
  • GeneWeb server or CGI (gwd)
    • [15 Jul 02] Added ability to specify a size of images, for the ones
      which are hosted in another site. The syntax is the name of the image
      followed by "(widthxheight)". Code by Ludovic Ledieu.
    • [20 Jun 02] For option -wd (directory for socket communication and
      access count), build now all upper directories of the path (e.g.
      under Windows, if using -wd C:\TEMP\GENEWEB, build C:\TEMP if it does
      not exist).
    • [23 Apr 02] Fixed bugs: in fast merge, some fields were sometimes lost.
    • [18 Mar 02] Had to remove the cookie system added in previous version
      because it introduced a bug: the system of global authorization file
      (variable "auth_file" of the configuration file) did not work any
      more (it is complicated to make both systems work: the code is too
      badly written).
  • GeneWeb compiler (gwc)
    • [22 Apr 02] Fixed bug: failed when a string contained a backslash
      followed by a space (this failure could happen for example in a
      "cleanup" of a database, which calls gwc).
    • [23 Mar 02] Fixed bug: failed at end of creation of database when
      the target database (option -o) was indicated by an absolute path.
  • Gedcom to GeneWeb (ged2gwb)
    • [16 May 02] Added option -us: uppercase surnames.
  • Base configuration files (base.gwf)
    • [15 Jul 02] Added variable "no_image_for_visitor" to specify not
      to search images when "normal" visitor (i.e. neither "wizard", nor
      "friend"). Useful if the images are hosted in a site protected by
      a password (htaccess). Code by Ludovic Ledieu.