Commit Graph

54 Commits

Author SHA1 Message Date
Doug Blank
b400c4ed79 Remove debug setting as default
svn: r15411
2010-05-14 08:59:36 +00:00
Gerald Britton
fbb8fa2a52 Use list comprehensions and built-in functions
svn: r14134
2010-01-25 17:40:15 +00:00
Doug Blank
d3e57f4932 Moved djangodb.py to dbdjango.py
svn: r14114
2010-01-24 14:19:45 +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
Gerald Britton
2b12f3df07 Use defaultdict type where possible for minor performance gain and source code simplification
svn: r14011
2010-01-09 19:54:32 +00:00
Doug Blank
239fc7f526 Removed items generated from Makefile
svn: r13985
2010-01-07 14:16:33 +00:00
Doug Blank
8c115f26b7 Working towards GEDCOM imports through the web
svn: r13978
2010-01-06 04:12:08 +00:00
Doug Blank
ace6e05e48 Removed debug code
svn: r13963
2010-01-03 02:20:47 +00:00
Doug Blank
8ccc7afe98 Removed old docs
svn: r13962
2010-01-03 02:19:45 +00:00
Doug Blank
e39b3b68ea Added profile, with css theme
svn: r13959
2010-01-02 16:34:37 +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
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
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
06d0291ff4 Refinements on database hierarchy
svn: r13907
2009-12-24 14:38:39 +00:00
Doug Blank
ab3dfe1415 3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
svn: r13894
2009-12-23 15:55:58 +00:00
Doug Blank
d0ae0cdaea Change to go with fallback update
svn: r13882
2009-12-22 01:21:13 +00:00
Doug Blank
05cc37cea7 Generic Template Tag framework with context variable
svn: r13869
2009-12-21 02:53:31 +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
f31b20e7a9 basic format of edit working; remove preferred field?
svn: r13843
2009-12-18 03:57:48 +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
828ec034c9 Added indexes; clean properly; updated db schema version num to 0.5.1 (added indexes)
svn: r13652
2009-11-22 16:43:15 +00:00
Doug Blank
bfdb19d182 Settings ready for debugging; removed select_related
svn: r13651
2009-11-22 13:43:40 +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
281fa65cd7 Changes to allow large, fast exports
svn: r13646
2009-11-21 14:27:25 +00:00
Doug Blank
8df4105d3d Added 404 page error checking and gettext readiness
svn: r13644
2009-11-21 02:25:20 +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
3e6a161694 removed debug print
svn: r13615
2009-11-18 00:24:48 +00:00
Doug Blank
fb6897848e Notes on running Django+gramps under apache with wsgi
svn: r13597
2009-11-16 13:36:28 +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
Doug Blank
dc7174fd7e New template tags; new view_detail function
svn: r13568
2009-11-13 05:33:38 +00:00
Doug Blank
c142ea4b29 Added context_processor to handle contexts for every template; refer to favion2; some visual polish
svn: r13559
2009-11-11 16:18:01 +00:00
Doug Blank
16b1cbfa50 Added more compatibility to run reports
svn: r13553
2009-11-11 13:41:02 +00:00