Doug Blank
62d2031d31
Cleanup of django code for import; need to fix import, not correct in linking to objects
...
svn: r18318
2011-10-14 03:03:09 +00:00
Doug Blank
f47691367c
Added rebuild_cache; use base64 string to encode/decode
...
svn: r18288
2011-10-12 01:17:29 +00:00
Doug Blank
17f1796f1c
added cache to objects; added birth/death_ref_index
...
svn: r18287
2011-10-11 23:42:33 +00:00
Doug Blank
d3b47b000c
Bring gramps-connect up to date with gramps 3.3
...
svn: r17452
2011-05-08 03:47:40 +00:00
Doug Blank
505d389087
Second step in bringing gramps-connect back into sync with gramps 3.3
...
svn: r16671
2011-02-19 02:36:20 +00:00
Doug Blank
90aaf57238
First stage to bringing gramps-connect back into sync: surnames, locality in places, and marker/tag changes
...
svn: r16670
2011-02-18 23:58:10 +00:00
Gerald Britton
cc5b37c8bc
Remove unneeded line continuations and tidy up
...
svn: r16481
2011-01-26 20:10:22 +00:00
Gerald Britton
fbb8fa2a52
Use list comprehensions and built-in functions
...
svn: r14134
2010-01-25 17:40:15 +00:00
Doug Blank
ddecec588d
Renamed djangodb.DjangoDb to dbdjango.DbDjango
...
svn: r14113
2010-01-24 14:01:36 +00:00
Gerald Britton
1f2469b09f
Simplify with built-in functions where possible. e.g.
...
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)
These changes reduce source code size and complexity and produce some minor performance gains
svn: r14104
2010-01-21 18:42:53 +00:00
Doug Blank
b53fda23cb
Fixed incorrect error message
...
svn: r13938
2009-12-29 13:14:15 +00:00
Doug Blank
42ed2c3295
Added fields to Person to reduce queries; should be able to add/edit people and names tomorrow
...
svn: r13934
2009-12-29 03:22:03 +00:00
Doug Blank
04d5da1939
Basic framework for edit/view forms
...
svn: r13919
2009-12-26 05:40:32 +00:00
Doug Blank
3f546e7fa3
Added copyright; added scrollbars on page views; indexes on other ref tables
...
svn: r13657
2009-11-22 22:28:30 +00:00
Doug Blank
4189b78df3
Protect crashing from malformed data; working on locale-based issues; fast flush; UI focus
...
svn: r13647
2009-11-21 23:18:35 +00:00
Doug Blank
ddb1b31223
Fix an error in handling null times
...
svn: r13552
2009-11-11 03:20:34 +00:00
Doug Blank
f90c2db4cd
Moved src/gen/web to src/web
...
svn: r13547
2009-11-10 14:23:19 +00:00