]> source.dussan.org Git - gitea.git/commit
Remove the "PHP" style formatting function
authorPeter Smit <peter@smitmail.eu>
Mon, 16 Feb 2015 12:44:27 +0000 (14:44 +0200)
committerPeter Smit <peter@smitmail.eu>
Mon, 16 Feb 2015 12:44:27 +0000 (14:44 +0200)
commit7759b9ee6efb069a1f846b43bd6bc981f998e55a
tree61e95c4db963fbf6eac0dfb7f673de8c58fc13ad
parentd85366930c94145c8f1119ff0b6bb95d77c5200e
Remove the "PHP" style formatting function

The "PHP" formatting function doesn't add anything, except an undocumented date format.

All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
modules/base/template.go
modules/base/tool.go
templates/admin/auth/list.tmpl
templates/admin/org/list.tmpl
templates/admin/repo/list.tmpl
templates/admin/user/list.tmpl
templates/user/profile.tmpl
templates/user/settings/applications.tmpl
templates/user/settings/social.tmpl
templates/user/settings/sshkeys.tmpl