0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added some administration options for quicksilver More... over 15 years ago
Merge branch 'master' of git://github.com/hugowetterberg/drupalquicksilver More... over 15 years ago
Stuff that accidentally got left out of the merge More... over 15 years ago
Merge branch 'master' of git://github.com/hugowetterberg/drupalquicksilver More... over 15 years ago
Merge commit 'anders/master' More... over 15 years ago
Remove some of the rounded corners to get a cleaner look. More... over 15 years ago
Small but important change in the quicksilver_node module. It now detects if the user is viewing a node page and loads the node if it can't be found among the clientside entries. This will hopefully go a long way to make the nodes the user expects to find available at once. Also changed the update_rate for both nodes and users to five minutes. More... over 15 years ago
Extra check for empty input inside a lookup. More... over 15 years ago
Prevent default keyboard event. Fixes the caret from moving when going up/down in the list and space being inserted when toggling QS. More... over 15 years ago
Cleaned up qs.js a bit More... over 15 years ago
Trigger the search on keydown to make the interface feel snappier. Decreasing/removing the timers (keypress_time and the delay in schedule_lookup) would make the interface instantaneous, not sure if it would hurt performance to much though, so leaving as is. More... over 15 years ago
Center the window on the top third (just as its bigger brother). Replaced scrollTop with pageYOffset to play nice with Firefox (and other standard compliant browsers). Added pageXOffset incase the page is scrolled horizontally. More... over 15 years ago
Get the body format of the node in the node query, needed for the node_access() call (fixes the notice errors). Also added db_rewrite_sql(). More... over 15 years ago
It's now possible to assign shortcuts to item+action combinations. Handlers now declares a id. More... over 15 years ago
Merge branch 'malmotown' More... over 15 years ago
Added some visual finetuning More... over 15 years ago
Added a output window More... over 15 years ago
The same timing problem that prevented updates when db-operations weren't instantaneous now prevented updates in the inverse case. Fixed More... over 15 years ago
We now have support for users in Quicksilver. Wohooo! More... over 15 years ago
The console log action now also writes out the data attibute More... over 15 years ago
Heh, accidentally looked at the read permission when checking for delete-access. No worries, no harm done :) More... over 15 years ago
Updated old menuitem title from cut and paste from the menu-json definition. More... over 15 years ago
Added a comment that explains why we don't do a status=1 check in the sql query. More... over 15 years ago
The "Go to"-handler still used the old data attribute causing it to use the json-serialized string as a url. This is now fixed. More... over 15 years ago
Namespaced the data urls into quicksilver/data instead of just quicksilver More... over 15 years ago
Data is now stored as JSON to allow storage of arbitrary information. The deserialised data is available to the handler as the attribute "information" on the item. jquery.json was added to handler serialisation and deserialisation. More... over 15 years ago
Fixed timing bug that caused the update_loop to start running before the update queue was filled when the db request was less than instantaneous. More... over 15 years ago
Wrapped the catalog installation in function to preserve key in a closure. Also added the standard db error handler during the debugging process. More... over 15 years ago
Added sort by created to the node select-statement so that we get the most recent nodes More... over 15 years ago
We now have a Node catalog through the quicksilver_nodes module! Yay! The frequency of catalog updates is now resticted by the update_rate attribute. Actions/handlers are now selectable with the arrow keys, but still lack a listing and name matching functionality. The node entries currently have view, edit and delete actions. More... over 15 years ago