Commit Graph

70 Commits

Author SHA1 Message Date
48d7964a90 downloaded new jquery-ui version 1.14.2 using theme from OpenDRS 2026-06-25 14:04:41 -04:00
aefe3a4c55 removed opendrs from jquery-ui directory 2026-06-25 09:29:07 -04:00
ed0195f123 Bring in distfiles from OpenDRS to use as a new starting point 2026-06-25 09:27:06 -04:00
96065c5b88 Rename original distfiles to distfiles-old 2026-06-25 09:25:29 -04:00
583400a0bb Incorporate common.php 2026-06-24 20:28:32 -04:00
53d05c41b2 Merge pull request 'main' (#3) from main into v6.0.0-dev
Reviewed-on: #3
2026-05-21 21:36:00 -04:00
5e6c349df5 Updated version numbers to 5.3.2 5.3.2 2026-03-02 14:26:07 -05:00
c17c4d4608 Changed $srchflags to grab $_REQUEST instead of $_POST 2026-03-02 14:16:20 -05:00
5d3296c3bc Updated version numbers 5.3.1 2026-02-25 09:34:15 -05:00
09464aace5 Updated version number 2026-02-25 09:22:25 -05:00
e3de786766 Fixed issue-1 bug Fixed bug where prompt to set flags on reference chain was displayed even when no flags were available. 2026-02-25 09:17:25 -05:00
b0aaf70e4d Merge remote-tracking branch 'origin/5.3.0dev' 5.3.0 2026-02-24 10:46:30 -05:00
b70996b4d9 Fixed typo (applocation) 2026-02-24 10:22:09 -05:00
8647c9b4d8 Refresh page to show changes when user selects a different color 2026-02-24 09:50:59 -05:00
b201ac6d24 Fixes to prevent php warnings about trying to access array offset on null 2026-02-24 09:50:05 -05:00
1480feecf0 Reformats 2026-02-24 09:48:02 -05:00
f84395f79a Reformats 2026-02-24 09:47:38 -05:00
f3db1c1523 Updated for color preference fix 2026-02-24 09:46:43 -05:00
962bd7b504 moved the flags part of the constraints generation for log and maintform search to the end to avoid mysql unknown column error 2026-02-23 13:36:30 -05:00
ec8efec61e determine original owner of template to prevent stealing it when the intent is to copy it 2026-02-23 06:37:51 -05:00
d23a19a3eb changed insertion of all zeroes deferred date into the database with a date that will pass validation 2026-02-23 06:36:25 -05:00
152bb30029 fixed typo in flagmap table update 2026-02-23 06:35:10 -05:00
11c876886a fixed invalid array key php warnings 2026-02-23 06:34:32 -05:00
9cce143cf9 fixed invalid array key php warning 2026-02-23 06:34:03 -05:00
eb29a3799c Modified templateselect function to show all users templates in user dropdown if current user is admin 2026-02-23 06:33:16 -05:00
ba7db9279d Created landing page to inform users during upgrades 2026-02-23 06:31:49 -05:00
ce8e5d9ca7 Modified to use apache conf template and take app offline during upgrade 2026-02-23 06:31:11 -05:00
0600ba18cd Template apache config file created 2026-02-23 06:30:24 -05:00
ef0599342b Added -q option to a2enconf/a2disconf to suppress their output. 2026-02-20 07:46:18 -05:00
5129d30992 Updated to reflect date/time validation. 2026-02-20 07:24:45 -05:00
ed7a25cea3 Fixed incorrect version for initial database. 2026-02-20 07:24:04 -05:00
968964e3fe updates in work to use fix_date function 2026-02-19 21:22:28 -05:00
d41519ba91 Updated to use fix_date and fix_time functions 2026-02-19 21:21:50 -05:00
513017d3cb Created fix_date and fix_time functions 2026-02-19 21:21:07 -05:00
3385954624 Convert single bracket ifs to double bracket. Disable access to app during upgrade. 2026-02-19 19:22:13 -05:00
5a50400a56 changed an info message 2026-02-19 18:48:26 -05:00
b138f462d9 Moved spinners for database upgrades from install.sh to database-update.sh 2026-02-19 18:33:19 -05:00
dd86d2e519 Updated for new version. 2026-02-19 16:03:10 -05:00
41c5b4560b Updated to utf8mb4 encoding 2026-02-19 14:28:10 -05:00
01fd47814b Various reformats. Changed boolean variables from 1/0 to TRUE/FALSE in multiple files. 2026-02-19 14:08:40 -05:00
9122040863 Replaced template line loading code with the templateselect function. 2026-02-18 14:11:52 -05:00
86f1512cc0 Removed hardcoded form action to templates.php in the templateselect function. 2026-02-18 14:10:33 -05:00
0145f5849f Minor cleanups and removed references to installing on Windows since we don't try to support that any more. 2026-02-18 13:00:04 -05:00
c4d2d4334e Cleanup to avoid php undefined array key warning 2026-02-18 12:56:49 -05:00
5e1856f1dc Cleanups to avoid php undefined variable warnings. Changed boolean variables from 1/0 to TRUE/FALSE. Converted flag handling code to the new scheme. 2026-02-18 12:48:29 -05:00
262bd6dcdc Minor cleanups to prevent php undefined variables warnings. 2026-02-18 12:42:03 -05:00
ff71083b49 fixes to get_part_data to prevent php undefined variable warnings 2026-02-18 12:40:40 -05:00
1a4c9a9c2a Fixed bug where the shifts weren't being shown in the existing techs table. 2026-02-18 12:37:45 -05:00
5396f3367b Various cleanups to avoid php undefined variable warnings 2026-02-18 12:33:25 -05:00
557af4db04 Set REQUEST variables to default to NULL if not passed to avoid php warnings 2026-02-18 12:31:44 -05:00