mkws-moved-to-github.git
10 years agoAdd rewrite rule to allow leading %3F to be interpreted as ?
Mike Taylor [Thu, 22 Aug 2013 11:34:31 +0000 (12:34 +0100)]
Add rewrite rule to allow leading %3F to be interpreted as ?

10 years agojquery.pazpar2() will handle the option id_popup
Wolfram Schneider [Thu, 22 Aug 2013 11:28:55 +0000 (11:28 +0000)]
jquery.pazpar2() will handle the option id_popup

10 years agopopup: button -> id_button
Wolfram Schneider [Thu, 22 Aug 2013 11:14:20 +0000 (11:14 +0000)]
popup: button -> id_button

just code what the documentation says

10 years agocheck if jquery-ui.js is missing
Wolfram Schneider [Thu, 22 Aug 2013 11:13:05 +0000 (11:13 +0000)]
check if jquery-ui.js is missing

10 years agodocument jquery-ui
Wolfram Schneider [Thu, 22 Aug 2013 11:07:43 +0000 (11:07 +0000)]
document jquery-ui

10 years agoReport authentication failures that occur at the HTTP level (e.g. 404)
Mike Taylor [Thu, 22 Aug 2013 11:07:26 +0000 (12:07 +0100)]
Report authentication failures that occur at the HTTP level (e.g. 404)
as opposed to at the application level (e.g. XML that says the
credentials were rejected). This becomes important as we start to
introduce multiple authentication URLs for different customers.

10 years agoMerge branch 'wosch' of ssh://git.indexdata.com:222/home/git/private/mkws into wosch
Wolfram Schneider [Thu, 22 Aug 2013 11:02:51 +0000 (11:02 +0000)]
Merge branch 'wosch' of ssh://git.indexdata.com:222/home/git/private/mkws into wosch

10 years agoLoad mkws-complete.js (and therefore the jQuery core) BEFORE jQuery UI.
Mike Taylor [Thu, 22 Aug 2013 10:20:48 +0000 (11:20 +0100)]
Load mkws-complete.js (and therefore the jQuery core) BEFORE jQuery UI.

10 years agoAdd script and CSS from jQuery UI.
Mike Taylor [Thu, 22 Aug 2013 10:11:29 +0000 (11:11 +0100)]
Add script and CSS from jQuery UI.

10 years agojQuery example uses popup (but does not work).
Mike Taylor [Thu, 22 Aug 2013 09:58:16 +0000 (10:58 +0100)]
jQuery example uses popup (but does not work).

10 years agoApache2 config for Mike's local installation.
Mike Taylor [Thu, 22 Aug 2013 09:57:08 +0000 (10:57 +0100)]
Apache2 config for Mike's local installation.

10 years agoMerge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws
Mike Taylor [Thu, 22 Aug 2013 09:54:04 +0000 (10:54 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkws

10 years agoMerge branch 'master' into wosch
Wolfram Schneider [Thu, 22 Aug 2013 09:49:21 +0000 (09:49 +0000)]
Merge branch 'master' into wosch

10 years agoomit the line sourceMappingURL=jquery.*map in mkws-complete.js
Wolfram Schneider [Thu, 22 Aug 2013 09:45:14 +0000 (09:45 +0000)]
omit the line sourceMappingURL=jquery.*map in mkws-complete.js

The commented out line sourceMappingURL will force modern
browsers (FF23, Google Chrome) to fetch debug informations
which does not exists on our side (how evil is that?)

For more informations, see
http://bugs.jquery.com/ticket/13274
http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

10 years agotrue.spec.js was renamed
Wolfram Schneider [Thu, 22 Aug 2013 09:06:31 +0000 (11:06 +0200)]
true.spec.js was renamed

10 years agoupdate
Wolfram Schneider [Wed, 21 Aug 2013 16:25:00 +0000 (18:25 +0200)]
update

10 years agoindent
Wolfram Schneider [Wed, 21 Aug 2013 16:15:07 +0000 (18:15 +0200)]
indent

10 years agonew target jsbeautifier
Wolfram Schneider [Wed, 21 Aug 2013 16:14:29 +0000 (18:14 +0200)]
new target jsbeautifier

10 years agotest is an alias for check
Wolfram Schneider [Wed, 21 Aug 2013 16:13:01 +0000 (18:13 +0200)]
test is an alias for check

10 years agodocumentation
Wolfram Schneider [Wed, 21 Aug 2013 16:11:46 +0000 (18:11 +0200)]
documentation

10 years agodon't mix jQuery and '$', they can be different variables
Wolfram Schneider [Wed, 21 Aug 2013 16:11:02 +0000 (18:11 +0200)]
don't mix jQuery and '$', they can be different variables

10 years agodon't mix jQuery and '$', they can be different variables
Wolfram Schneider [Wed, 21 Aug 2013 16:09:12 +0000 (18:09 +0200)]
don't mix jQuery and '$', they can be different variables

10 years agorefactor to use local vars
Wolfram Schneider [Wed, 21 Aug 2013 16:04:21 +0000 (18:04 +0200)]
refactor to use local vars

10 years agodocumentation
Wolfram Schneider [Wed, 21 Aug 2013 16:02:36 +0000 (18:02 +0200)]
documentation

10 years agodocumentation
Wolfram Schneider [Wed, 21 Aug 2013 16:01:38 +0000 (18:01 +0200)]
documentation

10 years agodocumentation
Wolfram Schneider [Wed, 21 Aug 2013 16:00:54 +0000 (18:00 +0200)]
documentation

10 years agodocumentation
Wolfram Schneider [Wed, 21 Aug 2013 16:00:12 +0000 (18:00 +0200)]
documentation

10 years agosplit test file into 2 files, make it easier to read
Wolfram Schneider [Wed, 21 Aug 2013 15:34:02 +0000 (17:34 +0200)]
split test file into 2 files, make it easier to read

10 years agorename
Wolfram Schneider [Wed, 21 Aug 2013 15:31:16 +0000 (17:31 +0200)]
rename

10 years agorefactor out common functions to spec/mkws_utils.js
Wolfram Schneider [Wed, 21 Aug 2013 15:28:07 +0000 (17:28 +0200)]
refactor out common functions to spec/mkws_utils.js

10 years agorefactor to check more files with jquery
Wolfram Schneider [Wed, 21 Aug 2013 15:20:04 +0000 (17:20 +0200)]
refactor to check more files with jquery

10 years agocheck ../examples/htdocs/index-mike.html
Wolfram Schneider [Wed, 21 Aug 2013 15:12:39 +0000 (17:12 +0200)]
check ../examples/htdocs/index-mike.html

10 years agorefactor to check more HTML pages in mkws/examples/htdocs
Wolfram Schneider [Wed, 21 Aug 2013 15:11:09 +0000 (17:11 +0200)]
refactor to check more HTML pages in mkws/examples/htdocs

10 years agorefactor to check more HTML pages in mkws/examples/htdocs
Wolfram Schneider [Wed, 21 Aug 2013 15:03:37 +0000 (17:03 +0200)]
refactor to check more HTML pages in mkws/examples/htdocs

10 years agoudpate
Wolfram Schneider [Wed, 21 Aug 2013 14:53:39 +0000 (16:53 +0200)]
udpate

10 years agocheck for missing elements
Wolfram Schneider [Wed, 21 Aug 2013 14:39:54 +0000 (16:39 +0200)]
check for missing elements

10 years agoparse HTML data to DOM, and run jQuery request on it
Wolfram Schneider [Wed, 21 Aug 2013 14:37:31 +0000 (16:37 +0200)]
parse HTML data to DOM, and run jQuery request on it

10 years agoworking test for examples/htdocs/index-full.html
Wolfram Schneider [Wed, 21 Aug 2013 14:07:26 +0000 (16:07 +0200)]
working test for examples/htdocs/index-full.html

10 years agoadd doctype
Wolfram Schneider [Wed, 21 Aug 2013 13:47:46 +0000 (15:47 +0200)]
add doctype

10 years agodocumentation
Wolfram Schneider [Wed, 21 Aug 2013 13:17:14 +0000 (15:17 +0200)]
documentation

10 years agojQuery test with DOM/windows object
Wolfram Schneider [Wed, 21 Aug 2013 13:17:05 +0000 (15:17 +0200)]
jQuery test with DOM/windows object

10 years agodocumentation
Wolfram Schneider [Wed, 21 Aug 2013 13:03:20 +0000 (15:03 +0200)]
documentation

10 years agoa basic jquery test for jasmine
Wolfram Schneider [Wed, 21 Aug 2013 12:41:25 +0000 (14:41 +0200)]
a basic jquery test for jasmine

10 years agonew target check-js
Wolfram Schneider [Wed, 21 Aug 2013 12:25:58 +0000 (14:25 +0200)]
new target check-js

10 years agoadd installation guide
Wolfram Schneider [Wed, 21 Aug 2013 12:22:35 +0000 (14:22 +0200)]
add installation guide

10 years agoadd fake distclean target
Wolfram Schneider [Wed, 21 Aug 2013 11:50:04 +0000 (13:50 +0200)]
add fake distclean target

10 years agorun tests
Wolfram Schneider [Wed, 21 Aug 2013 11:45:39 +0000 (13:45 +0200)]
run tests

10 years agorename to run with node.js jasmine
Wolfram Schneider [Wed, 21 Aug 2013 11:44:24 +0000 (13:44 +0200)]
rename to run with node.js jasmine

10 years agotry/catch mkws fatal errors, and keep the error message in a variable
Wolfram Schneider [Tue, 20 Aug 2013 16:10:22 +0000 (18:10 +0200)]
try/catch mkws fatal errors, and keep the error message in a variable

10 years agoCheck pazpar2 runtime
Wolfram Schneider [Tue, 20 Aug 2013 16:09:53 +0000 (18:09 +0200)]
Check pazpar2 runtime

10 years agocleanup jasmine demo code
Wolfram Schneider [Tue, 20 Aug 2013 15:53:47 +0000 (17:53 +0200)]
cleanup jasmine demo code

10 years agopazpar2 checks
Wolfram Schneider [Tue, 20 Aug 2013 15:51:57 +0000 (17:51 +0200)]
pazpar2 checks

10 years agocleanup
Wolfram Schneider [Tue, 20 Aug 2013 15:51:44 +0000 (17:51 +0200)]
cleanup

10 years agocheck translations
Wolfram Schneider [Tue, 20 Aug 2013 15:43:49 +0000 (17:43 +0200)]
check translations

10 years agoallow to run the jasmin tests with a delay of N miliseconds
Wolfram Schneider [Tue, 20 Aug 2013 15:43:08 +0000 (17:43 +0200)]
allow to run the jasmin tests with a delay of N miliseconds

10 years agoinit and run jasmine
Wolfram Schneider [Tue, 20 Aug 2013 15:42:21 +0000 (17:42 +0200)]
init and run jasmine

10 years agoindex-mike.html loads scripts/CSS from local web-server.
Mike Taylor [Tue, 20 Aug 2013 15:17:17 +0000 (16:17 +0100)]
index-mike.html loads scripts/CSS from local web-server.

10 years agocleanup
Wolfram Schneider [Tue, 20 Aug 2013 14:51:49 +0000 (16:51 +0200)]
cleanup

10 years agorefactor: init and run jasmine
Wolfram Schneider [Tue, 20 Aug 2013 14:51:43 +0000 (16:51 +0200)]
refactor: init and run jasmine

10 years agoinit and run jasmine
Wolfram Schneider [Tue, 20 Aug 2013 14:50:47 +0000 (16:50 +0200)]
init and run jasmine

10 years agoupdate
Wolfram Schneider [Tue, 20 Aug 2013 14:44:32 +0000 (16:44 +0200)]
update

10 years agobasic tests with jasmine
Wolfram Schneider [Tue, 20 Aug 2013 14:43:55 +0000 (16:43 +0200)]
basic tests with jasmine

10 years agoworking jasmine code
Wolfram Schneider [Tue, 20 Aug 2013 14:13:22 +0000 (16:13 +0200)]
working jasmine code

10 years agocopy of index-wolfram.html
Wolfram Schneider [Tue, 20 Aug 2013 13:58:36 +0000 (15:58 +0200)]
copy of index-wolfram.html

10 years agosync from index-mike to run on local machine without web server
Wolfram Schneider [Tue, 20 Aug 2013 13:50:11 +0000 (15:50 +0200)]
sync from index-mike to run on local machine without web server

10 years agoskip language_Arabic
Wolfram Schneider [Tue, 20 Aug 2013 13:48:49 +0000 (15:48 +0200)]
skip language_Arabic

10 years agouse http://mkws.indexdata.com/libjs-pz2/pz2api.1.js
Wolfram Schneider [Tue, 20 Aug 2013 13:47:32 +0000 (15:47 +0200)]
use mkws.indexdata.com/libjs-pz2/pz2api.1.js

10 years agoMerge branch 'wosch'
Wolfram Schneider [Mon, 19 Aug 2013 12:37:34 +0000 (14:37 +0200)]
Merge branch 'wosch'

10 years agonew target pz2api-git-checkout for automated testing
Wolfram Schneider [Mon, 19 Aug 2013 12:31:02 +0000 (14:31 +0200)]
new target pz2api-git-checkout for automated testing

10 years agoadd a 'check' target for jenkins
Wolfram Schneider [Mon, 19 Aug 2013 12:20:51 +0000 (14:20 +0200)]
add a 'check' target for jenkins

10 years agoprint a warning if ../../../libjs-pz2/pz2api.1.js does not exists
Wolfram Schneider [Mon, 19 Aug 2013 12:16:45 +0000 (14:16 +0200)]
print a warning if ../../../libjs-pz2/pz2api.1.js does not exists

10 years agodocumentation
Wolfram Schneider [Mon, 19 Aug 2013 12:04:59 +0000 (14:04 +0200)]
documentation

10 years agoadd 'clean' and 'all' target
Wolfram Schneider [Mon, 19 Aug 2013 11:58:51 +0000 (11:58 +0000)]
add 'clean' and 'all' target

10 years agoadd help target
Wolfram Schneider [Mon, 19 Aug 2013 11:57:26 +0000 (11:57 +0000)]
add help target

10 years agoadd Checklist before doing a release
Wolfram Schneider [Mon, 19 Aug 2013 11:28:41 +0000 (11:28 +0000)]
add Checklist before doing a release

10 years agoadd a 'docs' target
Wolfram Schneider [Fri, 16 Aug 2013 14:54:36 +0000 (14:54 +0000)]
add a 'docs' target

10 years agofinish variable rename: mkwsSearchForm.query -> mkwsSearchForm.mkwsQuery
Wolfram Schneider [Fri, 16 Aug 2013 11:58:22 +0000 (11:58 +0000)]
finish variable rename: mkwsSearchForm.query -> mkwsSearchForm.mkwsQuery

this fix the issue that you couldn't run limitQuery for Authors and Subjects

10 years agoRevert "encapsulate jQuery object usage, MKWS-24"
Wolfram Schneider [Fri, 16 Aug 2013 11:28:06 +0000 (11:28 +0000)]
Revert "encapsulate jQuery object usage, MKWS-24"

This reverts commit 1731a185d2ed8044790c955fe34576e0307c626e.

10 years agoMerge branch 'master' into wosch
Wolfram Schneider [Fri, 16 Aug 2013 11:17:59 +0000 (11:17 +0000)]
Merge branch 'master' into wosch

10 years agoallow to run index-mike.html on a web server
Wolfram Schneider [Fri, 16 Aug 2013 11:17:38 +0000 (11:17 +0000)]
allow to run index-mike.html on a web server

10 years agoAdd switch_menu:true
Mike Taylor [Fri, 16 Aug 2013 10:45:02 +0000 (11:45 +0100)]
Add switch_menu:true

10 years agoComments on which divs are mandatory/optional.
Mike Taylor [Fri, 16 Aug 2013 10:17:07 +0000 (11:17 +0100)]
Comments on which divs are mandatory/optional.

10 years agoRolling
Mike Taylor [Fri, 26 Jul 2013 13:42:08 +0000 (14:42 +0100)]
Rolling

10 years agoMore CSS tweaking.
Mike Taylor [Fri, 26 Jul 2013 13:23:54 +0000 (14:23 +0100)]
More CSS tweaking.

10 years agop:last-of-type selector only works on DIRECT descendents of body
Mike Taylor [Fri, 26 Jul 2013 13:21:52 +0000 (14:21 +0100)]
p:last-of-type selector only works on DIRECT descendents of body

10 years agoCompletely rewrite overview.
Mike Taylor [Fri, 26 Jul 2013 11:07:04 +0000 (12:07 +0100)]
Completely rewrite overview.

10 years agoNormal font-weight for H1
Mike Taylor [Fri, 26 Jul 2013 10:25:08 +0000 (11:25 +0100)]
Normal font-weight for H1

10 years agoClasses for author and date.
Mike Taylor [Fri, 26 Jul 2013 10:20:56 +0000 (11:20 +0100)]
Classes for author and date.

10 years agoAdd whitepaper to DOCS target.
Mike Taylor [Fri, 26 Jul 2013 10:06:48 +0000 (11:06 +0100)]
Add whitepaper to DOCS target.

10 years agoIgnore generated whitepaper files.
Mike Taylor [Fri, 26 Jul 2013 10:06:37 +0000 (11:06 +0100)]
Ignore generated whitepaper files.

10 years agoNew file. Not QUITE complete.
Mike Taylor [Fri, 26 Jul 2013 10:06:14 +0000 (11:06 +0100)]
New file. Not QUITE complete.

10 years agoCopyright notice has no max-width, allows true right-align.
Mike Taylor [Fri, 26 Jul 2013 10:02:33 +0000 (11:02 +0100)]
Copyright notice has no max-width, allows true right-align.

10 years agoRemove outdated information.
Mike Taylor [Fri, 26 Jul 2013 09:57:02 +0000 (10:57 +0100)]
Remove outdated information.

10 years agoClarification
Mike Taylor [Fri, 26 Jul 2013 09:56:55 +0000 (10:56 +0100)]
Clarification

10 years agoTweaks.
Mike Taylor [Thu, 25 Jul 2013 14:19:14 +0000 (15:19 +0100)]
Tweaks.

10 years agoLeft margin for <p>, <ul>, <pre> is proportional, not absolute.
Mike Taylor [Thu, 25 Jul 2013 14:16:20 +0000 (15:16 +0100)]
Left margin for <p>, <ul>, <pre> is proportional, not absolute.

10 years agoAdd background-colour for <pre>
Mike Taylor [Thu, 25 Jul 2013 14:06:29 +0000 (15:06 +0100)]
Add background-colour for <pre>
Tweak heading colours.

10 years agoAdd max-width for <p> and <ul> (avoid long lines)
Mike Taylor [Thu, 25 Jul 2013 13:53:46 +0000 (14:53 +0100)]
Add max-width for <p> and <ul> (avoid long lines)

10 years agoRemove extraneous leading space.
Mike Taylor [Thu, 25 Jul 2013 13:52:17 +0000 (14:52 +0100)]
Remove extraneous leading space.

10 years agoGeneralise rules for making various output formats from Markdown.
Mike Taylor [Thu, 25 Jul 2013 13:52:08 +0000 (14:52 +0100)]
Generalise rules for making various output formats from Markdown.
Old "all" target becomes "**default**"
New "all" target builds all pandoc-output formats.