aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)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 ↵Mike Crute2010-05-26
| | | | to reflect this.
* 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 ↵Halldór2010-04-26
| | | | seperated list of supported platforms (according to pep 241).
* Shortened fields used with UNIQUE contraint since MySQL wont allow more than ↵Halldór2010-04-23
| | | | 1000 bytes (~333 utf8 characters) for indexes.
* 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
| | | | | | | | | | | | | | | download_url can be an FTP URL (for instance, python-memcached does this) and since Django doesn't validate FTP URLs on the URLField in models, it's a 400.
* | | 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 ↵stefanfoulis2010-01-02
|/ / | | | | | | release.pyversion)
* | 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 ↵Ask Solem2009-12-21
| | | | | | | | a different way.
* | 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
| | | | | | With existing constraint, one couldn't upload compiled binaries targetted at specific platforms if the source for a particular version was already released.
* 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
|\ | | | | | | | | Conflicts: djangopypi/views.py
| * 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
| | | | | | | | | | | | | | | Makes sense to keep the templates in the main folder as long as they are not independent from the project (they seldome are anyway).
| * | Changed install instructions to use zc.buildout.Sverre Johansen2009-11-11
| | |