From 9d07e8a26657542c98535abb7812d83a98839918 Mon Sep 17 00:00:00 2001 From: Alvin Li Date: Sun, 18 Aug 2013 00:52:06 +0800 Subject: * improved 'indicator.views.follow_indicator()', renamed to 'indicator_fanduf()' due to name conflict * finished 'search' function for page indicator NewDeleteIndex.html * added 'apps/utils/search_tools.py': some tools to process search results * renamed 'sciblog/templatetags/tools.py' to 'get_range.py' * added 'format_data()' to indicator.tools': to format data of record/confine, make it properly display in html page; * 'indicator/javascripts/new_delete_index.js': added global 'var added_indexes_id' to track the already added indexes * added 'indicator/templatetags/divisible_by.py' filter to check if a number can be extactly divide by another number; * fixed the 'index_card_fir/index_card_sec' problem of 'act_card_container' of page 'SheetDefault.html' * indicator/static/css/new_delete_index.css: added 'index_search_error' and 'index_error' * fixed 'unit.dump' problems in 'indicator.models' * 'indicator.tools': o added 'RI_TYPES', 'RI_WEIGHTS' o added 'type' in the return value of 'calc_indicator_weight()' and 'recommend_indicator()' * added field 'followedHistories' in 'indicator.models.UserIndicator' * moved 'follow_indicator()' and 'unfollow_indicator()' from 'indicator.views' to 'indicator.tools' TODO: * highcharts: draw chart for indicator records; * add/edit data, and submit (page format design) * followed indicator submit buttion --- 97suifangqa/fixtures/initial_data.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '97suifangqa/fixtures') diff --git a/97suifangqa/fixtures/initial_data.json b/97suifangqa/fixtures/initial_data.json index 72c778b..642a166 100644 --- a/97suifangqa/fixtures/initial_data.json +++ b/97suifangqa/fixtures/initial_data.json @@ -9,12 +9,12 @@ "is_active": true, "is_superuser": true, "is_staff": true, - "last_login": "2013-08-03T21:06:50.885", + "last_login": "2013-08-03T13:06:50.885Z", "groups": [], "user_permissions": [], "password": "pbkdf2_sha256$10000$H6nJhlyljgc4$KpHXyPQ7yvhbt9TVMgGVslPnKKuCbwL0WsWA0/J0iDI=", "email": "admin@admin.com", - "date_joined": "2013-08-03T21:06:10.807" + "date_joined": "2013-08-03T13:06:10.807Z" } }, { @@ -27,12 +27,12 @@ "is_active": true, "is_superuser": false, "is_staff": false, - "last_login": "2013-08-03T21:07:14.332", + "last_login": "2013-08-03T13:07:14.332Z", "groups": [], "user_permissions": [], "password": "pbkdf2_sha256$10000$9SIFKsWpSUTT$6q0Gl3IwDhVqXw7M7cbrZ6yStxPdlJGZYUY2tVY9fxg=", "email": "", - "date_joined": "2013-08-03T21:07:14.332" + "date_joined": "2013-08-03T13:07:14.332Z" } }, { @@ -45,12 +45,12 @@ "is_active": true, "is_superuser": true, "is_staff": true, - "last_login": "2013-07-20T15:52:13.059", + "last_login": "2013-07-20T07:52:13.059Z", "groups": [], "user_permissions": [], "password": "pbkdf2_sha256$10000$PBu41nJCDoS9$eGwEX8ZeS1Ot/urxOqQgVorHFvC+LAlBX3wKYrbtsFM=", "email": "isuifang@gmail.com", - "date_joined": "2013-04-23T15:04:43.823" + "date_joined": "2013-04-23T07:04:43.823Z" } }, { @@ -63,12 +63,12 @@ "is_active": true, "is_superuser": false, "is_staff": false, - "last_login": "2013-06-24T22:07:56.201", + "last_login": "2013-06-24T14:07:56.201Z", "groups": [], "user_permissions": [], "password": "pbkdf2_sha256$10000$ccvMiwsQB9Cz$EUrqcy7PZ9o4LwPzQPimsLgsrTg8zCtZ5dYNCqbfGzE=", "email": "", - "date_joined": "2013-06-24T22:07:56.201" + "date_joined": "2013-06-24T14:07:56.201Z" } }, { @@ -81,12 +81,12 @@ "is_active": true, "is_superuser": false, "is_staff": false, - "last_login": "2013-07-20T14:55:05.551", + "last_login": "2013-07-20T06:55:05.551Z", "groups": [], "user_permissions": [], "password": "pbkdf2_sha256$10000$I30HnnfWfD4S$DFmzkurup7phJg+Fr8S64XgDTKABkN3ntH/TMsbp6KA=", "email": "", - "date_joined": "2013-07-20T14:55:05.551" + "date_joined": "2013-07-20T06:55:05.551Z" } } ] \ No newline at end of file -- cgit v1.2.2