Граф коммитов

479 Коммитов

Автор SHA1 Сообщение Дата
Paul Osman 6331ed7b7c Reducing number of queries per page view 2010-12-28 02:09:41 -05:00
Paul Osman 7272b050e2 Creating events app. All it does is send one urlconf directly to a template. Also changing the paths for user and project listings to better reflect the nav 2010-12-27 22:49:19 -05:00
Paul Osman 45ec86e9b7 Add a drumbeatmail_compose_to view for when we have a username handy. 2010-12-27 19:52:14 -05:00
Paul Osman 54ffc425bc Fix bug in hub url parsing. Also adapt links application to work with basic auth changes in django-push 2010-12-27 16:28:06 -05:00
Paul Osman 15da059c8b Cleaned up some of the code in the links application. Also try to turn relative urls into absolute when discovering feeds / hubs 2010-12-27 15:05:08 -05:00
Paul Osman 8165e27723 Migrations on relationships are completely broken on MySQL. Just start from scratch. 2010-12-26 23:25:35 -05:00
Paul Osman e8e6ff1b06 Move notification handling to a celery task 2010-12-26 21:28:23 -05:00
Paul Osman 26cc153a63 Forgot the actual method call. 2010-12-26 17:10:18 -05:00
Paul Osman e5a2280ab8 Give users the ability to delete links from their profiles 2010-12-26 14:47:06 -05:00
Paul Osman 725d8e09be Retry on subscriptionerror 2010-12-26 13:51:12 -05:00
Paul Osman 54dfcda3e8 Move feed subscription handling to celery tasks so we can process them asynchronously. 2010-12-26 13:43:49 -05:00
Paul Osman 78626e01f8 If no hub url is found, fall back to using superfeedr 2010-12-25 22:58:57 -05:00
Paul Osman 41ec69ec87 Rearrange root urlconf to avoid conflicts 2010-12-25 22:58:34 -05:00
Paul Osman 4c5904f676 Basic pubsub working with PubSubHubbub. Needs more tests and eventually will need to be made async 2010-12-25 22:05:29 -05:00
Paul Osman 288ba382ee Users can now add links, links are checked and parsed for feed and hub URLs. 2010-12-25 18:28:51 -05:00
Paul Osman 0a66f7fa4e Remove unused templates 2010-12-25 00:06:24 -05:00
Paul Osman 6308b427c4 Removing all traces of old 'feeds' app. Links will be handled very differently after refactoring 2010-12-24 23:32:11 -05:00
Paul Osman 7485afa84d Make models in feeds app use ModelBase 2010-12-24 23:23:52 -05:00
Paul Osman 8c630966a2 Make project tests pass again 2010-12-24 22:10:57 -05:00
Paul Osman c797684cf1 Small changes. Nothing special 2010-12-24 21:42:31 -05:00
Paul Osman 47d3e1c746 Cut down on number of queries in drumbeatmail app 2010-12-24 19:17:28 -05:00
Paul Osman 00fea95eb1 Support pagination in all message views (inbox, filtered inbox, outbox). 2010-12-24 19:10:35 -05:00
Paul Osman c35f167beb Simple arithmetic error in pagination of messages 2010-12-24 14:54:41 -05:00
Paul Osman 9d60cf351d Merging ned's work on the splash page 2010-12-24 14:49:07 -05:00
Paul Osman de4e77b037 Allow people to load 'more' messages from their inbox. Javascript will need to be revisited, kinda hacked together. Also, needs unit tests 2010-12-24 14:43:04 -05:00
theinterned b50bbf545f started roughing in splash page layout 2010-12-24 11:47:39 -05:00
Paul Osman 46fbb9fafd Finished most work on messaging. Still needs signals for email notifications, pagination and unit tests 2010-12-23 22:48:35 -05:00
Paul Osman e86e23b3b7 Add named anchors to messages in inbox 2010-12-23 21:24:31 -05:00
Paul Osman 6576e818e4 Validate 'to' field in ComposeForm. Verify that a user with the provided username or email exists 2010-12-23 21:07:18 -05:00
Paul Osman ccf4ac6bd6 Add Send / Cancel buttons to compose form 2010-12-23 20:55:36 -05:00
Paul Osman 404ac39adf Add href to project links on dashboard and profile 2010-12-23 20:55:17 -05:00
Paul Osman 868f4fe5d2 Merging ned's UI work on modal dialogs 2010-12-23 20:16:02 -05:00
theinterned 414147b7ef uncommented the memcached settings from settings.py as I have my overrides to local settings 2010-12-23 18:28:36 -05:00
theinterned dc2f9f1bbf updated modal styling for accoutn settings 2010-12-23 18:27:57 -05:00
theinterned c47ee15378 deleted an extra line 2010-12-23 18:13:20 -05:00
theinterned 20a2d9511f just added link to user lis - nothing special 2010-12-23 18:08:31 -05:00
theinterned b4d0c2f93b moved forgot password into the modal template 2010-12-23 18:07:29 -05:00
theinterned 9a21bc1bc1 added signin to modal template 2010-12-23 17:59:35 -05:00
theinterned 6a0fe37cad clean up 2010-12-23 17:56:01 -05:00
theinterned bf026d9322 moved register into themodal template 2010-12-23 17:55:30 -05:00
theinterned e0fdc1b205 added nav class to user edit modal 2010-12-23 17:54:52 -05:00
theinterned 50a26412e3 moved project forms into the modal template 2010-12-23 17:53:57 -05:00
theinterned 82d3dc4f01 changed modal so that default modal is slimmer and has no blue bar / nav - to add anav, add aclass of nav to the modal and a <nav> to the article 2010-12-23 17:53:28 -05:00
theinterned 18fbb6b693 updated README to include instructions on deleting pyc files 2010-12-23 16:59:32 -05:00
theinterned 5d54b1f598 pulled from upstream/master and resolved a conflict in templates/users/profile.html 2010-12-23 16:54:49 -05:00
Paul Osman 1e297c8658 Merging in neds ui work 2010-12-23 16:51:49 -05:00
Paul Osman 0a053f20a8 Wrap iterations in if statements to prevent emptyresultset from being thrown 2010-12-23 16:45:51 -05:00
Paul Osman 393de9c5d7 Remove unused import 2010-12-23 16:45:33 -05:00
Paul Osman d4337438d8 Update private message link on user profile 2010-12-23 16:34:55 -05:00
theinterned 4520babb97 mreged from upstream master, resolved coflicts in apps/statuses/models.py, templates/projects/project.html, templates/users/profile.html and templates/users/user_list.html 2010-12-23 15:04:44 -05:00