3
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix activity manager functions to work with contenttypes. More... over 13 years ago
Moving object_type function from feeds.py to schema.py. Also fixing a small bug where activity stream objects were getting a double '/' More... over 13 years ago
Return the activity object after creating it. Makes it easier to test. More... over 13 years ago
Add a simple 404 template so exceptions aren't thrown when debugging is turned off More... over 13 years ago
added select bits from html5 boilerplate to get base front end dev envirion ready: modernizer, jquery, belatedpng, base.css reset, plcaeholder for jquery lugins (plugins.js), placeholder for site scripts (scripts.js) More... over 13 years ago
Modify activity stream feed generator to support activities that have targets More... over 13 years ago
Cleaning up, removing code that isn't used, etc. More... over 13 years ago
Prefix activity object with 'a' or 'an' and the object type as necessary. E.g. Paul created __a project:__ My New Project More... over 13 years ago
updated with basic html5 markup and minimal nav More... over 13 years ago
If an activity information item is a specialization, add the generalization to the atom feed. More... over 13 years ago
Store the full IRI for activity stream information items More... over 13 years ago
Add content element to atom user feeds More... over 13 years ago
Getting closer to having actual atom feeds with activity extension More... over 13 years ago
Adding commonware to requirements.txt and middleware for blocking out passwords on exception reports More... over 13 years ago
Moved activity rendering out to a partial template More... over 13 years ago
Merge branch 'activity' of github.com:paulosman/batucada into activity More... over 13 years ago
Merge branch 'master' of github.com:paulosman/batucada into activity More... over 13 years ago
Merge branch 'master' into activity More... over 13 years ago
Rename profile user variable in template context. 'user' is already in context. More... over 13 years ago
Merge branch 'master' into activity More... over 13 years ago
Bumping django version number in requirements.txt More... over 13 years ago
Include links to resources in activity view More... over 13 years ago
Add some basic functionality to the projects app for testing 'create' activities More... over 13 years ago
Coming back from vacation makes you want to do crazy things like scrap all the work in progress you had before vacation. More... over 13 years ago
Redoing the activity schema stuff. Things will be broken in this branch for a little while. More... over 13 years ago
Correcting instructions in README.rst More... over 13 years ago
User stream feeds now include verbage. More... over 13 years ago
Make profile urls /locale/username/ More... over 13 years ago
Change path for feeds (this will probably happen a few times) and adding a simple view for rendering a single activity More... over 13 years ago
Display some activities on the dashboard. Useful while developing the feature More... over 13 years ago