Skip to content

Releases: IsharMud/ishar-web

4.8

27 Oct 00:34
Compare
Choose a tag to compare

Full Changelog: 4.7...4.8

  • Re-did breadcrumbs.
  • Hosting/serving Bootstrap & Bootstrap Icons locally.
  • <use> with <svg> for target="_blank" URL indication.
  • Better use of space; less padding and margins where appropriate, for mobile-friendliness.
  • Add/format #anchor links all over.

4.7

16 Oct 22:19
Compare
Choose a tag to compare
4.7

Full Changelog: 4.6.1...4.7

4.6.1

07 Sep 19:07
Compare
Choose a tag to compare

Full Changelog: 4.5.1...4.6.1

What's Changed

New Contributors

'Strapped Edition

16 Jan 03:05
Compare
Choose a tag to compare

'Strapped Edition (4.5.1)

Now with Bootstrap.

All Changes: 4.0.0...4.5.1

Screenshot 2024-01-15 at 10 07 41 PM

https://isharmud.com/

4.0.0 / Django

04 Oct 21:46
Compare
Choose a tag to compare

Django

Massive rewrite from Flask to Django

c20f51b

Screenshot 2023-10-04 at 5 44 07 PM Screenshot 2023-10-04 at 5 43 41 PM

What's Changed

Full Changelog: 3.6.1...4.0.0

3.6.1

12 Apr 21:54
Compare
Choose a tag to compare

Full Changelog: 3.6.0...3.6.1

  • pip updates

3.6.0

12 Apr 21:50
Compare
Choose a tag to compare

Screenshot 2023-04-12 at 5 45 56 PM

  • Basic /admin/ tools for Eternals and above, including a skeleton quest edit form
  • SQLAlchemy 2.0 (-ish)
    • Trying to reduce use of SQLAlchemy backref in favor of back_populates
    • Removed cached_property to avoid stale data
    • Truly fix missing player.remort_upgrades and account.upgrades relationships and display
  • CSS logo tricks

Full Changelog: 3.5.2...3.6.0

3.5.2

18 Feb 17:14
Compare
Choose a tag to compare

Massive models.py changes with new player_common table.

Full Changelog: 3.2.1...3.5.2

3.2.1

20 Dec 00:52
Compare
Choose a tag to compare

1d436c2

Bug-fix for help topic redirects

3.2.0

19 Dec 23:46
Compare
Choose a tag to compare

Moved each section to folders!

Screenshot 2022-12-19 at 6 40 18 PM

(.venv) ishar@isharmud:/var/www/isharmud.com/ishar-web$ tree -I '__pycache__'
.
├── README.md
├── SECURITY.md
├── TODO.md
├── __init__.py
├── admin
│   ├── __init__.py
│   ├── accounts.py
│   ├── events.py
│   ├── news.py
│   ├── patches.py
│   ├── players.py
│   ├── seasons.py
│   └── templates
│       ├── accounts
│       │   ├── accounts.html.j2
│       │   ├── edit_account.html.j2
│       │   ├── edit_player.html.j2
│       │   └── manage_account.html.j2
│       ├── events
│       │   ├── edit_event.html.j2
│       │   └── events.html.j2
│       ├── news
│       │   ├── edit_news.html.j2
│       │   └── news.html.j2
│       ├── patches
│       │   └── manage_patches.html.j2
│       ├── portal.html.j2
│       └── seasons
│           ├── cycle.html.j2
│           └── seasons.html.j2
├── challenges
│   ├── __init__.py
│   └── templates
│       └── challenges.html.j2
├── config.py
├── config.py.example
├── database.py
├── database_secret.py
├── database_secret.py.example
├── delta.py
├── discord_secret.py
├── discord_secret.py.example
├── error_pages.py
├── forms.py
├── help
│   ├── __init__.py
│   ├── faqs.py
│   ├── help_page.py
│   ├── helptab.py
│   ├── mud_clients.py
│   ├── templates
│   │   ├── faqs.html.j2
│   │   ├── get_started.html.j2
│   │   ├── help_page.html.j2
│   │   ├── history.html.j2
│   │   ├── mud_clients.html.j2
│   │   └── world.html.j2
│   └── world.py
├── ishar_discord.py
├── leaders
│   ├── __init__.py
│   └── templates
│       └── leaders.html.j2
├── login
│   ├── __init__.py
│   └── templates
│       └── login.html.j2
├── models.py
├── mud_secret.py
├── mud_secret.py.example
├── patches
│   ├── __init__.py
│   ├── templates
│   │   └── patches.html.j2
│   └── util.py
├── portal
│   ├── __init__.py
│   ├── password.py
│   ├── players.py
│   └── templates
│       ├── account.html.j2
│       ├── change_password.html.j2
│       ├── player.html.j2
│       └── player_portal.html.j2
├── requirements.txt
├── sentry.py
├── static
│   ├── Factions_and_Reputation.pdf
│   ├── Major_Update.pdf
│   ├── Season_Proposal.pdf
│   ├── images
│   │   ├── become-a-patron.png
│   │   ├── buy-me-a-coffee.png
│   │   ├── cropped_i_transparent.png
│   │   ├── cropped_ishar_logo_dark.png
│   │   ├── cropped_ishar_logo_trans.png
│   │   ├── cropped_ishar_text_trans.png
│   │   ├── discord.png
│   │   ├── favicon.ico
│   │   ├── favicon.png
│   │   ├── header_alpha.png
│   │   ├── header_test.png
│   │   ├── ishar_logo.ai
│   │   ├── ishar_logo_dark.jpg
│   │   ├── ishar_logo_dark.png
│   │   ├── ishar_logo_dark.svg
│   │   ├── ishar_logo_light.ai
│   │   ├── ishar_logo_light.jpg
│   │   ├── ishar_logo_light.png
│   │   ├── ishar_logo_light.svg
│   │   ├── ishar_logo_text_combined_trans.png
│   │   ├── ishar_logo_transparent.png
│   │   ├── old
│   │   │   ├── old_banner.jpg
│   │   │   ├── old_favicon.ico
│   │   │   └── old_favicon.png
│   │   └── small_ishar_logo_dark.png
│   ├── logo.txt
│   ├── patches
│   │   ├── Patch_1.0.pdf
│   │   ├── Patch_1.1.pdf
│   │   ├── Patch_2.0.pdf
│   │   └── Patch_2.1.pdf
│   ├── robots.txt
│   ├── sitemap.xml
│   └── style.css
├── sysinfo.py
├── templates
│   ├── base
│   │   ├── error.html.j2
│   │   ├── layout.html.j2
│   │   ├── navigation.html.j2
│   │   └── welcome.html.j2
│   ├── global_events.html.j2
│   ├── season.html.j2
│   ├── support.html.j2
│   ├── sysinfo.html.j2
│   └── wizlist.html.j2
├── uwsgi.ini.example
└── welcome.py

25 directories, 115 files