-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchangelog.txt
966 lines (945 loc) · 54.5 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
=====================================================================
Change Log
Genmod
This and other information can be found online at
http://www.sourceforge.net/projects/genmod
# $Id: changelog.txt 29 2022-07-17 13:18:20Z Boudewijn $
=====================================================================
Version 2.1 beta 1
- Fixed merge multimedia missing
- Fixed Merge records forgets first common fact
- Fixed Change family members function not working anymore
- Added user first/last name to print _GMU userid
- Fixed useradmin error on password change
- Fixed replaced crypt function with password_hash and verify
- Fixed error if gedrecord display is called without type
- Fixed error if mimetype returns false (PHP 7.4)
- Added warning if install with DB at LOCALHOST fails
- Fixed error on footnotes in PDF generator (PHP 7.4)
- Fixed event appears double in calendar URL
- Fixed several style inconsistencies
- Fixed error on edit records (PHP 7.4)
- Fixed error when printing help text that does not exist (PHP 7.4)
- Fixed error in mfile is mimetype is empty (PHP 7.4)
- Fixed wrong url from website base
- Fixed error for tempfil in statistics plot
- Added validation of input for charts box width
- Added gedcom config option to exclude folders from media tree
- Fixed text out of box on registration message
- Fixed error in search controller
- Fixed incorrect embedding of notes and media in gedcom export
- Fixed unsorted dirlist in add media
- Fixed indexing errors due to wrong viewport
- Fixed Longest living person should not be based on "before" or "after" dates
- Fixed URL in repo facts print incorrect
- Fixed date error in calendar
- Fixed placelist link for showing indi/fams doesn't work
- Fixed http links to sourceforge should be https
- Fixed date error in person_class
- Fixed error in clippings
- Added support for PHP 7.2
- Fixed version to Beta 2 in install and admin
- Fixed linebreak missing in RSS feed recent changes
- Fixed CONT text in sources is printed twice
- Added function and option to create sitemaps
- Added config variable to set value for robots meta tag if no access
- Fixed validation error on viewport metatag
- Added robots meta tags follow robots.txt
- Fixed invalid redirect after HTTPS login
- Fixed Message text doesn't wrap
- Fixed some title tags missing in HTML
- Fixed Message block send message not working
- Fixed SQL error when rebuilding caches
- Fixed wrong name record is updated if more than one exists
- Fixed wrong layout on fampage is hitcounter is hidden
- Fixed error in uploading gedcom file
- Fixed footer placement in uploadgedcom
- Added support for PHP 7
- Fixed first fact from clipboard cannot be copied
- Added some blocks load with Ajax to improve user experience
- Fixed concurrent AJAX calls
- Fixed clicking on source link in edit form makes ID disappear
- Fixed issue in gedrecord.php if pid doesn't exist
- Fixed issue with language settings load during install
- Fixed some CSS an DB errors in install
- Fixed error for first option in external search
- Fixed error when ID for fam/indipage is empty
- Fixed show/hide changes not working on fampage
- Fixed error in descendancy if person has no parents
- Fixed error in pinyin translation block
- Fixed media connections not showing in media browser
- Fixed error in external search (userGedcomAdmin)
- Added tooltip to genmod username of an individual
- Added display tooltips on custompage
- Fixed arrow swap up/down on paternals and familybook page
- Fixed wrong behaviour of some radio buttons in chart pages
- added support for Cyrillic transliteration
- fixed wrong placelinks in all place list
- fixed error in logfunction
- Fixed error in gmrpc is input variable does not exist
- Fixed log order wrong for imported records of emergency log
- Fixed login with https jumps back to http
- Fixed empty date in editing field returns current date
- Fixed variable error in add media
- Fixed Wrong focus in edit interface if + clicked
- Fixed not all optional facts are printed in person boxes
- Fixed error in reports, function getHeight
- Fixed error in search if invalid action is passed
- Fixed error in editlang, add menu item string
- Fixed empty POST variables are not imported in edit
- Fixed check email address in user messages takes ages (mx check skips now)
- Fixed funny querystring can break general search
- Fixed repetative checking of domain in email check - cached now
- Fixed jumping cursor in gmrpc.js
- fixed resolve of host name causes page to stop
- fixed viewlog problem with number of lines to display
- fixed login register page message block outside page borders
- fixed user update broken
- Fixed error if query string contains array
- Fixed check of domain in email address
- Fixed import_request_variables invalid after PHP 4.4
- Fixed error in sort (appears in PHP 5.4.25)
- Fixed menu not opening in IE11 (sjouke)
- Fixed relationship chart overlaps buttons (sjouke)
- Fixed Longest line ancestors printed in wrong column (sjouke)
- Fixed RESN should not be checked for source citation (sjouke)
- Added news server as config parameter (sjouke)
- Fixed Edit fact wrong fact if same earlier fact is deleted (sjouke)
- Increased default memory limit to 64M (sjouke)
- Fixed error in PinYin translation if character doesn't exist (sjouke)
- Fixed confighelp page, print english text if other is absent (sjouke)
- Fixed backup doesn't include media files in filemode (Sjouke)
- Fixed religious marriage asso fact (sjouke)
- Fixed admin_maint error if no site selected (sjouke)
- Fixed block summary doesn't show in index edit (sjouke)
- Fixed submitter record edited from wrong gedcom (sjouke)
- Fixed error in import of married names (sjouke)
- Fixed config error message includes html (sjouke)
- Fixed check on empty lockouts (sjouke)
- Fixed no message in restore if other sql files are found (sjouke)
- Fixed show contextual help on/off doesn't work (sjouke)
- Fixed IE bug rerendering the page after AJAX call (sjouke)
- Fixed Relationship chart print version is empty (sjouke)
- Fixed JS error in find ID function (sjouke)
- Fixed invalid sosa number in ancestry book (sjouke)
- Fixed JS error in ajax calls (sjouke)
- Fixed aliveinyear losing firstname letter (sjouke)
- Fixed aliveinyear error in death year estimation (sjouke)
- Fixed update on some external search modules (sjouke)
- Added Familysearch to external searched (sjouke)
- Fixed Google indexing errors om JS feed (sjouke)
- Fixed error in fanchart is character not in font (sjouke)
- Fixed SQL error if quotes are used in topsearch (sjouke)
- Fixed counters not working if Genmod is in subdir (sjouke)
- Fixed invalid ID throws SQL error (sjouke)
- Added imageviewer resize image to fit in window (sjouke)
- Added add source info to newly created families (sjouke)
- Fixed link to main pic is wrong in find media (sjouke)
- Fixed reorder fams sorts on old marriage data (sjouke)
- Fixed Family marriage fact doesn't return changed data (sjouke)
- Fixed DATA:TEXT not printed in source citations (sjouke)
- Fixed edit fam fact from indipage, fact count error (sjouke)
- Fixed TIME input field not for every DATE in edit (sjouke)
- Added number of files per folder in media management (sjouke)
- Moved media types to MediaFS class (sjouke)
- Added gendex file generation script (sjouke)
- Fixed upcoming events, alive only, displays marriages of dead people (sjouke)
- Added adminmenu class for unified admin menus (sjouke)
- Fixed cleanup messages older than option (sjouke)
- Fixed facts with only year don't sort properly (sjouke)
- Added option to exclude IP(range) from require authentication or not (sjouke)
- Fixed find doesn't accept 1 chinese character as input (sjouke)
- Fixed window.opener.location.reload (sjouke)
- Fixed options jumping around in index edit (sjouke)
- Fixed space before VFS in footer text (sjouke)
- Added check for L1 sources if no L2 are found in sanity check (sjouke)
- Fixed wrong display of changes on new, unapproved indi (sjouke)
- Removed debug code from edit_interface (sjouke)
- Changed version number to 2.0 beta 2 (sjouke)
- Added check for 1 to 1 relation indi-fam in sanitycheck (sjouke)
- Fixed DEBUG constant not set in install (sjouke)
- Fixed custompage contains obsolete quote (sjouke)
- Fixed config_maint cannot delete system config (sjouke)
- Fixed handling of backslashes in search/find terms (sjouke)
- Fixed printer friendly version of search shows no results (sjouke)
Version 2.0 beta 1
- Fixed note favorites don't display in menu and blocks (sjouke)
- Fixed various language files contain English texts (sjouke)
- Various other additions and fixes, see http://www.genmod.net
Version 1.7 final
- Fixed delete person should also delete ASSO pointers from others (sjouke)
- Fixed print relatives in search is broken (sjouke)
- Added moved asso relations to DB eliminating table scans (sjouke)
- Fixed famlist memory problem on large gedcoms (sjouke)
- Fixed find-select family on indi ID no result (sjouke)
- Added more specific pageheader for indi/famlist (sjouke)
- Fixed soundex search sometimes shows double results (sjouke)
- Fixed select language on config page shows unselected (sjouke)
- Fixed Thisxx menus show non relevant reports (sjouke)
- Added actionlist to reports (sjouke)
- Fixed many layout issues for reports. Some remain. (sjouke)
- Fixed install doesn't check for MySQL strict mode (sjouke)
- Fixed DB definition problems for certain platforms/MySQL versions (sjouke)
- Fixed ahnentafel report should print all marriages (sjouke)
- Added OR support in reports for GMRif tags (sjouke)
- Fixed suppress death text if not died yet in individual report (sjouke)
- Fixed printing of Chinese names in pedigree report (sjouke)
- Fixed familygroup report prints marriage facts of other marriages (sjouke)
- Fixed printing of emailadresses in reports (sjouke)
- Fixed Top10 surnames block error if remove common surnames has value (sjouke)
- Fixed soundex search error if only place filled in (sjouke)
- Fixed media on/off option throws errors - removed (sjouke)
- Fixed mail error when sending mail from specific installations (sjouke)
- Fixed admin user verification email misses port number (sjouke)
- Fixed incorrect HTML email format on Linux servers (sjouke)
- Fixed error in userlist after update (sjouke)
- Added message on detail pages if changes to links exist (sjouke)
- Fixed intermediate tag missing if lower level tag exists (sjouke)
- Fixed general note doesn't show in changed fact if unapproved (sjouke)
- Fixed import: gender value cannot be empty (sjouke)
- Fixed login problem if authentication required (sjouke)
- Fixed linebreak in Polish menu (sjouke)
- Fixed parse error in edit_quickupdate (sjouke)
- Fixed if multiple language files must be imported, english must be first (sjouke)
- Fixed addlayer for general note missing in some places (sjouke)
- Fixed Pastelink for remembered ID's may point to deleted ID (sjouke)
- Fixed cannot edit notelink if not approved (sjouke)
- Fixed it's possible to enter non-existent ID's in linkfields (sjouke)
- Fixed some link input fields don't auto-show the record title (sjouke)
- Fixed JS error in search if no result (sjouke)
- Fixed PHP5 dir causes wrong results in sanity check (sjouke)
- Fixed error in plot if individual has no families (sjouke)
- Fixed admin page doesn't refresh after accept/reject changes (sjouke)
Version 1.7 beta 1
- Added general search in media, notes and repositories (sjouke)
- Added tabbed results in search (sjouke)
- Added merge note records (sjouke)
- Fixed slow source list if link privacy is on (sjouke)
- Fixed show changes mechanism (sjouke)
- Added link tabs to all detail pages (sjouke)
- Added full support for level 0 notes (sjouke)
- Fixed Search: radio button show all/found names doesn't work (sjouke)
- Added display of media attached to notes in facts (sjouke)
- Fixed manage media layout issue on long filename (sjouke)
- Added option to build all unknown isdead statusses (sjouke)
- Added automatic install of languages in use from edit config page (sjouke)
- Added support for install/run Genmod from other ports than 80 (sjouke)
- Added general performance improvement by moving names to 1 table (sjouke)
- Added major performance improvement for soundex search (sjouke)
- Added query execution time to exec statistics (sjouke)
- Added souce/repo links in edit: click link for last added/selected (sjouke)
- Added support for BURI Y and CREM Y (sjouke)
- Added enhanced browser language detection (sjouke)
- Added moved all language variables to the database (sjouke)
- Fixed loading of languages during install (sjouke)
- Fixed edit gedcom configuration, gedcom language incorrect (sjouke)
- Fixed auto accept sometimes doesn't auto accept (sjouke)
- Added link in edit(add) to display next free ID (sjouke)
- Fixed update isdead status if dependent indi changes (sjouke)
- Fixed deadlock in indilist after show all (sjouke)
- Fixed chart boxes print double facts (sjouke)
- Added christening to add person form (sjouke)
- Fixed reorder children ignores christening date (sjouke)
- Fixed Cannot add note to asso on edit (sjouke)
- Fixed christening doesn't print in pedigree boxes (sjouke)
- Fixed two associates for one fact don't print properly (sjouke)
- Added indipage returns to last visited tab after refresh (sjouke)
- Fixed Feed doesn't display logo (sjouke)
- Added RSS block configuration (sjouke)
- Fixed default RSS format is not followed (sjouke)
- Fixed backslashes in find filter after search (sjouke)
- Added check for children order to sanity check (sjouke)
- Added basic support for level 0 note editing (sjouke)
- Fixed optimized memory usage of plot data calculation (sjouke)
- Fixed table keys too long on UTF-8 databases (sjouke)
- Added print error in install if table creation fails (sjouke)
- Fixed age of private associates is revealed (sjouke)
- Fixed export media DB->filesys creates empty thumbs (sjouke)
- Fixed medialist click on media shows empty pic (sjouke)
- Fixed error after jump between sites on same server (sjouke)
- Fixed cannot register new user if language switching is disabled (sjouke)
- Added edit option to immediately accept change if possible (sjouke)
- Fixed config problem in quickstart block (sjouke)
- Fixed problem in family-indi relation in DB (sjouke)
- Added # media objects to gedcom statistics block (sjouke)
- Fixed validity and root level domain check for email address (sjouke)
- Added block for top10 pageviews by bots (sjouke)
- Added split in hitcounts for users and bots (sjouke)
- Fixed error in search in changelog.php (sjouke)
- Fixed error in install in only english language is selected (sjouke)
- Added extended function to find primary family for pedigree (thomas)
- Fixed duplicate key error in reinstall (sjouke)
- Fixed double language string causes error in reinstall (sjouke)
- Fixed tiny privacy leak if 1 RESN is used (sjouke)
- Added most config variables moved to DB storage (sjouke)
- Fixed unnecessary renumbering of MM-items on import (sjouke)
- Fixed language strings are trimmed (sjouke)
- Fixed escaped placename shows after add person (sjouke)
- Added option to set the default page size for reports (sjouke)
- Fixed errors if famid is empty in family.php (sjouke)
- Added option to set delimiting characters for nicknames in names (sjouke)
- Added HTTP 304 handling to reduce spider traffic (sjouke, thomas)
- Added page specific meta tags (thomas)
- Fixed ID on individual page not removed if show id numbers is off (sjouke)
- Added changes to sources and repos to recent changes block (sjouke)
- Added FCKEditor also used by edit mypages (sjouke)
- Fixed imagview overlap of image and footer (sjouke)
- Added instructions to add FCKEditor to Genmod (thomas)
- Added statistics and statistics plot back to Genmod (thomas)
- Fixed alt text for delete file in media.php (sjouke)
- Fixed note records not recognised in merge gedcom (sjouke)
- Fixed error in export of clippings cart (sjouke)
- Fixed layout error in editconfig_gedcom (sjouke)
- Added check for equal first/lastname upon registration (sjouke)
- Fixed notes in multimedia references don't print on indipage main media (sjouke)
- Added GEDCOM creation time to the gedcom stats block (sjouke)
- Fixed problem with progress bars and compression settings by Thomas (sjouke)
- Fixed PHP5 error on indi page if viewed by visitor (sjouke)
- Fixed max execution time measurement must have max time to run (sjouke)
- Fixed no source link printed for facts if TITL and ABBR empty (sjouke)
- Fixed PHP error in merge gedcom if reference doesn't exist (sjouke)
- Fixed PHP error when deleting a note (sjouke)
- Added dead/alive determination also based on cremation/burial (sjouke)
- Fixed Genmod CVS version number to 1.7b1 (sjouke)
- Added user registration check for equal username/password (sjouke)
- Fixed edit, replace multimedia file adds multimedia dir to path (sjouke)
- Fixed export log problem with multiline errors (sjouke)
- Fixed soundex codes for nicknames calculated wrong (sjouke)
- Added NL counties, municipals and places (sjouke)
- Fixed country flag in edit split place never prints (sjouke)
- Fixed subtags of 1 FILE not printing right (sjouke)
- Fixed search sources should not display all sources at start (sjouke)
- Fixed Event filter problem in placelist (sjouke)
Version 1.6 Final
- Added Add site to favorites link on the startpage (sjouke)
- Fixed layout issue in hourglass (sjouke)
- Fixed error in print asso if ID is empty (sjouke)
- Fixed error in links cache; improved speed of privacy checks (sjouke)
- Fixed privacy violation for MM after logout (sjouke)
- Fixed cannot add source citation details while adding MM (sjouke)
- Fixed TEXT not always printed as part of main source (sjouke)
- Fixed if partner exists if new is added, name is unknown, unknown (sjouke)
- Fixed error in sanity check index directory (sjouke)
- Fixed error in cleanup user privacy after family is deleted (sjouke)
- Fixed family page if no family exists (sjouke)
- Fixed messagebody in messageblock printed without linebreaks (sjouke)
- Fixed accepting user is added to CHAN record, should be changing user (sjouke)
- Fixed occasional PHP error if person/family has changes (sjouke)
- Fixed person name can be edited even if not exists (sjouke)
- Added performance improvement for associates list (sjouke)
- Added error message in log if MM with BLOB is skipped (sjouke)
- Fixed names not wrapping in pedigree print famlink box (sjouke)
- Added gedcom-option to hide "ALL" from indi/fam/unlinked list (sjouke)
- Added message if no unlinked persons are found (sjouke)
- Added performance and table layout improvements (sjouke)
- Fixed improved layout of upload gedcom page (sjouke)
- Added new theme (Vendana) (sjouke)
- Fixed some fact printing issues (sjouke)
- Added option to determine and store the max execution time (sjouke)
- Added site default option for user default indipage tab (sjouke)
- Added auto continue to import process (sjouke)
- Fixed cross gedcom search if require authentication is on and user not logged in (sjouke)
- Added separate option in sanity check to list unlinked persons (sjouke)
- Added search tips to Quick Start block (sjouke)
- Added new page showing a list of all ToDo's (sjouke)
- Added warning if an invalid source or repo ID is selected in edit (sjouke)
- Fixed notes and source citations not printed for MM in fact info (sjouke)
- Fixed error in add child if no husb in family (sjouke)
- Added add fact, correct field focus for most facts (sjouke)
- Added edit, opening layer for sources etc. sets correct field focus (sjouke)
- Added configurable quick add fact links on detail pages (sjouke)
- Added edit autoclose also pastes new source/repository/media-id (sjouke)
- Added AJAX get repository name on selection of repository (sjouke)
- Added AJAX get person name on selection of associate (sjouke)
- Fixed full text search hickup if ? is in search terms (sjouke)
- Fixed handling of entering empty links in edit (sjouke)
- Added include files to the site backup (sjouke)
- Added include files to add (JS)code at start and/or end of the page body (sjouke)
- Added configurable fields on add media popup (sjouke)
- Added event filter on persons/families per location (sjouke)
- Fixed problem creating thumb dir if media directory levels = 0 (sjouke)
- Added edit option for birth/death/married/christened = yes (sjouke)
- Fixed on-page PHP errors if creating thumb fails (sjouke)
- Fixed RELA cannot be added if ASSO already exists (sjouke)
- Added improved sort of source/repository/multimedia facts (sjouke)
- Added log messages are more unified (sjouke)
- Fixed error if IP check locks out user/IP (sjouke)
- Added printing of type of romanisation used for a placename (sjouke)
- Added AJAX for zoom boxes in pedigree print (sjouke)
- Fixed hide pedigree details also hides details on indipage (sjouke)
- Added improved sorting of facts (sjouke)
- Added improved date entry recognition (sjouke)
- Fixed not all level 2 data is printed for media objects (sjouke)
- Fixed incorrect address handling for new repositories (sjouke)
- Fixed deleted facts show as changed facts (sjouke)
- Fixed further improved email checking (sjouke)
- Added improved locale to gedcom date calculation (sjouke)
- Added check for multimedia with repositories to sanity check (sjouke)
- Fixed change cache doesn't refresh (sjouke)
- Added option to hide family fact media and notes in individual fact list (sjouke)
- Fixed too many calls to hitcount.php (sjouke)
- Fixed new repo shows index page counter (sjouke)
- Fixed wrong opening window size in imageview (sjouke)
- Added extended some manage media functions (sjouke)
- Fixed source details show too many linked indi's (sjouke)
- Added option to backup media files in VFS mode (sjouke)
- Fixed double display of media directory in media management (sjouke)
- Added file size count to VFS sanity check (sjouke)
- Fixed 1 OBJE record doesn't display correctly for repositories (sjouke)
- Fixed WWW adresses without http are printed as links to own URL (sjouke)
- Added basic Todo list (sjouke)
- Fixed edit fact dropdown doesn't center in Firefox (sjouke)
- Added new version of pclzip library (sjouke)
- Fixed Top 10 views block doesn't wrap text (sjouke)
- Fixed download should save, not open picture (sjouke)
- Fixed report footnotes fall off page (sjouke)
- Fixed error in sanitycheck (sjouke)
- Added warning in privacy edit if user override is present (sjouke)
- Added privacy/edit options to user settings (sjouke)
- Fixed findindi in user massupdate shows wrong gedcom (sjouke)
- Fixed admin warning date calendar doesn't popup on new user (sjouke)
- Fixed wrong list display for primary (underlined) names (sjouke)
- Fixed hardcoded text in blocks (sjouke)
- Added check for email and username in register form with AJAX (sjouke)
- Added more strickt checking of email address format (sjouke)
- Fixed User registration all input is lost if wrong username (sjouke)
- Fixed errors when search contains unescaped characters (sjouke)
- Fixed simple footer has incomplete "Running Genmod ..." text (sjouke)
- Fixed using & in menu urls causes loss of parameters (sjouke)
- Added support for multi-gedcom clipping cart (sjouke)
- Fixed error in gedcomrecord.php, wrong change (sjouke)
- Fixed starred names don't print properly in clippings cart (sjouke)
- Fixed dates like 1916&1917 throw an error (sjouke)
- Fixed menu problems if starred names in favorites (sjouke)
- Fixed double starred names (sjouke)
- Fixed uplink problem with starred names on fampage (sjouke)
- Fixed request lost password may reveal email address (sjouke)
- Fixed JS alert on empty filename in add media (sjouke)
- Fixed Media dir not included in upload dropdown list (sjouke)
- Fixed error in reset change cache (sjouke)
- Fixed problems with relation to me link in This person menu (sjouke)
- Fixed errors if database name contains hyphens (sjouke)
- Fixed error in function FileExists (sjouke)
- Fixed error in session.php if site config not found (sjouke)
- Fixed error in send message to all users (sjouke)
- Added manage user messages to manage users page (sjouke)
- Fixed improved layout of cleanup users page (sjouke)
- Fixed error if no userrights are recorded (sjouke)
- Added option to bcc system generated messages to the webmaster (sjouke)
- Fixed pedigree root person doesn't show in edit gedcom config if gedfile is absent (sjouke)
- Fixed media levels not determined right (sjouke)
- Added chinese names always printed in chinese order, pinyin follows local rules (sjouke)
- Added hitcounter for families, sources and repositories (sjouke)
- Fixed error in upgrade script (sjouke)
- Fixed gedcom not downloadable if old file is missing (sjouke)
- Fixed errors in download gedcom (sjouke)
- Fixed Search never prints asso's in soundex mode (sjouke)
- Fixed reorder children doesn't show unapproved new birth dates (sjouke)
- Moved inclusion of pinyin to session.php due to IIS errors (sjouke)
- Added check for relationship privacy to ShowLivingNames (sjouke)
- Added dropdownlist to edit user max relationship path length (sjouke)
- Fixed edit user, find start person for pedigree searches wrong gedcom (sjouke)
- Fixed TEXT in source citations not always printed (sjouke)
- Added check on valid filename to media upload (sjouke)
- Fixed thumb not deleted from index dir in VFS mode (sjouke)
- Fixed ExpandURL includes ) and , in url (sjouke)
- Fixed [ 1899943 ] 1.6 B2 CVS Help Contents - _User Information migrate... (sjouke)
- Fixed Burial - Cemetery printed printed right after place (sjouke)
- Added external links to media management (sjouke)
- Fixed error in private gedcom export (sjouke)
- Fixed Media Management doesn't display files in ./ (sjouke)
- Fixed Media management creates too many thumb dirs (sjouke)
- Added relatives label text is partner when not married (sjouke)
- Fixed alt tag on admin page shows # signs (sjouke)
Version 1.6 beta 2
- Fixed [ 1899769 ] 1.6 B2 CVS Individual List - Wrong Total individuals (sjouke)
- Fixed 2 CONT doesnt print if 1 TEXT has no value (sjouke)
- Fixed [ 1900489 ] 1.6 B2 CVS Unlinked List - Wrong number found (sjouke)
- Fixed [ 1899632 ] 1.6 B2 CVS Ancestry Chart Pedigree Java Error (sjouke)
- Fixed [ 1900350 ] 1.6 B2 CVS Add a new media item - Java error on the Format (sjouke)
- Fixed [ 1899169 ] 1.6 B2 CVS Sanity Check Multimedia (sjouke)
- Fixed [ 1900874 ] 1.6 B2 CVS Add to clipping cart - Sources - Family - Individ (sjouke)
- Fixed more secure download (sjouke)
- Added VFS health check to Sanity check (sjouke)
- Fixed error in inclusion of DBLayout (sjouke)
- Added import/export media to DB/filesystem (sjouke)
- Removed some old code from the files (sjouke)
- Added new media file management module (sjouke)
- Added filter for up/download file types (sjouke)
- Added dropdown list for multimedia map for uploaded files (sjouke)
- Fixed [ 1706516 ] 1.1 MAP links (sjouke)
- Fixed error in edit_changes on delete/raw edit (sjouke)
- Fixed [ 1898080 ] 1.6 B2 CVS PHP errors in the system log - contact email (sjouke)
- Fixed [ 1898074 ] 1.6 B2 SVN Media, _PRIM Y is not respected (sjouke)
- Fixed value of PRIM/THUM not printed on media detail page (sjouke)
- Fixed [ 1898080 ] 1.6 B2 CVS PHP errors in the system log - theme select (sjouke)
- Fixed [ 1898077 ] 1.6 B2 CVS PHP Notice during installation (sjouke)
- Added media file protection to VFS (sjouke)
- Fixed some pages must be excluded from page view check (sjouke)
- Fixed _THUM Y ignored if tag is in indirec (sjouke)
- Fixed acceptchanges allows change on level 0 non approved record (sjouke)
- Fixed slow medialist (sjouke)
- Added first part of VFS (virtual file system), media in DB (sjouke)
- Fixed in PHP5 error routine generates errors if DB not connected (sjouke)
- Fixed problems when media depth larger than filepaths (sjouke)
- Fixed findhighlightedobject not returning first item (sjouke)
- Fixed error with list counters in mediadetail (sjouke)
- Fixed error in fam/indilist for non existent letters (sjouke)
- Fixed error when auto accept changes (sjouke)
- Fixed some edit options still show when editing is disabled (sjouke)
- Fixed relation to is sometimes wrong in relatives facts (sjouke)
- Fixed quick jump wrong behaviour with lowercase ID's (sjouke)
- Added quick jump to media ID to topsearch (sjouke)
- Added reorder level 1 media option to family/individual page (sjouke)
- Fixed incorrect line ending on export embedded media (sjouke)
- Added function to link fams, indis and sources from media detail page (sjouke)
- Fixed media type is not printed with facts (sjouke)
- Added merge of duplicate MM records on import and edit (sjouke)
- Added calendar search link to QS block (sjouke)
- Fixed Source notes not printed if at end of factrec (sjouke)
- Fixed privacy settings for an ID not cleared when ID is deleted (sjouke)
- Fixed error in Find media (sjouke)
- fixed problem with upper/lowercase usernames (sjouke)
- Fixed JS error in Find indi (sjouke)
- Fixed common surnames keeps calculating if # < threshold (sjouke)
- Fixed error if source ID doesn't exist (sjouke)
- Fixed Families printed bold in day calendar (sjouke)
- Fixed Edit fact, removal of ASSO/SOUR ID doesn't delete subrecord (sjouke)
- Fixed indipage shows private family facts (sjouke)
- Fixed error in rawedit if gedrec contains quotes (sjouke)
- Fixed custompage shows slashes for quotes (sjouke)
- Fixed text on message page not wrapping (sjouke)
- Fixed wrong reply-to address in visitors messages (sjouke)
- Added smart guessing of record type for findgedcomrecord (sjouke)
- Fixed large reduction in DB queries for (among others) individual page (sjouke)
- Fixed level 1 sources still show for indi's even with link privacy (sjouke)
- Fixed pedigree box for private person gives JS error (sjouke)
- Fixed nickname doesn't always appear in names (sjouke)
- Fixed error when using cookie login (sjouke)
- Fixed error in indi associate printing (sjouke)
- Added print current gedcom in italics in choice menu (sjouke)
- Fixed source links deleted from DB is source record is changed (sjouke)
- Fixed install script should use configbase as initial values (sjouke)
- Added horizontal lines between messages on Mygenmod page (sjouke)
- Fixed userlist for messaging is not sorted (sjouke)
- Fixed outgoing reply messages give errors and are not sent (sjouke)
- Fixed outgoing messages stored but not shown on MyGenmod (sjouke)
- Fixed JS error if quotes in message subject (sjouke)
- Added use of media class to random media block (sjouke)
- Fixed error in mediadetail if id doesn't exist (sjouke)
- Added submitter as associate type (sjouke)
- Fixed error in search when displaying associates (sjouke)
- Fixed link to associate displays Unknown as name (sjouke)
Version 1.6 beta 1
- Added gedcom option to split indi/family lists if longer than specified number (sjouke)
- Fixed page style of Sanity check (sjouke)
- Fixed reordered menu options in useradmin (sjouke)
- Added Greybox interface (sjouke)
- Added option to set site language for visitors (sjouke)
- Fixed cannot search short Polish names (sjouke)
- Fixed miscalculation in mb stringlength for search (sjouke)
- Fixed find doesn't sort sources and objects (sjouke)
- Added check/conversion of locally used month abbreviation for input (mei->MAY) (sjouke)
- Fixed naming of step/adoptive siblings on individual page (sjouke)
- Fixed QuickUpdate forgets marriage of new parents (sjouke)
- Fixed media detail link always misses if Keep links set to no (sjouke)
- Fixed person counters in aliveinyear (sjouke)
- Fixed flaw in privatization for download and clippings (sjouke)
- Added fix for disabling DB structure changes (sjouke)
- Added option to display nick in names (sjouke)
- Fixed Layout issues in fact printing (sjouke)
- Fixed Quick Update strips source/resn tags from phone/address fields (sjouke)
- Fixed PHON tag not included in person add facts (sjouke)
- Fixed useradmin userlist performs mass update on enter (sjouke)
- Fixed POST parameters don't appear in logfile (sjouke)
- Fixed OBJE pointer subrecords don't get imported (sjouke)
- Fixed deleted individual facts show up as new value (sjouke)
- Fixed family headers on individual page don't translate chinese (sjouke)
- Fixed JS errors in find.php (sjouke)
- Added privacy to find.php (sjouke)
- Added object structure for privacy settings (sjouke)
- Added upgrade script for DB after 1.5F (sjouke)
- Added source citation to user-gedcom sync data (sjouke)
- Fixed useradmin namefilter is gone after delete user (sjouke)
- Fixed default privacy is not loaded on privacy reload (sjouke)
- Fixed automated handling of Y value for tags MAR, DIV, BIRT, DEAT (sjouke)
- Fixed fact value "Yes" not printed after source citation is added (sjouke)
- Fixed raw update updates even if nothing changed (sjouke)
- Fixed Useradmin links should show left (sjouke)
- Added Sanity check option to check for facts without source citation (sjouke)
- Added select all users link in userlist page (sjouke)
- Fixed user id's cleanup after gedcom is deleted permanently (sjouke)
- Fixed privacy for favorites menu (sjouke)
- Added link to/display of username on individual page (sjouke)
- Added full use of user class (sjouke)
- Fixed [ 1856274 ] 1.5F Relationship empty boxes (sjouke)
- Changed help_text_vars to helptext_vars due to continuous hacking attempts (sjouke)
- Fixed [ 1855524 ] 1.5F New spouse marriage place doesn't stick (sjouke)
- Fixed [ 1855526 ] 1.5F Cannot enter 0 children for marriage (sjouke)
- Fixed [ 1855545 ] 1.5F Deleted fact also shows new (empty) value (sjouke)
- Fixed [ 1855546 ] 1.5F Source citation shows empty line (sjouke)
- Added privacy cache for efficient privacy checking (sjouke)
- Added new structure of Privacy options page (sjouke)
- Added linktype to MM-mapping table to eliminate table scans (sjouke)
- Added Source links table to eliminate table scans (sjouke)
- Added Privacy option for dead people (sjouke)
- Added Privacy option by linked records (sjouke)
- Fixed [ 1838226 ] 1.5F User privacy has odd options (sjouke)
- Fixed [ 1850279 ] 1.5F Error in familybook (sjouke)
- Fixed [ 1829464 ] 1.5F Admin msg incorrect (roland-d)
- Fixed [ 1829389 ] 1.5F wrong email FROM address (roland-d)
- Fixed [ 1841528 ] 1.5F Mass update doesn't update all (sjouke)
- Fixed [ 1841462 ] 1.5F Sync user with his ID problems (sjouke)
- Fixed [ 1838174 ] 1.5F Sort order in todays events (sjouke)
- Fixed [ 1838014 ] 1.5F Upper/lowercase ID problems (sjouke)
- Added [ 1829403 ] Import emergency syslog (sjouke)
- Fixed [ 1835971 ] 1.5F references to priv.php files in help (sjouke)
- Added [ 1837437 ] 1.5F Level 1 RESN tag support missing (sjouke)
- Fixed [ 1832978 ] 1.5F Generating thumb on page error (sjouke)
- Fixed [ 1830588 ] Meta keywords field size (sjouke)
- Added [ 1829415 ] Add/edit link in help popups (sjouke)
- Fixed [ 1829401 ] 1.5F editgedcoms layout issue (sjouke)
- Fixed consistency of source, media, notes tabs and options (sjouke)
- Fixed error on import of married names (sjouke)
Version 1.5 final (Welcome to the new era)
- Fixed language installation errors (roland-d)
- Fixed upper/lowercase username errors (sjouke)
- Fixed error in indilist on non existent first letter (sjouke)
- Fixed error when GM cannot open mediafile for display (sjouke)
- Fixed error when Genmod cannot read mediafile for creating thumb (sjouke)
- Added print gedcom title in browser topbar (sjouke)
- Fixed sorting of medialist (sjouke)
- Fixed missing mimetypes in mimetype detect class (sjouke)
- Fixed referenced repositories are not added to clipping cart (sjouke)
- Fixed PRIM and THUM values don't print for MM link (sjouke)
- Added add father/mother link to parent fam on indipage (sjouke)
- Fixed some layout issues in pedigree boxes (sjouke)
- Fixed made log messages more consistent (warning/error) (sjouke)
- Fixed cannot switch off highlighted object (sjouke)
- Fixed format of some editing fields (sjouke)
- Fixed removed patriarchlist from menu (sjouke)
- Fixed menu_help error after clean install (sjouke)
- Fixed MM link from sanitycheck (sjouke)
- Fixed error writing to logfile on some installations (sjouke)
- Added homesite url link to menubar (sjouke)
- Fixed new indi fact is added to indi's family (sjouke)
- Fixed viewlog prints backslashes in names (sjouke)
- Fixed printing of source DATA and DATE on indi source tab (sjouke)
- Fixed force bot language to gedcom language (sjouke)
- Fixed tab order in soundex search fields (sjouke)
- Added add time to date when adding a new indi (sjouke)
- Fixed bot can change language (sjouke)
- Fixed caching problem with accept/reject changes (sjouke)
- Fixed source tab on indipage doesn't hide (sjouke)
- Fixed check bom layout (sjouke)
- Removed add new language from menu (sjouke)
- Fixed source citation to all facts excludes citation details (sjouke)
- Fixed display of This Person when individual is deleted (sjouke)
- Fixed error on individual page when pid does not exist (sjouke)
- Fixed [ 1800544 ] 1.5 B2 editlang.php, Undefined variable: GM_IMAGES (sjouke)
- Fixed page layout for viewlog (sjouke)
- Fixed custompage adds instead of edit (sjouke)
- Fixed long url printing in notes (sjouke)
- Fixed MM link in random media should link to mediadetail (sjouke)
- Fixed edit marriage shows marriage type twice (sjouke)
- Added option to reject the last of more changes to a pid (sjouke)
- Fixed error in fanchart (sjouke)
- Removed old edit code from various pages (sjouke)
- Fixed Source citation with edit fact gets wrong fields (sjouke)
- Fixed Find does not find repositories (sjouke)
- Fixed Unified layout of repository page (sjouke)
- Fixed incorrect source count on media detail page (sjouke)
- Fixed deadlock in accept changes: new record plus extra facts (sjouke)
- Fixed family page gives error on added/deleted fam (sjouke)
- Fixed layout and added media totals to source page (sjouke)
- Fixed tab order in search (sjouke)
Version 1.5 beta 2
- Fixed source links display even when source is hidden in privacy (sjouke)
- Added privacy to media links and items (sjouke)
- Added media changes to review changes block (sjouke)
- Added new mailer class for extended mail support (roland-d)
- Fixed source data field width incorrect on indi page (sjouke)
- Fixed dependencies between changes (sjouke)
- Fixed URL check in printing url's in facts, thanks Thomas (sjouke)
- Fixed concatenated note printing and editing (sjouke)
- Fixed error messages in manage media (sjouke)
- Added create new family with person as husb/wife/child (sjouke)
- Fixed install checks more tables than intended (sjouke)
- Added check to install for index dir in use (sjouke)
- Fixed cleanup contaminates gedcom logfile (sjouke)
- Fixed unified order of search input fields (sjouke)
- Fixed sources option missing in general search if default privacy (sjouke)
- Fixed general search on fams only returns name hits (sjouke)
- Fixed MySQL stopwords disturb general search (sjouke)
- Fixed error in general search when term is empty (sjouke)
- Fixed error in login.php, user not found (sjouke)
- Added check for character set def in tables (sjouke)
- Fixed CheckDB checks wrong tables thus gives errors (sjouke)
- Fixed wrong sort order for source lists (sjouke)
- Fixed source favorites are always added to sourcelist (sjouke)
- Fixed error in level 0 note editing (sjouke)
- Added Alias URL's for Enterprise mode (sjouke)
- Added option to maintain add facts to MM object (sjouke)
- Fixed multimedia mapping is not updated on changes (sjouke)
- Fixed different add fields showing in edit and add fact (sjouke)
- Fixed growing url string with show_changes (sjouke)
- Added details page for Multimedia objects (sjouke)
- Added Multimedia favorites (sjouke)
- Fixed facts display twice in newly created sources (sjouke)
- Added fact group headers and logical grouping of facts on edit pages (sjouke)
- Fixed printing of newly added MM (sjouke)
- Fixed Suppressed duplicate messages for exceeding pageviews (sjouke)
- Fixed Memory usage displays negative number (sjouke)
- Added pedi option to edit family members (sjouke)
- Added manually add users and IP's for lockout (sjouke)
- Fixed missing space in approval email (sjouke)
- Fixed Delete links in menu's are broken (sjouke)
- Fixed deletion of source reference in records (sjouke)
- Fixed dependancy between changes (sjouke)
- Added URL and querystring to logrecords (sjouke)
- Fixed error in numeric to chinese translation (sjouke)
- Fixed custom pages causing JS errors (roland-d)
- Fixed long loading time language editing (roland-d)
- Fixed merge records is completely out of order (sjouke)
- Fixed SUBM record updates if nothing changed (sjouke)
- Fixed downloaded ZIP files are corrupted with IE7 (sjouke)
- Fixed find.php error on select media (sjouke)
- Added download gedcom option to embed multimedia files (sjouke)
- Fixed Greedy date cleanup during import (sjouke)
- Fixed Sanitycheck: rights check for mysql 5 and php ini check (sjouke)
- Fixed errors in install (sjouke)
- Fixed missing return in lang install file (sjouke)
- Fixed adjusted backup/restore to latest DB design; made restore more robust (sjouke)
- Fixed reordered options in this family edit menu (sjouke)
- Fixed changes in parents don't show (sjouke)
- Fixed changing family members doesn't delete all link data (sjouke)
- Fixed cleaned up individual edit menu (sjouke)
- Fixed errors on indipage with sealing parents (sjouke)
- Added edit option for child/fam relation and primary display (sjouke)
- Added support for _PRIMARY PAF tag on pedigree page (sjouke)
- Fixed display of names on individual page (sjouke)
- Fixed auth user can edit and see changes of own family (sjouke)
- Fixed link to Quick Update for users with access rights (sjouke)
- Fixed redirection with params in redirection url (sjouke)
- Fixed links in emails are not links but plain text (sjouke)
- Fixed long text on page after user registration (sjouke)
- Fixed parents other fams don't always display on individual page (sjouke)
- Fixed search in helptext (roland-d)
- Fixed username in menubar links to own rootid instead of gedcomid (sjouke)
- Removed BOM-check for config_help files (sjouke)
- Changed search bar to extend automatically on focus (roland-d)
- Added logo to menu bar (roland-d)
- Changed to always empty subfields of place on country change (roland-d)
- Changed country names to always show full name in edit mode (roland-d)
- Changed maps to always show full size in edit mode (roland-d)
- Fixed flickering of flag on places in edit mode (roland-d)
- Fixed sources not showing (roland-d)
- Updated layout Download Gedcom page (roland-d)
- Added option to exclude IP's and hostnames from IP-session check (sjouke)
- Added logging options for max pageviews per timeunit (sjouke)
- Fixed double helplink on download gedcom page - thanks Thomas (sjouke)
- Added option for role based hide/show view and edit raw gedcom (sjouke)
- Fixed error if topsearch jumps to family with lowercase ID (sjouke)
- Added option to reupload and import an existing gedcom file (sjouke)
- Added check for unknown gedcom tags to sanity check (sjouke)
- Fixed error in print pedigree on non existent fact (sjouke)
- Added different page sizes to pedigree reports (roland-d)
- Added Select/Deselect all gedcomss to search.php (roland-d)
- Fixed Ancestry chart link (roland-d)
- Changed use_magic_quotes recommendation as per http://php.net/magic_quotes (roland-d)
- Fixed Contact links not working from menu (roland-d)
- Fixed User could not see raw gedcom but could edit raw gedcom (roland-d)
- Fixed configuration page values cannot contain special characters (roland-d)
- Fixed userclass returns empty object (sjouke)
- Fixed log intrusions as warnings (sjouke)
- Fixed sort on chinese names in lists and alphalists (sjouke)
- Fixed query string is lost on change of language (sjouke)
- Added links to own pid and startpage to menubar (sjouke)
Version 1.5 beta 1
- Fixed Intruder lockout prints message before header (sjouke)
- Fixed Soundex sorts on firstname when called from QS (sjouke)
- Fixed tab index login block (roland-d)
- Updated version numbers (roland-d)
- Fixed Check for unique facts not working for sources and repositories (sjouke)
- Added option to show HTML block only to logged in users (sjouke)
- Fixed gedcom favorite URL (roland-d)
- Fixed counters not deleted when gedcom is removed (sjouke)
- Fixed Error when thumbs extension is missing (sjouke)
- Fixed importing media overwrites data from other gedcoms (sjouke)
- Added extensions to AliveInYear to determine alive or not (sjouke)
- Fixed AliveInYear has links to indilist (sjouke)
- Added option to remove sites from enterprise configuration (sjouke)
- Added cross gedcom search to famlist when accessed from the QS-block (sjouke)
- Fixed errors on editing gedcom favorites (sjouke)
- Fixed unable to create fulltext index in MySQL 5 (sjouke)
- Addex check on valid gedcom, ged, gedcomid in url (sjouke)
- Added combined key field to some tables for cross gedcom processing (sjouke)
- Fixed privacy for fam info on individual page (sjouke)
- Converted hitcount from gedcom to gedcom id (sjouke)
- Fixed wrong number of surnames calculated in statistics block (sjouke)
- Added cross gedcom search to indilist when accessed from the QS-block (sjouke)
- Fixed long delay at first indilist page (sjouke)
- Fixed search sources not show in search when not allowed only in current gedcom (sjouke)
- Fixed not all caches are reset from admin maint menu (sjouke)
- Added option to remove sites from config.php (sjouke)
- Fixed [ 1704920 ] 1.1 custompage.php, blank page (sjouke)
- Fixed several (redirection) errors when no gedcom is present (sjouke)
- Fixed printing of chinese names and facts in reports (sjouke)
- Fixed [ 1702305 ] 1.1 Individual page, xml (sjouke)
- Fixed DB info may show to non-admin users (sjouke)
- Fixed [ 1701055 ] 1.1 Download File button (sjouke)
- Fixed db_layer problem with add/delete combined primary keys (sjouke)
- Fixed menu crash when ID does not exist (roland-d)
- Added Intruder lockout (sjouke)
- Fixed Add father/mother forgets marriage info (sjouke)
- Fixed cannot add place to fact when source citation exists (sjouke)
- Fixed double index on media mapping table (sjouke)
- Fixed patriarch ALL list (roland-d)
- Fixed layout of several lists (roland-d)
- Fixed Multimedia updates even if nothing is changed (sjouke)
- Fixed surnamed incorrectly copied when adding child (sjouke)
- Fixed cannot add 2nd source to fact (sjouke)
- Fixed errors on print preview (roland-d)
- Fixed messages not wrapping (roland-d)
- Added Username and Gedcom name (roland-d)
- Fixed edit links (roland-d)
- Fixed incorrect note handling in long notes (sjouke)
- Added mime-type checking for correct filetype (roland-d)
- Updated the medialist routine (roland-d)
- Fixed My Favorites should not show for visitors (sjouke)
- Fixed Edit menu showing for visitors (sjouke)
- Fixed Edit checking on indi and fam page not correct (sjouke)
- Fixed totals printed in wrong column for general search (sjouke)
- Fixed Search sources should not display if user has no rights (sjouke)
- Fixed error if imageflush calls error routine itself (sjouke)
- Added General Search uses google-like search terms now (+, -, *, "") (sjouke)
- Added auto deletion of obsolete indexes (DB follows db_layaout now) (sjouke)
- Fixed famlist surname sublist does not display names with prefixes (sjouke)
- Fixed SQL error in search place with no person names (sjouke)
- Fixed Quick Start block should be default block on MyGenmod (sjouke)
- Fixed Quick Start block cannot be added to MyGenmod page (sjouke)
- Fixed Useradmin name fields off screen for add user (sjouke)
- Fixed error in patriarchlist on non existent letter (sjouke)
- Fixed error on login page in cookie message (sjouke)
- Fixed error in person list (sjouke)
- Added check for sources with no repository to sanity check (sjouke)
- Fixed sanity check gives error when not existent repo reference is found (sjouke)
- Fixed login block (roland-d)
- Added page sensitive links to new menu (roland-d)
- Updated new menu layout (roland-d)
- Fixed db layout check is done twice (sjouke)
- Added rename _PGVU to _GMU tag on merge or import (sjouke)
- Fixed error in search when using topsearch without query (sjouke)
- Fixed verify link in verify email is no link (sjouke)
- Fixed emails in user language (sjouke)
- Fixed register new user shows loads of garbage (sjouke)
- Fixed error when changing username to other existing one (sjouke)
- Fixed error if HTTP_USER_AGENT is not set (sjouke)
- Added new menu system (roland-d)
- Fixed filesnames in lang_settings in install folder (sjouke)
- Added General search to Quick Start block (sjouke)
- Fixed Search does not find any chinese places in soundex (sjouke)
- Fixed cursor and tabindex on quick start block search form (sjouke)
- Fixed layout of login block, also removed admin button (sjouke)
- Fixed improved use of printing space in pedigree boxes (sjouke)
- Fixed stats block title does not follow chosen language (sjouke)
- Fixed error on export of language files (sjouke)
Version 1.1
- Fixed paste bug on reports (roland-d)
- Added Reports (made by the PhpGedview team) (sjouke)
- Fixed Genmod terminating on use of Writetolog in DBCheck (sjouke)
- Fixed new table fields always added as last (sjouke)
- Fixed error in footer of popup windows (sjouke)
- Added check and message on admin page for changed language txt files (sjouke)
- Fixed GEDCOM stats showing garbage information (sjouke)
- Fixed facts not updated when made empty in edit_quickupdate (sjouke)
- Fixed missing </span> in view error log on admin page (sjouke)
- Fixed alignment of spouses in ancestry chart (sjouke)
- Fixed Too many facts of close relatives printed on indipage (sjouke)
- Fixed used language list looks messy with many languages used by gedcoms (sjouke)
- Fixed Change language settings: flag and error on language files (sjouke)
- Fixed printing and editing multiple names on individual page (sjouke)
- Added option to backup mediafiles known to Genmod (sjouke)
- Fixed Firstname list in indilist cannot be switched off (sjouke)
Version 1.0
- Always improving on code optimization
- Improved memory usage on import
- Added merge of gedcom files
- Added PinYin translation of Chinese names and places
- Added support for search in chinese names and places
- Updated layout
- Added Quick Start Block
- Added a debug collector
- Fixed many editing bugs
- Added Maintenance page (roland-d)
- Fixed Genmod is full of errors when the database is not available (roland-d)
- Fixed Languages not saved on configuration page (roland-d)
- Fixed [ 1538898 ] Remove PEAR::DB (roland-d)
Version 1.0 Beta 4
- Updated icons for the toplinks (roland-d)
- Fixed error in is_dead determination (sjouke)
- Fixed reversed display of romanized names on indipage (sjouke)
- Added option to reset hitcounters (sjouke)
- Added [ 1511728 ] Possibility to edit favorites (roland-d)
- Fixed [ 1466089 ] Option All missing for default tab on indi page (sjouke)
- Added [ 1500909 ] Installation procedure (roland-d)
- Added [ 1453326 ] Automatic database creation (roland-d)
- Fixed [ 1485375 ] Beta 3 installation give DB warnings (roland-d)
- Fixed [ 1485365 ] Favourites block not wrapping optional text (roland-d)
- Fixed [ 1448348 ] Media structure not checked upon installation (roland-d)
Version 1.0 Beta 3
- Fixed [ 1459314 ] Add media item error (roland-d)
- Added [ 1466810 ] Cache statistics to DB (sjouke)
- Fixed [ 1466096 ] User comment displays backslashes (sjouke)
- Added [ 1466090 ] Move event cache to DB (sjouke)
- Fixed [ 1464668 ] Login block too wide to put in right section blocks (roland-d)
- Fixed [ 1464666 ] Users are not automatically logged out (roland-d)
- Added [ 1464670 ] Add a crawler check for bots (made by laie_techie) (roland-d)
- Added [ 1453328 ] Check for correct MySQL version (roland-d)
- Added [ 1453326 ] Automatic database creation (roland-d)
- Added [ 1449082 ] Add possibility to create own HTML pages (roland-d)
Version 1.0 Beta 2
- Added robots.txt file (roland-d)
- Fixed [ 1414927 ] New user problem with unique name (sjouke)
- Added [ 1346140 ] Cleanup Lanugage File (roland-d)
- Fixed [ 1411911 ] Download gedcom problems (sjouke)
- Fixed [ 1411371 ] Upload/add zipped gedcom broken (sjouke)
- Added [ 1410667 ] Genmod Sanity Check (sjouke)
- Fixed [ 1409919 ] Media to DB (sjouke)
- Fixed [ 1401879 ] Gedcom statistics are incorrect (roland-d)
- Fixed [ 1401873 ] Timeline cannot add person (roland-d)
- Added [ 1365087 ] Soundex Search List Sort Option (sjouke)
- Fixed [ 1394734 ] Multiple approval emails to same user (sjouke)
- Fixed [ 1394729 ] Backup should be extended (sjouke)
- Fixed [ 1398393 ] No GM admin news behind proxy server (sjouke)
- Fixed [ 1396542 ] Counter error on index page (sjouke)
- Added [ 1395328 ] Userfilter on names in userlist (sjouke)
Version 1.0 Beta 1
- Added [ 1356409 ] Enterprise version (sjouke)
- Added [ 1356492 ] Adjust backup to new data storage (sjouke)
- Fixed [ 1394736 ] Indi page crashes on non-existent individual (roland-d)
- Added [ 1388607 ] PHP error logging (sjouke)
- Added [ 1388601 ] Improve performance of Index page (sjouke)
- Fixed [ 1367244 ] Reimport of GEDCOM - lose Media titles (roland-d)
- Fixed [ 1367478 ] HTTPS login ignored from Login Block (sjouke)
- Fixed [ 1376149 ] Unique source facts broken (sjouke)
- Added [ 1372907 ] Move gedcom privacy settings to DB (sjouke)
- Added [ 1369076 ] Move Gedcom config settings to DB (sjouke)
- Added [ 1362024 ] GEDCOM settings from gedcoms.php to DB (sjouke)
- Added [ 1362022 ] Counters to DB (sjouke)
- Fixed [ 1365582 ] Media is distorted on Charts (roland-d)
- Added [ 1362516 ] Genmod news to admins (sjouke)
- Fixed [ 1362034 ] Editing a media item causes it to be doubled (roland-d)
- Fixed [ 1362142 ] Source tab on indi page shows only 1 image (roland-d)
- Added [ 1361039 ] Prevent deletion of last admin user (sjouke)
- Added [ 1358929 ] Mass update for user settings (sjouke)
- Added [ 1356408 ] Logging to database (sjouke)
- Fixed [ 1361043 ] User comment doesn't show in FF (sjouke)
- Fixed [ 1355984 ] Search name combinations gives list instead of details page (sjouke)
- Fixed [ 1361447 ] Media error on Welcome page (roland-d)
- Fixed [ 1360973 ] Pedigree Bug - new CVS (roland-d)
-------------------------------------------------------
Version 1.0 Alpha
- Fixed [ 1346466 ] Adding multiple favorites is not possible (sjouke)
- Fixed [ 1346101 ] Login with a ? in URL fails (sjouke)
-------------------------------------------------------