danpros
0bc0931eff
Improve set cookie params
Add conditional statement. Before PHP 7.3 it only receive string
4 years ago
ProjectPatatoe
496995159f
set samesite cookie attribute to strict
4 years ago
ProjectPatatoe
7e709addb5
no cookie for just reading
4 years ago
danpros
55286443e6
Fix formatting
4 years ago
danpros
697cfdfa11
Update functions.php
4 years ago
danpros
13d7b45ee7
Update functions.php
4 years ago
danpros
e06296cc61
More precise page generation time
4 years ago
danpros
84f4e565e6
Improve featured video
The `$p->video` should return the video link only, to get the video ID we can use get_video_id(); and call it from the theme.
4 years ago
danpros
3dd6c364e5
Update functions.php
4 years ago
danpros
f6c5655e92
Image upload fix
4 years ago
danpros
f098d189c4
Add bootstrap class to pagination
4 years ago
danpros
d6d34f142d
Add bootstrap class to the menu
4 years ago
danpros
2460e5c6c1
Silence is golden
4 years ago
danpros
15a61242e4
Use the old style tag cloud
4 years ago
danpros
f209c6aba6
Update dispatch.php
4 years ago
danpros
eb3ea00382
Update functions.php
4 years ago
danpros
f51e1c1f06
Update functions.php
4 years ago
danpros
665ad9aa83
Make sure to return htmlspecialchars
4 years ago
danpros
2a64d44302
Config page revamp
4 years ago
danpros
8990c67f96
Updating panel
4 years ago
danpros
22edd1569c
Update functions.php
4 years ago
danpros
8b231200c0
Update functions.php
4 years ago
danpros
5c5b94e83a
Always add slash
4 years ago
danpros
82a5cce7a4
Update functions.php
4 years ago
danpros
6a3c968c34
Fix RSS feed category
4 years ago
danpros
495c7ad9c8
Custom 404 layout possibility
4 years ago
danpros
1c16023e42
Menu custom class fix
4 years ago
danpros
e2192f774d
Cleaning up
4 years ago
danpros
d1f7d279bd
Admin panel revamp and simple menu builder
4 years ago
danpros
317c0e0ac6
Translation not available
4 years ago
danpros
0f28fe7343
Simplify the language
For better flexibility
4 years ago
Dan
7cb39f662f
PHP 8 support
Simple fix to support PHP 8.
4 years ago
sean1138
8401a6149c
tweak toolbar selected style, use classes more like original project instead of IDs on the toolbar LIs
4 years ago
sean1138
d7c16c957b
oops again
4 years ago
sean1138
238f27e9d8
oops
4 years ago
sean1138
32807b09f7
add basic selected styles for toolbar links
4 years ago
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.
4 years ago
Stefan Björk
1d7879986a
Translation fix of twentyfifteen theme.
5 years ago
Bensong Liu
eff6949ac5
bug fix: disqus always want absolute url, so a relative url in config.site.url breaks disqus.
5 years ago
Bensong Liu
2cea0ace73
bug fix: disqus always want absolute url, so a relative url in config.site.url breaks disqus.
5 years ago
Stefan Björk
2318ecfa48
Use `strftime` instead of `date` in `format_date`.
5 years ago
danpros
cf5ad2da16
Don't cache the 404 page
5 years ago
danpros
ec1cf1d303
CVE-2019-8349 XSS vulnerabilities fix
5 years ago
danpros
c8552f3c37
Use schema.org for breadcrumb
Cleaning up the breadcrumb
5 years ago
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`.
6 years ago
danpros
0fc0d127da
Revert back the date_format
We will change the date format in one go later.
5 years ago
danpros
73e103b8ab
Simplify the language file
We just need to creating the file and load it via config
5 years ago
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
8 years ago
Danang Probo Sayekti
ef62b9e460
Maintenance and bugs fixes
10 years ago
Danang Probo Sayekti
8af0ef159f
Maintenance & Bugs fixes
Glob() is expensive so cache the category files.
10 years ago