
jaikungfu
(Scroll down for Revision History and Screen Shots)
Features
- Adds information on who you're following and contacts that are not following you.
- Adds an autorefresh tab to your overview and channels (ajax-driven so you can write new jaikus simultaneously).
- Makes posted URL:s clickable.
- Inline comment reading and comment posting.
- Adds a list of commenters under the comment box for quick insertion of @username's (now configurable)
- Adds a "top" link below comments to quickly return to the top.
- Links for increasing size of profile avatars.
- Links to off-jaiku functionality: search, favorites, and trends.
- Permalinks.
Works with
- Mozilla Firefox 1.5-3.1b2
- Flock.
Programming techniques used
- XUL
- JavaScript
- DOM
- XPath
- CSS
Screen Shots
Revision History
```
changes 0.3.13 Fixed another problem with resizing avatars of people who were not contacts. This bug was likely introduced in 0.3.8. 0.3.12 Added top link to jaikungfu menubar 0.3.11 Compatibility with Firefox 3.1b2. 0.3.10 Compatibility with Firefox 3.1b1. Fixed a problem with resizing avatars of people who were not contacts. This bug was likely introduced in 0.3.8. Updated auto-refresh calls from synchronous ajax to asynchronous. Automatically adds "@username: " to inline comment textfields. 0.3.9. Fixed problem where contact information was not being reloaded when switching between different jaiku accounts. Fixed a couple of minor javascript issues (not noticeable to end users). 0.3.8: Improved contact information on who's a contact (and who of them are not subscribing to your updates. Also added information to top avatar on jaiku individual post pages. Added auto-refresh for channels. Rewrote AJAX calls. Inline comment posting. Improved auto-refresh rendering of content (channel information, etc.) Fixed bug where not all commenter quicklinks were showing. Improved error reporting when Jaiku API and/or feeds are down. Fixed problem where Auto-refresh was triggering even though tab was closed. 0.3.7: (Beta 4) Comment forms are extended from around 4 rows to 8. 0.3.7: (Beta 3) Problems with FF2 after adding contentaccessible=yes to chrome.manifest. This is apparently not compatible. Workaround implemented in terms of following the advice of comment#97 in https://bugzilla.mozilla.org/show_bug.cgi?id=292789. 0.3.7: (Beta 2) Fixed a bug which occurs on a fresh install since the contacts list preferences value does not exist then. 0.3.7: (Beta 1) Fixed a problem with chrome images not loading. Added contentaccessible=yes to chrome.manifest Added a feature that @davidnilsson requested in Jaiku thread: http://jaiku.com/channel/jaikungfu/presence/35831390 Added an experimental feature that @jocke requested in Jaiku thread: http://jocke.jaiku.com/presence/35569977 0.3.6: Set extension compatibility so that future FF3 versions should deem it compatible. 0.3.5: Added link to google translation. Fixed bug with @-quicklinks if there was over 10 commenters. 0.3.4: Fixed problems with CSS that cut contacts and channels pages "in half". 0.3.3: Added "links" to top jaikungfu menu. Made the top menu visibility state sticky (i.e. it remembers if it's open or closed). Fixed the preferences window for the umpteenth time. Window size is still calculated incorrectly. Seems to be a known bug. Set the max version to 3.0b4. Made accesskeys configurable (since they conflict with OSX Spaces). 0.3.2: Improved and fixed problems with favorites xpath. Now it avoids adding favorite icons on most feed items. 0.3.1: Fixed problems with preference dialog under linux (turned out it was due to firefox bug 296418). Fixed problem of illegibility of top menu in combination with dark backgrounds or images by adding background-color and border. Added icons to preference dialog. 0.3.0: Removed debug mode. Added a new autorefresh tab which refreshes it's contents via ajax every 60 seconds. Clicking top jaikungfu icon displays links to more jaikungfu functionality. Removed jaikungfu search form in right column. 0.2.6: Changed the MaxVersion to 3.0a8 because 3.0* was not compatible with addons.mozilla.org (but still worked well with Firefox 3.0*) 0.2.5: The DRM Version :) Removed extended icon set, autolinked @usernames and #channels because that functionality is now provided by Jaiku. Removed JaikuFans special linking because it was probably more confusing than helpful. 0.2.4: Tooltip for favorite icon. Confirm dialog for adding favorites. Shortcut keys 1-9 for the first nine commenter @-quicklinks. Improved Jaiku tab ordering for comment pages. 0.2.3: Fixed a problem with read inline. 0.2.2: Added permalinks and jaikungfu favorite functionality at jaiku.lemonad.org/favorites/. 0.2.1: Removed read inline option from active conversation sidebar. 0.2.0: Fixed a problem caused by Firefox issuing a DOMContentLoaded event on a tab reload. Fixed a problem caused by Firefox issuing a DOMContentLoaded event on an empty tab. 0.1.14: Fixed problem with iframes firing a second DOMContentLoaded event for non-adblock users. Fixed problems with commas becoming part of autolink URLs. No longer adding 'top'-link if there are no comments. 0.1.13: Submit without a search string no longer submits form. Added FAQ link in search box. Made the inline comment avatars clickable (thanks http://oyunfound.jaiku.com/presence/9194578 :) Improved styling of some previous features. Now works with Mozilla Firefox 3.0*. Added a link underneath profile photos on main/comment pages for increasing image size. Removed sandbox encapsulation. Removed explicit use of XPCNativeWrapper as firefox 1.5+ uses it by default anyway. 0.1.12: Integrated search and channel search into one form. 0.1.11: Adds a "top" link below comments to quickly return to the top (per request on Jaiku). 0.1.10: Some small tweaks to the above functionality. 0.1.9: Improved commenters quick @-links through user images. Fixed a rare formatting problem with inline comments. 0.1.8: Added commenters quick @-links under comment box. 0.1.7: Added read comments inline. 0.1.6: Added channel search box which links to jaikufans/channel. 0.1.5: Added search box which links to jaiku.lemonad.org/search/ 0.1.4: Removed files no longer needed. 0.1.3: Improved parsing of jaikufans.com links ending with /. Added parsing of jaikufans.com/channel/... ```