Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/python/pythondotorg

Source code for python.org
https://github.com/python/pythondotorg

Merge pull request #696 from berkerpeksag/use-as_manager

Use QuerySet.as_manager() where possible.

01c202c150590a40498a1c7dbc4edfbc41163051 authored almost 10 years ago
Merge pull request #692 from berkerpeksag/temp-652

Do not show docutils error messages for now.

8e9d877560b41cedff4e6fbee5dfcd8d765b3fa3 authored almost 10 years ago
Merge pull request #701 from berkerpeksag/event-fixes

Two fixes for the events app

81dcf8954578e3425410891c4fab69a807d51da7 authored almost 10 years ago
Move JS and IE 8 warnings to top of the page.

3f766b76ec942b59aa2a6e61b71f8214ba580d63 authored almost 10 years ago
Fix event home page.

This isn't a problem in the prod site, because there's no
event category in the database.

fb7fdcc04beaa6281e24d353d7d5230abef5b5c8 authored almost 10 years ago
EventCategory is subclass of NameSlugModel, not ContentManageableModel.

Currently, if you want to add a category in the Events admin page,
you will get an AttributeErro...

91a0a2bfee6988b28107678aef44980de0da55a2 authored almost 10 years ago
Fix #157: Show location info in the event detail page.

6a3f9e6bf0d1ac36827e675bafb1ddc5413e09c8 authored almost 10 years ago
Merge pull request #698 from berkerpeksag/upgrade-django

Upgrade Django to 1.7.7.

fbefda98c879531fc4da4d280cf1bd4636724d5b authored almost 10 years ago
Upgrade Django to 1.7.7.

Release notes:

* https://docs.djangoproject.com/en/1.7/releases/1.7.5/
* Security fix: https://...

90fe93a0b69f573093ff7c7ee546298c5eb3e737 authored almost 10 years ago
admin.autodiscover() call is not necessary anymore.

AdminConfig calls autodiscover when Django starts.

https://docs.djangoproject.com/en/1.7/ref/co...

c8de13f57c6c7d75734f3c9eb1244db2332f6651 authored almost 10 years ago
Use QuerySet.as_manager() where possible.

644922c12d95c93a0f8ed843c3ba5a88006e0ca5 authored almost 10 years ago
Do not show docutils error messages for now.

This is a temporary workaround for #652.

ca4e2b08f92eba6d7be0f771509b8d6df6061525 authored almost 10 years ago
All classes inherit from object in Python 3.

404bc2f7c13d53c5b584be53deb826b77b78c9ef authored almost 10 years ago
Fix broken test_views tests.

e97e1b4436dff7915a5910236e1f20330bbeadba authored almost 10 years ago
django.conf.urls.patterns is deprecated. Do not use it anymore.

ce10ca981bc46dc1866c9ed15c31ceab254d45f5 authored almost 10 years ago
Merge pull request #691 from malemburg/master

Fix #667: CC the jobs list on comments and review emails.

8af21b86197005db31251514219eabb4f445e122 authored almost 10 years ago
Fix #667: CC the jobs list on comments and review emails.

a61b71b33901a2caa4d16206b72f727a90d276f9 authored almost 10 years ago
Merge pull request #690 from malemburg/master

Add job board team email address to jobs listing.

8dec5f0492b189971e6c67028e17ec05b1d8f35c authored almost 10 years ago
Add job board team email address to jobs listing.

f9564af29ef956c47c7b7233cdce10c95c7cf26f authored almost 10 years ago
Merge pull request #688 from malemburg/master

Use a cleaner test to check for newly created jobs.

25e71fbcd26a5810976e12b2007ca9241d751f00 authored almost 10 years ago
Use a cleaner test to check for newly created jobs.

See #679.

6a81a623b6d3450a2b9f5221aaa00962a756bdb4 authored almost 10 years ago
Merge pull request #686 from berkerpeksag/issue-679

Fix #679: Submissions emails should only be sent for new submissions.

04e576d5cd5f49753b05d31a93d03d843bd485e0 authored almost 10 years ago
Merge pull request #687 from malemburg/master

Use a module global for the job board email address.

65ede3189e9cae623c7877241d5124505a5681e6 authored almost 10 years ago
Change job board page title to "Python Job Board"

Fixes #684.

9e68e7762b39a295060a47e7025f8088b6c1d91b authored almost 10 years ago
Use a module global for the job board email address.

Add some minor cleanups.

016325373828a4074919dbc67dae3e984a5d1fc5 authored almost 10 years ago
Fix #679: Submissions emails should only be sent for new submissions.

929c53998e2de74c84722277fb39ef1c6bd10270 authored almost 10 years ago
Merge pull request #685 from malemburg/master

Update job board email texts

e7dd456b30e935679dd51aee1512ff0507b14234 authored almost 10 years ago
Revert listeners.py changes to upstream version.

64a4afe919453a330f2c7abe4fab98f6bc48bbc7 authored almost 10 years ago
Merge branch 'master' of github.com:python/pythondotorg

Conflicts:
jobs/listeners.py

55342edcb891a339d6a90332362bd14ffab8a08f authored almost 10 years ago
Update job board email texts

Include the [email protected] email address.

Use PSF Python Job Board instead of python.org's Job...

9868aaffae12c6a6b7da14b2f091f5cbaafe06b5 authored almost 10 years ago
Merge pull request #680 from berkerpeksag/fix-save

Do not call .save() twice.

9c6f0f523e137c8ba57de8ffa4e16c36f3f96618 authored almost 10 years ago
Do not call .save() twice.

601c9837fff106eac6b55e33faf15819a7499e14 authored almost 10 years ago
Merge pull request #678 from berkerpeksag/jobs-display_location

Use display_location in job_list.html.

e41ee4efd69facda6402271238e0aaa8ae8c0716 authored almost 10 years ago
Use display_location in job_list.html.

See "Paris, , France" at https://www.python.org/jobs/

2eccd90a3daa7ac6af227da2ca1fd5f0d7d37e3c authored almost 10 years ago
Merge pull request #671 from berkerpeksag/issue-656

Fix #656: Only send email when a job post created.

e86ef198235babde1e527fcd8b198ce89186d32f authored almost 10 years ago
Merge pull request #673 from berkerpeksag/remove-docutils-hack

Remove admindocs hack.

c71b166d01c56abe2240d974a5d89d4513d82f9c authored almost 10 years ago
Remove admindocs hack.

f11bc001d8d11ceb68fb3f1a750648580dbe8759 authored almost 10 years ago
Fix #656: Only send email when a job post created.

Use AppConfig.ready() to register signals.

fcad4ff2db92384d6fadc0e9b1615864b4ce3285 authored almost 10 years ago
Only send emails for newly created Job records.

Another attempt to fix #656.

Also cleans up the signal handlers a bit and adds a global
for the...

a9de6110bbd7e86be68c8a1075375eb5874addb2 authored almost 10 years ago
Merge pull request #663 from berkerpeksag/sentry-attrerror

Raise Http404 if user is not authenticated.

999cae4bc8007323d91235a8b66f7ecc6c16126c authored almost 10 years ago
Merge pull request #659 from berkerpeksag/issue-657

Fix #657: Only show postings from the last 120 days in review panel.

799ee3d85c14a72feb2188d3d1400a3870fa1607 authored almost 10 years ago
Raise Http404 if user is not authenticated.

I just saw this on Sentry.

f2acbaa6472526a29b21b73f7f9cbdb4916800cb authored almost 10 years ago
Merge pull request #661 from dstufft/patch-1

Add raven

1e627d5908824b95b2759c1e87789a8e11f147a1 authored almost 10 years ago
Add raven

6c143c3e20d0db7612f98f4ac2fd340afbabac54 authored almost 10 years ago
Make the link look more like a button

See #653. Still not pretty, but better than just a link.

89994d3e6974a810ab5a5bdc169089fb2b813e02 authored almost 10 years ago
Merge pull request #660 from malemburg/master

Add an edit button to the review actions.

0d2adfdc02b760b49c1a9a93302291e4fbbdb8de authored almost 10 years ago
Add an edit button to the review actions.

Enhances #653.

05ab64cb5c591ca952baf9d76c8fe7c63237bdb2 authored almost 10 years ago
Fix #657: Only show postings from the last 120 days in review panel.

7bb578c875f6faab20678cd2871ec0d978ab4f6a authored almost 10 years ago
Merge pull request #658 from berkerpeksag/issue-653

Fix #653: Show "Edit" button if user is staff in job review page.

58bf4c80669e43ce5bdebecb64c833ac6d9617c5 authored almost 10 years ago
Fix #653: Show "Edit" button if user is staff in job review page.

e5fbeb9ae30fc5fcd0273bede7e47f7312e5e369 authored almost 10 years ago
Add missing migration for verbose_name changes in the jobs app.

Refs #641.

bdafa10312d050b78f23af439262d4c99d07b191 authored almost 10 years ago
Merge pull request #649 from malemburg/master

Move the "new" behind the job title in details view

d2d2f67824dae285165371539c3d90f9433c6f67 authored almost 10 years ago
Move the "new" behind the job title in details view

This makes the job entry more readable.

941b71441b2b5e239ccf394134d7ed2e4f00a307 authored almost 10 years ago
Merge pull request #648 from malemburg/master

Reformat the job details header

27d921ba70178b7fc3bd6152a4fab14273c5ed03 authored almost 10 years ago
Reformat the job details header

Matches the jobs listing now.

689155ebd245e16b8ae023cedf3d6a1ca607f06b authored almost 10 years ago
Merge pull request #646 from malemburg/master

Add posted date to review panel

8ba3f0f4f60532458d29cb74dd18135d88d3458f authored almost 10 years ago
Add posted date to review panel

1627d62fafd72237529bfb99230e85c88ff7e2e4 authored almost 10 years ago
Make render_email filter work

Forgot loading the companies template tags.

f81b9bf509ef4c37bf17e94aa44b4060ac17f61d authored almost 10 years ago
Remove URL again

6b0426ce9bcf974ada8078d097139744d1cb1209 authored almost 10 years ago
Fix copy&paste typo

b7ef37e7d550f713904bf51533b8c759f2b6b181 authored almost 10 years ago
Merge pull request #643 from malemburg/master

Remove duplicate job title in jobs listing.

60fbde6dbd829486a7b511df4947d7c4222ca4be authored almost 10 years ago
Remove duplicate job title in jobs listing.

58fa2696508b90cb09fe25b8dd84c75402553b8d authored almost 10 years ago
Merge pull request #642 from malemburg/master

Add job title, email and web URL to review form

386d2a1e3f05d74cc814e4f3ea12c39bfc39c962 authored almost 10 years ago
Add job title, email and web URL to review form

This should simplify reviews a bit.

987c3390efd74da1f27664083f94c8c7925e515e authored almost 10 years ago
Merge pull request #641 from malemburg/master

Reorder the job entry form

4f798c41ec6e470ccc91d0673c59737d77e56d91 authored almost 10 years ago
Reorder the job entry form

The order now matches that of the old jobs form and more closely
resembles the order used in the...

05b7cb20ddbe0ea630c992c47d9bd567e04f576b authored almost 10 years ago
Merge pull request #640 from malemburg/master

Clear the job technologies instead of deleteing them

241c2da92de82a133ba65a151c003d905971f746 authored almost 10 years ago
Clear the job technologies instead of deleteing them

This is an attempt to solve the issue #637, where selected
job technologies get deleted when edi...

c2d4f8bbaf3e9d3448bef7dcfa8b4c2b42f97978 authored almost 10 years ago
Remove unused imports.

99343178b3659942f947a04150ab1b1d054ec4a3 authored almost 10 years ago
Remove redundant __init__ in UserProfileForm.

68e16f58c6caed543cceb5deecbc9d4f05fa9886 authored almost 10 years ago
Merge pull request #638 from malemburg/master

Disable the jobs header line pointing to the submission form.

b291318f480e9e64e4b6ebecafd05f56f1a99037 authored almost 10 years ago
Disable the jobs header line pointing to the submission form.

We need people to read the howto before submitting a job.

20f7a5d228d49e0c342723178391dda83c086e89 authored almost 10 years ago
use padded 2 digit dates (fixes #636)

57aa043a18985ae84e4e24c2a7a6ba645b2fc30f authored almost 10 years ago
Merge pull request #634 from malemburg/master

Leave the old /newjobs/ hook in there as well

9d34f6563da72b749f150cc8029c6b31b5818c45 authored almost 10 years ago
Leave the old /newjobs/ hook in there as well

This is needed until the site's nginx redirect from /jobs/
to /community/jobs/ has been removed ...

6b7116e3704c975efc67336a0ad36746883a36c9 authored almost 10 years ago
Merge pull request #633 from malemburg/master

Change the jobs app URL back to /jobs/.

6030e0fb0850e61279881651bee68c614f74a936 authored almost 10 years ago
Change the jobs app URL back to /jobs/.

ce788f73f0750d0f84144b1284493729efdfa571 authored almost 10 years ago
Adding sass comments to local settings

f42b1fd4bc9da7a3dc4be16c8cd5fe7c8309f728 authored almost 10 years ago
Merge pull request #626 from berkerpeksag/workaround-sass

Use DummySASSCompiler in DEBUG mode to fix performance issues.

45fec026d744fd05fee2311e72f17e31322dfd82 authored almost 10 years ago
Deactivate JobType and JobCategories

- Added active flag to models
- Adjusted managers and Job model to only show active Type...

905c81c4e51aebb557356a528189420cd74ea506 authored almost 10 years ago
Logout without confirmation

- Fixes #618

3cf2b4ecaada4ab511342a16718db829db28e04c authored almost 10 years ago
Merge pull request #615 from berkerpeksag/delete-scripts

Delete unused OLD_script.js.

bf5818f1ed4a1159115bd651fc434c8c3e5856b7 authored almost 10 years ago
Merge pull request #614 from berkerpeksag/delete-jquery

Delete unused jQuery 1.7.1.

dd286c061806869a1e1ff2268c4d345aeadff082 authored almost 10 years ago
Add reference to how-to document and clarify process a bit

3b39acee4ef0f306f50bece10bd575b26e5a07c1 authored almost 10 years ago
Merge pull request #629 from berkerpeksag/issue-298

Fix #298: Highlight required fields on job submit form.

73d284276f095f299d6a5067f53986ca5be38352 authored almost 10 years ago
Fix #298: Highlight required fields on job submit form.

2049231c041356d3603f792bc31772c2bbfc2783 authored almost 10 years ago
Use DummySASSCompiler in DEBUG mode to fix performance issues.

Currently, django-pipeline runs sass in every requests. Every
request took ~10 on my computer. U...

9a1351b18065b61d67ae6a667612d45a1d2511c2 authored almost 10 years ago
Change layout of job review table.

9bbee198234bb82687e7fc7761722af5cda610c1 authored almost 10 years ago
Tweak markup in job_thanks.html.

3f552adeb2ca246d1095fa22600e431aab646b89 authored almost 10 years ago
Updated the text on the job submission thank you page

2ad6f2a2e9da8d32f232ee91ae9d20b4eb4c2858 authored almost 10 years ago
Merge pull request #612 from berkerpeksag/add-jobs-link

Add a "Jobs" link to the header.

bf60d84778b7490c3fd0b126e51a34861fe19107 authored almost 10 years ago
Merge pull request #616 from berkerpeksag/hide-404-image

Do not display a broken image for now.

f036e1688175157659c9e9a9f2e345a9232a0384 authored almost 10 years ago
Merge pull request #620 from berkerpeksag/issue-600

Fix #600: Redirect to a thank you page on successful job posting.

730b4f81331f547e169100cd5613ca650c8bf7a4 authored almost 10 years ago
Add back "edit" button

After the change in #617 this should now be usable (at least for staff members).

458d2bfc8a2b38de60ffa1a164b4e47489f9d8a7 authored almost 10 years ago
Fix #600: Redirect to a thank you page on successful job posting.

789fe8a09e130baeba003debf8055371161bcdc6 authored almost 10 years ago
Merge pull request #619 from berkerpeksag/issue-617

Issue #617: Allow staff members to edit jobs.

bd2291cdbb7463f57a9e0a64f0fb10fd7df70e10 authored almost 10 years ago
Issue #617: Allow staff members to edit jobs.

b1c0618fdb634d04a70bee4ee31d15457a3bfec3 authored almost 10 years ago
Add "archive" button to jobs review page

See #447.

1281fac519365e46d9c3fb33f1cd5d4001a8af7c authored almost 10 years ago
Change edit to review button

See #447.

fca40b33e4045ac125e71fd911ddced5c6b3dffc authored almost 10 years ago
Merge pull request #611 from berkerpeksag/issue-447

Fix #447: Improve job review page.

a702365dc335acd13991d624faef3c03458159e3 authored almost 10 years ago