Niels Erik G. Nielsen [Thu, 7 May 2015 10:10:53 +0000 (12:10 +0200)]
No error-out on missing upload file, mkjsf-16
Ignores no-file-selected before clicking Init - rather than
throwing javax.el.ELException.
Niels Erik G. Nielsen [Wed, 6 May 2015 20:16:14 +0000 (22:16 +0200)]
Intercepts empty-stack exc, rec-cmd. mkjsf-16
Niels Erik G. Nielsen [Wed, 30 Apr 2014 01:35:46 +0000 (21:35 -0400)]
Renames methods
Niels Erik G. Nielsen [Sat, 19 Apr 2014 00:39:35 +0000 (20:39 -0400)]
Wiring of pazpar2 info command and response
Niels Erik G. Nielsen [Fri, 18 Apr 2014 19:56:29 +0000 (15:56 -0400)]
Adds support for pazpar2 info command
Niels Erik G. Nielsen [Fri, 18 Apr 2014 19:53:05 +0000 (15:53 -0400)]
Adds pazpar2 limit parameter delimiters to escape
Niels Erik G. Nielsen [Tue, 17 Dec 2013 16:35:11 +0000 (11:35 -0500)]
Bugfixes to compound filter and limit settings
Niels Erik G. Nielsen [Tue, 17 Dec 2013 03:00:07 +0000 (22:00 -0500)]
Support for compound limit expressions
Limits with multiple comma-separated expressions were not
properly tokenized due to the existance of literal commas
in the individual expressions as well.
Now literal commas most be escaped by the client of the
mkjsf library, as in 'steinbeck\, john'
ie: limit=author=steinbeck\, john,date=1947
Niels Erik G. Nielsen [Sat, 14 Dec 2013 15:54:07 +0000 (10:54 -0500)]
Bugfix, doesn't escape | (delimiter) in filter expression
Niels Erik G. Nielsen [Wed, 6 Nov 2013 00:57:14 +0000 (19:57 -0500)]
Adds some support for compound expressions (filter,limit)
Niels Erik G. Nielsen [Tue, 1 Oct 2013 00:30:16 +0000 (20:30 -0400)]
Avoid npe on attempt to remove non-existing parameter
Niels Erik G. Nielsen [Wed, 4 Sep 2013 17:00:33 +0000 (13:00 -0400)]
Fixes NPE in renaming auth response (triggered by SP change)
Niels Erik G. Nielsen [Wed, 4 Sep 2013 16:59:07 +0000 (12:59 -0400)]
Enables removal of limit by setting empty limit
Niels Erik G. Nielsen [Wed, 3 Jul 2013 11:25:01 +0000 (07:25 -0400)]
Fixes npe when no subjects in location
Niels Erik G. Nielsen [Fri, 28 Jun 2013 20:23:10 +0000 (16:23 -0400)]
Adds Javadoc on configuration
Niels Erik G. Nielsen [Fri, 28 Jun 2013 19:33:57 +0000 (15:33 -0400)]
Javadoc
Niels Erik G. Nielsen [Fri, 28 Jun 2013 19:13:04 +0000 (15:13 -0400)]
Documents configuration schemes in more detail
Niels Erik G. Nielsen [Fri, 28 Jun 2013 19:12:44 +0000 (15:12 -0400)]
Moves project site to subdir of software page
Niels Erik G. Nielsen [Fri, 28 Jun 2013 15:01:52 +0000 (11:01 -0400)]
javadoc
Niels Erik G. Nielsen [Thu, 27 Jun 2013 20:47:10 +0000 (16:47 -0400)]
Fixes merge error
Niels Erik G. Nielsen [Thu, 27 Jun 2013 20:44:52 +0000 (16:44 -0400)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkjsf
Conflicts:
pom.xml
Niels Erik G. Nielsen [Thu, 27 Jun 2013 20:39:42 +0000 (22:39 +0200)]
[maven-release-plugin] prepare for next development iteration
Niels Erik G. Nielsen [Thu, 27 Jun 2013 20:39:41 +0000 (22:39 +0200)]
[maven-release-plugin] prepare release v0.0.6
Niels Erik G. Nielsen [Thu, 27 Jun 2013 20:36:57 +0000 (16:36 -0400)]
[maven-release-plugin] prepare for next development iteration
Niels Erik G. Nielsen [Thu, 27 Jun 2013 20:36:56 +0000 (16:36 -0400)]
[maven-release-plugin] prepare release v0.0.6
Niels Erik G. Nielsen [Thu, 27 Jun 2013 20:32:18 +0000 (16:32 -0400)]
Adds option to build library for Tomcat7 or Glassfish/JBoss
... attempts to avoid the need for Git branches for the different versions,
adds different beans.xml and web.xml files and different profiles in the
pom.
Niels Erik G. Nielsen [Wed, 26 Jun 2013 14:27:13 +0000 (10:27 -0400)]
Adds alternative version of command.runWith(parameters)
For Glassfish/Jboss support (do not do varargs from the EL)
Niels Erik G. Nielsen [Wed, 26 Jun 2013 12:34:19 +0000 (08:34 -0400)]
Fixes javadoc typos
Niels Erik G. Nielsen [Tue, 25 Jun 2013 16:37:33 +0000 (12:37 -0400)]
Fixes npe and return type of auth.run()
Niels Erik G. Nielsen [Wed, 19 Jun 2013 16:35:31 +0000 (18:35 +0200)]
[maven-release-plugin] prepare for next development iteration
Niels Erik G. Nielsen [Wed, 19 Jun 2013 16:35:30 +0000 (18:35 +0200)]
[maven-release-plugin] prepare release v0.0.5
Niels Erik G. Nielsen [Wed, 19 Jun 2013 15:38:07 +0000 (11:38 -0400)]
Adds LICENSE
Niels Erik G. Nielsen [Wed, 19 Jun 2013 01:37:30 +0000 (03:37 +0200)]
Fixes git project path in scm
Niels Erik G. Nielsen [Wed, 19 Jun 2013 01:06:50 +0000 (03:06 +0200)]
[maven-release-plugin] prepare for next development iteration
Niels Erik G. Nielsen [Wed, 19 Jun 2013 01:06:49 +0000 (03:06 +0200)]
[maven-release-plugin] prepare release v0.0.4
Niels Erik G. Nielsen [Wed, 19 Jun 2013 00:56:26 +0000 (20:56 -0400)]
Changes
Niels Erik G. Nielsen [Wed, 19 Jun 2013 00:52:36 +0000 (20:52 -0400)]
javadoc
Niels Erik G. Nielsen [Wed, 19 Jun 2013 00:51:55 +0000 (20:51 -0400)]
Adds windowid parameter to applicable commands
Niels Erik G. Nielsen [Wed, 12 Jun 2013 12:50:46 +0000 (14:50 +0200)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/pub/mkjsf
Niels Erik G. Nielsen [Wed, 12 Jun 2013 12:47:41 +0000 (08:47 -0400)]
Adds Changes file
Niels Erik G. Nielsen [Wed, 12 Jun 2013 00:58:09 +0000 (20:58 -0400)]
Adds windowid parameter to SP init command
Niels Erik G. Nielsen [Wed, 12 Jun 2013 00:55:30 +0000 (20:55 -0400)]
Fixes bug in state mutation in record command
Niels Erik G. Nielsen [Mon, 10 Jun 2013 23:09:09 +0000 (19:09 -0400)]
Fixing web.xml based config example
Niels Erik G. Nielsen [Fri, 7 Jun 2013 10:24:58 +0000 (12:24 +0200)]
[maven-release-plugin] prepare for next development iteration
Niels Erik G. Nielsen [Fri, 7 Jun 2013 10:24:58 +0000 (12:24 +0200)]
[maven-release-plugin] prepare release v0.0.3
Niels Erik G. Nielsen [Fri, 7 Jun 2013 00:57:08 +0000 (20:57 -0400)]
[maven-release-plugin] prepare for next development iteration
Niels Erik G. Nielsen [Fri, 7 Jun 2013 00:57:08 +0000 (20:57 -0400)]
[maven-release-plugin] prepare release v0.0.2
Niels Erik G. Nielsen [Fri, 7 Jun 2013 00:51:13 +0000 (20:51 -0400)]
[maven-release-plugin] prepare for next development iteration
Niels Erik G. Nielsen [Fri, 7 Jun 2013 00:51:13 +0000 (20:51 -0400)]
[maven-release-plugin] prepare release v0.0.1
Niels Erik G. Nielsen [Fri, 7 Jun 2013 00:50:14 +0000 (20:50 -0400)]
More experiments with pom
Niels Erik G. Nielsen [Fri, 7 Jun 2013 00:36:56 +0000 (20:36 -0400)]
Experiments with pom
Niels Erik G. Nielsen [Fri, 7 Jun 2013 00:18:26 +0000 (20:18 -0400)]
javadoc
Niels Erik G. Nielsen [Thu, 6 Jun 2013 21:55:53 +0000 (17:55 -0400)]
Javadoc
Niels Erik G. Nielsen [Thu, 6 Jun 2013 19:56:05 +0000 (15:56 -0400)]
Renames class, removes obsolete, javadoc
Niels Erik G. Nielsen [Thu, 6 Jun 2013 17:14:49 +0000 (13:14 -0400)]
Javadoc
Niels Erik G. Nielsen [Thu, 6 Jun 2013 15:34:49 +0000 (11:34 -0400)]
Javadoc
Niels Erik G. Nielsen [Thu, 6 Jun 2013 14:52:46 +0000 (10:52 -0400)]
Fixes cce with new QueryParameter type
Niels Erik G. Nielsen [Thu, 6 Jun 2013 14:15:44 +0000 (10:15 -0400)]
Javadoc
Niels Erik G. Nielsen [Thu, 6 Jun 2013 12:48:27 +0000 (08:48 -0400)]
Javadoc
Niels Erik G. Nielsen [Thu, 6 Jun 2013 01:30:52 +0000 (21:30 -0400)]
Javadoc
Niels Erik G. Nielsen [Wed, 5 Jun 2013 21:50:59 +0000 (17:50 -0400)]
Javadoc, and fixes some issues found along the way
Niels Erik G. Nielsen [Wed, 5 Jun 2013 20:00:22 +0000 (16:00 -0400)]
Includes sp extension in cloning of record cmd
Niels Erik G. Nielsen [Wed, 5 Jun 2013 02:10:27 +0000 (22:10 -0400)]
Fixes search state bug
Niels Erik G. Nielsen [Tue, 4 Jun 2013 17:20:42 +0000 (13:20 -0400)]
Fixes authentication issues
- avoids Weld injection exception when (authentication) servlet filter is
run before a Faces context has been established
(MissingConfigurationContextException) The mkjsf core itself has no
such filter, but mk2jsf-demo has.
- avoids redirect to given app page on auth failure
Niels Erik G. Nielsen [Tue, 4 Jun 2013 10:11:05 +0000 (06:11 -0400)]
Clean-up
Removes obsolete interface, obsolete class, obsolete methods
Niels Erik G. Nielsen [Tue, 4 Jun 2013 10:10:16 +0000 (06:10 -0400)]
Adds support for parsing diff. expression operators
.. and for removing expressions for a field by supplying empty value
Niels Erik G. Nielsen [Mon, 3 Jun 2013 21:04:55 +0000 (17:04 -0400)]
Adds generic filter logic, target-filter logic obsolete
Niels Erik G. Nielsen [Mon, 3 Jun 2013 19:44:07 +0000 (15:44 -0400)]
Adds methods handling 'filter' and 'limit' expressions
Niels Erik G. Nielsen [Fri, 31 May 2013 14:31:33 +0000 (10:31 -0400)]
Renames method. Javadoc.
Niels Erik G. Nielsen [Fri, 31 May 2013 14:12:55 +0000 (10:12 -0400)]
Moves UI convenience methods to UiUtils class
Object exposed to JSF pages as 'pzui'
Niels Erik G. Nielsen [Fri, 31 May 2013 00:40:04 +0000 (20:40 -0400)]
Adds convenience methods for UI pages
Renames one method and add others for conveniently getting data
from response data objects.
Adds utility method for concatenating strings in EL expressions
(no such built-in function in JSF EL)
Niels Erik G. Nielsen [Thu, 30 May 2013 13:11:54 +0000 (09:11 -0400)]
Adds more 'standard' fields to hit data object
Niels Erik G. Nielsen [Wed, 29 May 2013 17:12:26 +0000 (13:12 -0400)]
Fixes bug in return of non-record XML response
Niels Erik G. Nielsen [Wed, 29 May 2013 15:58:11 +0000 (11:58 -0400)]
Fixes termlist command parameter bug
Niels Erik G. Nielsen [Wed, 29 May 2013 15:57:50 +0000 (11:57 -0400)]
Tentatively adds JSF navigation method
Niels Erik G. Nielsen [Tue, 28 May 2013 00:58:13 +0000 (20:58 -0400)]
Moves init doc upload to InitCommandSp (sp ext of init)
.. effectively making ServiceProxyExtensions bean and interface obsolete
Niels Erik G. Nielsen [Tue, 28 May 2013 00:55:49 +0000 (20:55 -0400)]
Adds rank parameter to show command
Niels Erik G. Nielsen [Sat, 25 May 2013 02:36:30 +0000 (22:36 -0400)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkjsf
Niels Erik G. Nielsen [Sat, 25 May 2013 02:35:46 +0000 (22:35 -0400)]
Renames Pz2Bean to Pz2Service
Name exposed to UI is still just 'pz2'
Niels Erik G. Nielsen [Sat, 25 May 2013 02:31:13 +0000 (22:31 -0400)]
Renames Pz2Bean to Pz2Service
Name exposes to UI is still just 'pz2'
Niels Erik G. Nielsen [Sat, 25 May 2013 02:24:26 +0000 (22:24 -0400)]
Cleans up SP extension commands
.. as for straight pz2 commands, request logic is moved from the main
SP extensions bean into individual commands.
Also adds options (pz2 and sp) for adding service command parameters as
parameters to the run() command itself.
Useful for this approach in a form: <submit action="auth.run('action=login')">
Niels Erik G. Nielsen [Fri, 24 May 2013 19:57:06 +0000 (15:57 -0400)]
Reduces logging
Niels Erik G. Nielsen [Fri, 24 May 2013 19:42:49 +0000 (15:42 -0400)]
Moves request logic from pz2bean to individual commands
Simplifies the main bean and makes command execution from UI
more intuitive
Niels Erik G. Nielsen [Fri, 24 May 2013 17:41:51 +0000 (13:41 -0400)]
Refactors commands and injection
Trying to have command execute themselves (rather than pz2bean
executing them) by giving them the request environment. That caused
problems with injection - complex injection graphs and dependencies
that were null at first use, so refactors this as well.
Niels Erik G. Nielsen [Wed, 22 May 2013 17:56:56 +0000 (13:56 -0400)]
Adds checks for unsupported commands
Avoids running unsupported 'categories' repeatedly.
Warns in log about unsupported 'auth' command.
Niels Erik G. Nielsen [Wed, 22 May 2013 16:43:16 +0000 (12:43 -0400)]
Adds distinction between pz2 and sp errors
.. and checks for SP command fall-through to Pazpar2 (unsupported SP commands)
Niels Erik G. Nielsen [Wed, 22 May 2013 16:07:59 +0000 (12:07 -0400)]
Renames variable
Niels Erik G. Nielsen [Wed, 22 May 2013 16:07:25 +0000 (12:07 -0400)]
Creates SP response data object
.. for the purpose of detecting unsupported SP commands on execution
Niels Erik G. Nielsen [Wed, 22 May 2013 11:16:14 +0000 (07:16 -0400)]
Adds mergekey parameter to search and show
Niels Erik G. Nielsen [Tue, 21 May 2013 23:17:55 +0000 (19:17 -0400)]
Adds support for rank parameter on search command
Niels Erik G. Nielsen [Tue, 21 May 2013 20:43:22 +0000 (16:43 -0400)]
Further reducing auth code
Niels Erik G. Nielsen [Tue, 21 May 2013 16:55:03 +0000 (12:55 -0400)]
Cleans up auth logic
Removes special classes (ie ServiceProxyUser) and associated
method calls for auth logic, basically treating the auth commands
more like any other commands.
Niels Erik G. Nielsen [Tue, 21 May 2013 15:17:40 +0000 (11:17 -0400)]
Organizes SP specific responses in separate class
Also: introduces reset-levels:
all from search and beyond
all fron init and beyond
all from auth and beyond
for clarity when switching service URL's and service IDs
Niels Erik G. Nielsen [Tue, 21 May 2013 13:21:18 +0000 (09:21 -0400)]
Moves Auth response class to SP data package
Niels Erik G. Nielsen [Tue, 21 May 2013 12:49:48 +0000 (08:49 -0400)]
Adds check for SP only commands.
Also:
Adds support for setting Pazpar2 service ID
Tweaks log levels
Niels Erik G. Nielsen [Mon, 20 May 2013 18:42:42 +0000 (14:42 -0400)]
Adds support for downloading binary record response
Niels Erik G. Nielsen [Wed, 15 May 2013 21:51:48 +0000 (17:51 -0400)]
Documentation
Niels Erik G. Nielsen [Wed, 15 May 2013 16:45:14 +0000 (12:45 -0400)]
Bugfixes for browser history management. Documentation.
Niels Erik G. Nielsen [Wed, 15 May 2013 01:25:07 +0000 (21:25 -0400)]
Tweak to support for state mgmt across xhtml pages
Niels Erik G. Nielsen [Tue, 14 May 2013 18:50:21 +0000 (14:50 -0400)]
Excludes auth info from state key.