Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Wine 1.4 / 1.5.5
    2,380 downloads
    Phorum 5.2.17
    2,349 downloads
    VLC 2.0.1
    2,082 downloads
    BackTrack 5 R2
    1,718 downloads
    Adobe Flash Player
    for Linux
    11.2.202.228

    1,579 downloads
    Google Chrome
    19.0.1084.52 /
    20.0.1132.17 Beta /
    21.0.1145.0 Alpha

    1,558 downloads
    Linux Mint 13
    1,387 downloads
    Yahoo Messenger
    1.0.4

    1,182 downloads
    Ultimate Edition 3.3
    1,130 downloads
    Ubuntu 12.04 LTS
    1,020 downloads
    TOP 10 LINUX DISTROS
    #
    Distribution
    BackTrack 5 R2
    787,793 downloads
    Fedora 16
    460,590 downloads
    Mandriva Linux 2011
    378,395 downloads
    KNOPPIX Live DVD
    6.7.1

    334,307 downloads
    Yellow Dog Linux 6.2
    247,754 downloads
    Kororaa AIGLXgl Live
    CD 0.3

    202,988 downloads
    openSUSE Linux 12.1
    / 12.2 Milestone 3

    190,936 downloads
    Red Hat Enterprise
    Linux 6.2 / 6.3 Beta

    187,760 downloads
    Slackware 13.37
    154,434 downloads
    Ubuntu 9.10
    126,453 downloads
    Home > Linux > Internet > HTTP (WWW) > lizard-map > Changelog

    lizard-map 4.0 Alpha 1 - Changelog


    What's new in lizard-map 4.0 Alpha 1:

    May 21st, 2012

    · Requiring lizard-ui 4.0 alpha: the new twitter bootstrap layout.
    · Using compiled css instead of less.
    · Removed old HomepageView and renamed the MapIconView.
    · Using new twitter-bootstrap layout. Using the MapView class based view is now really mandatory to get everything to work.
    · Renamed /media to /static. That's django-staticfile's new standard.
    · Timeseries can now be localized in Graph object.
    · Fixed syntax error in jquery.workspace.js.
    · Adds STATIC_URL to application icons.
    · Making the normal AppView the main cbv instead of the temporary MapView name.



    What's new in lizard-map 3.5.2:

    November 30th, 2011

    · Removed object-actions block with the non-existing 'help-workspace' url that broke the interface.



    What's new in lizard-map 3.1.2:

    October 3rd, 2011

    · Fixed error in MANIFEST.in. 3.1.1 didn't include any lizard-map/* data.



    What's new in lizard-map 3.1.1:

    October 3rd, 2011

    · Fixed CollageEditItem.csv_url function.
    · Fixed bug with collage items. The popup crashed as well as the collage screen.
    · Moved from company-internal svn to github: https://github.com/lizardsystem/lizard-map .



    What's new in lizard-map 2.5:

    September 23rd, 2011

    · Not mentioning pyproj as a dependency anymore, even though we do need it. Somehow the osc.recipe.sysegg buildout recipe doesn't really want to play nice with it.
    · When there's an non-existing adapter (=invalid/non-existing entry point name), we now also delete the workspace item instead of raising an error. There just might be an old workspace item laying around in a customer's session and we shouldn't keep the customer stuck in an error 500.



    What's new in lizard-map 2.4:

    September 22nd, 2011

    · The context processor now first weeds out faulty workspace items before attempting anything else. This prevents an "error 500": normally the workspace item gets deleted, but the .is_animatable call still breaks on the just-deleted workspaceitem. Now we first remove the faulty ones beforehand.



    What's new in lizard-map 2.3:

    September 21st, 2011

    · Made the automatic invalid-workspaceitem-deletion more robust.
    · Removed the youtube popup. Unused at the moment. And the implementation was terribly hardcoded.
    · Commented out all the debugging in the symbolmanager



    What's new in lizard-map 2.2:

    September 2nd, 2011

    · 2.1.13 stated "please clear your session info when you upgrade to this version as the fix to #3181 stores different information." This release fixes that. No session data deletion is needed anymore.



    What's new in lizard-map 2.1.8:

    August 5th, 2011

    · Added function to list icons names.



    What's new in lizard-map 2.0.1:

    June 23rd, 2011

    · Really fixed the non-closed span element.



    What's new in lizard-map 1.89:

    June 21st, 2011

    · Raising workspaceitemerror when the json we get isn't decodable. More robust code this way.



    What's new in lizard-map 1.88:

    June 21st, 2011

    · Made popups more consistent (shadow color and size).
    · Added 'continue to site' link in introductory video popup.
    · Showing reload link in the statistics part that is shown when the date range has been changed.
    · Adding extra safety measure so lizard-map doesn't crash on faulty shapefiles.
    · Fixed collage graph editing: made a check more robust for missing parameters.



    What's new in lizard-map 1.87:

    June 17th, 2011

    · Re-enabled custom y tick locator amount selection.
    · Showing the table now looks at the table belonging to the button by means of a wrapper div, which is more reliable.
    · Fixed the problem that a hidden popup would remain populated and re-evaluated (ticket 2892).



    What's new in lizard-map 1.81:

    June 3rd, 2011

    · Workspace items and snippets take up a fixed one-line height now. The overflow is hidden. This makes the interface more predictable.



    What's new in lizard-map 1.80:

    June 2nd, 2011

    · Added default "javascript_click_handler" (namely popup_click_handler) to the context via the lizard_map context processor.
    · By default, a hover_click_handler isn't added anymore unless you specify one yourself in the context. Most sites don't need/want it.
    · Fixed overly-aggressive reloading of map layers. This improves the performance.
    · Added checkboxes and functionality to collage-items (snippets).



    What's new in lizard-map 1.78:

    May 18th, 2011

    · Various UI fixes and IE7 glitches.
    · Fixed 'add to collage' option in workspace view when viewing others' workspaces. You are not allowed to add snippets in that workspace. #2707.
    · Fixed layout problem of animation sliders in block above -r20937 #2503 .



    What's new in lizard-map 1.76:

    May 6th, 2011

    · Fixed pylint errors.
    · Fixed layout of date_popup form for IE7.
    · Added css to only show workspace items when you hover it.
    · Added 'remove workspace-item' and 'remove snippet' buttons.
    · Removed trashcan on bottom of screen. Before the buttons we dragged items into this trashcan.
    · Added titles to various workspace items.
    · Added empty-collage.
    · NOTE: controls for add and remove workspace items not working on iPad .



    What's new in lizard-map 1.74:

    April 29th, 2011

    · Changed set_ylim_method so that it doesn't crash on axhlims.
    · Changed set_ylim_method so that it doesn't crash on no data.
    · Changed set_ylim_method so that it autoscales to visible data only.



    What's new in lizard-map 1.52:

    February 17th, 2011

    · Switched off mandatory authentication for the experimental API.



    What's new in lizard-map 1.51:

    February 17th, 2011

    · Fixed bug in date range handling: the default start/end dates would be calculated JUST ONCE at system startup. So the "2 weeks before today" would really be "2 weeks before the date apache restarted". Fixed it by adding two methods that do the proper thing.



    What's new in lizard-map 1.44:

    February 9th, 2011

    · Added experimental django-piston REST api.



    What's new in lizard-map 1.19:

    October 27th, 2010

    · Bugfix in statistics: the average over the rows doesn't crash anymore if there are empty values.



    What's new in lizard-map 1.17:

    October 1st, 2010

    · Fixed bug where graph edit form would fail always unless you switched on summaries per month.



    What's new in lizard-map 1.16:

    September 29th, 2010

    · Added option: allow_custom_legend in adapter.
    · Added optional transparency slider.
    · Fixed bug in graph edit and graph line edit popup forms.



    What's new in lizard-map 1.15:

    September 28th, 2010

    · Fixed IE bug that most workspace-related icons floated one line down.



    What's new in lizard-map 1.11:

    September 22nd, 2010

    · Added more tests (test coverage now at 62%).
    · Various UI and javascript fixes.
    · Showing aggregation period data in the statistics table.
    · Moved javascript out of map template into a separate javascript file: this way the javascript can be tested automatically (and it is!).
    · "Sleep items hierheen" and "Nog geen grafieken" are not draggable anymore.
    · Add restrict-to-month option.
    · Percentile in collage screen is now user adjustable.



    What's new in lizard-map 1.10:

    September 8th, 2010

    · Add never_cache to several server requests, to prevent caching in IE.
    · Fixed graph popup rendering problem for IE7 (empty tags get hidden there, even if there's an icon background).



    What's new in lizard-map 1.9:

    September 3rd, 2010

    · Use updated krw shapefiile.
    · Use different open street map.



    What's new in lizard-map 1.8:

    August 31st, 2010

    · Bugfix for when no statistics are available.



    What's new in lizard-map 1.7:

    August 27th, 2010

    · Graph and collage popups now use the "regular" jquerytools popup instead of the OpenLayers in-the-map popup. Visually cleaner, clearer and prettier. And easier to maintain and to get right.
    · Various visual fixes.
    · Deleting a workspace item also deletes the corresponding snippets.
    · Added color pulldown for collage view settings (instead of requiring you to know the internal matplotlib color code names)



    What's new in lizard-map 1.6:

    August 27th, 2010

    · Animation slider and name-hover are now also working in the default workspace view.
    · Name hover is now placed just to the lower right of the cursor. This way you can still click on the item you hovered above instead of your click being blocked sometimes by the hovering name.
    · Added slightly more whitespace to the right of legend-less graphs: this prevents (most) labels from being cut off.



    What's new in lizard-map 1.5:

    August 26th, 2010

    · Added tooltips with name when hovering over clickable map items.
    · Layout improvements for popups and tables.
    · Added dateperiods: calculate periods for use in graphs.
    · Added styling for popups.



    What's new in lizard-map 1.4:

    August 23rd, 2010

    · WorkspaceCollageSnippetGroup's name was a TextField (=multiline) instead of a simple CharField. Oracle stores a TextField as a "NCLOB" and has some restrictions on them (no index, no .distinct()). Anyway, this blew up on an oracle-using installation. Fixed now.
    · Removed double value_aggregate() method from base adapter: the extra one raised a NotImplemented error and overshadowed the real method.



    What's new in lizard-map 1.3:

    August 18th, 2010

    · Requiring our dependencies that must be installed with system eggs. We use the osc.recipe.sysegg in our own buildout to grab them from the system. A sample config is included in the readme.
    · Implemented export csv for snippet_group.
    · Added optional legends.
    · Add option to show tables in collage view.
    · Importing the simplejson module in a different way to please windows in combination with python 2.6.



    What's new in lizard-map 1.2:

    August 16th, 2010

    · Added a bit of test setup to make xml test reports possible (for integration with Hudson). Similarly for coverage reports, also for Hudson. Automatic code quality monitoring!
    · Implemented snippet groups. Snippet groups group similar snippets in a collage.
    · Removed site-specific breadcrumbs.
    · Refactored collage view. One can now edit graphs in the collage view. The graph-only editor has been removed.
    · Added an animation slider for showing map layers at specific points in time. Only shown when there are workspace items that support it.
    · Removed graph-properties that were stored in the session.
    · Passing extra 'request' keyword argument to all adapter layer() methods. Warning: This needs refactoring in all adapters. Advance warning: we'll probably refactor the adapters to get the request in their __init__() method later on.



    What's new in lizard-map 0.16:

    July 6th, 2010

    · Compensating for lizard-ui's "use-my-size" instead of "use-my-width/height" class for image replacement.



    What's new in lizard-map 0.15:

    July 2nd, 2010

    · Better empty height/width handling for images.
    · Slightly bigger search radius when clicking on a map.



    What's new in lizard-map 0.14:

    July 1st, 2010

    · Using lizard-ui's generic graph resizing and reloading now.



    What's new in lizard-map 0.13:

    June 28th, 2010

    · Popup graph size fixes.
    · Updated documentation.
    · We're now released on pypi!




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM