1. 23 May, 2022 5 commits
  2. 21 May, 2022 1 commit
  3. 20 May, 2022 3 commits
  4. 19 May, 2022 3 commits
  5. 17 May, 2022 4 commits
    • Jose Emmanuel B. Laurel's avatar
      Merge branch 'laurel/homepage' · 41001228
      Jose Emmanuel B. Laurel authored
      41001228
    • Jose Emmanuel B. Laurel's avatar
    • Jose Emmanuel B. Laurel's avatar
      New Feature: added image field in WidgetUser model and image tag in... · cdfbc41c
      Jose Emmanuel B. Laurel authored
      New Feature: added image field in WidgetUser model and image tag in details.html so each user has profile picture.
      
      Improvement: edited settings.py and urls.py of widget_django_unchained folder to allow image posting.
      cdfbc41c
    • Ray Rafael Abenido's avatar
      1) Improvement and Clean: Models in forum app Post and Reply are easier to... · 9fdc1c3f
      Ray Rafael Abenido authored
      1) Improvement and Clean: Models in forum app Post and Reply are easier to read. reply_chain fields in both Post and Reply are also removed as improvements in other parts of the Forum app made them unnecessary.
      2) New Feature: Post model in forum app now has an ImageField to allow users to upload pictures.
      3) Style: base.html added to templates folder of forum app to provide an overall design for the app. All HTML files extend from this file.
      4) New Feature: post_details.html added to templates folder of forum app. Allowed to show individual post, associated picture, and reply section.
      5) New Feature: index.html added to list down all posts in the database from newest to oldest.
      6) Improvement: post_listing.html and replychain_listing.html are both removed. post_listing.html was removed and replaced by index.html. function better. replychain_listing.html removed because its recursive design was simply bad.
      7) New Feature: post_form.html added to provide users the capability to submit new posts and replies. This feature is still under work and user access to it is disabled.
      8) New Feature: settings.py and urls.py in widget_django_unchained directory were modified to allow for images to be uploaded in the media directory. These uploaded images can now be displayed on the website.
      9fdc1c3f
  6. 16 May, 2022 2 commits
  7. 14 May, 2022 6 commits
  8. 06 Apr, 2022 12 commits
  9. 05 Apr, 2022 4 commits