Commit graph

357 commits

Author SHA1 Message Date
7b7d1e9ba0
Merge pull request #45 from GameServerPanel/copilot/fix-cart-functionality-and-docs
Fix cart display, menu styling, and documentation contrast/content
2025-11-08 10:32:59 -05:00
copilot-swe-agent[bot]
563ce13252 Fix cart display, menu styling, and documentation formatting
- Add menu include to cart.php so the page displays properly
- Link header.css stylesheet in cart.php
- Change My Account from prominent button to regular nav link in menu
- Update all 148 game documentation files with proper Quick Info from XML configs
- Fix contrast issues in Quick Info (dark blue background with white text)
- Add Font Awesome icons and fix contrast in Important Notes (dark orange background)
- Sort games alphabetically (case-insensitive) in docs.php
- Add Font Awesome CDN link to docs.php

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-08 15:22:23 +00:00
copilot-swe-agent[bot]
cdaf9e52e9 Initial plan 2025-11-08 15:14:57 +00:00
edf5e07670
Merge pull request #44 from GameServerPanel/copilot/fix-cart-loading-and-consolidate-docs
Fix cart loading, consolidate duplicate game docs, add navigation
2025-11-07 14:12:13 -05:00
copilot-swe-agent[bot]
7b7a42ca30 Fix cart CSS, update menu, consolidate game docs, add navigation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 13:39:41 +00:00
copilot-swe-agent[bot]
29810ab3ab Initial plan 2025-11-07 13:33:39 +00:00
dfeb980a9f
Merge pull request #43 from GameServerPanel/copilot/fix-login-and-coupon-system
[WIP] Fix login issue and complete coupon system implementation
2025-11-07 07:06:50 -05:00
copilot-swe-agent[bot]
14a499d50a Add implementation summary documentation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 12:04:44 +00:00
copilot-swe-agent[bot]
71346d031d Add placeholder icons for games without images
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 12:02:45 +00:00
copilot-swe-agent[bot]
0d81151457 Generate documentation for 244 game servers from XML configs
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 12:01:17 +00:00
copilot-swe-agent[bot]
7dcecd49ed Complete coupon system integration with payment processing
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 11:59:06 +00:00
copilot-swe-agent[bot]
291fd81504 Add coupon system integration to shopping cart
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 11:56:11 +00:00
copilot-swe-agent[bot]
d7e9b54763 Fix hardcoded ogp_users table reference in menu.php
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 11:54:19 +00:00
copilot-swe-agent[bot]
25b5b6c9f6 Initial plan 2025-11-07 11:50:31 +00:00
8894f73e4f
Merge pull request #42 from GameServerPanel/copilot/update-billing-table-prefix
[WIP] Update billing section for table prefix and PayPal verification
2025-11-07 05:58:13 -05:00
copilot-swe-agent[bot]
6a8bc7b386 Add comprehensive status report for billing module updates
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 10:54:39 +00:00
copilot-swe-agent[bot]
b9d3d5a285 Implement new documentation system with categorized docs browser
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 10:52:35 +00:00
copilot-swe-agent[bot]
0be96da2a0 Update table prefix from ogp_ to gsp_ in SQL files and config
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-07 10:48:01 +00:00
copilot-swe-agent[bot]
4e5bae68c4 Initial plan 2025-11-07 10:42:22 +00:00
7276af0d32 removed all hardcoded table prefixes 2025-11-05 13:33:45 -05:00
98ddfb9c3e ai instructions and added panel.sql 2025-11-05 12:38:43 -05:00
fca8ea4c74 copilot and cart updates 2025-11-05 11:55:31 -05:00
f81b425f81
Merge pull request #41 from GameServerPanel/copilot/fix-error-500-issue
Fix HTTP 500 in PayPal capture endpoint - undefined function and variable
2025-10-29 19:06:44 -04:00
copilot-swe-agent[bot]
2676522047 Add missing capture_log function and $requestId initialization to fix HTTP 500 errors
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 21:54:00 +00:00
copilot-swe-agent[bot]
b0f88b7be2 Initial plan 2025-10-29 21:48:17 +00:00
2a0757ceda
Merge pull request #40 from GameServerPanel/copilot/add-logging-output-error-handling
[WIP] Add logging to investigate HTTP ERROR 500 issues
2025-10-29 17:43:02 -04:00
copilot-swe-agent[bot]
55a29da9c5 Add summary documentation for logging changes
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 21:42:26 +00:00
copilot-swe-agent[bot]
c03fcb46d4 Add comprehensive debugging documentation for PayPal payment flow
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 21:40:01 +00:00
copilot-swe-agent[bot]
4dba46d11c Add comprehensive logging to PayPal payment flow for debugging errors
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 21:38:02 +00:00
copilot-swe-agent[bot]
de3db4e247 Initial plan 2025-10-29 21:28:20 +00:00
5fd7a009ef
Merge pull request #39 from GameServerPanel/copilot/fix-paypal-cart-error
Fix duplicate JSON output in PayPal capture endpoint
2025-10-29 17:18:06 -04:00
copilot-swe-agent[bot]
736b05cc1b Fix duplicate JSON output in capture_order.php causing PayPal cart errors
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 18:11:18 +00:00
copilot-swe-agent[bot]
bf4ffddc9c Initial plan 2025-10-29 18:08:04 +00:00
1820c33f90
Merge pull request #38 from GameServerPanel/copilot/fix-coupons-page-error
Remove legacy panel module coupon files causing HTTP 500
2025-10-29 08:25:23 -04:00
copilot-swe-agent[bot]
69cd4908a0 Remove legacy coupon.php and coupons.php files
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 12:20:58 +00:00
copilot-swe-agent[bot]
ee585a3c69 Initial plan 2025-10-29 12:15:13 +00:00
efa1440e91 admin coupons 2025-10-29 08:12:40 -04:00
7e6de96a54
Merge pull request #37 coupon fix
Fix database login error and admin coupon page HTML structure
2025-10-29 08:06:15 -04:00
copilot-swe-agent[bot]
59d3b724af Fix admin_coupons.php HTML structure to properly display forms and tables
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 12:04:06 +00:00
copilot-swe-agent[bot]
e9eecd3502 Initial plan 2025-10-29 11:51:39 +00:00
a56c24bdfd changing db credentials 2025-10-29 07:48:55 -04:00
68fa6d9b1c password in config php 2025-10-29 07:34:08 -04:00
a5227e952f
Merge pull requestAdded coupons
Fix standalone billing module database dependencies and implement coupon system
2025-10-29 07:18:40 -04:00
copilot-swe-agent[bot]
d586879faa Add implementation completion summary document
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 11:09:18 +00:00
copilot-swe-agent[bot]
167afb3a31 Add .gitignore to protect sensitive config files
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 11:06:58 +00:00
copilot-swe-agent[bot]
9e76720fd1 Add comprehensive documentation for coupon system and standalone billing
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 11:05:26 +00:00
copilot-swe-agent[bot]
54c5efe0a8 Add coupon discount display to my_servers and admin_invoices pages
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 11:02:40 +00:00
copilot-swe-agent[bot]
0a2ec94cf8 Update capture_order.php to handle coupon discount and track usage
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 11:00:46 +00:00
copilot-swe-agent[bot]
93d47dba40 Add coupon application logic to cart.php with discount calculation
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 10:59:31 +00:00
copilot-swe-agent[bot]
9d541d55a2 Add enhanced coupon system with game filters and admin management page
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-10-29 10:54:52 +00:00