Log message #3882206

# At Username Text
# May 28th 2016, 21:36 ionas Xeus I am at cake fest btw :)
# May 28th 2016, 21:35 Xeus it has been awhile
# May 28th 2016, 21:35 ionas 1% battery
# May 28th 2016, 21:35 Xeus nice seeing youa gain
# May 28th 2016, 21:35 Xeus cya :)
# May 28th 2016, 21:35 ionas see you around later
# May 28th 2016, 21:26 Xeus it will be a wiki of all the free stuff you can get on your birthday
# May 28th 2016, 21:26 Xeus the reason I am resurrecting this is to bring up my new site www.freebirthdaywiki.com
# May 28th 2016, 21:26 Xeus yes I will be using let's encrypt
# May 28th 2016, 21:26 ionas Xeus: then donâ??t worry :)
# May 28th 2016, 21:26 Xeus I don't have the time right now
# May 28th 2016, 21:26 ionas it should at least use letâ??s encrypt and be https by default to have best google ranking
# May 28th 2016, 21:25 ionas first donâ??t know ask phpnut or Megan about it ;)
# May 28th 2016, 21:25 ionas if your code base is small, re-create in cakephp3 if you want to learn great new features
# May 28th 2016, 21:25 first why is http://cakephp.org/ without ssl?
# May 28th 2016, 21:25 ionas then you can do it in afterfind or you can create a helper or just call the class/object from the view template and be done with it
# May 28th 2016, 21:24 Xeus basically the goal is to bring up a new wiki in less than a minute
# May 28th 2016, 21:24 ionas ok good
# May 28th 2016, 21:24 Xeus it is a very simple and fast wiki app
# May 28th 2016, 21:24 ionas body = markdown, rendered_body = h() -> markdown() ->
# May 28th 2016, 21:24 Xeus this app was created a long time ago
# May 28th 2016, 21:24 Xeus I am using 2.8
# May 28th 2016, 21:24 ionas if it is create a virtual property in the entity
# May 28th 2016, 21:23 ionas cakephp3?
# May 28th 2016, 21:23 ionas maybe it has composer support now
# May 28th 2016, 21:23 Xeus yeah I am sure mine is out of date
# May 28th 2016, 21:23 Xeus nice
# May 28th 2016, 21:23 ionas but maybe parsedown is good, I had good xp with it
# May 28th 2016, 21:23 Xeus ok
# May 28th 2016, 21:22 ionas yeah h() is convenience with some default around htmlentities afair
# May 28th 2016, 21:22 ionas it should not â??changeâ? over multiple saves
# May 28th 2016, 21:22 Xeus I am doing output -> htmlentities() -> markdown() right now
# May 28th 2016, 21:22 ionas try to save the same body multiple times
# May 28th 2016, 21:22 Xeus ok
# May 28th 2016, 21:21 ionas then Iâ??d do: input -> save; output -> h() -> markdown()
# May 28th 2016, 21:21 ionas ah ok
# May 28th 2016, 21:21 Xeus so people can make wiki pages about html
# May 28th 2016, 21:21 ionas however then h() is right
# May 28th 2016, 21:21 ionas why?
# May 28th 2016, 21:21 Xeus just convert to html entities
# May 28th 2016, 21:21 ionas ah