Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pythonph/pythonph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d371d5e
Choose a base ref
...
head repository: pythonph/pythonph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fdc68b6
Choose a head ref
  • 9 commits
  • 17 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. Merge pull request #97 from pythonph/chore/upkeep

    chore: Update officers
    zorexsalvo authored Jun 16, 2025
    Configuration menu
    Copy the full SHA
    0794325 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. Restructure landing page and remove sortable2

    - Refactored landing page templates for better structure and maintainability.
    - Moved gallery and navbar into header includes.
    - Removed dependency on django-admin-sortable2:
      - Uninstalled package and removed from requirements.txt.
      - Removed from INSTALLED_APPS and admin usage.
    - Updated Dockerfile to use latest Python 3.8 and Node.js 22.x.
    - Improved Docker build reliability by updating apt install steps.
    zorexsalvo committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    4eb440c View commit details
    Browse the repository at this point in the history
  2. Refactor: Improve why_python section readability

    Enhanced the "Why Python?" section for better clarity and readability.
    Updated the messaging to more effectively communicate the impact of
    Python and the community's mission. No structural changes made to the
    template.
    zorexsalvo committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    c76362d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #98 from pythonph/refactor/landing-page

    Refactor/landing page
    zorexsalvo authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    5926d28 View commit details
    Browse the repository at this point in the history
  4. Refactor: Update board and committee context

    Refactored the landing page view to provide board members as a static list
    instead of querying the Volunteer model. Also renamed 'commitees' to
    'committees' for consistency and updated the template context accordingly.
    This improves maintainability and fixes template variable mismatches.
    zorexsalvo committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    c39de1b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #99 from pythonph/refactor/teams-section

    Refactor: Update board and committee context
    zorexsalvo authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    013f1a2 View commit details
    Browse the repository at this point in the history
  6. Fix: Correct template variable for committees

    Updated the our_team.html template to use the correct 'committees'
    variable instead of the misspelled 'commitees'. This ensures committee
    data is displayed properly and aligns with the updated view context.
    zorexsalvo committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    e773407 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #100 from pythonph/fix/landing/our-team

    Fix: Correct template variable for committees
    zorexsalvo authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    60cb547 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. Configuration menu
    Copy the full SHA
    fdc68b6 View commit details
    Browse the repository at this point in the history
Loading