|
|
@9570
|
13 years |
rick |
Make signal dynamic default and redo some init calls.
|
|
|
@9569
|
13 years |
rick |
Make sure to flush cache properly.
|
|
|
@9568
|
13 years |
rick |
Ehm, this cache is a not_so_happy cache..
|
|
|
@9567
|
13 years |
rick |
Make development on local en remote host whole bunch more easy.
|
|
|
@9566
|
13 years |
rick |
Make the output sorted for more easier debugging.
|
|
|
@9565
|
13 years |
rick |
Make sure all bssid are upper case to avoid fake unique matches.
|
|
|
@9564
|
13 years |
rick |
Better import ordering
|
|
|
@9563
|
13 years |
rick |
Order matters, make sure files are imported the right way
|
|
|
@9562
|
13 years |
rick |
Start importing clients as well, to generate an ignore list…
|
|
|
@9561
|
13 years |
rick |
gwSplit netxml and gpsxml into to different calls, as you first like …
|
|
|
@9560
|
13 years |
rick |
Modeled after import_droidstumbler with main purpose of merging eventually.
|
|
|
@9559
|
13 years |
rick |
Code cleanup
|
|
|
@9558
|
13 years |
rick |
Make sure not to import if no entries are found
|
|
|
@9557
|
13 years |
rick |
Re-did importing to make it roughly 100x times faster, by using proper …
|
|
|
@9556
|
13 years |
rick |
Sync configs and documentation
|
|
|
@9555
|
13 years |
rick |
Quick and dirty full_import
|
|
|
@9552
|
13 years |
rick |
Some awefull hacks to allow data to be imported.
|
|
|
@9549
|
13 years |
rick |
- Caches are now fully-file based as memcached was not working well …
|
|
|
@9548
|
13 years |
rick |
Do not nag if one point (out of thousends) is invalid.
|
|
|
@9547
|
13 years |
rick |
Osm proxy, include pattern used by real OSM platform.
|
|
|
@9546
|
13 years |
rick |
Disable bunch of un-used layers by default
|
|
|
@9545
|
13 years |
rick |
Make sure admin prefix works as expected.
|
|
|
@9544
|
13 years |
rick |
Make the path and CDN domain settings transparent.
|
|
|
@9407
|
13 years |
dennisw |
Made add-buttons in layerswitcher non-floating to fix issue in Opera.
|
|
|
@9406
|
13 years |
dennisw |
Fixed layout issues with colourboxes.
|
|
|
@9405
|
13 years |
dennisw |
Should fix the checkbox problems.
|
|
|
@9401
|
13 years |
rick |
Roads are yellow, so display yellow does not show properly. Make it go …
|
|
|
@9400
|
13 years |
rick |
Two layers showing all pictures is a bit of a overkill.
|
|
|
@9398
|
13 years |
rick |
Giving the cache a special key, allows the cache to be cleared more easy.
|
|
|
@9397
|
13 years |
rick |
I hate robots, crawling the osm-proxy or other pictures. Waste of …
|
|
|
@9396
|
13 years |
rick |
Do not commit the scan results.
|
|
|
@9395
|
13 years |
rick |
We might as well want to store the results in the Django instance as …
|
|
|
@9394
|
13 years |
rick |
This kind of back-fired on me. The machine is not allowed to send out …
|
|
|
@9393
|
13 years |
rick |
No DEBUG require templates to be included
|
|
|
@9392
|
13 years |
rick |
Get rid of the poor-mans-cache implementation and uses the django …
|
|
|
@9391
|
13 years |
rick |
Get some hints on when cache is used and when we are fetching data …
|
|
|
@9390
|
13 years |
rick |
Stop duplication the website directive, needed to be wlheatmap …
|
|
|
@9389
|
13 years |
rick |
Use Django 1.3 style loaders
|
|
|
@9388
|
13 years |
rick |
Valid settings importer
|
|
|
@9387
|
13 years |
rick |
Condence, more readable format
|
|
|
@9386
|
13 years |
rick |
No Serving of static files when non in debug mode, useless stuff
|
|
|
@9385
|
13 years |
rick |
Not using the special OSM_CACHE anymore, get rid of it
|
|
|
@9384
|
13 years |
rick |
Django_extentions is an standard package no need to include.
|
|
|
@9383
|
13 years |
rick |
Rename to a more commonly used name, instead of my own.
|
|
|
@9382
|
13 years |
rick |
Make the balanced URLS points to the right location, making the new …
|
|
|
@9381
|
13 years |
rick |
Rename the kind-of-meaningless-named django app website to a more …
|
|
|
@9380
|
13 years |
rick |
Production is running in wsgi mode
|
|
|
@9379
|
13 years |
rick |
No need to commit all files.
|
|
|
@9378
|
13 years |
rick |
Whoops wrong renaming in r9375, reverting
|
|
|
@9377
|
13 years |
rick |
Whoops wrong renaming in r9375, reverting
|
|
|
@9376
|
13 years |
rick |
Rename the kind-of-meaningless-named django app website to a more …
|
|
|
@9375
|
13 years |
rick |
Credits to Dennis and indicate what we are doing over here.
|
|
|
@9374
|
13 years |
rick |
No filters by default please. Makes the map hard to see in the beginning.
|
|
|
@9373
|
13 years |
rick |
Serious effort in making the code making far more parallel calls, else …
|
|
|
@9372
|
13 years |
rick |
The cachine production location is /var/osm-cache (partition is larger …
|
|
|
@9371
|
13 years |
rick |
New version of jquery, fixing some annoying IE bugs.
|
|
|
@9369
|
13 years |
rick |
Without the debugging actually, useless print
|
|
|
@9368
|
13 years |
rick |
Disable debugging by default, causing it to flow much faster. If the …
|
|
|
@9367
|
13 years |
rick |
Default to the website entry point
|
|
|
@9358
|
13 years |
rick |
Starting to make production ready:
- Remove all static / references. …
|
|
|
@9347
|
13 years |
dennisw |
Added a hide_parent thing for the content divs. (more user friendly)
|
|
|
@9317
|
13 years |
dennisw |
Fixed problem with removing user layers.
|
|
|
@9316
|
13 years |
dennisw |
Set Leiden as center of map.
Layerswitcher categories can be toggled …
|
|
|
@9302
|
13 years |
dennisw |
Added/changed/clarified some comments in code.
|
|
|
@9297
|
13 years |
dennisw |
Fixed permalink visibility.
Fixed layer toggle by category.
|
|
|
@9282
|
13 years |
dennisw |
Busy with documentation; data validation.
|
|
|
@9276
|
13 years |
dennisw |
Colourboxes next to layernames (looks better than coloured …
|
|
|
@9275
|
13 years |
dennisw |
Added signallayer to default layers. Removed the ability to remove …
|
|
|
@9274
|
13 years |
dennisw |
Custom layer switcher has it's own div now. Some visual stuff added …
|
|
|
@9273
|
13 years |
dennisw |
Added SWITCHER_COLOUR & SWITCHER_CLASS to layers. The colour part is …
|
|
|
@9272
|
13 years |
dennisw |
Able to show, hide and delete layers.
|
|
|
@9271
|
13 years |
dennisw |
Overlay classes are the same now.
|
|
|
@9270
|
13 years |
dennisw |
Filled in info page.
Experimented with getting filter names and …
|
|
|
@9269
|
13 years |
dennisw |
Permalink button works. Resets everything though since it refreshes …
|
|
|
@9267
|
13 years |
dennisw |
Moved scripts from home.html to heatmap_extensions.js for better overview.
|
|
|
@9266
|
13 years |
dennisw |
Added a slider that creates a layer with signal strength. (works with …
|
|
|
@9265
|
13 years |
dennisw |
Cleanup, no more 'Added this & that' spam when adding filters.
|
|
|
@9264
|
13 years |
dennisw |
After adding a mass-node or user filter, you can now delete them too.
|
|
|
@9263
|
13 years |
dennisw |
Changed 'Wireless Leiden Only' to red.
Changed 'All accespoints' to …
|
|
|
@9253
|
13 years |
dennisw |
Fixed dateFormat bug with minDate.
Proper filtering on only start_date …
|
|
|
@9251
|
13 years |
dennisw |
Datepicker works. Next, will link it to user/dataset and fix some …
|
|
|
@9250
|
13 years |
dennisw |
Added datepicker images
|
|
|
@9249
|
13 years |
dennisw |
Working on a date filter using 'JQuery UI's datepicker.
|
|
|
@9246
|
13 years |
dennisw |
Added a colorpicker for the filters.
|
|
|
@9245
|
13 years |
dennisw |
Removed 'Node' table since I had no use for it after all.
(Make sure …
|
|
|
@9244
|
13 years |
dennisw |
Renamed foo_filter to serve_filters.
Fixed display of nodes in nodelist.
|
|
|
@9243
|
13 years |
dennisw |
Options are now added to select-elements as described on …
|
|
|
@9242
|
13 years |
dennisw |
home.html uses correct heatmap_extensions.js now.
|
|
|
@9241
|
13 years |
dennisw |
heatmap_extensions_test.js is now heatmap_extensions.js
|
|
|
@9240
|
13 years |
dennisw |
Switched from jquery.chained.mini.js to more up-to-date version from …
|
|
|
@9239
|
13 years |
dennisw |
Used Rick's last Rev to make the filters work better. Will fix rest …
|
|
|
@9237
|
13 years |
rick |
Disabled some code to show example filters.
|
|
|
@9236
|
13 years |
rick |
This cache is only needed in production envirionments.
|
|
|
@9235
|
13 years |
dennisw |
More jquery, lot less code needed now.
|
|
|
@9234
|
13 years |
dennisw |
Switching to jquery.
|
|
|
@9233
|
13 years |
dennisw |
Undid some stuff again. Filters work again, but no dependant dropdown …
|
|
|
@9232
|
13 years |
dennisw |
Undid the non-working stuff.
|
|
|
@9231
|
13 years |
dennisw |
Can't get the filters fixed. Progress so far.
|
|
|
@9229
|
13 years |
dennisw |
Progress on filters.
|
|
|
@9225
|
13 years |
dennisw |
It seems Rick's foo_filter is exactly what I needed. Added date to it. …
|
|
|