Commit Graph

35 Commits

Author SHA1 Message Date
a715d95da7 Changed admin path's and page paths to absolute. 2023-05-27 19:40:40 -05:00
b871daf30e Moved admin page to it's own directory/area. 2023-05-27 19:40:08 -05:00
4f5669c1ab Resubmitting changes. Turned out the webserver was caching the old css file. 2023-05-27 16:48:12 -05:00
2182daa058 Reverted changes to css because it wasn't working on external webserver (idk why) 2023-05-27 16:46:38 -05:00
e107baf3ab Had to fix namespacing issue with the table api endpoint. 2023-05-27 16:42:36 -05:00
81533b93fe added css changes to hide the double_width menu_bar when it deosn't have children. 2023-05-27 16:42:12 -05:00
b8ba9dc5d4 Implemented table classes for each webpage. 2023-05-27 15:53:50 -05:00
12e1f06897 Implemented DB helper class (query) and finished implementing it in the git request for table. 2023-05-27 14:41:14 -05:00
52c65cea85 Adding query class 2023-05-27 14:28:06 -05:00
8b5782c5de Setup helper classes to handle stroring and formatting data retrieved from the DB, and implemented them in get method of table.php 2023-05-27 14:27:46 -05:00
849d7d27e0 rearranged project. Added libraries. 2023-05-27 12:12:29 -05:00
01a2b35fdb Merge branch 'master' of github.com:TristanAncelet/WebCron-Site 2023-05-21 14:14:43 -05:00
743ca029cc added a foreach loop to print out a crontab line-by-line to crontab_view.php 2023-05-21 14:14:28 -05:00
cac1e094f9 made changes 2023-05-20 20:55:20 +00:00
dbc5587bb6 Made changes and got shell_exec working 2023-05-20 20:15:39 +00:00
bfa1ed68f6 Made changes 2023-05-20 15:07:45 -05:00
93c0982363 had to remove echo statement to see what the column arguments were. 2023-05-15 19:52:58 -05:00
5d5dd02fb0 Changed crontab_stats.php to only use php code (as shell_exec isn't working) 2023-05-15 17:32:36 -05:00
396f418350 Testing request url change 2023-05-15 16:55:42 -05:00
6194dda84a Committed for move 2023-05-15 16:45:18 -05:00
343a01cf61 Changed button title from test to "View Script Run History" 2023-05-13 13:28:00 -05:00
9a1139edae Moved shell files out of web-root directory so they can't be accessed and downloaded by clients. 2023-05-13 13:24:58 -05:00
f58b9c945f Changed <title> tag to auto set the title based off of the file/page name.
Also started made php additions to auto create anchors for pages in the root directory.
2023-05-13 13:21:52 -05:00
0bfb668e95 Moved files to new directories to allow for more logical organization (and for easier use on my side). 2023-05-13 13:17:50 -05:00
8c686409be added documentation in update-database.sh 2023-05-09 21:47:26 -05:00
8948ce741d Began working on expanding out the front-end to more pages. 2023-05-09 21:42:20 -05:00
d28047b9df Created convienence bash script to count the crontabs that exist on disk. 2023-05-09 21:41:55 -05:00
0ac0b7ef9e finished with convinence bash scripts for managing and updating the DB. 2023-05-09 21:41:32 -05:00
dc3ec782c7 finished with the beginning of the database. 2023-05-09 21:40:58 -05:00
6a23079126 Began working on backend php for Database setup and management. 2023-05-09 19:50:37 -05:00
77ac940c7a Removed unnecessary buttons 2023-05-08 21:36:50 -05:00
2a580bdb77 finished beginnings of site 2023-05-06 23:56:16 -05:00
90cd58aad7 had to fix link rel in head 2023-05-06 20:12:33 -05:00
9e6369d136 test commit 2023-05-06 20:05:15 -05:00
3b60a4a8e1 initial commit 2023-05-06 19:00:50 -05:00