source: src/django_gheat

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9400   13 years rick Two layers showing all pictures is a bit of a overkill.
(edit) @9398   13 years rick Giving the cache a special key, allows the cache to be cleared more easy.
(edit) @9397   13 years rick I hate robots, crawling the osm-proxy or other pictures. Waste of …
(edit) @9396   13 years rick Do not commit the scan results.
(edit) @9395   13 years rick We might as well want to store the results in the Django instance as …
(edit) @9394   13 years rick This kind of back-fired on me. The machine is not allowed to send out …
(edit) @9393   13 years rick No DEBUG require templates to be included
(edit) @9392   13 years rick Get rid of the poor-mans-cache implementation and uses the django …
(edit) @9391   13 years rick Get some hints on when cache is used and when we are fetching data …
(edit) @9390   13 years rick Stop duplication the website directive, needed to be wlheatmap …
(edit) @9389   13 years rick Use Django 1.3 style loaders
(edit) @9388   13 years rick Valid settings importer
(edit) @9387   13 years rick Condence, more readable format
(edit) @9386   13 years rick No Serving of static files when non in debug mode, useless stuff
(edit) @9385   13 years rick Not using the special OSM_CACHE anymore, get rid of it
(edit) @9384   13 years rick Django_extentions is an standard package no need to include.
(edit) @9383   13 years rick Rename to a more commonly used name, instead of my own.
(edit) @9382   13 years rick Make the balanced URLS points to the right location, making the new …
(edit) @9381   13 years rick Rename the kind-of-meaningless-named django app website to a more …
(edit) @9380   13 years rick Production is running in wsgi mode
(edit) @9379   13 years rick No need to commit all files.
(edit) @9378   13 years rick Whoops wrong renaming in r9375, reverting
(edit) @9377   13 years rick Whoops wrong renaming in r9375, reverting
(edit) @9376   13 years rick Rename the kind-of-meaningless-named django app website to a more …
(edit) @9375   13 years rick Credits to Dennis and indicate what we are doing over here.
(edit) @9374   13 years rick No filters by default please. Makes the map hard to see in the beginning.
(edit) @9373   13 years rick Serious effort in making the code making far more parallel calls, else …
(edit) @9372   13 years rick The cachine production location is /var/osm-cache (partition is larger …
(edit) @9371   13 years rick New version of jquery, fixing some annoying IE bugs.
(edit) @9369   13 years rick Without the debugging actually, useless print
(edit) @9368   13 years rick Disable debugging by default, causing it to flow much faster. If the …
(edit) @9367   13 years rick Default to the website entry point
(edit) @9358   13 years rick Starting to make production ready: - Remove all static / references. …
(edit) @9347   13 years dennisw Added a hide_parent thing for the content divs. (more user friendly)
(edit) @9317   13 years dennisw Fixed problem with removing user layers.
(edit) @9316   13 years dennisw Set Leiden as center of map. Layerswitcher categories can be toggled …
(edit) @9302   13 years dennisw Added/changed/clarified some comments in code.
(edit) @9297   13 years dennisw Fixed permalink visibility. Fixed layer toggle by category.
(edit) @9282   13 years dennisw Busy with documentation; data validation.
(edit) @9276   13 years dennisw Colourboxes next to layernames (looks better than coloured …
(edit) @9275   13 years dennisw Added signallayer to default layers. Removed the ability to remove …
(edit) @9274   13 years dennisw Custom layer switcher has it's own div now. Some visual stuff added …
(edit) @9273   13 years dennisw Added SWITCHER_COLOUR & SWITCHER_CLASS to layers. The colour part is …
(edit) @9272   13 years dennisw Able to show, hide and delete layers.
(edit) @9271   13 years dennisw Overlay classes are the same now.
(edit) @9270   13 years dennisw Filled in info page. Experimented with getting filter names and …
(edit) @9269   13 years dennisw Permalink button works. Resets everything though since it refreshes …
(edit) @9267   13 years dennisw Moved scripts from home.html to heatmap_extensions.js for better overview.
(edit) @9266   13 years dennisw Added a slider that creates a layer with signal strength. (works with …
(edit) @9265   13 years dennisw Cleanup, no more 'Added this & that' spam when adding filters.
(edit) @9264   13 years dennisw After adding a mass-node or user filter, you can now delete them too.
(edit) @9263   13 years dennisw Changed 'Wireless Leiden Only' to red. Changed 'All accespoints' to …
(edit) @9253   13 years dennisw Fixed dateFormat bug with minDate. Proper filtering on only start_date …
(edit) @9251   13 years dennisw Datepicker works. Next, will link it to user/dataset and fix some …
(edit) @9250   13 years dennisw Added datepicker images
(edit) @9249   13 years dennisw Working on a date filter using 'JQuery UI's datepicker.
(edit) @9246   13 years dennisw Added a colorpicker for the filters.
(edit) @9245   13 years dennisw Removed 'Node' table since I had no use for it after all. (Make sure …
(edit) @9244   13 years dennisw Renamed foo_filter to serve_filters. Fixed display of nodes in nodelist.
(edit) @9243   13 years dennisw Options are now added to select-elements as described on …
(edit) @9242   13 years dennisw home.html uses correct heatmap_extensions.js now.
(edit) @9241   13 years dennisw heatmap_extensions_test.js is now heatmap_extensions.js
(edit) @9240   13 years dennisw Switched from jquery.chained.mini.js to more up-to-date version from …
(edit) @9239   13 years dennisw Used Rick's last Rev to make the filters work better. Will fix rest …
(edit) @9237   13 years rick Disabled some code to show example filters.
(edit) @9236   13 years rick This cache is only needed in production envirionments.
(edit) @9235   13 years dennisw More jquery, lot less code needed now.
(edit) @9234   13 years dennisw Switching to jquery.
(edit) @9233   13 years dennisw Undid some stuff again. Filters work again, but no dependant dropdown …
(edit) @9232   13 years dennisw Undid the non-working stuff.
(edit) @9231   13 years dennisw Can't get the filters fixed. Progress so far.
(edit) @9229   13 years dennisw Progress on filters.
(edit) @9225   13 years dennisw It seems Rick's foo_filter is exactly what I needed. Added date to it. …
(edit) @9224   13 years rick Answer question of Dennis at …
(edit) @9223   13 years dennisw Did a small test (so I created a testfile too). User & dataset filters …
(edit) @9222   13 years dennisw Added ID's to options to make chain select possibly easier.
(edit) @9221   13 years dennisw Now renders correctly when a filter for user is set.
(edit) @9220   13 years dennisw Fixed form except encryption & date.
(edit) @9219   13 years dennisw Solved form problem. Fixing form now. Next step: get the chained …
(edit) @9218   13 years dennisw Tried to make the process of getting filters a bit more dynamic. They …
(edit) @9217   13 years dennisw Filter for nodes working again.
(edit) @9216   13 years dennisw Redid some code with help of a java.sun.com article. Should make it …
(edit) @9215   13 years dennisw Found a (possibly working) way for dynamic filterlist. One JSON per …
(edit) @9214   13 years dennisw Some work on site. Messing with django queries, trying to get a nice …
(edit) @9213   13 years dennisw Added nodelist to layout again. Progress on filters (remains of …
(edit) @9212   13 years dennisw Some design fixes.
(edit) @9211   13 years dennisw Progress on layout.
(edit) @9210   13 years dennisw Playing with interface.
(edit) @9209   13 years dennisw A bit of trial and error with json. Trying to get a nice list of data …
(edit) @9208   14 years dennisw Some cleanup.
(edit) @9207   14 years dennisw Filters & nodelist moved to heatmap_extensions.js Some work on …
(edit) @9203   14 years dennisw First testfilter added (filters on accespoint_id).
(edit) @9202   14 years dennisw Busy with filters.
(edit) @9201   14 years dennisw Better mousebounds with nodelist. Some delay with mouseposition though.
(edit) @9197   14 years dennisw Displays a list of nodes. Next to fix: boundaries.
(edit) @9196   14 years dennisw Having doubts about the way the query is being serialized.
(edit) @9192   14 years rick Forgot to include actual osm_proxy caching code.
(edit) @9191   14 years rick speed tweak: heatmap uses the OpenStreetmap.js data, so make sure to …
(edit) @9190   14 years rick I might be a bit biased, feel free to revert. But disable the original …
(edit) @9189   14 years rick Avoid hitting the OSM website all the time, use local caching. Makes …
Note: See TracRevisionLog for help on using the revision log.