fipamo/app
ro c85e145774
added getbyIndex for pages, urlencode page titles
the theme controller was grabbing the index by its page name, which was
bad because that might change. that was replaced with a getById function
since the index id will always be 0 since it's the first page. this is a
seperate function from getByUuid which is a unique indentifier for each
page which was being used interchangably before the fix. all of those
references have been cleaned up to reference which type of id is needed

there was also a bug that happened on rendering when there were special
characters in the title. this was solved by saving the title as a
urlencoded string and then just decodded when it was needed for display
on the front end
2024-09-04 14:32:36 -06:00
..
Console The Big Flip 2024-02-29 11:09:17 -06:00
Exceptions The Big Flip 2024-02-29 11:09:17 -06:00
Helpers API Improvements #116 2024-07-17 16:41:11 -06:00
Http added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
Interfaces added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
Mail Updated Mailer (#113) 2024-06-05 13:33:11 -06:00
Models The Big Flip 2024-02-29 11:09:17 -06:00
Providers FEATURE: Restore to default 2024-07-02 17:09:27 -06:00
Repositories added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
Services added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00