aboutsummaryrefslogtreecommitdiff
path: root/app/model
AgeCommit message (Expand)AuthorFilesLines
2023-06-05app/model/Fortune: Read from fileThedro Neely1-5167/+1
2023-06-05generators/fortune -> app/model/Fortune.phpThedro Neely1-0/+5180
2022-04-02app/model/HTMLExtract: SimplifyThedro Neely1-46/+15
2022-01-08app/model/Navigation: Update to PHP 8Thedro Neely1-1/+1
2021-12-18app/model/Navigation: Simplify active route logicThedro Neely1-6/+1
2021-07-14app/controllers/contact: Minor adjustmentsThedro Neely1-7/+2
2020-06-19AppConfigBuild.php -> config.phpThedro Neely1-1/+1
2019-11-30AppConfigBuild.php: Move hardcoded metadata to environment variablesThedro Neely1-2/+2
2019-10-13app/model/Navigation: Return boolean on checksThedro Neely1-14/+3
2019-07-24app/model/Navigation: Strip query string from url for more accurate home page...Thedro Neely1-1/+1
2019-06-10app/views: Add analytics link to footerThedro Neely1-1/+1
2019-06-02app/model/Form: Do not use reply toThedro Neely1-11/+11
2019-05-18app/model/Form: Remove repetitive method naming schemeThedro Neely1-4/+4
2019-04-30app/model/Navigation: Remove title switch function, and set title on page itselfThedro Neely1-14/+0
2019-04-30app/model/Navigation: Just use strlen for home page checkThedro Neely1-1/+1
2019-04-22app/model/Navigation: Use substring countThedro Neely1-1/+1
2019-04-21app/model/Theme: Use the theme parameterThedro Neely1-10/+21
2019-04-18app/model/Theme: Add dark themeThedro Neely1-0/+31
2019-03-28app/controllers/contact: Refactor contact controllerThedro Neely1-24/+10
2019-03-25app/model/HTMLExtract: Add HMTL ExtractorThedro Neely1-0/+64
2019-03-01app/model/Form: Abstract email address to a config optionThedro Neely1-2/+2
2019-01-10app/model/Navigation: Rework NavigatorThedro Neely1-23/+18
2018-12-16app/model/Navigation: Make header title shorterThedro Neely1-0/+4
2018-11-18app/model/Form: Redirect to contact page correctlyThedro Neely1-1/+1
2018-11-09app/model/Navigation: Improve navigation bar page trackingThedro Neely1-5/+9
2018-11-09app/model/Form: Log errors instead of flashing user for now.Thedro Neely1-3/+2
2018-09-09app/model: Refactor helper function into navigation classThedro Neely1-0/+10
2018-08-30Initialize Repo: First CommitThedro Neely2-0/+116