0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 7 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed webhandler URLs to be more RESTful. The application used to serve URLs like /show?topic=foo, /create?topic=foo, but now the corresponding URL is /topics/foo. More... over 14 years ago
wip: using taskqueues for fetching tweets and etl. More... over 14 years ago
Created .gitignore. More... over 14 years ago
Stop tracking index.yaml. More... over 14 years ago
Fixed HTML, unclosed h2. More... over 14 years ago
Edited for indent style. More... over 14 years ago
Fixed bad HTML. Input tag had a length parameter, now changed to size. More... over 14 years ago
Add a request handler to expire contents of the memcache. More... over 14 years ago
Remove query for topics on the front page. Something weird with the datastore: tweets associated with topics that have been deleted. Could be because they are still referenced by their key name? Consider not using keyname if possible. More... over 14 years ago
Added code to only display sort menu if there are results to sort. More... over 14 years ago
Added error handling for NeedIndexError exceptions. This is a temporary fix for the index maintenance currently happening at the App Engine labs. More... over 14 years ago
Added HTML for displaying error messages. More... over 14 years ago
Changed P tag margins. More... over 14 years ago
Added a sort menu to the Show controller. More... over 14 years ago
Store data extra data in models about users, scores and influence. This is all experimental at the moment. More... over 14 years ago
Improved font styles for links and tweet content. More... over 14 years ago
Renamed some variables for clarity. Refactored code responsible for redirecting. More... over 14 years ago
Reworded the case when there are now tweets in a topic. Added the length of time eavesdropping. More... over 14 years ago
Redesigned the look of a tweet. More... over 14 years ago
Fix for the buttons, incorrect HTML. More... over 14 years ago
Use get_topic function which looks first in memcache before hitting database. More... over 14 years ago
Ignore case for topics. Before this commit, the system would allow users to create a topic "Hello" even if a topic "hello" exists. More... over 14 years ago
Added a remote_api handler. More... over 14 years ago
Changed Eavesdrop button from <button> to <input>. <button> was rendering as text in certain mobile devices, and not as a button. More... over 14 years ago
Added a created_at property to Topic. Could be useful. More... over 14 years ago
Updated indexes. More... over 14 years ago
Property tweets returns a Query instead of GqlQuery so that it can be chained later on with ORDER or other filters. More... over 14 years ago
Refactored the templates. Made some css tweaks. More... over 14 years ago
Darkened the font color slightly. More... over 14 years ago
/run/etl moved to its own cron task instead of chain-executing from fetch. GAE doesn't redirects like that and was giving the error "too many continues". More info: http://groups.google.com/group/google-appengine/browse_thread/thread/8ad1d04a50deff53?pl More... over 14 years ago