Commit Graph

8779 Commits

Author SHA1 Message Date
Doug Blank
6c91585f43 Fixed spelling error
svn: r15477
2010-05-25 11:30:43 +00:00
Doug Blank
f72178b4df 4012: Improvement for "What's next" report
svn: r15475
2010-05-25 10:06:53 +00:00
Rob G. Healey
6c01a611d7 Removed Totals Column and Row from class EventListPage.
svn: r15472
2010-05-25 04:59:00 +00:00
Rob G. Healey
577071b666 Increased the size of #navigation and #subnavigation menus.
svn: r15471
2010-05-25 04:43:59 +00:00
Rob G. Healey
e9db3fd8c1 Bug#4007: class EventListPage and EventPage: family events are being doubled up.
svn: r15470
2010-05-25 04:42:16 +00:00
Rob G. Healey
4c273594ba Some cleanup of the menus.
svn: r15469
2010-05-24 04:57:56 +00:00
Doug Blank
a00b4bcb45 4004, 3983, 3861, 3758: initialize_options missing argument
svn: r15467
2010-05-24 01:41:03 +00:00
Doug Blank
0a73ecc10e use new get_base_db method of db
svn: r15466
2010-05-23 15:45:41 +00:00
Doug Blank
a69337b6c6 method for getting base database, if a proxy
svn: r15465
2010-05-23 15:44:51 +00:00
Doug Blank
a3a12e87fe Show All filter shows counts out of total, unfiltered
svn: r15464
2010-05-23 15:43:49 +00:00
Doug Blank
96c081bb6e Some ordering problems when readonly db
svn: r15463
2010-05-23 15:42:18 +00:00
Doug Blank
67a82ed20c No need to get surname list for a readonly db
svn: r15462
2010-05-23 15:40:59 +00:00
Doug Blank
ed3c144a79 Apparently we don't need these two methods (see Gerald in mailing list, 05/23/2010)
svn: r15461
2010-05-23 15:36:15 +00:00
Doug Blank
ed73f393ed Readonly databases do not necessarily have commit methods
svn: r15460
2010-05-23 15:00:48 +00:00
Doug Blank
7c4d945da6 Backrefmodel will skip missing or inaccessible objects
svn: r15459
2010-05-23 14:59:04 +00:00
Doug Blank
0c10a6c7a5 Added 7 new quick view filters: all (summary counts), all events, all media, all notes, all repos, all sources, and all places.
svn: r15458
2010-05-23 14:57:43 +00:00
Doug Blank
cdeb47ad3b Proxies should report that they are read-only
svn: r15457
2010-05-23 14:55:20 +00:00
Doug Blank
4ac224430f Added missing editors for media and note; add ability for table link to be a filter
svn: r15456
2010-05-23 14:53:04 +00:00
Doug Blank
80f5069a49 Protection from missing (or inaccessible) person
svn: r15455
2010-05-23 14:51:51 +00:00
Doug Blank
4ce41d4656 3986: Interface for running code not associated with a plugin type: this passes dbstate and uistate to a load_on_reg function/class if a library has it, and it is marked as load_on_reg
svn: r15454
2010-05-23 11:44:13 +00:00
Doug Blank
8ca80428a5 added methods that protect living data from leaking out: get_person_handles, iter_person_handles, and iter_people
svn: r15453
2010-05-23 05:10:11 +00:00
Rob G. Healey
657e4dc784 Bug#4006: Fixed WebCal text being doubled up. Thank you Doug S. Blank for the patch.
svn: r15452
2010-05-23 04:51:59 +00:00
Doug Blank
1e3b765bd4 iter_people method was incorrectly returning handles and people objects; should be just people to match gen.db interface
svn: r15451
2010-05-23 04:40:58 +00:00
Serge Noiraud
80c94857ed GeoView : bug #4002 console message: undefined @1: ReferenceError: Can't find variable: addcrosshair
svn: r15448
2010-05-22 07:41:04 +00:00
Rob G. Healey
bedbf0084f Changed Download page a little and made the changes uniform in all the style sheets. Still have a problem in Web_Mainz.css though.
svn: r15446
2010-05-22 07:20:27 +00:00
Peter Landgren
c92dde9549 Added version info about the database.
svn: r15441
2010-05-21 14:18:32 +00:00
Doug Blank
9421b66984 3993: Add Jewish holidays and translate holidays and countries names (part 2)
svn: r15439
2010-05-21 12:58:08 +00:00
Doug Blank
3af2af9dd2 3993: Add Jewish holidays and translate holidays and countries names (part 1), by igal_shapira
svn: r15438
2010-05-21 12:18:21 +00:00
Doug Blank
2a0ae02088 3982: One more date-time format - Database Timestamp (ISO) format, by Yenidai
svn: r15436
2010-05-21 11:15:08 +00:00
Peter Landgren
59acfc216d Fixed problem with non unicode path name.
svn: r15434
2010-05-21 06:22:24 +00:00
Serge Noiraud
9a6a01fabb GeoView : bug #3973 ignore buttons_have_icons which avoid set_image() to change the image of a button.
gnome => 2.26 now set this to false


svn: r15433
2010-05-20 21:00:47 +00:00
Gerald Britton
df79811a4e Add extra information for undo history
svn: r15430
2010-05-20 18:40:31 +00:00
Gerald Britton
c6df5a7a0f Tweak
svn: r15429
2010-05-20 18:39:58 +00:00
Gerald Britton
6369bb0286 Minor edit
svn: r15428
2010-05-20 18:32:36 +00:00
Gerald Britton
cd8ded4b37 Updates to undo/redo logic:
1. Replace single transaction list with separate undo/redo deques
2. Update UndoHistory GUI to work with new queue setup
3. Add test to txn.py for empty transaction list


svn: r15427
2010-05-20 18:32:08 +00:00
Nick Hall
6da2ade5e3 Format date in Last Changed column in views according to preference setting
svn: r15426
2010-05-20 17:47:31 +00:00
Doug Blank
8981551fcd 3878: Private option and filter on Exporter --- protection from null person
svn: r15425
2010-05-19 00:30:00 +00:00
Doug Blank
88a571d9e3 3878: Private option and filter on Exporter (undo of commit 15402)
svn: r15424
2010-05-19 00:13:25 +00:00
Jérôme Rapinat
bc7912d5ab update month names (by Łukasz Rymarczyk)
svn: r15418
2010-05-16 15:49:03 +00:00
Doug Blank
b400c4ed79 Remove debug setting as default
svn: r15411
2010-05-14 08:59:36 +00:00
Nick Hall
3c6546c6dd 3710: Add a configuration dialog to the pedigree view
svn: r15409
2010-05-13 21:50:22 +00:00
Jérôme Rapinat
75d8575909 use of functions
svn: r15406
2010-05-13 17:52:00 +00:00
Nick Hall
a1c96c8a93 Append space to paragraph leader in ascii reports. (revert 15388)
svn: r15404
2010-05-13 17:12:18 +00:00
Doug Blank
d2d983f10a Try to reload first; if fails, then not in path (addon), and try new import
svn: r15403
2010-05-13 13:02:52 +00:00
Doug Blank
d134be8d2e 3878: Private option and filter on Exporter
svn: r15402
2010-05-13 12:11:22 +00:00
Doug Blank
7da7919b78 3957: probably_alive does not use full database to determine living status
svn: r15401
2010-05-13 12:09:15 +00:00
Doug Blank
2df0322aef 3958: Extremely slow gedcom import
svn: r15400
2010-05-13 11:08:20 +00:00
Rob G. Healey
44a360c1bf Fixed EventDetail pages in ColumnPerson... First individual was being shown twice in the line
svn: r15398
2010-05-13 06:17:43 +00:00
Rob G. Healey
b3e5f17baf Removed forcing the table headers to be full capsitalization, except for the calendar day letters
svn: r15397
2010-05-13 03:20:52 +00:00
Doug Blank
958a0fe898 Protection against null objects; added ability to get fallback object rather than just date
svn: r15396
2010-05-12 19:25:51 +00:00
Rob G. Healey
b3b100747e Removed border lines from Parents section on the IndividualPages
svn: r15392
2010-05-12 07:28:27 +00:00
Rob G. Healey
33bcc40293 Switched 'Graph generations' option in Report Options from EnumeratedListOption to NumberOption as it didn't maked sense to me
svn: r15391
2010-05-12 07:17:23 +00:00
Rob G. Healey
9b73c0e80a Re-added event description back into event sections
svn: r15390
2010-05-12 07:08:28 +00:00
Rob G. Healey
3a0acefae7 Removed black cell in EventsPage details on Person
svn: r15389
2010-05-12 06:11:54 +00:00
Craig J. Anderson
81e1b117b2 added a space after the descendant number.
svn: r15388
2010-05-12 02:35:09 +00:00
Doug Blank
cda97348e8 3878: Private option and filter on Exporter
svn: r15383
2010-05-10 00:00:15 +00:00
Espen Berg
548a8ba315 issues 3915, 3950 and 3951 (and perhaps some more?) due to a change in pygtk appears to be fixed with this patch.
svn: r15378
2010-05-09 18:43:06 +00:00
Doug Blank
e7a50282b4 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people
svn: r15374
2010-05-09 15:18:54 +00:00
Doug Blank
7044978e72 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people
svn: r15372
2010-05-09 15:08:53 +00:00
Doug Blank
187e1d582f 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
svn: r15370
2010-05-09 13:54:50 +00:00
Doug Blank
9fd5722f96 3943: Crashed whilst exporting to data.gramps using a person filter 'Public'; fixed many filter rules for people
svn: r15369
2010-05-09 13:43:50 +00:00
Doug Blank
14f3d33da4 3640: Truncated FILE media path on Gedcom export; extended line for file to 255 characters
svn: r15366
2010-05-09 12:57:05 +00:00
Rob G. Healey
887f8ba9bd Added Gramps Styled Notes hyperlink element to Blue stylesheet.
svn: r15365
2010-05-08 19:24:19 +00:00
Rob G. Healey
eb2f4ee79d Moved navigation menu outside borders to Horizontal stylesheet.
svn: r15364
2010-05-08 19:22:36 +00:00
Rob G. Healey
b8d650d3c7 Fixed Horiontal navigation menus outside borders.
svn: r15363
2010-05-08 19:17:41 +00:00
Doug Blank
a2c515f5da Added a flag to get_note_format to set the up variable so that the backend will build_link correctly. This should be refactored, but it at least does the right thing for now.
svn: r15362
2010-05-08 15:21:11 +00:00
Doug Blank
19089b6f51 Typo in handling tags
svn: r15361
2010-05-08 15:19:23 +00:00
Peter Landgren
a19abb267f Fix of issue 3935. Wrong encoding in Windows.
svn: r15360
2010-05-08 14:30:01 +00:00
Doug Blank
937af27eaf Header and Footer notes were not formatted
svn: r15358
2010-05-08 13:05:28 +00:00
Doug Blank
c1ce7ace3f Removed changing of padding on a hover
svn: r15357
2010-05-08 12:45:49 +00:00
Doug Blank
49fde849a4 Need to handle links in _create_xmltag because they are a supported styletype now
svn: r15356
2010-05-08 12:04:48 +00:00
Doug Blank
e13ed1433a Jakim Friant's fix: msg_callback typo
svn: r15355
2010-05-08 11:45:41 +00:00
Doug Blank
2f603d2592 Fixing issues with get_privacy on non-existent objects which were probably filted out by a living proxy
svn: r15354
2010-05-07 23:45:54 +00:00
Rob G. Healey
a41de0ebb7 Adjusted alphabet navigation in Horizontal menu to be more consistent with navigation menu in appearance.
svn: r15352
2010-05-07 21:00:57 +00:00
Doug Blank
fccc819e82 Allows load button for those plugins which are not loaded (eg, failed to load)
svn: r15351
2010-05-07 20:59:34 +00:00
Doug Blank
6db2110937 Forces the unloading of loaded plugins to load new versions
svn: r15350
2010-05-07 19:46:07 +00:00
Doug Blank
a7d5470caa Small cleanup of link type names
svn: r15349
2010-05-07 18:33:44 +00:00
Doug Blank
99c4671e3e Added 'Link References' quickview; added a get_link to SimpleAccess
svn: r15348
2010-05-07 12:59:23 +00:00
Rob G. Healey
51ec91e313 Added overflow: hidden to the header section of this stylesheet for user_header note.
svn: r15345
2010-05-07 09:33:36 +00:00
Peter Landgren
47cfc776ec Deleted deprecated cli --usage.
svn: r15344
2010-05-06 19:48:22 +00:00
Peter Landgren
6e650ebfcc Deleted deprecated cli --usage.
svn: r15343
2010-05-06 19:47:42 +00:00
Jérôme Rapinat
2c795dec56 #3936: months not localized (by maple)
svn: r15342
2010-05-06 18:40:28 +00:00
Doug Blank
40b8c2d9a2 3914: Add a new markup for creating links to URLs and for gramps objects
svn: r15340
2010-05-06 15:54:33 +00:00
Peter Landgren
ef002c54ad Added data for --settings so that translation works.
svn: r15338
2010-05-06 07:26:37 +00:00
Brian Matherly
ecbde74066 Repair duplicated file contents resulting from 0003796 (Make export available when no GUI available).
svn: r15332
2010-05-06 03:40:30 +00:00
Jérôme Rapinat
e067a9b010 #3918: months not localized (by jcreus)
svn: r15330
2010-05-05 16:52:49 +00:00
Doug Blank
6c08e80327 Always return a string (even if error message) for SimpleAccess.display
svn: r15328
2010-05-05 15:49:16 +00:00
Jérôme Rapinat
e2e3065cfb merge fix on branch rev15295
svn: r15327
2010-05-05 11:47:18 +00:00
Doug Blank
788b731168 Removed unneeded import of StyledTextEditor; gets StyledTextEditor from glade file
svn: r15326
2010-05-05 11:02:08 +00:00
Doug Blank
be0b0a7530 Disabled Load button on Loaded Plugin tab... doesn't make any sense to have there as they are already loaded.
svn: r15325
2010-05-05 04:24:20 +00:00
Doug Blank
118525b4b9 Added a generic goto_handle that works (at least) with selectors; added a default keyword that takes a handle
svn: r15323
2010-05-05 03:23:35 +00:00
Doug Blank
e847354d8b Allow 'Media' short for 'MediaObject'
svn: r15322
2010-05-05 03:19:54 +00:00
Doug Blank
98436e2e53 Double Oops: that line does belong here
svn: r15321
2010-05-04 22:13:43 +00:00
Peter Landgren
f9eb65c4c6 Issue 3915, error in error message.
svn: r15320
2010-05-04 12:04:27 +00:00
Doug Blank
67e5d8d6d2 Oops: should not have included this line; from another patch
svn: r15319
2010-05-04 11:59:08 +00:00
Peter Landgren
c7ca895545 Issue 3904, dirname and filename swapped.
svn: r15317
2010-05-04 11:55:14 +00:00
Doug Blank
8a80aeae96 Added an EditObject that works on any object_class; will look up obj based on gramps_id or handle
svn: r15314
2010-05-03 22:47:47 +00:00
Doug Blank
22bbe691ae Added a display to return a string of any object; fixed a bug in gid(obj) so that it can now work for any obj
svn: r15313
2010-05-03 22:46:14 +00:00
Peter Landgren
757a2a683d Fix of included files.
svn: r15312
2010-05-03 16:31:12 +00:00
Peter Landgren
22377f265c Fix of included files.
svn: r15311
2010-05-03 16:20:42 +00:00
Peter Landgren
d838145fdb Fix of included files.
svn: r15310
2010-05-03 16:17:42 +00:00
Peter Landgren
decedf9c7d Information in file was doubled/tripled.
svn: r15309
2010-05-03 12:40:39 +00:00
Peter Landgren
0eb5728320 Information in file was doubled/tripled.
svn: r15308
2010-05-03 12:39:49 +00:00
Peter Landgren
0236eb15ab Information in file was doubled/tripled.
svn: r15307
2010-05-03 12:39:29 +00:00
Peter Landgren
ab8bdc2a19 Information in file was doubled/tripled.
svn: r15306
2010-05-03 12:38:30 +00:00
Jason Simanek
289a947fa1 bug #0003908: fixed NarWeb footer height problem
svn: r15305
2010-05-03 12:22:10 +00:00
Doug Blank
54c2465186 Added underline to a links as otherwise one couldn't see them with new links in notes
svn: r15303
2010-05-03 10:30:15 +00:00
Doug Blank
652a1f132b 3911: Crash because of syntax error in name format
svn: r15302
2010-05-03 01:07:24 +00:00
Doug Blank
527db10555 Protect views with no histories
svn: r15300
2010-05-02 13:46:23 +00:00
Doug Blank
12918718f9 3879: Allow multiple versions of a plugin
svn: r15299
2010-05-01 21:30:15 +00:00
Doug Blank
39f4ac256f Removed duplicate code inserted by change set 15294; added plugin version in display
svn: r15298
2010-05-01 21:22:05 +00:00
Doug Blank
ba10530ead 3900: Export to Gedcom; and other living proxy None issue
svn: r15297
2010-05-01 18:51:31 +00:00
Brian Matherly
df32be43de 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
svn: r15294
2010-05-01 04:12:42 +00:00
Rob G. Healey
356f23ac98 Removed div#footer section height limitation.
svn: r15293
2010-04-25 18:06:29 +00:00
Rob G. Healey
464ef0dbd8 Added source_citations back into media attributes.
svn: r15292
2010-04-25 18:03:49 +00:00
Doug Blank
845d5d0a33 3877: 'alive' and incomplet date
svn: r15280
2010-04-24 18:59:14 +00:00
Gerald Britton
72e19bb7a9 Updates to undo/redo logic -- part 1
svn: r15277
2010-04-23 19:02:24 +00:00
Rob G. Healey
71575f91ea Added a:hover element to all style sheets for Div#EventList table.infolist tbody tr td.ColumnLetter.
svn: r15274
2010-04-23 02:36:05 +00:00
Rob G. Healey
85523a2226 Modified alphabet_navigation to remove the necessity of key, modified class EventListPage to use alphabet_navigation just like the rest of the site.
svn: r15273
2010-04-23 00:39:24 +00:00
Gerald Britton
bb17e00abd PEP8 edits and minor simplifications
svn: r15272
2010-04-22 19:46:50 +00:00
Gerald Britton
8cecd15dab Use print function instead of print statement
svn: r15271
2010-04-22 19:41:48 +00:00
Rob G. Healey
5a7c72338f Removed page x of page y from 'Creating event pages'.
svn: r15270
2010-04-22 17:05:34 +00:00
Rob G. Healey
9aea3ae849 Added title attribute to navigation/alphabet navigation menus for better visually impaired accessibility. The title attribute is read by accessibility devices.
svn: r15269
2010-04-22 14:36:02 +00:00
Rob G. Healey
ea23f135bd Added title attribute to all media objects for better readability by screen readers and braille writers, Jaws(c) by http://www.freedomscientific.com/, for example.
svn: r15268
2010-04-22 13:56:16 +00:00
Rob G. Healey
4966059097 Reverted NarrativeWeb back to before I committed it today. Back to Doug Blank's last revisions.
svn: r15265
2010-04-22 07:49:13 +00:00
Rob G. Healey
26ed0be397 Added src/plugins/sidebar directory to src/plugins/Makefile.am. Added src/plugins/sidebar/sidebar.gpr.py to po/POTFILES.skip .
svn: r15264
2010-04-22 07:36:22 +00:00
Rob G. Healey
61f262a339 Added title and alt attributes to images and http links for better ability for screen readers and braille writers. These changes make it so that the devices can read the page to its users.
svn: r15257
2010-04-22 01:27:53 +00:00
Rob G. Healey
1a11af68fa Removed the use of key in write_header(). Added <h2> tags back into write_header() so that the printed pages can be identified by it. Re-wrote alphabet_navigation for the class EventsListPage only. Added title for navigation and alphabet so that screen readers and braille writers can identify the menu items.
svn: r15256
2010-04-22 01:24:05 +00:00
Rob G. Healey
8fb4e6d924 Cleanup div#Places elements in Basic-Blue Style sheet.
svn: r15255
2010-04-22 01:10:59 +00:00
Rob G. Healey
d88d0bfbeb Re-wrote Vertical navigation menu elements.
svn: r15254
2010-04-22 01:05:16 +00:00
Rob G. Healey
8e1b25f41b Made two minor spacing changes.
svn: r15253
2010-04-22 00:59:57 +00:00
Rob G. Healey
147ed82195 Fixed Printer stylesheet. More updates of Blue.
svn: r15241
2010-04-19 22:28:24 +00:00
Doug Blank
d8d47881ab 3430: Add Gramps version to the output of reports
svn: r15238
2010-04-19 14:39:04 +00:00
Peter Landgren
f32a092057 Fix of issue 3865.
svn: r15236
2010-04-19 13:53:43 +00:00
Doug Blank
4d51c49508 3863: Narrative Web report : role not displayed when not primary
svn: r15234
2010-04-19 13:48:54 +00:00
Peter Landgren
441c7fb720 Fix of 3838.
svn: r15232
2010-04-19 13:11:27 +00:00
Doug Blank
c0fa9b4b37 Format references: [1], [2]
svn: r15229
2010-04-19 11:01:33 +00:00
Doug Blank
d71d5c67dc 3868: NarWeb Associations should be a link to the person's webpage
svn: r15228
2010-04-19 10:53:16 +00:00
Jérôme Rapinat
aaaa05f4dd typo
svn: r15226
2010-04-19 08:22:08 +00:00
Doug Blank
bec07d4543 3862: Narrative Web Report - Hyperlink on image regions no more clikable
svn: r15220
2010-04-18 16:14:59 +00:00
Doug Blank
3afeecc8b2 3805: Report 'Narrated Web Site...' - Contact page will be shown only if Publisher contact note OR image was set before
svn: r15218
2010-04-18 13:52:59 +00:00
Doug Blank
d5056554a0 Fixes for configuring gramplets
svn: r15215
2010-04-18 13:42:46 +00:00
Doug Blank
1dd85ced01 Fixed error in losing options on config of this gramplet
svn: r15214
2010-04-18 12:59:40 +00:00
Doug Blank
d42b3f870c Fixed error in losing options on config of this gramplet
svn: r15212
2010-04-18 12:55:43 +00:00
Doug Blank
385c4d0a6d 3863: Narrative Web report : role not displayed when not primary; moved associations above sources to include assoc sources
svn: r15209
2010-04-18 11:07:12 +00:00
Rob G. Healey
ef6040b61d Moved color elements out of Horizontal as color should be handled by the stylesheet and not menus. Completing the cleanup of Basic-Blue style sheet.
svn: r15207
2010-04-18 08:11:43 +00:00
Rob G. Healey
a558bd68c1 Changed trunk favicon.ico to favicon2.ico as Benny suggested.
svn: r15206
2010-04-18 02:14:03 +00:00
Doug Blank
8bd8c868fc All known CSS syntax errors fixed
svn: r15203
2010-04-18 00:39:58 +00:00
Doug Blank
7e5e5db27f 3798: tempfile wrongly used in Gramps: possible error 'Too many open files: ...'
svn: r15201
2010-04-17 23:20:01 +00:00
Doug Blank
fc298c806c 3544: Narrated web report does not get created
svn: r15197
2010-04-17 21:58:09 +00:00
Doug Blank
08a23911c9 CSS fixes---need to do to all
svn: r15196
2010-04-17 21:46:14 +00:00
Doug Blank
40f88a9e7d 3851: NarWeb Associations don't show unless Include Private is checked
svn: r15192
2010-04-17 20:07:52 +00:00
Doug Blank
8d9ad55ae6 Rest of fix of 3837
svn: r15188
2010-04-17 18:34:00 +00:00
Doug Blank
9a82394a6f Width issues in CSS
svn: r15187
2010-04-17 18:20:00 +00:00
Doug Blank
87dd9aff24 CSS fixes and partial fix to 3837
svn: r15185
2010-04-17 14:49:36 +00:00
Peter Landgren
487d099611 Issue 3823, improved support for 2-byte unicode sequence.
svn: r15182
2010-04-17 13:57:51 +00:00
Doug Blank
ee4f0923aa Changed a gettext string (home -> active); only show home link if person is selected
svn: r15181
2010-04-17 13:14:50 +00:00
Doug Blank
fbac7a716d Show gallery in order of media_list, and include snapshot in gallery
svn: r15178
2010-04-17 12:35:32 +00:00
Rob G. Healey
2d23b3c174 Fixed the home_link in the footer.
svn: r15177
2010-04-17 01:44:18 +00:00
Rob G. Healey
0033084874 Partial cleanup of Visually Impaired.
svn: r15176
2010-04-17 01:34:43 +00:00
Rob G. Healey
f6a0b8f2f1 Removed CurrentSection Elements from the navigation menus. Put them into Blue and Visually.
svn: r15175
2010-04-17 01:28:17 +00:00
Rob G. Healey
dbb0c3bea2 Huge cleanup and making it consistent.
svn: r15174
2010-04-17 01:25:38 +00:00
Doug Blank
b2d31be01a Removed unnecessary return
svn: r15172
2010-04-17 00:47:53 +00:00
Doug Blank
8a16a9ac2f 3848: Web Report Revision 15110, missing name
svn: r15171
2010-04-17 00:21:12 +00:00
Benny Malengier
56c85f0255 3815: Notes with html show verbatim in narrative web
svn: r15169
2010-04-16 20:59:10 +00:00
Doug Blank
9a8626a668 Protection from scale error
svn: r15165
2010-04-16 15:38:32 +00:00
Doug Blank
02d78e66ef 3798: Narrative Web Report error 'Too many open files: ...'
svn: r15163
2010-04-16 15:36:31 +00:00
Doug Blank
3e7ae3aeb5 Protect from unknown types---just mark as unknown
svn: r15162
2010-04-16 15:35:40 +00:00
Doug Blank
f84e3409b2 Resized Download page
svn: r15157
2010-04-16 00:16:23 +00:00
Doug Blank
782ac444b0 Create Addressbook Page, even if no addresses if it is checked; center mainz addressbook pages
svn: r15155
2010-04-15 21:44:09 +00:00
Doug Blank
e9fb9c4277 Mainz subparts centered
svn: r15153
2010-04-15 21:26:56 +00:00
Doug Blank
807d9a96d3 Mainz centered
svn: r15151
2010-04-15 21:16:05 +00:00
Doug Blank
0fd7cce3e2 Errors in CSS
svn: r15149
2010-04-15 21:02:29 +00:00
Rob G. Healey
7b8ddfb4a8 Added Navigation menus and Basic-Blue style sheet to src/data directory.
svn: r15146
2010-04-15 14:37:18 +00:00
Doug Blank
9aa81df81e 3829: Narrated Web Site: Type of source ref note is not output
svn: r15143
2010-04-15 12:40:17 +00:00
Doug Blank
82b7d8d168 Long/lat showing as None
svn: r15141
2010-04-15 10:52:49 +00:00
Doug Blank
20a3958294 Repository name was double-escaped
svn: r15139
2010-04-15 10:47:15 +00:00
Doug Blank
72ebf72840 Added cropped region thumbnail to ancestor tree
svn: r15138
2010-04-15 10:40:50 +00:00
Rob G. Healey
14767e285f Some cleanup work on class RepositoryList.
svn: r15135
2010-04-15 06:49:26 +00:00
Rob G. Healey
68adc1639f Attempt to return Mainz to its original state. Only needs work on the div#footer. Sides, header, and body all working once again.
svn: r15134
2010-04-15 06:47:41 +00:00
Peter Landgren
f9886854ee Fix of 3800, so that error msg are dispalyed.
svn: r15133
2010-04-15 06:41:56 +00:00
Doug Blank
62fd3f8874 3845: In NarrativeWeb plugin, would like to remove the <sup> from the source annotations, by adamplumb
svn: r15130
2010-04-15 04:12:07 +00:00
Doug Blank
bed9092bb9 3843: In NarrativeWeb plugin Events Table, the column needs to be written even if no notes exist, by adamplumb
svn: r15129
2010-04-15 04:03:20 +00:00
Doug Blank
a85114fa66 3828: Narrated Web Site: Association output is incorrect, by kulath
svn: r15128
2010-04-15 03:52:01 +00:00
Doug Blank
3de2b43491 If first image is a image with region that links to object, then use a thumbnail of the region for snapshot; show regions in snapshot thumbnails otherwise; some refactoring
svn: r15126
2010-04-15 03:01:07 +00:00
Rob G. Healey
e78e60609e Adjusted padding for div#header, and div#navigation for Horizontal menus.
svn: r15125
2010-04-15 02:10:15 +00:00
Rob G. Healey
e2f6a57f74 Fixed class SourcePage where information would not be created if 'Suppress Gramps IDs' was selected.
svn: r15124
2010-04-15 01:59:10 +00:00
Benny Malengier
38eff3382c 1892: Name Editor Cancel marks Override
svn: r15121
2010-04-14 20:15:49 +00:00
Jérôme Rapinat
255a9fc025 update Slovak DateHandler (by Lubo Vasko)
svn: r15117
2010-04-14 16:22:48 +00:00
Rob G. Healey
491f0d3180 Fixed the place detail missing because if place.main_loc in dump_places() was indented one too far.
svn: r15111
2010-04-14 06:00:58 +00:00
Rob G. Healey
26fa02bbf5 Removed ColumnPath from display_url_list() elements from all stylesheets.
svn: r15109
2010-04-14 05:01:37 +00:00
Rob G. Healey
9281d1388c Removed the extra media_ref_rect_regions that should not have been tried in the first place. Remove ColumnPath from display_url_list().
svn: r15108
2010-04-14 04:58:27 +00:00
Doug Blank
98e8a6aaf8 3822: Narrated Web Site: citations for person sources are missing
svn: r15106
2010-04-14 00:26:24 +00:00
Serge Noiraud
d4711a4bcf GeoView : bug 3820 : The database was no more opened the first time we create a page ( relative to svn 15029 )
svn: r15104
2010-04-13 17:08:16 +00:00
Peter Landgren
2543cc32fe Fix of issue 3840.
svn: r15103
2010-04-13 07:34:44 +00:00
Doug Blank
57d289fee9 3827: Narrated Web Site: Dates for Alternate names are not shown, by kulath
svn: r15100
2010-04-13 02:49:05 +00:00
Doug Blank
42f948b606 3834: Death date on individuals an surnames pages in Narrative Web Report
svn: r15099
2010-04-13 02:38:26 +00:00
Doug Blank
9e505f3419 3831: Childref notes are lost on merging of children
svn: r15096
2010-04-13 02:23:56 +00:00
Doug Blank
73ed8a51dc 3676: NarrativeWeb report sometimes uses urls not availables (filter, proxy, living)
svn: r15095
2010-04-13 02:16:42 +00:00
Doug Blank
614ac18c5d CSS Errors
svn: r15093
2010-04-12 23:56:47 +00:00