Commit Graph

20 Commits (develop)

Author SHA1 Message Date
Ro f824b53f2a
Update versioning to 2.6.1
All the issues in milestone 2.6.1 have been completed, so now it's time for an update
1 year ago
Ro 4876c1336e
Updated Composer packages; empty field fix
Composer dependencies were pretty old, so they needed to be upgraded to
the latest.

There was also a minor bug that was triggered when a new page was saved
with empty tags and no images or documents, so that's been patched as
well.
1 year ago
Ro 254a7f1c38 Scrubbed Moment from codebase
Moment was still being used in some classes so found and replaced all
those instances with Carbon and uninstalled the packaged from composer.
2 years ago
Ro b092645733 Removed Fipamo classes from composer autoloading
I didn't like the extra step that had to be taken to register new
classes from the command line using composer's auto dump, so a quick
script was implemented to handle Fipamo loading classes seperately so
composer can manage itself, removing the need for updating it whenever I
add a new classs to the codebase
2 years ago
Ro 3260e3b76b Updated dependencies, replaced Moment
Composer package dependencies hadn't been updated in awhile, so a part
of the clean up for the php 8.1 install, that has been handled

Moment was being used to handle date formatting but it hasn't been
updated in awhile either, so I switched to Carbon which is still in
active development.
2 years ago
Are0h a1c0d86580 update versioning, clean up npm
I updated the versioning to match in both composer.json and pacakge.json
config files. I need to start cleaning up the dependencies in the front
end scripting as well, so I started my updating them to see much work
needs to get done. Not too bad, but it's going to be a pretty
significant effort.
2 years ago
Are0h 2e30d6eb26 fix for open graph image render, minor tweaks to class importing 2 years ago
Ro 8ad3fa38c5 respeced class imports to psr-4 standard, fixed asset moving, upgraded theme rendering 2 years ago
Ro b70308d990 fixed src removal from image tags with relative urls, add iframe tag to allowed list 2 years ago
Ro 7775c1d409 expanded and streamlined markdown rendering 2 years ago
Ro 6cd28c06c0 version update 3 years ago
Ro b7aafed112 quick fix for composer settings file 3 years ago
Ro b51d63633f expanded composer json 3 years ago
Ro 9462b91246 added phpmailer to dependencies for mail services(smtp, mailgun), update js Mailer class 3 years ago
Ro b09e1c7164 pages rendering to html 3 years ago
Ro 1b9252fef0 page editing cleaned up, fixed date formatting, fixed page filtering, add Image API path 3 years ago
Ro 0ea15ae4b2 added custom session manager, moved index to safe directory 3 years ago
Ro b1cc12673c plugged in APIController, turned on login, added lodash! 3 years ago
Ro 31d5e1192c markdown file retrival working, got rid of unnecessary configs 3 years ago
Ro 67a47355d2 added basic routing and page rendering 4 years ago