Commit graph

246 commits

Author SHA1 Message Date
danpros
3dd6c364e5 Update functions.php 2021-03-10 09:33:35 +07:00
danpros
f6c5655e92 Image upload fix 2021-03-06 22:00:47 +07:00
danpros
f098d189c4 Add bootstrap class to pagination 2021-03-06 08:36:49 +07:00
danpros
d6d34f142d Add bootstrap class to the menu 2021-03-05 22:45:32 +07:00
danpros
2460e5c6c1 Silence is golden 2021-03-05 10:28:00 +07:00
danpros
15a61242e4 Use the old style tag cloud 2021-03-04 23:20:33 +07:00
danpros
f209c6aba6 Update dispatch.php 2021-03-04 21:38:51 +07:00
danpros
eb3ea00382 Update functions.php 2021-02-22 11:59:47 +07:00
danpros
f51e1c1f06 Update functions.php 2021-02-21 21:18:21 +07:00
danpros
665ad9aa83 Make sure to return htmlspecialchars 2021-02-21 12:15:47 +07:00
danpros
2a64d44302 Config page revamp 2021-02-21 09:40:13 +07:00
danpros
8990c67f96 Updating panel 2021-02-20 07:59:51 +07:00
danpros
22edd1569c Update functions.php 2021-02-19 15:40:40 +07:00
danpros
8b231200c0 Update functions.php 2021-02-19 15:28:41 +07:00
danpros
5c5b94e83a Always add slash 2021-02-19 15:03:50 +07:00
danpros
82a5cce7a4 Update functions.php 2021-02-19 09:21:38 +07:00
danpros
6a3c968c34 Fix RSS feed category 2021-02-18 23:28:44 +07:00
danpros
495c7ad9c8 Custom 404 layout possibility 2021-02-18 22:27:53 +07:00
danpros
1c16023e42 Menu custom class fix 2021-02-18 22:03:36 +07:00
danpros
e2192f774d Cleaning up 2021-02-18 20:18:06 +07:00
danpros
d1f7d279bd Admin panel revamp and simple menu builder 2021-02-18 14:08:51 +07:00
danpros
317c0e0ac6 Translation not available 2021-01-22 13:33:08 +07:00
danpros
0f28fe7343 Simplify the language
For better flexibility
2021-01-21 17:42:57 +07:00
Dan
7cb39f662f
PHP 8 support
Simple fix to support PHP 8.
2021-01-15 09:04:54 +07:00
sean1138
8401a6149c tweak toolbar selected style, use classes more like original project instead of IDs on the toolbar LIs 2021-01-13 07:02:17 -05:00
sean1138
d7c16c957b oops again 2021-01-12 17:27:55 -05:00
sean1138
238f27e9d8 oops 2021-01-12 17:24:00 -05:00
sean1138
32807b09f7 add basic selected styles for toolbar links 2021-01-12 17:16:51 -05:00
Dan
152b5990bb
Merge pull request #430 from bluebirch/fix_find_post
Fix find_post bug by @bluebirch
2021-01-03 20:23:00 +07:00
Stefan Björk
f5436d446c If there was two blog entries with the same permalink but different dates, find_post always returned the latest one and ignored year/month. Fixed by checking that $year is actually set to NULL, which is the case if you use the post/title permalink type. 2021-01-02 16:48:56 +01:00
Stefan Björk
1d7879986a Translation fix of twentyfifteen theme. 2020-11-11 14:11:17 +01:00
Bensong Liu
eff6949ac5 bug fix: disqus always want absolute url, so a relative url in config.site.url breaks disqus. 2020-10-14 11:54:42 +08:00
Bensong Liu
2cea0ace73 bug fix: disqus always want absolute url, so a relative url in config.site.url breaks disqus. 2020-10-14 11:41:16 +08:00
Stefan Björk
2318ecfa48 Use strftime instead of date in format_date. 2020-05-06 16:30:24 +02:00
danpros
cf5ad2da16 Don't cache the 404 page 2020-05-06 14:42:51 +07:00
danpros
ec1cf1d303 CVE-2019-8349 XSS vulnerabilities fix 2020-05-06 13:06:59 +07:00
danpros
c8552f3c37 Use schema.org for breadcrumb
Cleaning up the breadcrumb
2020-05-06 07:08:00 +07:00
Stefan Björk
9f1874345a Images with nonempty alt text, occurring by itself in a paragraph, will be rendered as figure with a caption, like pandoc's markdown (see <https://pandoc.org/MANUAL.html#images>). This is controlled with a new configuration option fig.captions. 2020-05-05 08:11:44 +02:00
danpros
0fc0d127da Revert back the date_format
We will change the date format in one go later.
2020-05-04 10:16:56 +07:00
danpros
73e103b8ab Simplify the language file
We just need to creating the file and load it via config
2020-05-03 09:58:32 +07:00
Ralf (infinity)
4fde479aba Adding language support - currently only English and German
system/htmly.php
- Loads language files from folder lang/
- Sets language settings for date and time format
system/includes/dispatch.php
- function i18n() returns translated strings
2017-04-23 17:26:54 +02:00
Danang Probo Sayekti
ef62b9e460 Maintenance and bugs fixes 2016-01-24 21:35:29 +07:00
Danang Probo Sayekti
8af0ef159f Maintenance & Bugs fixes
Glob() is expensive so cache the category files.
2016-01-09 12:30:23 +07:00
Danang Probo Sayekti
9781a79621 Fix footnote link
Make the footnote link absolute when on teaser
2016-01-04 09:08:57 +07:00
Danang Probo Sayekti
a273a4faf7 Happy New Year!
The ported version of Twenty Fifteen and Twenty Sixteen include with the
package. Maintenance and bugs fixes.
2016-01-01 22:10:52 +07:00
Danang Probo Sayekti
2fca100347 Support Chinese, Japanese, Arabic etc. for slug
Support Chinese, Japanese, Arabic etc. for the slug (post url, tag and
category).
2015-12-23 23:59:59 +07:00
Danang Probo Sayekti
96a250274e Improving template engine
Improving template engine for more flexible theming. Add
cache.expiration.
2015-12-21 18:42:49 +07:00
Danang Probo Sayekti
7e73666725 Improvements 2015-12-01 22:47:16 +07:00
Danang Probo Sayekti
e3e393a7bd Cleaning up
Simplify add and edit content. Bugs fixes and improvements.
2015-12-01 18:43:02 +07:00
Danang Probo Sayekti
c1f8079049 Update the language map 2015-11-23 16:13:11 +07:00