Mercurial > summit-idp
graph
-
removed cachedfilestorage from easy, since it makes wsgi configs w/ multiple processes fail. default tipFri, 02 Jul 2010 18:33:32 -0400, by Atul Varma
-
http: and https: URLs are now allowed again in tiny bio markdown.Wed, 30 Jun 2010 14:38:53 -0700, by Atul Varma
-
Fixed Bug 575805 - Stored Cross Site Scripting in MarkDown URLsWed, 30 Jun 2010 14:23:18 -0700, by Atul Varma
-
another bugfixWed, 30 Jun 2010 09:43:17 -0700, by Atul Varma
-
fixed minor bugWed, 30 Jun 2010 09:36:26 -0700, by Atul Varma
-
Fixed Bug 575792 - Implement Output Encoding to Eliminate Stored Cross Site Scripting VulnWed, 30 Jun 2010 08:49:05 -0700, by Atul Varma
-
added CachedFileStorage class and made it the default; stress test perf improved by a factor of ~5.5.Tue, 29 Jun 2010 22:28:06 -0700, by Atul Varma
-
FileStorage-based revision mapping is now created by default in easy.make_wsgi_app(). Added FileStorage.get().Tue, 29 Jun 2010 21:52:27 -0700, by Atul Varma
-
added etag supportTue, 29 Jun 2010 21:45:47 -0700, by Atul Varma
-
Added 'rev' property to get response and 'since_rev' queryarg option to get requestsTue, 29 Jun 2010 21:18:44 -0700, by Atul Varma
-
made smoke test more robustTue, 29 Jun 2010 20:26:18 -0700, by Atul Varma
-
Fixed hash check so it's called every 500ms rather than only on page load.Tue, 29 Jun 2010 16:51:09 -0700, by Atul Varma
-
minor typo fixTue, 29 Jun 2010 16:20:11 -0700, by Atul Varma
-
changed send_email() stub to concur w/ readme.Tue, 29 Jun 2010 14:53:01 -0700, by Atul Varma
-
Added README.md.Tue, 29 Jun 2010 14:42:08 -0700, by Atul Varma
-
Added locking.py for super non-grannular thread safety, and more tests.Tue, 29 Jun 2010 11:17:34 -0700, by Atul Varma
-
Backed out changeset be00b5be37d6Mon, 28 Jun 2010 22:32:03 -0700, by Atul Varma
-
half-baked proof of concept for popup auth flow.Mon, 28 Jun 2010 22:31:00 -0700, by Atul Varma
-
Removed extraneous console.log().Mon, 28 Jun 2010 19:05:02 -0700, by Atul Varma
-
added js, css, and img subdirectories to static-files.Mon, 28 Jun 2010 16:51:13 -0700, by Atul Varma
-
made static_file_serving.py work recursivelyMon, 28 Jun 2010 16:46:00 -0700, by Atul Varma
-
made twitter thumbnails point to tweetimag.es.Mon, 28 Jun 2010 13:02:45 -0700, by Atul Varma
-
Added Attendees.currentUser, replaced Attendees.value with Attendees.all.Sun, 27 Jun 2010 11:21:52 -0700, by Atul Varma
-
Made client api more humane wrt: urls.Sat, 26 Jun 2010 21:33:22 -0700, by Atul Varma
-
made server.html and fixed example-client.html to work with it instead of index.html.Sat, 26 Jun 2010 20:51:47 -0700, by Atul Varma
-
relabeled profile image url as headshot url.Sun, 27 Jun 2010 01:41:45 +0000, by Atul Varma
-
fixed css bugs.Sun, 27 Jun 2010 01:39:18 +0000, by Atul Varma
-
fixed layout of everyone tabSat, 26 Jun 2010 18:32:15 -0700, by Atul Varma
-
fixed trim bug.Sat, 26 Jun 2010 18:21:17 -0700, by Atul Varma
-
added bio display and showdown.js.Sat, 26 Jun 2010 18:13:37 -0700, by Atul Varma
-
added bio fieldSat, 26 Jun 2010 18:03:29 -0700, by Atul Varma
-
added note about just using twitter pic.Sat, 26 Jun 2010 17:52:23 -0700, by Atul Varma
-
changed refresh interval at which localstorage is polled to 2s.Sat, 26 Jun 2010 17:39:01 -0700, by Atul Varma
-
better attendee interests css.Sat, 26 Jun 2010 17:31:06 -0700, by Atul Varma
-
fixed a bug.Sat, 26 Jun 2010 17:15:36 -0700, by Atul Varma
-
added to attendee listSat, 26 Jun 2010 17:12:12 -0700, by Atul Varma
-
added tabs to logged-in pageSat, 26 Jun 2010 14:03:07 -0700, by Atul Varma
-
removed unused cssSat, 26 Jun 2010 11:23:03 -0700, by Atul Varma
-
added Foundation checkbox to 'your interests'Sat, 26 Jun 2010 11:15:03 -0700, by Atul Varma
-
Added interests section w/ lots of checkboxes.Sat, 26 Jun 2010 11:04:35 -0700, by Atul Varma
-
Reworded bugzilla email hint.Sat, 26 Jun 2010 10:32:59 -0700, by Atul Varma
-
minor rewordingSat, 26 Jun 2010 10:30:47 -0700, by Atul Varma
-
Added country/home-base field w/ drop-down list.Sat, 26 Jun 2010 10:25:08 -0700, by Atul Varma
-
added more fieldsSat, 26 Jun 2010 10:13:05 -0700, by Atul Varma
-
Moved some UI logic to Config logic.Sat, 26 Jun 2010 09:23:48 -0700, by Atul Varma
-
Added comments.Sat, 26 Jun 2010 09:10:10 -0700, by Atul Varma
-
Simplified logic for saving/restoring profile info fieldsSat, 26 Jun 2010 09:00:46 -0700, by Atul Varma
-
renamed build_app to make_wsgi_appFri, 25 Jun 2010 20:11:24 -0700, by Atul Varma
-
added setup.pyFri, 25 Jun 2010 20:07:31 -0700, by Atul Varma
-
added easy.pyFri, 25 Jun 2010 20:05:37 -0700, by Atul Varma
-
refactored build_app() out of run_server().Fri, 25 Jun 2010 20:02:25 -0700, by Atul Varma
-
moved api methods into an api/ subpath.Fri, 25 Jun 2010 19:57:36 -0700, by Atul Varma
-
refactoringsFri, 25 Jun 2010 17:04:38 -0700, by Atul Varma
-
Changed ajax urls to be relativeFri, 25 Jun 2010 16:47:52 -0700, by Atul Varma
-
Fixed typo.Fri, 25 Jun 2010 16:06:35 -0700, by Atul Varma
-
added banner image, uni-form, Attendees globalFri, 25 Jun 2010 16:00:15 -0700, by Atul Varma
-
refactored server.py a bitFri, 25 Jun 2010 20:33:01 +0000, by Atul Varma
-
made origin detection happen on a per-handler basis.Fri, 25 Jun 2010 12:15:27 -0700, by Atul Varma
-
added same-origin policy for now.Fri, 25 Jun 2010 11:43:51 -0700, by Atul Varma