Peter Maselkowski

Results 9 comments of Peter Maselkowski

Forgot to make branch for it... Only commit 322b624 is relevant

Anyway this is now cannot be merged, as too many changes were made

Any reason why dot is still used as separator? According to http://tools.ietf.org/html/rfc3986 dot is valid character for fragment. This causes rewrite of hash with dot into path, ie: ``` /admin/messages/#1jY4xnOMD_sort...

There is a workaround for this issue. After including history.js, delay init, alter `isTraditionalAnchor` and init manually: ``` javascript History.options.delayInit = true; History.isTraditionalAnchor = function(url_or_hash) { var isTraditional; isTraditional =...

@kiflay see brunob2f comment, maybe You need to tweak with regexp.

@MuslimAKhan Are You capable of (ie, have permissions?) to create tag with this fix so that it would allow installing it with composer?

@dliebner The security exploit You linked to is not related to this particular library - it's just a popular name for thumbnailing libraries.

I use your tool to generate sort of HTML table of contents for my github projects and keep related files (also template) in `toc` folder, for example: https://github.com/Maslosoft/Mangan/tree/master/toc And output...

I'm working on legacy app, and there is no version 4 too. Luckyli I have it installed, just need to copy over to new app instances.