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

239 Коммитов

Автор SHA1 Сообщение Дата
Tim Mickel 000b03adb2 Adds base models for events, participants, categories, and tags. 2012-06-15 16:02:08 -07:00
Tim Mickel 25f262eff9 Fixing .gitignore 2012-06-13 16:47:04 -07:00
Tim Mickel 582a210797 Merge branch 'manage-tests' 2012-06-13 15:29:43 -07:00
Tim Mickel 470b7392d6 Adds tests for manage authentication and users, groups. 2012-06-13 15:29:29 -07:00
Tim Mickel aa7c516188 Adding pagination and email quick-search to user management. 2012-06-13 15:07:12 -07:00
Tim Mickel 26b7bb3abf Add commit to prod.txt 2012-06-12 17:17:18 -07:00
Tim Mickel f36f37d33d Improved authentication for mangement - no longer using Django staff_required 2012-06-12 15:04:45 -07:00
Tim Mickel 765e17cd24 Adds basic administration interface including user editing. 2012-06-12 12:46:52 -07:00
Tim Mickel 01dff6d88e Added tests for authentication; fixed middleware issues 2012-06-08 13:50:03 -07:00
Tim Mickel 0b7f32a8d4 Mozilla-only browser ID verification 2012-06-07 21:02:03 -07:00
Tim Mickel e1016ec361 Removing playdoh examples 2012-06-07 13:55:48 -07:00
Tim Mickel e488145722 Initial commit 2012-06-07 11:23:16 -07:00
Tim Mickel f8a414279c Renamed project module to airmozilla 2012-06-07 11:20:23 -07:00
Kumar McMillan abafbf003a Support bcrypt+hmac by default (Issue 112) 2012-06-07 11:10:44 -05:00
Michael Kelly 3c0dcaa3ee Update playdoh-lib for browserid changes. 2012-06-06 15:44:06 -04:00
Ryan Freebern 883366de2f BrowserID settings and example user authentication flow. 2012-06-01 21:17:54 -04:00
Ricky Rosario 0e83d9693a Added collectstatic command to update_site.py. 2012-06-01 10:48:30 -04:00
Ricky Rosario e9373f696f Updated settings local.py with new password hasher settings. 2012-05-31 19:36:46 -04:00
Ricky Rosario c09edd27c4 Add collectstatic command to deploy script. 2012-05-30 22:36:45 -04:00
Ricky Rosario e3804a4d03 Update to latest vendor. 2012-05-30 22:34:32 -04:00
Fred Wenzel 393b291bc3 Merged pull-request: fix hardcoded paths in translate toolkit 2012-05-06 09:58:12 -07:00
Kumar McMillan a510e113c2 update funfactory 2012-05-02 20:18:52 -05:00
Kumar McMillan 7a022439de Bumps playdoh to use Django 1.3.1 from source (Issue 107) 2012-05-02 19:05:41 -05:00
Kumar McMillan 164d6d82ee Upgrade vendor for funfactory translation fix 2012-04-27 11:22:53 -05:00
Kumar McMillan d30da7e0d3 Fixed translation messages search path (issue 106)
Also made projects module settable in a single var
2012-04-27 10:52:32 -05:00
Peter Bengtsson b2ddc8e450 upgrading playdoh-lib to the latest version 2012-04-25 15:47:55 -07:00
Fred Wenzel bf7538010a Merge pull request #103 from mathjazz/patch-1
Add 'registration' to JINGO_EXCLUDE_APPS
2012-04-22 10:30:35 -07:00
Matjaž Horvat 96e5ba4ffa When you logout from the Django admin, "TemplateSyntaxError at /admin/logout/" is thrown (Encountered unknown tag 'load'.). 2012-04-22 18:24:36 +03:00
Peter Bengtsson e812bd692e run the funfactory monkeypatches in the root urls.py, r=kumar 2012-04-10 16:54:01 -07:00
Kumar McMillan 2bce4fa52a Add default 404 and 500 templates 2012-04-06 16:36:06 -05:00
Kumar McMillan edddc1a62d Upgrade funfactory for issue 101 2012-03-29 14:03:36 -05:00
Dave Dash 0a277339b9 Merge pull request #99 from rfreebern/puppet-settings-path-bug
Add project/ to path for settings files.
2012-02-27 11:47:41 -08:00
Ryan Freebern 1bb1e8fe2f Add project/ to path for settings files.
Puppet was looking in the wrong location for the project's settings files.
Adding project/ to the path fixes this problem and allows 'vagrant up' on
a fresh clone of playdoh to be successful.
2012-02-26 14:02:22 -05:00
Fred Wenzel f6cf23def7 of course, I forgot vendor.pth 2012-02-23 15:13:08 -08:00
Fred Wenzel d245eb821b Added django-cronjobs (I thought that was supposed to be in here already) 2012-02-23 15:10:47 -08:00
Fred Wenzel c5a78b8e4b Updated playdoh-lib to pull in latest version of tower. 2012-02-23 15:02:13 -08:00
Peter Bengtsson 4161dedec3 tracking latest playdoh-lib with backwards compatability fix for old-style projects 2012-02-07 16:03:34 -08:00
Michael Kelly b84b1fd586 Tracking latest playdoh-lib (session-csrf fix). 2012-02-02 09:27:06 -08:00
Kumar McMillan d17677ab67 Merge pull request #98 from ngokevin/master
typo in filename of memcached puppet class
2012-02-01 14:00:06 -08:00
Kevin Ngo be9823bb06 fixed typo in filename of memcached puppet class 2012-02-01 13:51:23 -08:00
Kumar McMillan b92ec1fa4b Make env vars less intrusive in WSGI 2012-01-27 16:14:58 -06:00
Dave Dash d8044b1d11 Merge pull request #97 from jsocol/master
Add Mozilla infra scripts
2012-01-26 15:00:20 -08:00
James Socol b44210350c Add example commander deploy script. 2012-01-26 17:59:16 -05:00
James Socol c907c84242 Add crontab generating script. 2012-01-26 17:59:16 -05:00
Peter Bengtsson 6bb6696553 tracking latest playdoh-lib (from peterbe fork) 2012-01-26 11:41:56 -08:00
Dave Dash 92a5e5c9d3 Merge pull request #93 from ppapadeas/patch-1
Changes to make Vagrantfile compatible with vagrant 0.9.x
2012-01-26 08:55:12 -08:00
Dave Dash 769f37cbb7 Merge pull request #94 from glogiotatidis/master
Ensure that apache mod_rewrite and mod_proxy are enabled.
2012-01-26 08:53:03 -08:00
Giorgos Logiotatidis 990b6a8aec Create mysql database with character set to utf8.
Current database does not allow unicode strings because it's created
with wrong character set. This commit replaces mysqladmin command with
mysql, which allows us to set CHARACTER SET on creation.
2012-01-25 21:50:45 +02:00
Giorgos Logiotatidis d468599608 Ensure that apache mod_rewrite and mod_proxy are enabled.
Although Playdoh conf requires proxy and rewrite modules to work,
puppet manifest did not ensure that these where enabled, causing all
VM starts -after the initial one- to fail. This patch fixes the problem.
2012-01-20 17:38:11 +02:00
Pierros Papadeas de5b7d39d3 Changes to make Vagrantfile compatible with vagrant 0.9.x 2012-01-19 22:12:39 +02:00