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
b6deea0aea
Refinements on gramps-connect editing people, families, and events
...
svn: r13957
2010-01-02 02:09:09 +00:00
Doug Blank
2593e8d340
Removed print debug statements (django will crash if you attempt to write to stdout)
...
svn: r13953
2010-01-01 15:42:31 +00:00
Doug Blank
c800392ffd
Working add/edit people and names; working privacy (living and private); unified templates for display/edit
...
svn: r13952
2010-01-01 15:16:20 +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
7ca0d94563
Latest advancement in privacy issues; reworked proxy + forms
...
svn: r13929
2009-12-27 18:23:59 +00:00
Doug Blank
04d5da1939
Basic framework for edit/view forms
...
svn: r13919
2009-12-26 05:40:32 +00:00
Doug Blank
d0ae0cdaea
Change to go with fallback update
...
svn: r13882
2009-12-22 01:21:13 +00:00
Doug Blank
0e14f53bcd
Using Gramps Proxy Databases from Gramps-Connect: first revisions
...
svn: r13863
2009-12-20 22:26:45 +00:00
Doug Blank
108ff236f7
Working on PrivateProxy ideas; minor tweaks otherwise
...
svn: r13853
2009-12-20 01:57:17 +00:00
Doug Blank
d0318dd1a2
Some basic name editing; moved forms to web/grampsdb
...
svn: r13833
2009-12-17 04:10:41 +00:00
Doug Blank
00f2a1859a
First draft of gramps-connect using django Forms
...
svn: r13831
2009-12-17 00:04:22 +00:00
Doug Blank
291b13090b
Don't escape objects in table columns
...
svn: r13734
2009-12-06 18:38:19 +00:00
Doug Blank
08aaa658eb
Empty table cells have clickable area, even if empty
...
svn: r13732
2009-12-06 17:35:51 +00:00
Doug Blank
9fd2e4a7fc
Add manual url links on table rows
...
svn: r13730
2009-12-06 15:57:53 +00:00
Doug Blank
1d86ecd6fb
Working on private/protected non-logged-in viewing/searching
...
svn: r13721
2009-12-06 05:09:43 +00:00
Doug Blank
2ed9ac56e4
Fixed a bug in HTML table widths; allow args to make_basic_stylesheet; add scrollbars to tabbed items
...
svn: r13660
2009-11-23 01:39:29 +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
f3d85ec0f4
Incremental updates for css tweaks, showing validated info, family details and attempts for proper url handling
...
svn: r13631
2009-11-19 02:41:37 +00:00
Doug Blank
3f19c3d1b3
Updates to Family view and tabs
...
svn: r13616
2009-11-18 02:58:29 +00:00
Doug Blank
4bea5ee24e
Fixed bug in assoc table
...
svn: r13596
2009-11-16 03:19:28 +00:00
Doug Blank
313bcfa0cd
Django debug support; added table support; add missing DjangoDb funcs; minor css tweaks
...
svn: r13594
2009-11-15 22:47:43 +00:00
Doug Blank
a96eb41a7f
Use new link tag; SimpleTable can now output docgen types other than gtk
...
svn: r13588
2009-11-15 13:18:59 +00:00
Doug Blank
59af37944b
Refinements to events_table and css
...
svn: r13581
2009-11-14 23:48:55 +00:00
Doug Blank
02d095ca8c
Moved functions from my_tags to web.utils; added some support for tables; uses docgen code; minor changes to css
...
svn: r13579
2009-11-14 22:48:30 +00:00