mkws-moved-to-github.git
10 years agoAdd link to index-lowlevel.html
Mike Taylor [Thu, 4 Jul 2013 10:59:01 +0000 (11:59 +0100)]
Add link to index-lowlevel.html

10 years agoNew file, index-lowlevel.html, shows how to build a differently
Mike Taylor [Thu, 4 Jul 2013 10:55:17 +0000 (11:55 +0100)]
New file, index-lowlevel.html, shows how to build a differently
structured application using low-level subcomponents.

10 years agoReorder components.
Mike Taylor [Thu, 4 Jul 2013 10:36:14 +0000 (11:36 +0100)]
Reorder components.

10 years agoReplace all remaining #mkwsResults occurrences from stylesheet.
Mike Taylor [Wed, 3 Jul 2013 17:17:07 +0000 (18:17 +0100)]
Replace all remaining #mkwsResults occurrences from stylesheet.
Output is now correctly styled even in complete absence of this elements.

10 years agoGet rid of no-longer-needed <hr> rule.
Mike Taylor [Wed, 3 Jul 2013 16:34:48 +0000 (17:34 +0100)]
Get rid of no-longer-needed <hr> rule.

10 years agoMore container-independence.
Mike Taylor [Wed, 3 Jul 2013 16:33:59 +0000 (17:33 +0100)]
More container-independence.

10 years agoFix an inaccurate address.
Mike Taylor [Wed, 3 Jul 2013 16:19:50 +0000 (17:19 +0100)]
Fix an inaccurate address.

10 years agoWhitespace.
Mike Taylor [Wed, 3 Jul 2013 16:07:57 +0000 (17:07 +0100)]
Whitespace.

10 years agoWhitespace.
Mike Taylor [Wed, 3 Jul 2013 16:05:46 +0000 (17:05 +0100)]
Whitespace.

10 years agoFix a.crossout:hover rule.
Mike Taylor [Wed, 3 Jul 2013 16:05:37 +0000 (17:05 +0100)]
Fix a.crossout:hover rule.

10 years agoWhitespace.
Mike Taylor [Wed, 3 Jul 2013 15:56:59 +0000 (16:56 +0100)]
Whitespace.

10 years agoMore independence from #mkwsResults container.
Mike Taylor [Wed, 3 Jul 2013 15:56:40 +0000 (16:56 +0100)]
More independence from #mkwsResults container.

10 years agoEmbed subcomponents explictly, not via a #mkwsResults container.
Mike Taylor [Wed, 3 Jul 2013 15:55:04 +0000 (16:55 +0100)]
Embed subcomponents explictly, not via a #mkwsResults container.

10 years agoDo not emit any of the <hr/> elements. These are always bad news --
Mike Taylor [Wed, 3 Jul 2013 15:53:51 +0000 (16:53 +0100)]
Do not emit any of the <hr/> elements. These are always bad news --
not just because they're butt-ugly, but because they are sheer
presentation, and we need structure. If for some reason we want
designs that have horizontal rules, we can add them in the CSS.

10 years agoFix styling to rely less on #mkwsResults
Mike Taylor [Wed, 3 Jul 2013 15:45:08 +0000 (16:45 +0100)]
Fix styling to rely less on #mkwsResults

10 years agovertical ws
Mike Taylor [Wed, 3 Jul 2013 15:02:10 +0000 (16:02 +0100)]
vertical ws

10 years agofix JS type errors if sort_menu is disabled
Wolfram Schneider [Wed, 3 Jul 2013 14:21:56 +0000 (14:21 +0000)]
fix JS type errors if sort_menu is disabled

10 years agodocumentation bugfixes
Wolfram Schneider [Wed, 3 Jul 2013 14:01:37 +0000 (14:01 +0000)]
documentation bugfixes

10 years agowe are using service-proxy by default
Wolfram Schneider [Wed, 3 Jul 2013 14:00:30 +0000 (14:00 +0000)]
we are using service-proxy by default

10 years agodocumentation bugfixes
Wolfram Schneider [Wed, 3 Jul 2013 13:59:21 +0000 (13:59 +0000)]
documentation bugfixes

10 years agothe sort and perpage menu are configurable
Wolfram Schneider [Wed, 3 Jul 2013 13:56:44 +0000 (13:56 +0000)]
the sort and perpage menu are configurable

Both are enabled by default.

10 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Wed, 3 Jul 2013 13:39:40 +0000 (13:39 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

10 years agoRemove old debugging condition.
Mike Taylor [Wed, 3 Jul 2013 13:39:27 +0000 (14:39 +0100)]
Remove old debugging condition.

10 years agospaces
Wolfram Schneider [Wed, 3 Jul 2013 13:35:39 +0000 (13:35 +0000)]
spaces

10 years agoJS nightmare with undefined check
Wolfram Schneider [Wed, 3 Jul 2013 13:35:09 +0000 (13:35 +0000)]
JS nightmare with undefined check

10 years agoNote: the mkws_config object which must be loaded before the mkws.js and pz2api.js...
Wolfram Schneider [Wed, 3 Jul 2013 13:04:46 +0000 (13:04 +0000)]
Note: the mkws_config object which must be loaded before the mkws.js and pz2api.js files.

10 years agolog date an git ID of mkws.js in mkws-complete.js header
Wolfram Schneider [Wed, 3 Jul 2013 12:54:30 +0000 (12:54 +0000)]
log date an git ID of mkws.js in mkws-complete.js header

10 years agojquery.html -> index-jquery.html
Wolfram Schneider [Wed, 3 Jul 2013 12:42:50 +0000 (12:42 +0000)]
jquery.html -> index-jquery.html

10 years agoSeveral different things happening, should have committed separately.
Mike Taylor [Wed, 3 Jul 2013 12:41:12 +0000 (13:41 +0100)]
Several different things happening, should have committed separately.
-- Swap #mkwsResults and #mkwsRecords IDs.
-- Allow correct functioning in absence of #kwsSelect.
-- Fix typo in comment
-- Towards allowing application with no #mkwsResults.
-- Towards allowing clever applications to roll their own results area
instead of using our premade one.

10 years agoSwap #mkwsResults and #mkwsRecords IDs.
Mike Taylor [Wed, 3 Jul 2013 12:36:11 +0000 (13:36 +0100)]
Swap #mkwsResults and #mkwsRecords IDs.

10 years agoSwap #mkwsResults and #mkwsRecords IDs.
Mike Taylor [Wed, 3 Jul 2013 12:35:56 +0000 (13:35 +0100)]
Swap #mkwsResults and #mkwsRecords IDs.

10 years agoSwap #mkwsResults and #mkwsRecords IDs.
Mike Taylor [Wed, 3 Jul 2013 12:35:48 +0000 (13:35 +0100)]
Swap #mkwsResults and #mkwsRecords IDs.

10 years agoSwap #mkwsResults and #mkwsRecords IDs.
Mike Taylor [Wed, 3 Jul 2013 12:35:37 +0000 (13:35 +0100)]
Swap #mkwsResults and #mkwsRecords IDs.

10 years agoSwap #mkwsResults and #mkwsRecords IDs.
Mike Taylor [Wed, 3 Jul 2013 12:35:28 +0000 (13:35 +0100)]
Swap #mkwsResults and #mkwsRecords IDs.

10 years agoSwap #mkwsResults and #mkwsRecords IDs.
Mike Taylor [Wed, 3 Jul 2013 12:35:11 +0000 (13:35 +0100)]
Swap #mkwsResults and #mkwsRecords IDs.

10 years agoSwap #mkwsResults and #mkwsRecords IDs.
Mike Taylor [Wed, 3 Jul 2013 12:35:03 +0000 (13:35 +0100)]
Swap #mkwsResults and #mkwsRecords IDs.

10 years agoOops, fixed a non-MKWS-specific HTML name (as opposed to id).
Mike Taylor [Wed, 3 Jul 2013 11:16:29 +0000 (12:16 +0100)]
Oops, fixed a non-MKWS-specific HTML name (as opposed to id).

10 years agoopen indexdata.com link in new tab
Wolfram Schneider [Tue, 2 Jul 2013 13:34:41 +0000 (13:34 +0000)]
open indexdata.com link in new tab

10 years agoopen indexdata.com link in new tab
Wolfram Schneider [Tue, 2 Jul 2013 13:32:55 +0000 (13:32 +0000)]
open indexdata.com link in new tab

10 years agoopen indexdata.com link in new tab
Wolfram Schneider [Tue, 2 Jul 2013 13:31:51 +0000 (13:31 +0000)]
open indexdata.com link in new tab

10 years agoresponsive design: after each termlist update check the window size and adjust the...
Wolfram Schneider [Tue, 2 Jul 2013 13:18:51 +0000 (13:18 +0000)]
responsive design: after each termlist update check the window size and adjust the termlist position.

This should fix the problem that after manual resize, both termlist
left and bottom appeared.

10 years agoconfigurable responsive web design
Wolfram Schneider [Tue, 2 Jul 2013 12:54:49 +0000 (12:54 +0000)]
configurable responsive web design

responsive_design_width: 980, /* a page with less pixel width considered as mobile */

10 years agocheck resize every 50ms, more smoother
Wolfram Schneider [Tue, 2 Jul 2013 12:47:26 +0000 (12:47 +0000)]
check resize every 50ms, more smoother

10 years agoFor the sake of Firefox, explicitly clear all floats in the
Mike Taylor [Tue, 2 Jul 2013 11:07:42 +0000 (12:07 +0100)]
For the sake of Firefox, explicitly clear all floats in the
#mkwsRecords division. Fixes bug MKWS-11.

10 years agoUpdate the What Next? section
Mike Taylor [Mon, 1 Jul 2013 23:14:36 +0000 (00:14 +0100)]
Update the What Next? section

10 years agoprev/next elements' IDs named to mkwsPrev/mkwsNext
Mike Taylor [Mon, 1 Jul 2013 22:45:49 +0000 (23:45 +0100)]
prev/next elements' IDs named to mkwsPrev/mkwsNext

10 years agojQuery plugin's footer now has id=mkwsFooter.
Mike Taylor [Mon, 1 Jul 2013 22:43:37 +0000 (23:43 +0100)]
jQuery plugin's footer now has id=mkwsFooter.

10 years agoRename '#sort' and '#perpage' to '#mkwsSort' and '3mkwsPerpage'
Mike Taylor [Mon, 1 Jul 2013 22:40:54 +0000 (23:40 +0100)]
Rename '#sort' and '#perpage' to '#mkwsSort' and '3mkwsPerpage'

10 years agoRename '#select' to '#mkwsSelect'
Mike Taylor [Mon, 1 Jul 2013 22:26:33 +0000 (23:26 +0100)]
Rename '#select' to '#mkwsSelect'

10 years agoRename '#ranking' to '#mkwsRanking'
Mike Taylor [Mon, 1 Jul 2013 22:23:59 +0000 (23:23 +0100)]
Rename '#ranking' to '#mkwsRanking'

10 years agoRename 'button' to 'mkwsButton'
Mike Taylor [Mon, 1 Jul 2013 22:09:14 +0000 (23:09 +0100)]
Rename 'button' to 'mkwsButton'

10 years agoRemove unused ID searchForm
Mike Taylor [Mon, 1 Jul 2013 22:07:39 +0000 (23:07 +0100)]
Remove unused ID searchForm

10 years agoRename all the rec_* IDs as mkwsRec_*
Mike Taylor [Mon, 1 Jul 2013 22:04:42 +0000 (23:04 +0100)]
Rename all the rec_* IDs as mkwsRec_*
Do we really need ALL these IDs?

10 years agoRename all the recdiv_* IDs as mkwsRecdiv_*
Mike Taylor [Mon, 1 Jul 2013 21:49:48 +0000 (22:49 +0100)]
Rename all the recdiv_* IDs as mkwsRecdiv_*

10 years agoRename all the det_* IDs as mkwsDet_*
Mike Taylor [Mon, 1 Jul 2013 21:46:22 +0000 (22:46 +0100)]
Rename all the det_* IDs as mkwsDet_*

10 years agoAdd styling for bytarget table.
Mike Taylor [Mon, 1 Jul 2013 21:37:04 +0000 (22:37 +0100)]
Add styling for bytarget table.

10 years agoRename bytarget div to "#mkwsBytarget"
Mike Taylor [Mon, 1 Jul 2013 21:27:58 +0000 (22:27 +0100)]
Rename bytarget div to "#mkwsBytarget"

10 years agoRename navi div to "#mkwsNavi"
Mike Taylor [Mon, 1 Jul 2013 21:14:41 +0000 (22:14 +0100)]
Rename navi div to "#mkwsNavi"

10 years agoRename results div to "#mkwsResults"
Mike Taylor [Mon, 1 Jul 2013 21:08:23 +0000 (22:08 +0100)]
Rename results div to "#mkwsResults"

10 years agoRename pager div to "#mkwsPager"
Mike Taylor [Mon, 1 Jul 2013 21:06:39 +0000 (22:06 +0100)]
Rename pager div to "#mkwsPager"

10 years agoRenamed two magic <div>s:
Mike Taylor [Mon, 1 Jul 2013 16:51:05 +0000 (17:51 +0100)]
Renamed two magic <div>s:
#mkwsTermlist -> #mkwsShiftedTermlists
#termlist -> #mkwsTermlists
Clean up some rules to avoid requiring nesting.
Fix a mistake in the a:hover-related selector.

10 years agoRenamed two magic <div>s:
Mike Taylor [Mon, 1 Jul 2013 16:47:01 +0000 (17:47 +0100)]
Renamed two magic <div>s:
#mkwsTermlist -> #mkwsShiftedTermlists
#termlist -> #mkwsTermlists

10 years agoChange name
Mike Taylor [Mon, 1 Jul 2013 16:45:21 +0000 (17:45 +0100)]
Change name

10 years agoWhitespace and ordering changes to make more similar to index-full.html
Mike Taylor [Mon, 1 Jul 2013 16:45:02 +0000 (17:45 +0100)]
Whitespace and ordering changes to make more similar to index-full.html

10 years agoRemove trailing whitespace.
Mike Taylor [Mon, 1 Jul 2013 16:43:25 +0000 (17:43 +0100)]
Remove trailing whitespace.

10 years agoTweak style.
Mike Taylor [Mon, 1 Jul 2013 16:12:49 +0000 (17:12 +0100)]
Tweak style.

10 years agoRename variable.
Mike Taylor [Mon, 1 Jul 2013 16:12:35 +0000 (17:12 +0100)]
Rename variable.

10 years agoReport error is unknown facet is configured.
Mike Taylor [Mon, 1 Jul 2013 16:06:33 +0000 (17:06 +0100)]
Report error is unknown facet is configured.

10 years agoCSS id typo
Wolfram Schneider [Mon, 1 Jul 2013 14:51:52 +0000 (14:51 +0000)]
CSS id typo

10 years agoindent
Wolfram Schneider [Mon, 1 Jul 2013 14:42:40 +0000 (14:42 +0000)]
indent

10 years agoMerge branch 'wosch'
Wolfram Schneider [Mon, 1 Jul 2013 14:26:30 +0000 (14:26 +0000)]
Merge branch 'wosch'

Conflicts:
experiments/spclient/index-mobile.html
experiments/spclient/mkws.js

10 years agodeveloper version
Wolfram Schneider [Mon, 1 Jul 2013 13:48:34 +0000 (13:48 +0000)]
developer version

10 years agorefactor responsive web design
Wolfram Schneider [Mon, 1 Jul 2013 13:29:53 +0000 (13:29 +0000)]
refactor responsive web design

10 years agothe config parameter "termlist_menu" is gone
Wolfram Schneider [Mon, 1 Jul 2013 13:18:15 +0000 (13:18 +0000)]
the config parameter "termlist_menu" is gone

use "facets" instead, see ./README

10 years agoon first page, hide the termlist and start displaying it after results are back
Wolfram Schneider [Mon, 1 Jul 2013 13:15:39 +0000 (13:15 +0000)]
on first page, hide the termlist and start displaying it after results are back

10 years agoconfigurable facets
Wolfram Schneider [Mon, 1 Jul 2013 12:58:52 +0000 (12:58 +0000)]
configurable facets

 facets: ["sources", "subjects", "authors"], /* display facets, in this order, [] for none */

10 years agoconfigurable facets
Wolfram Schneider [Mon, 1 Jul 2013 12:58:52 +0000 (12:58 +0000)]
configurable facets

 facets: ["sources", "subjects", "authors"], /* display facets, in this order, [] for none */

10 years agoAdd charset
Wolfram Schneider [Mon, 1 Jul 2013 11:06:44 +0000 (11:06 +0000)]
Add charset

Firefox compalains with:

Timestamp: 2013-07-01 1:06:35 PM
Error: The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must be declared in the document or in the transfer protocol.
Source File: http://mkws.indexdata.com/
Line: 0

10 years agoCode-formatting.
Mike Taylor [Sun, 30 Jun 2013 08:17:25 +0000 (09:17 +0100)]
Code-formatting.

10 years agoReplace target-facet generation with another add_single_facet() invocation.
Mike Taylor [Sun, 30 Jun 2013 08:14:54 +0000 (09:14 +0100)]
Replace target-facet generation with another add_single_facet() invocation.

10 years agoFactor out duplicate author/subject facet-generation code into new
Mike Taylor [Sun, 30 Jun 2013 08:01:31 +0000 (09:01 +0100)]
Factor out duplicate author/subject facet-generation code into new
add_single_facet() function. Target facet is still (for now) done
separately.

10 years agoMore whitespace for consistency.
Mike Taylor [Sun, 30 Jun 2013 07:51:27 +0000 (08:51 +0100)]
More whitespace for consistency.

10 years agoWhitespace only: towards consistency in my_onterm()
Mike Taylor [Sun, 30 Jun 2013 07:48:01 +0000 (08:48 +0100)]
Whitespace only: towards consistency in my_onterm()

10 years agoiPad/iPhone reports a width of 980 pixels
Wolfram Schneider [Sat, 29 Jun 2013 19:08:14 +0000 (19:08 +0000)]
iPad/iPhone reports a width of 980 pixels

10 years agonew config option to enable/disable responsive design
Wolfram Schneider [Fri, 28 Jun 2013 14:39:15 +0000 (14:39 +0000)]
new config option to enable/disable responsive design

10 years agosame CSS rules for mkwsTermlist as for mkwsRecords
Wolfram Schneider [Fri, 28 Jun 2013 14:29:43 +0000 (14:29 +0000)]
same CSS rules for mkwsTermlist as for mkwsRecords

10 years agocopy termlist on small screens to the end of the page
Wolfram Schneider [Fri, 28 Jun 2013 14:28:12 +0000 (14:28 +0000)]
copy termlist on small screens to the end of the page

resize after documented loaded (first time)

10 years agobugfixes
Wolfram Schneider [Fri, 28 Jun 2013 14:16:51 +0000 (14:16 +0000)]
bugfixes

10 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Fri, 28 Jun 2013 14:11:16 +0000 (14:11 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

10 years agoa mobile page with responsive design
Wolfram Schneider [Fri, 28 Jun 2013 14:10:53 +0000 (14:10 +0000)]
a mobile page with responsive design

10 years agocopy of index-full.html
Wolfram Schneider [Fri, 28 Jun 2013 13:40:11 +0000 (13:40 +0000)]
copy of index-full.html

10 years agoAdd link to MKAdmin.
Mike Taylor [Fri, 28 Jun 2013 12:16:12 +0000 (14:16 +0200)]
Add link to MKAdmin.

10 years agoTypo
Mike Taylor [Fri, 28 Jun 2013 11:38:59 +0000 (13:38 +0200)]
Typo

10 years agoAdd link to Zthes.
Mike Taylor [Fri, 28 Jun 2013 11:38:24 +0000 (13:38 +0200)]
Add link to Zthes.

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Fri, 28 Jun 2013 11:37:11 +0000 (13:37 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agodedent
Wolfram Schneider [Fri, 28 Jun 2013 11:07:47 +0000 (11:07 +0000)]
dedent

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Fri, 28 Jun 2013 11:07:24 +0000 (13:07 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agore-order to get sp auth running
Wolfram Schneider [Fri, 28 Jun 2013 11:02:33 +0000 (11:02 +0000)]
re-order to get sp auth running

10 years agoUntabify
Mike Taylor [Fri, 28 Jun 2013 11:01:59 +0000 (13:01 +0200)]
Untabify

10 years agoignore "ui-state-error" class on close()
Wolfram Schneider [Fri, 28 Jun 2013 10:55:48 +0000 (10:55 +0000)]
ignore "ui-state-error" class on close()