Nick Hall
102463d9ef
Replace cuni with str
2015-05-09 00:31:21 +02:00
Nick Hall
6033a2141e
Replace STRTYPE with str
2015-05-09 00:31:20 +02:00
Nick Hall
37ff832288
Remove use-bsddb3 configuration setting
2015-05-09 00:31:20 +02:00
Nick Hall
caac0901cb
Remove python2 specific code
2015-05-09 00:31:19 +02:00
Nick Hall
2ee685e71b
Remove imports from __future__ module
2015-05-09 00:31:19 +02:00
Doug Blank
6bdc7fea05
Webapp: bring up to date for Django 1.7.1
2015-03-13 15:49:04 -04:00
Doug Blank
4db8558a1b
Changes to get django models to run under Python3; added travis config file--should run travis
2015-03-12 23:29:10 -04:00
Doug Blank
021da38047
Added missing DictionaryDb.is_empty(); fixed moved constfunc reference
2015-03-12 22:44:08 -04:00
noirauds
7393b483e3
geography - new feature (8327) Moving around the map using arrow keys and possibility to zoom from keyboard/keypad with the +/- keys
2015-02-15 22:42:23 +01:00
Malcom Lewis
86303f6116
Update FSF address to current location.
2014-08-08 19:39:45 -07:00
Jérôme Rapinat
91fe0fe083
typo
2014-05-22 08:29:34 +02:00
John Ralls
f0ffd6e9b9
Remove gramps.gen.utils.file.fix_encoding()
...
Yet another overly complicated way to spell conv_to_unicode().
Note that unicode() and str.decode() are alternate spellings of the same function in Py2, and unicode();
note as well that this was used on strings coming from the GUI or the database, not the shell, so that
using glocale.encoding was also incorrect.
2014-04-20 17:05:53 -07:00
Nick Hall
f6be31eb39
Remove subversion substitution variables
2014-04-15 14:10:18 +01:00
John Ralls
71650917bf
7258: Replace some os.environ['foo'] lookups missed earlier.
2014-03-27 11:32:37 -07:00
Doug Blank
59ac850d9a
Changes for Python client to login and exchange webapp server data
2013-12-20 08:14:11 -05:00
Doug Blank
6aaf932a61
Added http://URL?format=json version to use same URLs but to get JSON format (works on primary detail views); see also http://URL/json?q=SEARCH&field=person for query interface
2013-12-20 01:33:30 -05:00
Doug Blank
4051984031
Person.save() now also computes probably_alive (but only when computing cache, too)
2013-12-20 00:21:05 -05:00
Doug Blank
aa96ebc333
Updates to webapp: move cache updates to save of models to make it so that they cannot become out of sync with data; moved svg images to png forms to work with all browsers
2013-12-19 22:55:14 -05:00
Doug Blank
28095ac397
Changes to serve static admin files for Django 1.5.4
2013-11-23 08:16:52 -05:00
Doug Blank
97f3a1d9ae
Updated Django backend to new Place changes; import/export working--need verification
2013-11-14 00:26:06 -05:00
Nick Hall
0f93a7170c
Update url to example file
2013-11-09 19:50:42 +00:00
Doug Blank
32d71a3897
Changes for Django 1.5.4
...
svn: r23474
2013-11-08 09:22:12 -08:00
Doug Blank
81ca515038
Removed debugging info; moved to standard admin, redirect not working
...
svn: r23414
2013-10-25 22:49:55 +00:00
Doug Blank
507a1f9b9f
PIL not needed
...
svn: r23413
2013-10-25 22:02:45 +00:00
Doug Blank
39a3f50a96
Add default charset for Django settings; change from default pdf output to html
...
svn: r23380
2013-10-24 11:40:35 +00:00
Doug Blank
fb704558e2
Change for Django 1.5.4, no more redirect_to
...
svn: r23376
2013-10-23 17:45:42 +00:00
Doug Blank
b91927e37c
Added gramps. to webapp imports (should make webapp a package)
...
svn: r23375
2013-10-23 17:16:39 +00:00
Doug Blank
8ece67cab1
Initial protection for not having PIL (either not installed or not available, python3)
...
svn: r23372
2013-10-23 02:07:27 +00:00
Doug Blank
1a4445f576
Don't change gramps_id if doesn't fit; removed to match gen/db/read.py
...
svn: r23312
2013-10-11 17:47:52 +00:00
Doug Blank
6f057a6586
Checksum is not an int, but a md5 hash
...
svn: r23310
2013-10-11 17:25:25 +00:00
Doug Blank
9780abd304
Completed tag database upgrade; additional changes for CLIManager
...
svn: r23299
2013-10-10 19:50:09 +00:00
Doug Blank
c2f0f5a063
Updates to work with CLIManager; shell refinements
...
svn: r23294
2013-10-10 12:29:52 +00:00
Doug Blank
609e2f5989
CACHES = {}
...
svn: r23233
2013-09-30 23:57:49 +00:00
Doug Blank
8f745a1e07
Webapp: update empty.sql to latest db design
...
svn: r22995
2013-09-01 13:03:05 +00:00
Doug Blank
4fefbfb647
Webapp: search refinements
...
svn: r22993
2013-09-01 12:32:28 +00:00
Doug Blank
8e8a2b7c6a
Webapp: use cuni for python3 compatibility
...
svn: r22989
2013-09-01 11:42:09 +00:00
Doug Blank
8958407097
Webapp: put .distinct() last to remove duplicate matches in queries
...
svn: r22977
2013-09-01 02:11:15 +00:00
Doug Blank
4a8d98ec2e
Webapp changes to properly show unicode data in html
...
svn: r22975
2013-08-31 13:41:38 +00:00
Doug Blank
0b0d0c5c05
Create .pyhistory if it doesn't exist
...
svn: r22974
2013-08-31 13:10:30 +00:00
Doug Blank
eab69c44ac
Fix dbdjango to be up to date with bsddb of gramps40: added checksum for Media; SourceAttribute and CitationAttribute gained a private flag; all primary objects got tags
...
svn: r22944
2013-08-29 19:11:30 +00:00
Doug Blank
0bf91f7708
Make webapp work in trunk, copying changes from gramps40
...
svn: r22930
2013-08-29 12:23:58 +00:00
Vassilii Khachaturov
c727e19ea8
Adapt to gramps40/trunk - add GRAMPS_RESOURCES env
...
Rewrote Makefile to use a single macro PYTHON
which includes all the env magic in it.
svn: r22877
2013-08-19 20:18:39 +00:00
Vassilii Khachaturov
b8e669390f
gramps-connect: more automation during init
...
don't require the user to manually create the fixtures subdir
svn: r22876
2013-08-19 20:03:11 +00:00
Vassilii Khachaturov
88e27cd71e
gramps-connect used wrong arg for GrampsLocale
...
Fixed webapp/utils.py and also made the docstring in Grampslocale
less ambiguous.
svn: r22875
2013-08-19 19:53:59 +00:00
Jérôme Rapinat
4f61f03bec
indentation
...
svn: r22066
2013-04-22 07:14:27 +00:00
John Ralls
769203162c
GrampsLocale: Wrap locale.format and locale.format_string
...
To concentrate the locale dependency in grampslocale.py
svn: r22027
2013-04-20 23:09:09 +00:00
Jérôme Rapinat
f91db9f5e1
6608: typo
...
svn: r21931
2013-04-09 13:49:30 +00:00
John Ralls
ee639ec7da
Move VERSION, VERSION_TUPLE, major_version from const.py to version.py
...
As noted in the previous change, importing const into setup.py tried to initialize GrampsLocale and ResourcePath, which won't work. Since all we want is the VERSION string, move that to a new file, gramps/version.py
svn: r21614
2013-03-11 22:44:15 +00:00
Paul Franklin
cf4a3aefbd
shorten the report name for easier CLI use
...
svn: r21552
2013-03-05 04:45:57 +00:00
Doug Blank
fdc926d942
Return correct field types for media path, desc, and mime
...
svn: r21059
2013-01-11 13:22:07 +00:00