mkws-moved-to-github.git
10 years agocall popup with config parameters, MKWS-31
Wolfram Schneider [Wed, 10 Jul 2013 15:12:35 +0000 (15:12 +0000)]
call popup with config parameters, MKWS-31

10 years agoconfigurable popup window (width, height, submit button id, popup id)
Wolfram Schneider [Wed, 10 Jul 2013 14:55:10 +0000 (14:55 +0000)]
configurable popup window (width, height, submit button id, popup id)

10 years ago<div id="mkwsFooter"> is not really used.
Wolfram Schneider [Wed, 10 Jul 2013 14:46:35 +0000 (14:46 +0000)]
<div id="mkwsFooter"> is not really used.

10 years agopopup-form -> mkwsPopup
Wolfram Schneider [Wed, 10 Jul 2013 14:43:46 +0000 (14:43 +0000)]
popup-form -> mkwsPopup

10 years agonew jquery pazpar2 layout type "popup"
Wolfram Schneider [Wed, 10 Jul 2013 14:11:46 +0000 (14:11 +0000)]
new jquery pazpar2 layout type "popup"

10 years agonew jquery pazpar2 layout type "popup"
Wolfram Schneider [Wed, 10 Jul 2013 14:10:37 +0000 (14:10 +0000)]
new jquery pazpar2 layout type "popup"

10 years agorefactor popup JS code
Wolfram Schneider [Wed, 10 Jul 2013 14:02:46 +0000 (14:02 +0000)]
refactor popup JS code

10 years agoCSS cleanup
Wolfram Schneider [Wed, 10 Jul 2013 13:53:26 +0000 (13:53 +0000)]
CSS cleanup

10 years agothe search box stays right top, outside of the popup, MKWS-31
Wolfram Schneider [Wed, 10 Jul 2013 13:50:30 +0000 (13:50 +0000)]
the search box stays right top, outside of the popup, MKWS-31

10 years agohard coded HTML instead jquery plugin
Wolfram Schneider [Wed, 10 Jul 2013 13:40:49 +0000 (13:40 +0000)]
hard coded HTML instead jquery plugin

10 years agouse div layout by default, looks better in a popup
Wolfram Schneider [Wed, 10 Jul 2013 13:07:53 +0000 (13:07 +0000)]
use div layout by default, looks better in a popup

10 years agofine tuning
Wolfram Schneider [Wed, 10 Jul 2013 12:59:29 +0000 (12:59 +0000)]
fine tuning

10 years agoindent
Wolfram Schneider [Wed, 10 Jul 2013 12:57:31 +0000 (12:57 +0000)]
indent

10 years agodocumentation
Wolfram Schneider [Wed, 10 Jul 2013 12:55:28 +0000 (12:55 +0000)]
documentation

10 years agodelayed debug message for jquery plugin
Wolfram Schneider [Wed, 10 Jul 2013 12:54:02 +0000 (12:54 +0000)]
delayed debug message for jquery plugin

10 years agodocumentation
Wolfram Schneider [Wed, 10 Jul 2013 12:36:57 +0000 (12:36 +0000)]
documentation

10 years agobugfix for jquery plugin: don't call mkws_html_all() function
Wolfram Schneider [Wed, 10 Jul 2013 12:32:44 +0000 (12:32 +0000)]
bugfix for jquery plugin: don't call mkws_html_all() function

mkws_html_all() will be already called by dom ready from mkws.js

10 years agojquery plugin: improve debugging
Wolfram Schneider [Wed, 10 Jul 2013 12:31:58 +0000 (12:31 +0000)]
jquery plugin: improve debugging

10 years agocp ../../examples/htdocs/index-popup.html
Wolfram Schneider [Wed, 10 Jul 2013 12:20:33 +0000 (12:20 +0000)]
cp ../../examples/htdocs/index-popup.html

10 years agoMerge remote branch 'origin/master' into wosch
Wolfram Schneider [Wed, 10 Jul 2013 12:16:30 +0000 (12:16 +0000)]
Merge remote branch 'origin/master' into wosch

10 years agoRemove obsolete mkwsShiftedTermlists div.
Mike Taylor [Wed, 10 Jul 2013 12:07:40 +0000 (13:07 +0100)]
Remove obsolete mkwsShiftedTermlists div.

10 years agoRemove obsolete mkwsShiftedTermlists div.
Mike Taylor [Wed, 10 Jul 2013 12:07:26 +0000 (13:07 +0100)]
Remove obsolete mkwsShiftedTermlists div.

10 years agojquery plugin: optional config parameter for table or div layout
Wolfram Schneider [Wed, 10 Jul 2013 12:05:35 +0000 (12:05 +0000)]
jquery plugin: optional config parameter for table or div layout

jQuery.pazpar2();
jQuery.pazpar2({layout: "div"});
jQuery.pazpar2({layout: "table"});

default is table layout

10 years agoRemove obsolete #mkwsShiftedTermlists styles.
Mike Taylor [Wed, 10 Jul 2013 12:04:55 +0000 (13:04 +0100)]
Remove obsolete #mkwsShiftedTermlists styles.

10 years agoGet rid of no-longer-needed mysterious extra mkws_resize_page() invocation.
Mike Taylor [Wed, 10 Jul 2013 12:00:31 +0000 (13:00 +0100)]
Get rid of no-longer-needed mysterious extra mkws_resize_page() invocation.

10 years agoUse narrower threshhold (600px)
Mike Taylor [Wed, 10 Jul 2013 11:59:20 +0000 (12:59 +0100)]
Use narrower threshhold (600px)

10 years agoResize explicitly shows and hides the two termlist containers.
Mike Taylor [Wed, 10 Jul 2013 11:57:44 +0000 (12:57 +0100)]
Resize explicitly shows and hides the two termlist containers.
This allows the table call with results to resize to full width.

10 years agoRename method. Resizing is nothing to do with mobiles.
Mike Taylor [Wed, 10 Jul 2013 11:53:15 +0000 (12:53 +0100)]
Rename method. Resizing is nothing to do with mobiles.

10 years agoCleaner debugging output.
Mike Taylor [Wed, 10 Jul 2013 11:51:50 +0000 (12:51 +0100)]
Cleaner debugging output.

10 years agoChange mkws_mobile_resize():
Mike Taylor [Wed, 10 Jul 2013 11:50:21 +0000 (12:50 +0100)]
Change mkws_mobile_resize():
 - only fire when switching between wide and narrow
 - work by moving a div, not copying its contents

10 years agoSwitch order
Mike Taylor [Tue, 9 Jul 2013 17:05:44 +0000 (18:05 +0100)]
Switch order

10 years agoComment.
Mike Taylor [Tue, 9 Jul 2013 16:59:16 +0000 (17:59 +0100)]
Comment.

10 years agoRemove all timeout-related code from resizing support.
Mike Taylor [Tue, 9 Jul 2013 16:58:11 +0000 (17:58 +0100)]
Remove all timeout-related code from resizing support.
Now we just reposition the div when we get a resize signal.

10 years agoInline the mkws_responsive_design() function, which is only used once.
Mike Taylor [Tue, 9 Jul 2013 16:51:49 +0000 (17:51 +0100)]
Inline the mkws_responsive_design() function, which is only used once.

10 years agows
Mike Taylor [Tue, 9 Jul 2013 16:22:45 +0000 (17:22 +0100)]
ws

10 years agoThis Makefile is now in ../../tools/htdocs, where the output is generated
Mike Taylor [Tue, 9 Jul 2013 16:14:29 +0000 (17:14 +0100)]
This Makefile is now in ../../tools/htdocs, where the output is generated

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Tue, 9 Jul 2013 16:13:06 +0000 (17:13 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agoStyling for MOTD moved to main class.
Mike Taylor [Tue, 9 Jul 2013 15:39:22 +0000 (16:39 +0100)]
Styling for MOTD moved to main class.

10 years agoMuch nicer MOTD handling: if the MOTD div is provided and the
Mike Taylor [Tue, 9 Jul 2013 15:38:58 +0000 (16:38 +0100)]
Much nicer MOTD handling: if the MOTD div is provided and the
container div is also present (as part of the standard mkwsResults
boilerplate), the div is MOVED into the container.

10 years agoFix path for sub-Make
Mike Taylor [Tue, 9 Jul 2013 14:57:57 +0000 (15:57 +0100)]
Fix path for sub-Make

10 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Tue, 9 Jul 2013 12:14:57 +0000 (12:14 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

10 years agoget page running again after re-organization, MKWS-10
Wolfram Schneider [Tue, 9 Jul 2013 12:14:05 +0000 (12:14 +0000)]
get page running again after re-organization, MKWS-10

10 years agocreate symlinks
Wolfram Schneider [Tue, 9 Jul 2013 12:09:15 +0000 (12:09 +0000)]
create symlinks

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Tue, 9 Jul 2013 12:06:12 +0000 (13:06 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agoLinks are to example.indexdata.com, not somesite.
Mike Taylor [Tue, 9 Jul 2013 12:06:04 +0000 (13:06 +0100)]
Links are to example.indexdata.com, not somesite.

10 years agoLinks are to example.indexdata.com, not somesite.
Mike Taylor [Tue, 9 Jul 2013 12:05:52 +0000 (13:05 +0100)]
Links are to example.indexdata.com, not somesite.

10 years agoFix live-site config for rewired directories.
Mike Taylor [Tue, 9 Jul 2013 12:04:48 +0000 (13:04 +0100)]
Fix live-site config for rewired directories.

10 years agoproxy for spclient-dev on dart
Wolfram Schneider [Tue, 9 Jul 2013 12:03:12 +0000 (14:03 +0200)]
proxy for spclient-dev on dart

10 years agoFix local configuration.
Mike Taylor [Tue, 9 Jul 2013 12:03:00 +0000 (13:03 +0100)]
Fix local configuration.

10 years agoRemove stanza for obsolete somesite.indexdata.com
Mike Taylor [Tue, 9 Jul 2013 12:02:07 +0000 (13:02 +0100)]
Remove stanza for obsolete somesite.indexdata.com

10 years agoNew file, mkws-examples.
Mike Taylor [Tue, 9 Jul 2013 12:01:41 +0000 (13:01 +0100)]
New file, mkws-examples.

10 years agoNew file, mkws-examples-proxy
Mike Taylor [Tue, 9 Jul 2013 12:00:41 +0000 (13:00 +0100)]
New file, mkws-examples-proxy

10 years agoDo not proxy for examples.indexdata.com.
Mike Taylor [Tue, 9 Jul 2013 12:00:17 +0000 (13:00 +0100)]
Do not proxy for examples.indexdata.com.
That now has its own proxying config.

10 years agoObsolete
Mike Taylor [Tue, 9 Jul 2013 11:55:19 +0000 (12:55 +0100)]
Obsolete

10 years agoProxy for example.indexdata.com, not somesite.
Mike Taylor [Tue, 9 Jul 2013 11:52:04 +0000 (12:52 +0100)]
Proxy for example.indexdata.com, not somesite.

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Tue, 9 Jul 2013 11:50:32 +0000 (12:50 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agorename log files to mkws-dev-*.log
Wolfram Schneider [Tue, 9 Jul 2013 11:45:58 +0000 (11:45 +0000)]
rename log files to mkws-dev-*.log

10 years agoGet stylesheet and MKWS.js from tools area.
Mike Taylor [Tue, 9 Jul 2013 11:39:51 +0000 (12:39 +0100)]
Get stylesheet and MKWS.js from tools area.

10 years agoGet mkws.js from canonical location.
Mike Taylor [Tue, 9 Jul 2013 11:39:20 +0000 (12:39 +0100)]
Get mkws.js from canonical location.
(Previous version only worked by accident.)

10 years agoGet mkws.js from canonical location.
Mike Taylor [Tue, 9 Jul 2013 11:39:12 +0000 (12:39 +0100)]
Get mkws.js from canonical location.
(Previous version only worked by accident.)

10 years agoMove tools index into correct area
Mike Taylor [Tue, 9 Jul 2013 11:37:51 +0000 (12:37 +0100)]
Move tools index into correct area

10 years agoGet mkwsStyle from canonical location.
Mike Taylor [Tue, 9 Jul 2013 11:37:21 +0000 (12:37 +0100)]
Get mkwsStyle from canonical location.
(Previous version only worked by accident.)

10 years agoSPDemo is obsolete, I checked with Wolfram
Mike Taylor [Tue, 9 Jul 2013 11:28:24 +0000 (12:28 +0100)]
SPDemo is obsolete, I checked with Wolfram

10 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Tue, 9 Jul 2013 11:26:46 +0000 (11:26 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

10 years agoIgnore generated file
Mike Taylor [Tue, 9 Jul 2013 11:24:59 +0000 (12:24 +0100)]
Ignore generated file

10 years agoMove tools Apache2 configuration into tools area
Mike Taylor [Tue, 9 Jul 2013 11:24:36 +0000 (12:24 +0100)]
Move tools Apache2 configuration into tools area

10 years agoRename Apache2 config files
Mike Taylor [Tue, 9 Jul 2013 11:23:58 +0000 (12:23 +0100)]
Rename Apache2 config files

10 years agoMove the SPDemo stuff into examples area ... but do we still need it at all?
Mike Taylor [Tue, 9 Jul 2013 11:22:22 +0000 (12:22 +0100)]
Move the SPDemo stuff into examples area ... but do we still need it at all?

10 years agoLocal SP config not needed
Mike Taylor [Tue, 9 Jul 2013 11:20:03 +0000 (12:20 +0100)]
Local SP config not needed

10 years agoMore mod_perl support for MKWS web-server into tools area
Mike Taylor [Tue, 9 Jul 2013 11:19:26 +0000 (12:19 +0100)]
More mod_perl support for MKWS web-server into tools area

10 years agoObsolete experiment
Mike Taylor [Tue, 9 Jul 2013 11:17:42 +0000 (12:17 +0100)]
Obsolete experiment

10 years agoObsolete
Mike Taylor [Tue, 9 Jul 2013 11:17:11 +0000 (12:17 +0100)]
Obsolete

10 years agoMove example clients into their own area
Mike Taylor [Tue, 9 Jul 2013 11:16:48 +0000 (12:16 +0100)]
Move example clients into their own area

10 years agoMove tools into their own area
Mike Taylor [Tue, 9 Jul 2013 11:14:50 +0000 (12:14 +0100)]
Move tools into their own area

10 years agoMerge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws
Wolfram Schneider [Tue, 9 Jul 2013 11:07:20 +0000 (11:07 +0000)]
Merge branch 'master' of ssh://git.indexdata.com:222/home/git/private/mkws

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Tue, 9 Jul 2013 09:02:17 +0000 (10:02 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agoAdd #mkwsMOTD div.
Mike Taylor [Mon, 8 Jul 2013 16:37:11 +0000 (17:37 +0100)]
Add #mkwsMOTD div.

10 years agoComplete rework.
Mike Taylor [Mon, 8 Jul 2013 16:36:37 +0000 (17:36 +0100)]
Complete rework.

10 years agoStyle for #mkwsEmbeddedMOTD
Mike Taylor [Mon, 8 Jul 2013 16:36:27 +0000 (17:36 +0100)]
Style for #mkwsEmbeddedMOTD

10 years agoSupport for message of the day (MKWS-8):
Mike Taylor [Mon, 8 Jul 2013 16:36:11 +0000 (17:36 +0100)]
Support for message of the day (MKWS-8):
-- If #mkwsMOTD div is provided, contents are copied into #mkwsEmbeddeMOTD
-- embedded motd div is turned off when viewing search or targets

10 years agocp index-mike.html
Wolfram Schneider [Mon, 8 Jul 2013 14:41:30 +0000 (14:41 +0000)]
cp index-mike.html

10 years agoAdd note on Arabic.
Mike Taylor [Mon, 8 Jul 2013 12:06:29 +0000 (13:06 +0100)]
Add note on Arabic.

10 years agoRemove lang_display setting.
Mike Taylor [Mon, 8 Jul 2013 12:03:50 +0000 (13:03 +0100)]
Remove lang_display setting.

10 years agoAdd Arabic translation.
Mike Taylor [Mon, 8 Jul 2013 12:02:33 +0000 (13:02 +0100)]
Add Arabic translation.

10 years agoAdd Arabic translation for Records|Targets labels.
Mike Taylor [Mon, 8 Jul 2013 12:00:18 +0000 (13:00 +0100)]
Add Arabic translation for Records|Targets labels.

10 years agoAdd locale translation for Records|Targets labels.
Mike Taylor [Mon, 8 Jul 2013 12:00:05 +0000 (13:00 +0100)]
Add locale translation for Records|Targets labels.

10 years agoTypo
Mike Taylor [Mon, 8 Jul 2013 11:54:00 +0000 (12:54 +0100)]
Typo

10 years agoSupport for custom languages, specifed as an mkws_config key of the
Mike Taylor [Mon, 8 Jul 2013 11:52:16 +0000 (12:52 +0100)]
Support for custom languages, specifed as an mkws_config key of the
form "language_NAME" whose value is a hash like the built-in
languages.

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Mon, 8 Jul 2013 10:03:02 +0000 (11:03 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agoAdd Arabic translation
Mike Taylor [Fri, 5 Jul 2013 17:18:22 +0000 (18:18 +0100)]
Add Arabic translation

10 years agoTurn the switch-menu back on.
Mike Taylor [Fri, 5 Jul 2013 16:31:19 +0000 (17:31 +0100)]
Turn the switch-menu back on.

10 years agoNew top-level Makefile, simply delegates down to experiments/spclient
Mike Taylor [Fri, 5 Jul 2013 16:29:29 +0000 (17:29 +0100)]
New top-level Makefile, simply delegates down to experiments/spclient

10 years agoMuch simpler switchView() code, what a dummy I was.
Mike Taylor [Fri, 5 Jul 2013 16:27:19 +0000 (17:27 +0100)]
Much simpler switchView() code, what a dummy I was.
Fixes bug MKWS-30

10 years agoIn switchView(), when there is no #mkwsResults (because the
Mike Taylor [Fri, 5 Jul 2013 16:23:43 +0000 (17:23 +0100)]
In switchView(), when there is no #mkwsResults (because the
application uses low-level components) turn #mkwsRecords on and off
instead.

10 years agoTurn switch-menu back on.
Mike Taylor [Fri, 5 Jul 2013 16:19:58 +0000 (17:19 +0100)]
Turn switch-menu back on.

10 years agoRemove unnecessary braces.
Mike Taylor [Fri, 5 Jul 2013 16:13:51 +0000 (17:13 +0100)]
Remove unnecessary braces.

10 years agoProtect hiding/showing of targets.
Mike Taylor [Fri, 5 Jul 2013 16:13:37 +0000 (17:13 +0100)]
Protect hiding/showing of targets.

10 years agoIn switchView(), refer to #mkwsResults rather than #mkwsRecords
Mike Taylor [Fri, 5 Jul 2013 16:13:10 +0000 (17:13 +0100)]
In switchView(), refer to #mkwsResults rather than #mkwsRecords

10 years agoNot sure why this ever existed
Mike Taylor [Fri, 5 Jul 2013 15:31:24 +0000 (16:31 +0100)]
Not sure why this ever existed

10 years agohide Records|Targets menu by default, MKWS-17
Wolfram Schneider [Fri, 5 Jul 2013 14:35:48 +0000 (14:35 +0000)]
hide Records|Targets menu by default, MKWS-17

to make it visiable in a demo page, use

 var mkws_config = { switch_menu: true }