fipamo/app/Services
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
..
Assets Page Admin API, part 1 2024-07-23 17:46:45 -06:00
Data added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00
Upkeep added getbyIndex for pages, urlencode page titles 2024-09-04 14:32:36 -06:00