|
|
@9497
|
11 years |
spaetz |
use new class instance on each go, to possibly regain old memory.
|
|
|
@9496
|
11 years |
spaetz |
use local copy of oceantiles.dat
|
|
|
@9491
|
11 years |
spaetz |
also log when the user hands a job back to the server including the reason.
|
|
|
@9490
|
11 years |
spaetz |
implement server logging, first things are logged now
|
|
|
@9486
|
11 years |
spaetz |
fix MapOf? vertical offset. All done now.
|
|
|
@9485
|
11 years |
spaetz |
make rerequest feedback use authentication. with an up-to-date client …
|
|
|
@9479
|
11 years |
spaetz |
remove initial URL prefix filter
|
|
|
@9478
|
11 years |
spaetz |
svn:ignore
|
|
|
@9477
|
11 years |
gslater |
robots.txt for tah. Block: /Browse/ and some of /Request/
|
|
|
@9476
|
11 years |
spaetz |
lower priority debumping limit
|
|
|
@9475
|
11 years |
spaetz |
enable per IP check, still need to whitelist informationfreeway.org
|
|
|
@9474
|
11 years |
spaetz |
use SetRemoteAddrFromForwardedFor? middleware, to get REMOTE_ADDR even …
|
|
|
@9471
|
11 years |
spaetz |
implement auto-bump down of priorities based on requesters IP address. …
|
|
|
@9470
|
11 years |
spaetz |
use correct user id.
|
|
|
@9468
|
11 years |
spaetz |
latest TODO
|
|
|
@9467
|
11 years |
spaetz |
enable single user view in all kinds of pages
|
|
|
@9466
|
11 years |
spaetz |
make single user view work
|
|
|
@9461
|
11 years |
spaetz |
add single user view
|
|
|
@9460
|
11 years |
spaetz |
don't overwrite log file when restarting
|
|
|
@9459
|
11 years |
spaetz |
replace handwritten rm_dir (which contained a typo) with shutil.rmtree
|
|
|
@9453
|
11 years |
spaetz |
add Request and Upload web interface handler
|
|
|
@9426
|
11 years |
jth |
Send sea-tile for oceanDB type mixed
|
|
|
@9409
|
11 years |
spaetz |
create client feedback URL which resets all active requests of that …
|
|
|
@9407
|
11 years |
spaetz |
actually render changed tilesets
|
|
|
@9406
|
11 years |
spaetz |
worked out better version with tellus. thanks.
|
|
|
@9405
|
11 years |
spaetz |
improved version baed on TeLLus tipps
|
|
|
@9404
|
11 years |
spaetz |
1)upper limit of 50 active requests per user 2)use renamed django forms lib
|
|
|
@9403
|
11 years |
spaetz |
django newforms is now called forms
|
|
|
@9402
|
11 years |
spaetz |
change annoying wording
|
|
|
@9401
|
11 years |
spaetz |
disable max active requests. It doesn't seem to work well…
|
|
|
@9390
|
11 years |
spaetz |
allow 400 concurrent active requests
|
|
|
@9387
|
11 years |
spaetz |
limit the number of active requests to 100
|
|
|
@9386
|
11 years |
spaetz |
fix up MapOf? excerpts. People have annoyed me enough into fixing it.
|
|
|
@9382
|
11 years |
spaetz |
much more contrast for lowzooms. too much?
|
|
|
@9380
|
11 years |
spaetz |
latest incarnation
|
|
|
@9378
|
11 years |
spaetz |
commit final version that is currently running.
|
|
|
@9377
|
11 years |
spaetz |
use Newform admin interface
|
|
|
@9374
|
11 years |
spaetz |
Use new AdminModel? classes for the web admin interface, works only …
|
|
|
@9367
|
11 years |
spaetz |
fall back from captionless to tile layer, then use unknown image
|
|
|
@9366
|
11 years |
spaetz |
use local blank tile pngs, not those on NFS drive.
|
|
|
@9365
|
11 years |
spaetz |
final lowzoom stitcher. works now.
|
|
|
@9364
|
11 years |
spaetz |
remove debug thing
|
|
|
@9363
|
11 years |
spaetz |
stitch lowzoom with captions
|
|
|
@9362
|
11 years |
spaetz |
adapt path in stitch lowzoom. various other minor changes.
|
|
|
@9361
|
11 years |
spaetz |
use max_length rather than maxlength to avoid Deprecation warnings
|
|
|
@9360
|
11 years |
spaetz |
protect better against valid zip files that are no tileset.
|
|
|
@9359
|
11 years |
spaetz |
call LegacyTileset? only on tilesetfile that don't exist yet.
|
|
|
@9358
|
11 years |
spaetz |
adapt paths to hypercube's locations
|
|
|
@9357
|
11 years |
spaetz |
delete temporary conversion script
|
|
|
@9356
|
11 years |
spaetz |
add django fastcgi starter
|
|
|
@9355
|
11 years |
spaetz |
prevent uploads from being loaded to ram. requires svn django plus …
|
|
|
@9354
|
11 years |
jth |
global content image/png,cleanup file & mmap
|
|
|
@9348
|
11 years |
spaetz |
make admin interface work with django SVN version. will break on older …
|
|
|
@9345
|
11 years |
ritzert |
mmap the tileset header for easier parsing.
|
|
|
@9344
|
11 years |
ritzert |
Fold parse_tileset into serve_tileset. Avoid doing work twice.
|
|
|
@9343
|
11 years |
ritzert |
Check for zero-size legacy tile.
|
|
|
@9342
|
11 years |
ritzert |
#include system headers with <>.
|
|
|
@9341
|
11 years |
ritzert |
Fix If-Modified-Since.
|
|
|
@9339
|
11 years |
ritzert |
Just formatting changes.
|
|
|
@9338
|
11 years |
ritzert |
Move tileset serving code to serve_tileset.
|
|
|
@9337
|
11 years |
ritzert |
Minor cleanups.
|
|
|
@9336
|
11 years |
ritzert |
Always set the Cache-Control header.
Remove commented out code.
|
|
|
@9335
|
11 years |
ritzert |
Move legacy tile serving code to serve_legacytile.
|
|
|
@9334
|
11 years |
ritzert |
Simplify arguments to xyz_to_blankdbtile.
|
|
|
@9333
|
11 years |
ritzert |
Fix oceantiles lookup to correctly return the sea tile.
|
|
|
@9329
|
11 years |
jth |
Revert to uri, something missing?
|
|
|
@9328
|
11 years |
ritzert |
Look at path_info, not uri.
|
|
|
@9327
|
11 years |
ritzert |
Serve legacy tiles from within the module.
|
|
|
@9326
|
11 years |
spaetz |
use correct tile path, z is not zero-padded. use unsigned int for …
|
|
|
@9325
|
11 years |
spaetz |
update t@h TODO list
|
|
|
@9324
|
11 years |
spaetz |
use 2000x2000 as max MapOf? dimensions.
|
|
|
@9323
|
11 years |
spaetz |
cache MapOf? images for 10 days by the browser (or proxy)
|
|
|
@9322
|
11 years |
spaetz |
refuse MapOf? images with w,h > 1024. Suckers have been requesting …
|
|
|
@9321
|
11 years |
jth |
Update path again with padding
|
|
|
@9319
|
11 years |
jth |
Update to the new tilepath
|
|
|
@9312
|
11 years |
jth |
No need to include hostname
|
|
|
@9311
|
11 years |
jth |
Usage note and path update
|
|
|
@9310
|
11 years |
jth |
os.mkdirs not found, replace with os.makedirs
|
|
|
@9309
|
11 years |
jonb |
mod_tah: Remove unset oceandb pointer. Fix-up inconsistencies in …
|
|
|
@9308
|
11 years |
jth |
Django complains otherwise that base_browse.html not first, ok for …
|
|
|
@9307
|
11 years |
ritzert |
Formatting.
|
|
|
@9306
|
11 years |
jth |
New mod_tah module and hello
|
|
|
@9285
|
11 years |
spaetz |
improved INSTALL instructions.
|
|
|
@9278
|
11 years |
spaetz |
temporarily add conversion script. will soon be removed
|
|
|
@9277
|
11 years |
spaetz |
use more fine grained directory structure
|
|
|
@9259
|
11 years |
spaetz |
struct.unpack returns a tuple. Treat it as such
|
|
|
@9256
|
11 years |
studerap |
first try to make serving tiles faster. patch from ast.
|
|
|
@9255
|
11 years |
spaetz |
fix bug when second offset would just mark a blank tile.
|
|
|
@9253
|
11 years |
spaetz |
add more individual cache control headers
|
|
|
@9242
|
11 years |
spaetz |
add cache-control header
|
|
|
@9235
|
11 years |
spaetz |
depale stitched lowzooms. At least better looking than before
|
|
|
@9231
|
11 years |
spaetz |
protect against in-existing layers
|
|
|
@9230
|
11 years |
spaetz |
don't use the django 1.0 version of the admin interface.
|
|
|
@9219
|
11 years |
spaetz |
use 'GMT' time zone rather than +0000
|
|
|
@9218
|
11 years |
spaetz |
use email.Utils rather than deprecated rfc8222 module
|
|
|
@9217
|
11 years |
spaetz |
slightly beautify server_tiles
|
|
|
@9216
|
11 years |
spaetz |
always hand back file length, so we can use data-length in http reply
|
|
|
@9215
|
11 years |
spaetz |
set req.finfo, hoping that it helps with Last-Modified. Doubtful.
|
|
|
@9214
|
11 years |
spaetz |
make setSetting return the set value. 2) Don't hardcode changedTile …
|
|
|
@9213
|
11 years |
spaetz |
use object related exceptions instead of excplicitely importing them.
|
|
|