summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Jason Skomorowski [Sat, 12 Feb 2011 00:11:15 +0000 (01:11 +0100)]
Comment wording: Implementation of hook -> Implements hook
Jason Skomorowski [Fri, 11 Feb 2011 21:36:28 +0000 (22:36 +0100)]
Fix oversearching.
Jason Skomorowski [Fri, 11 Feb 2011 21:30:03 +0000 (22:30 +0100)]
Don't hog global $ in case module is to be used with other JS lib.
Jason Skomorowski [Thu, 10 Feb 2011 22:50:00 +0000 (23:50 +0100)]
Replace awkward SQL with underdocumented Drupal func.
Jason Skomorowski [Thu, 10 Feb 2011 18:46:25 +0000 (19:46 +0100)]
Better database handling.
Jason Skomorowski [Wed, 9 Feb 2011 18:37:48 +0000 (19:37 +0100)]
Comment tidying.
Jason Skomorowski [Wed, 9 Feb 2011 17:56:37 +0000 (18:56 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkdru
Jason Skomorowski [Wed, 9 Feb 2011 17:54:54 +0000 (18:54 +0100)]
Make detail back link more consistent.
Jason Skomorowski [Wed, 9 Feb 2011 16:43:01 +0000 (17:43 +0100)]
Use empty string instead of null to placate IE.
Jakub Skoczen [Fri, 4 Feb 2011 12:46:19 +0000 (13:46 +0100)]
Comment out, move autosearch after init
Jakub Skoczen [Fri, 4 Feb 2011 12:37:39 +0000 (13:37 +0100)]
Fix node update hook broken in the previous commit
Jakub Skoczen [Fri, 4 Feb 2011 12:25:30 +0000 (13:25 +0100)]
Add client logic and admin pages to support SP
In the node configuration it's now possible to specify optional
Service-Proxy username and password, if none is specified the ipauthentication
will be used instead.
Also, Provided are DB shema migration hooks and the module is versioned
(as those two seem to go together somewhow). To update the module's DB table
one need to run the update.php from the root of the Drupla vhost.
Jason Skomorowski [Thu, 3 Feb 2011 22:56:48 +0000 (23:56 +0100)]
GPL!
Jason Skomorowski [Thu, 3 Feb 2011 22:56:00 +0000 (23:56 +0100)]
Status display and some formatting tweaks.
Jason Skomorowski [Thu, 3 Feb 2011 04:13:16 +0000 (05:13 +0100)]
Merge branch 'master' of ssh://git.indexdata.com/home/git/private/mkdru
Jason Skomorowski [Thu, 3 Feb 2011 04:07:52 +0000 (05:07 +0100)]
Faceting rewrite w/BBQ.
Jason Skomorowski [Fri, 28 Jan 2011 00:24:54 +0000 (01:24 +0100)]
Restrict block visibility to mkdru node type
Jason Skomorowski [Tue, 25 Jan 2011 20:47:02 +0000 (21:47 +0100)]
PHP theming for facets.
Jakub Skoczen [Mon, 24 Jan 2011 12:39:44 +0000 (13:39 +0100)]
Add jquery-bbq js in the ting hook
Jason Skomorowski [Mon, 24 Jan 2011 03:51:52 +0000 (04:51 +0100)]
Search blocks for nodes. You can even have more than one.
Jakub Skoczen [Fri, 21 Jan 2011 13:47:26 +0000 (14:47 +0100)]
Do not update navi if it's not there
and avoid a JS error
Jakub Skoczen [Fri, 21 Jan 2011 13:33:30 +0000 (14:33 +0100)]
Refactor to avoid redundant calls
Jakub Skoczen [Thu, 20 Jan 2011 16:07:25 +0000 (17:07 +0100)]
Remove redundant 'show' when query is submitted.
Jakub Skoczen [Thu, 20 Jan 2011 15:33:34 +0000 (16:33 +0100)]
Fix paging by ensuring 'page' param is a number
Otherwise the next button on page=1 will point to '11' and so on.
Jason Skomorowski [Thu, 20 Jan 2011 05:21:48 +0000 (06:21 +0100)]
I missed one of the commas that offends ie6
Jason Skomorowski [Thu, 20 Jan 2011 02:44:30 +0000 (03:44 +0100)]
Display detail after show. Addresses timer issue and record linking.
Jason Skomorowski [Wed, 19 Jan 2011 00:59:14 +0000 (01:59 +0100)]
Attempt at detail bookmarking. Also theme cleanup.
Jason Skomorowski [Tue, 18 Jan 2011 05:22:59 +0000 (06:22 +0100)]
Pager rewrite for bookmark/history support.
Jason Skomorowski [Sat, 15 Jan 2011 04:32:35 +0000 (05:32 +0100)]
Back button works with details but some issues yet.
Jason Skomorowski [Fri, 14 Jan 2011 04:09:10 +0000 (05:09 +0100)]
No details, but bookmarkable with history.
Jason Skomorowski [Tue, 4 Jan 2011 03:32:42 +0000 (04:32 +0100)]
Simple detail view.
Jakub Skoczen [Thu, 2 Dec 2010 14:12:16 +0000 (15:12 +0100)]
Rough implementation of 'ting_search_show'
We spill out the basic result-set theme when the hook is invoked,
pass the query as the JS Drupal var and autosearch in the client
if the query is detected.
Jakub Skoczen [Wed, 1 Dec 2010 15:57:56 +0000 (16:57 +0100)]
Stub implementation of the 'ting_search_show' hook
Jason Skomorowski [Wed, 1 Dec 2010 06:21:14 +0000 (07:21 +0100)]
Split template, rearrange some markup
Jason Skomorowski [Sun, 28 Nov 2010 05:03:22 +0000 (06:03 +0100)]
Fix dropdowns, start improving markup.
Jason Skomorowski [Thu, 25 Nov 2010 04:12:48 +0000 (05:12 +0100)]
Various fixes and new module-wide config page.
Jason Skomorowski [Wed, 24 Nov 2010 07:07:46 +0000 (08:07 +0100)]
Node config.
Jason Skomorowski [Thu, 18 Nov 2010 00:42:43 +0000 (01:42 +0100)]
Towards per-node config. If only I can coax it into making the table...
Jason Skomorowski [Tue, 16 Nov 2010 05:30:18 +0000 (06:30 +0100)]
Towards facets.
Jason Skomorowski [Tue, 16 Nov 2010 02:40:44 +0000 (03:40 +0100)]
Fix typo that hid for too long.
Jason Skomorowski [Mon, 15 Nov 2010 06:12:14 +0000 (07:12 +0100)]
I confused the git mails for my new project but I think this works now.
Jason Skomorowski [Mon, 15 Nov 2010 05:53:17 +0000 (06:53 +0100)]
Work in progress