From 785bada4a42bbf683ac811567dd10c72c1d8ae10 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Feb 2013 23:38:06 +0400 Subject: [PATCH] minor updates... Signed-off-by: Alex A. Naanou --- TODO.otl | 17 +++++++++-------- magazine.js | 3 +++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/TODO.otl b/TODO.otl index ef574f1..a686dae 100755 --- a/TODO.otl +++ b/TODO.otl @@ -5,14 +5,10 @@ | touchdown point. [_] BUG: no drag threshold on excludedElements (TouchSwipe) | stalled... - [_] 62% general todo - [X] 100% add page sets.. - [X] general page navigation - [X] serialization - [X] PROBLEM: cover is not found within the page-set - [X] PROBLEM: next/prev article navigation is broken - [_] move some of the current configuration options to the magazine... - | same idea as .no-resize class... + [_] 63% general todo + [_] 50% move some of the current configuration options to the magazine... + [X] page align + [_] resize settings (.no-resize class) [_] add transition-duration editors to config page (a-la PAGES_IN_RIBBON)... | will help tuning the system,,, [_] Editor: add toggleEditiorMode to all editables in all versions... @@ -89,6 +85,11 @@ [_] BUG: href to existing anchors will mess up layout... | need to find out how can we disable anchor links from actually | going to the anchor... + [X] 100% add page sets.. + [X] general page navigation + [X] serialization + [X] PROBLEM: cover is not found within the page-set + [X] PROBLEM: next/prev article navigation is broken [X] add option to align page to right or left screen border | now only centering is possible... [X] make #URL updates optional... diff --git a/magazine.js b/magazine.js index 35c279f..566e5cc 100755 --- a/magazine.js +++ b/magazine.js @@ -1138,6 +1138,7 @@ function buildJSON(export_bookmarks, export_position){ return res } +// XXX this does not load page attrs correctly... function loadJSON(data, load_user_data){ function _build(block, elem){ @@ -1185,6 +1186,8 @@ function loadJSON(data, load_user_data){ } // metadata... + // XXX still might be a bit buggy -- might not be loading some + // data correctly... writeMetadata(elem, res) }