Skip to content

Tags: tantek/cassis

Tags

v0.3.19425

Toggle v0.3.19425's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CC BY-SA 4.0 for GPL compat

v0.2.16895

Toggle v0.2.16895's commit message
new function trim_leading_urls

new function from Falcon, trim_leading_urls, useful for generating post
name/title from plain text that is usually auto-linked/embedded, e.g.
photo posts

v0.1.16124

Toggle v0.1.16124's commit message
Merge pull request #11 from pfefferle/master

added a "loader" to be more composer friendly. thanks @pfefferle!

v0.1.15895

Toggle v0.1.15895's commit message
substr() neg offsets, new ctype_email_local(), auto_link() avoid link…

…ing email domain as handle

fix substr() neg offsets.
add new function ctype_email_local() with minimal good enough
implementation.
a few whitespace tweaks.
fix auto_link() to avoid linking email address domain name as Twitter
handle.

v0.1.15886.2

Toggle v0.1.15886.2's commit message
fix commenting in PHP-only block

v0.1.15886

Toggle v0.1.15886's commit message
add number(), y_to_days, fix ymd_to_days, simplify yd_to_days

add number() and y_to_days functions. fix ymd_to_days to use yd_to_days
(previously had a JS-only problem on DST boundaries), and fix
yd_to_days to use y_to_days simpler flow.