summaryrefslogtreecommitdiff
path: root/app/locations
AgeCommit message (Collapse)Author
2021-01-15proj: updated several views to use utils.LuxDetailViewluxagraf
This allows for a single breadcrumbs template, consolidating code
2021-01-15Proj: Massive design overhaul to simplify codeluxagraf
Cut out Sass syntax, deleted old CSS rules, changed HTML to use fewer lists and more cascading instead of specific rules. Still requires compiling with sass to strip comments and compress, but would in theory work on its own. Reduced CSS file size by 2/3
2020-12-02ready to get rid of photos model for media modelluxagraf
2020-11-15ported jrnl building to postsluxagraf
2020-08-15archived old unused apps and migrated fieldnotes to postsluxagraf
2020-08-06updated to Django 3.1luxagraf
2020-03-08added location migrationsluxagraf
2020-03-08renamed walk to track for genericnessluxagraf
2020-03-08added and organized walk admin list viewluxagraf
2020-03-08fixed a bug in GPX Track creatorluxagraf
2020-01-27abstracted breadcrumbs into seperate templateluxagraf
2019-12-29Added new GPX tracking model and Walk to locationsluxagraf
2019-07-04added guides to main adminluxagraf
2019-05-25made some changes to use new checkin modellxf
2019-02-18redid sightings design and moved all location defered things to locationluxagraf
objects
2019-02-15added lux_region to locations adminluxagraf
2019-02-01redid jrnl to speed things up and use less memoryluxagraf
2018-09-29fixed campsite priceluxagraf
2018-09-29changed campsite price display in adminluxagraf
2018-09-29created then deleted some temporary models to load geodata for mexican statesluxagraf
2018-09-27version 9 of stylesheetluxagraf
2018-09-05added total_price to campsite adminluxagraf
2018-09-05fixed some bugs on the live siteluxagraf
2018-09-05added price to campsite modelluxagraf
2018-09-03added server side migrationsluxagraf
2018-07-07added campsite model, refactored some code to avoid circular imports,luxagraf
reorganized some auxilary functions and fixed broken build JS.
2018-07-03added location as child of other locationsluxagraf
2018-06-08added pub_date to locations listluxagraf
2018-04-02changed url of sightings to dialoguesluxagraf
2018-02-24fixed a bug in map data builderluxagraf
2018-02-06converted to new path url structure and updated pagination to handle it.luxagraf
2018-02-05changed checkin admin to get last check as starting pointluxagraf
2018-02-05abstracted the next prev links into utils so now they work for everyluxagraf
model that implements a get_%S_admin_link method and loads the JS
2018-01-21updated code to work with django 2.0luxagraf
2017-12-14cleaned up notes, archived old apps, moved checkins to locations appluxagraf
where it should have been from the beginning
2017-09-26updated comments app to work with 1.11luxagraf
2017-05-01fixed map builderluxagraf
2016-07-11added facebook token auth stuffluxagraf
2016-03-21finished up bird app basics. Pretty much works now. Just need builder toluxagraf
write it out
2015-12-02updated url schemes to quiet some django 1.10 warningsluxagraf
2015-11-17Oh just getting ready for some live testing. because, why not?luxagraf
2015-11-04refactored blog app and renamed to jrnlluxagraf
2015-10-31added src to sitemap and fixed a url error in location sitemap. whoops.luxagraf
2015-02-25started work on per-post mappingluxagraf
2014-06-15added get_bounds function to query nominatim for admin boundaries based on ↵luxagraf
lat/lon. Not used anywhere just yet
2014-05-29bugs fixes and changed image urls to use httpslxf
2014-05-27fixed render_to_geojsonluxagraf
2014-05-27bug fix in loc.viewsluxagraf
2014-05-25added writing/location urls to sitemapluxagraf
2014-05-23added openlayers assets to local, apparently that's the way you do it,luxagraf
as per: https://github.com/openlayers/openlayers/issues/1025