Commit Graph

106 Commits

Author SHA1 Message Date
f9e3953952 Added very basic Tastypie API, and dynamic forms for Country/County. 2013-04-12 22:50:58 +01:00
bcc39da841 Add full address to the search storage. 2013-04-12 20:21:26 +01:00
f67357441d nofollow added for Markdown. 2013-04-11 19:29:18 +01:00
12ee5733b4 Add sitemaps support to stores. 2013-04-11 18:49:47 +01:00
81857ad295 Further refinements to the store details page for metadata. 2013-04-11 18:26:58 +01:00
934062aa46 Add created/changed datetime support, and improve metadata on stores.
* Added schema.org metadata for stores.
2013-04-11 18:11:58 +01:00
f3a2e2c8bd Add missing migration. 2013-04-11 17:21:34 +01:00
bcf308932c Add created/changed datetimes to FlaggedObject 2013-04-11 17:21:20 +01:00
4ab2c050fd Show moderation and inactive stores to admins
* Add better admin interface for FlaggedObject
* Export totals via context processors
* Update base template to show this data to admins.
2013-04-11 17:08:40 +01:00
f5bdc4c551 Show only retail stores on the retail view. 2013-04-10 22:56:32 +01:00
aef51f0ff8 Add a set active function for Stores. 2013-04-10 22:34:53 +01:00
07d9d163de Add a set country function on Counties admin. 2013-04-10 22:31:34 +01:00
7e3f29e166 Add Country to Counties admin. 2013-04-10 22:08:34 +01:00
f8af90720e Flesh out the Counties/Countries admin. 2013-04-10 21:47:45 +01:00
de5fbf29d0 Add County/Country to admin. 2013-04-10 21:14:50 +01:00
3d31073c39 Correct incorrectly named counties and remove duplicates. 2013-04-10 21:13:38 +01:00
63a34af81c Load time improvements
* Use gzip middleware
* Reorganize JS loading to the end of the page.
2013-04-10 20:37:27 +01:00
138f6a487f Add bulk actions to the Stores admin
* Add brand.
* Set Chain.
2013-04-08 23:45:23 +01:00
36d8535d9e Add support for brand stockist searches. 2013-04-08 22:44:03 +01:00
3886f3d456 Reference the correct value lookup 2013-04-08 21:56:49 +01:00
f5d064ffac Ignore stores without a geo location from the search index. 2013-04-08 21:42:53 +01:00
20c04ee65e Add clustering to the map. 2013-04-08 21:33:51 +01:00
032868b067 Make postcode a non-required field. 2013-04-07 14:08:02 +01:00
01e3b96dc8 Update templates for Retail/Online. 2013-04-07 13:46:38 +01:00
f9cc17671d Split out online and retail store sections. 2013-04-07 13:38:44 +01:00
42c92b4881 Force all items in full_address as unicode. 2013-04-06 22:31:34 +01:00
e0ba49494e Remove address_string, make full_address cleanout invalid items. 2013-04-06 22:18:40 +01:00
ace2e9b48b Make icon 300px like the other pages. 2013-04-06 08:31:39 +01:00
ecaf048b17 Use the chain stores instead of non existent template object. 2013-04-06 08:31:04 +01:00
ed862dae9f Update JS for store views to correctly render the map. 2013-04-06 08:23:30 +01:00
8fb85e54f7 Fix full address to only provide the fields that are defined. 2013-04-06 03:12:17 +01:00
b3e0367563 Fix search indexes. 2013-04-06 02:57:05 +01:00
ebac084df7 Fix more null fields. 2013-04-06 02:25:33 +01:00
fd2977dc3d Added error page. 2013-04-06 02:20:55 +01:00
02ac5a7488 Add introduction mail template. 2013-04-06 02:16:42 +01:00
a27bc91f07 Add base shops CSV. 2013-04-06 02:16:33 +01:00
5e8d69e974 Fix null fields on address. 2013-04-06 02:15:51 +01:00
490d555faa Fix missing template load statements. 2013-04-06 01:51:34 +01:00
a2e7702cb0 Further update to failure templates. 2013-04-06 01:48:10 +01:00
8115d81bca Add some downtime templates for Heroku 2013-04-06 01:39:27 +01:00
b8d4b4f82d Addition of content reporting
New app called "moderation" which handles the reporting, and in the future, management of incorrect records in the database.
2013-04-06 01:07:33 +01:00
d5584246d2 Update the importer to support the fuller CSV format. 2013-04-05 17:42:55 +01:00
fec82e3fe3 Don't do geo lookups on import. 2013-04-05 12:18:12 +01:00
b74a0b8bfc Fix tests now that the switches are loaded by migrations. 2013-04-05 11:03:07 +01:00
9e59e3e5d1 Add auto creation of switches used by store. 2013-04-05 10:57:00 +01:00
1839fa2014 Add Error 500 template and a small testing view for Debug. 2013-04-05 10:21:51 +01:00
412ff67510 Remove advanced search until properly implemented. 2013-04-05 01:49:01 +01:00
c21d2d69ff Added basic model testing. 2013-04-05 00:11:54 +01:00
9d3b7d8d28 404 if the target object can't be found 2013-04-04 22:55:26 +01:00
42057c3433 Fixed tests with Waffle switches. 2013-04-04 22:55:16 +01:00