aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Removing un-needed local settingsHEADmasterMike Crute2010-05-27
* Relocating default settings and templates into the djangopypi packageMike Crute2010-05-27
* Adding some more todosMike Crute2010-05-27
* Documenting channels.Mike Crute2010-05-27
* Adding channel supportMike Crute2010-05-27
* Extracting urlconfs into a simple hierarchy for future sanity.Mike Crute2010-05-27
* Ensuring that package data gets included.Mike Crute2010-05-26
* Adding devserver convenience command.Mike Crute2010-05-26
* Fixing setup.py and cleaning out the buildout stuff. Also updated the docs to...Mike Crute2010-05-26
* Added Halldor to AUTHORS (maybe you have a full name + e-mail address? :)Ask Solem2010-04-30
* Give the platform field some more space since it's supposed to be a comma sep...Halldór2010-04-26
* Shortened fields used with UNIQUE contraint since MySQL wont allow more than ...Halldór2010-04-23
* Merge branch 'bshi/master'Ask Solem2010-03-22
|\
| * Merge branch 'master' of git://github.com/ask/chishopBo Shi2009-12-22
| |\
| * | Fix error in README (register without -r attempts pypi.python.org).Bo Shi2009-12-08
* | | Addded Michael Richardson to AUTHORSAsk Solem2010-03-22
* | | Switched download_url to be a CharField instead of a URLField.Michael Richardson2010-03-18
* | | Added Vanderson Mota dos Santos to AUTHORSAsk Solem2010-01-04
* | | Merge branch 'vandersonmota/master'Ask Solem2010-01-04
|\ \ \
| * | | Added tests for user registrationvandersonmota2009-12-26
| | |/ | |/|
* | | Added Stefan Foulis to AUTHORSAsk Solem2010-01-04
* | | fixed version that would not show up (release.version instead of release.pyve...stefanfoulis2010-01-02
|/ /
* | Re-organize views into views.dists, views.users, views.searchAsk Solem2009-12-21
* | Added Vinícius das Chagas Silva to AUTHORSAsk Solem2009-12-21
* | Some cosmetic changes to viniciuschagas code, + trying to organize views in a...Ask Solem2009-12-21
* | Merge branch 'viniciuschagas/master'Ask Solem2009-12-21
|\ \
| * | testsearch addedvandersonmota2009-12-18
| * | Integrated djangopypi search engine - TODO: Functional TestsVinícius das Chagas Silva2009-12-16
| * | Started search engine implementation - no totally integrated yet :(Vinícius das Chagas Silva2009-12-15
* | | Fixes broken unittest. "test-suite" now passes again.Ask Solem2009-12-21
* | | Added Carl Meyer to AUTHORSAsk Solem2009-12-13
* | | catch nonexistent release version to return 404 instead of 500: fixes #10Carl Meyer2009-12-13
* | | clean up MEDIA_URL: fixes #8, fixes #9Carl Meyer2009-12-13
* | | rearranged settings: fixes #7Carl Meyer2009-12-13
|/ /
* / Added Bo Shi to AUTHORSAsk Solem2009-11-23
|/
* Modify constraints to allow different types of uploads.Bo Shi2009-11-21
* Override admin branding.Bo Shi2009-11-20
* Remove pkgutil as a requirementAsk Solem2009-11-17
* Revert brosners parse fix (didn't work properly yet, missing commits?)Ask Solem2009-11-12
* Merge branch 'brosner/master'Ask Solem2009-11-11
|\
| * improved distutils POST data handling based on how PyPI actually does itBrian Rosner2009-11-10
* | Use development settings by defaultAsk Solem2009-11-11
* | Added new setup.py requirements: pkgutil + django-registrationAsk Solem2009-11-11
* | Added Sverre Johansen to AUTHORSAsk Solem2009-11-11
* | Merge branch 'sverrejoh/master'Ask Solem2009-11-11
|\ \
| * | Added email config to settings.pySverre Johansen2009-11-11
| * | Made settings.py defaultSverre Johansen2009-11-11
| * | Fixed activation template blocknameSverre Johansen2009-11-11
| * | Moved app templates into project.Sverre Johansen2009-11-11
| * | Changed install instructions to use zc.buildout.Sverre Johansen2009-11-11