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

611 Коммитов

Автор SHA1 Сообщение Дата
Paul Osman 97d2dc5b9d Update settings_local.py template with instructions for using ffmpeg 2011-01-16 19:45:57 -05:00
Paul Osman 7d4d7eb94b Make sure we clean up after ourselves 2011-01-16 19:44:27 -05:00
Paul Osman e3b761c482 Try as I may, I just can't make this ugly task pretty. 2011-01-16 19:30:21 -05:00
Paul Osman 95f783d08d Work in progress on project media uploads. Working proof of concept of thumbnail generator for video files 2011-01-16 15:47:57 -05:00
Paul Osman 64243c567c Partition user images into separate directories so we don't exceed max # of files in a directory for a looong while. 2011-01-14 23:29:00 -05:00
Paul Osman 6bfd074f41 Make note in README about running south migrations in specific order 2011-01-14 22:48:23 -05:00
Paul Osman d723011134 Merge branch 'master' of github.com:paulosman/batucada 2011-01-14 22:39:13 -05:00
Paul Osman 3f6a537ecd Wired up report abuse functionality 2011-01-14 20:54:10 -05:00
Paul Osman 7f581c8541 We need to install jinja2 to use test-utils (because we use one of their base classes for TestCases) 2011-01-14 20:48:32 -05:00
Paul Osman f78962cf6c Show error message when trying to log in with incorrect username or password. 2011-01-14 15:23:35 -05:00
Paul Osman 178449506a Some additions to .gitignore 2011-01-13 20:53:52 -05:00
Paul Osman 94ec0ef59b Give users the ability to delete their profiles 2011-01-13 20:48:03 -05:00
Paul Osman 9505896e87 Move bit about settings before syncdb / migrate 2011-01-13 16:20:10 -05:00
Paul Osman 8701e2523f Merge branch 'master' of https://github.com/theinterned/batucada 2011-01-13 16:17:55 -05:00
Paul Osman d2f032e6b1 Adding settings_local.dist.py as a template for local settings. Also updating README to reflect new template, and point to drumbeat-website mailing list 2011-01-13 16:15:20 -05:00
theinterned 626aa87af1 improving the project list gutter 2011-01-12 18:31:34 -05:00
theinterned a05e1d0364 truncating long project names in list of followed projects on user profile 2011-01-12 18:26:41 -05:00
theinterned aedb3268b8 updated the un/follow links on profiles and projects to drop the use of the term 'User' -- now both read simply 'Follow'/'Unfollow' 2011-01-12 17:45:00 -05:00
theinterned 2825250043 wired up 'member actions' (un/follow, message OR edit profile) for project lead 2011-01-12 17:43:20 -05:00
Paul Osman 2552717167 Support richer formatting of status messages. 2011-01-12 17:34:51 -05:00
theinterned 05052b256f improved the project page to more closely match the psd comp 2011-01-12 17:34:11 -05:00
theinterned ad0f2d45ce added report abuse' to project 2011-01-12 16:39:09 -05:00
theinterned b357d9492e updated project display to use same 'panel' class for layout of seperate sections as the profile page does 2011-01-12 16:30:21 -05:00
theinterned a855b530bb added report link to profile 2011-01-12 15:50:05 -05:00
Paul Osman 1034a61acb Merge branch 'master' of https://github.com/theinterned/batucada 2011-01-12 14:39:51 -05:00
Paul Osman b321c83650 Add placeholder about page 2011-01-12 09:18:32 -05:00
Paul Osman 6fe27de546 Adding placeholder terms of service 2011-01-12 09:07:44 -05:00
theinterned cea5d75890 updated report abuse links to point to activity_report url 2011-01-11 22:48:57 -05:00
theinterned 1c7745eb2c created a 'report abuse' endpoint stub 2011-01-11 22:28:13 -05:00
theinterned 283a32029d removed report action on user 2011-01-11 21:41:51 -05:00
theinterned 66e5747363 added report abuse to user profiles WIP 2011-01-11 20:44:16 -05:00
theinterned 408c9c2a72 wrapped Report abuse in l10n func 2011-01-11 15:48:10 -05:00
theinterned a6a288e4c6 added report abuse link to inbox messages 2011-01-11 15:47:01 -05:00
theinterned 279478c6e4 added icon to report abuse 2011-01-11 15:45:36 -05:00
theinterned 1b02149ba3 added report abuse to messages 2011-01-11 13:33:06 -05:00
Paul Osman b694057f32 Create instance of ComposeForm with sender kwarg 2011-01-10 20:41:49 -05:00
Paul Osman 3ff539ba62 Missed wmd editor buttons when checking in that code 2011-01-10 16:43:46 -05:00
Paul Osman 40be2e9010 Add some more verbose error logging to pubsub subscribing task 2011-01-10 11:17:48 -05:00
Paul Osman 54490dc9c4 Touching up emails. Subject to change, but these will do for now 2011-01-09 21:51:39 -05:00
Paul Osman 7a6b78cdbe Make testcases inherit from test_utils.TestCase. Tests don't break now if caching is enabled 2011-01-09 18:04:14 -05:00
Paul Osman 5641e8b309 Add some tests for drumbeatmail 2011-01-09 17:23:50 -05:00
Paul Osman a06740d70e Update tests to reflect changes in code, also use test_utils test suite runner instead of our own 2011-01-09 17:06:56 -05:00
Paul Osman 15e185177d Add some debug logging to authentication backend 2011-01-09 17:06:19 -05:00
Paul Osman 2118a8ef40 Prevent users from being able to message users that are not following them or a project they have created 2011-01-09 15:30:57 -05:00
Paul Osman 315543bb53 Create separate tab for uploading project image. This is the image that is shown in the project gallery. Also adding support for markdown in detailed project description. Form uses wmd editor. 2011-01-08 23:53:52 -05:00
Paul Osman 95270d359a Remove label from file input type 2011-01-08 23:52:03 -05:00
Paul Osman a651aabd01 Use keyup when counting characters in status textarea 2011-01-08 23:49:44 -05:00
Paul Osman fee92cac48 Merge branch 'master' of https://github.com/theinterned/batucada
Conflicts:
	media/css/batucada.css
2011-01-07 23:09:18 -05:00
Paul Osman cd1041d007 Drop promotion of OpenID providers that require additional user input (screen name, domain portion, etc). For now we'll just promote single-click providers. Wired up javascript for the providers we'll promote in the initial launch 2011-01-07 23:05:05 -05:00
Paul Osman 5b0a90c0df Use blur instead of focusout 2011-01-07 21:58:54 -05:00