0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 09, 2024 — Dec 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
adding line to create sxr output More... over 15 years ago
added paging for twitter friends and followers More... over 15 years ago
fixed that cometactor bug. cometactor's now keep track of their current count and use the Account.id in their name to get it initially - this is ugly but oh well. i think the def render = bind() i had before was causing it to render the default text, which wasn't what i wanted. yay that this is less buggy. still some counting off-by-one (or more?) errors, but those can wait More... over 15 years ago
about to try moving the current count of objects directly into the cometactor, so it always has it More... over 15 years ago
about to try moving the current count of objects directly into the cometactor, so it always has it More... over 15 years ago
mend More... over 15 years ago
removing ajax loader, which is just kind of annoying More... over 15 years ago
now with online communities map favicon (will change later) More... over 15 years ago
updated header and footer styles More... over 15 years ago
updated readme More... over 15 years ago
updated readme More... over 15 years ago
commented out phone number stuff for presentation. renamed database tables to something reasonable. fixed mistake in filtering selfContact from the contactList More... over 15 years ago
fixed contact consolidation bug More... over 15 years ago
fixed a bug in displaying names for the list of contacts More... over 15 years ago
contacts page working, displays identifiers and accounts for each contact when they are clicked. solve the embedding problem http://groups.google.com/group/liftweb/browse_thread/thread/894f74dbe4cb9609 using S.attr, which I'm not thrilled with but whatever More... over 15 years ago
expanding info for contacts is almost working More... over 15 years ago
redid the group and contact display pages, last thing i want to do for demo is info page for each contact, ideally with ajax in-line... More... over 15 years ago
removed old to-do list stuff and associated files. added email list singup to index page More... over 15 years ago
looks like it's fetching consolidated contacts based on share identifiers, but i need to add some view code to be sure More... over 15 years ago
now fetching contacts for all three services and storing them properly. still not sure why the ContactCounter doesn't know that there are contacts when it finishes - it just seems like it's not rerendering properly for some reasom, even though the variables look right. More... over 15 years ago
now fetching contacts for both google and foursquare, twitter next More... over 15 years ago
updating counts as it gets contacts is still a little buggy, but it's mostly working, and should be fine to demo. let's get more contacts now... More... over 15 years ago
fetching foursquare contacts and updating page count. got stuck because the actors don't have access to the User.currentUser, but it was easy to use account.owner instead once I figured it out. Lift, an error message of *some* sort would have been nice. More... over 15 years ago
all the methods are where they should be for getting contacts and groups. it's both very elegant and very confusing at the same time, but the latter is probably because i'm less familiar with traits in general. now i just need to fill in actual functionality More... over 15 years ago
FINALLY got those counters incrementing with LiftActors and CometActors. wow that took forever. More... over 15 years ago
trying to get contact count updater to work with separate fetch and counter actors, grr. More... over 15 years ago
accounts page now has a button that fetches contacts, and then replaces itself with a comet-updaing clock. need to fix clock id's, but this is good progress towards fetching contacts More... over 15 years ago
fixed an issue in Accounts.scala where it was getting all the Identifiers from an Account, not just the ones for the self contact. Identifier.createIfNeeded now properly shares Identifiers and doesn't create duplicates, and creates IdentifierAccounts if needed More... over 15 years ago
fancy ajax Account.notes updating working, next step is link on accounts page to fire off Actors to get contacts, and status for each account of how many contacts it has More... over 15 years ago
now displaying identifier information on /accounts, now i want to make notes fancy ajax editable More... over 15 years ago