summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-14Tidy up HTMLHEADmainDavid T. Sadler
2021-11-13Sort by titleDavid T. Sadler
2021-11-13Don't show added_at on index pageDavid T. Sadler
2021-11-13Make title requiredDavid T. Sadler
2021-11-12Increase max length of tagDavid T. Sadler
2021-11-11Keep sorting by date+time if on same dateDavid T. Sadler
2021-11-11Sort by title if dates are the sameDavid T. Sadler
2021-11-11Reduce min length required for titleDavid T. Sadler
2021-11-10Add missing forward slashesDavid T. Sadler
2021-11-10Add trailing slash to URLs to prevent redirectDavid T. Sadler
The Apache configuration redirects requests with out a trailing slash. It does a redirect without preserving the http method. E.g. a POST /store redirects to GET /store/
2021-11-10Get it work with PHP 7David T. Sadler
2021-11-09Use short echo tagsDavid T. Sadler
2021-11-09Add missing htmlentitiesDavid T. Sadler
2021-11-08Filter by tagDavid T. Sadler
2021-11-03Improve HTML and CSSDavid T. Sadler
2021-11-02Remove id from fileDavid T. Sadler
2021-11-01Ensure html is escapedDavid T. Sadler
2021-11-01Return false if saving failsDavid T. Sadler
2021-11-01Remove unreadDavid T. Sadler
2021-11-01Titles for each pageDavid T. Sadler
2021-11-01Add edit linkDavid T. Sadler
2021-11-01Remove unreadDavid T. Sadler
2021-10-26Show url if there is no titleDavid T. Sadler
2021-10-26Implement oldDavid T. Sadler
2021-10-20Validate fieldsDavid T. Sadler
2021-10-18Implement session managementDavid T. Sadler
2021-10-13Implemente redirectsDavid T. Sadler
2021-10-12Add deleteDavid T. Sadler
2021-10-11Implement very basic editingDavid T. Sadler
2021-10-07Add bookmarksDavid T. Sadler
2021-10-06Implement basic index pageDavid T. Sadler
2021-10-06Implement template engineDavid T. Sadler
2021-10-06Add functions fileDavid T. Sadler
2021-09-18Beginning of rewriteDavid T. Sadler