danpros
5a75046a2f
Update admin.php
4 years ago
danpros
48ba0fce9a
Update admin.php
4 years ago
danpros
22edd1569c
Update functions.php
4 years ago
danpros
8b231200c0
Update functions.php
4 years ago
danpros
f019b6160c
Fix editor preview
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
e722158f28
Remove deprecated get_magic_quotes_gpc
PHP 8 compatibility
4 years ago
danpros
317c0e0ac6
Translation not available
4 years ago
danpros
2b147ebb35
Limit unlink folder
4 years ago
danpros
73cab6df0d
Autocomplete tag
See: https://jqueryui.com/autocomplete/#multiple
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
sean1138
79732ef919
more labels for form inputs
4 years ago
sean1138
cf1f75d664
added if statements to remove inputs not needed for adding a category
4 years ago
sean1138
394f667692
more labels for form inputs
4 years ago
sean1138
2a7f8e938e
add category column for view posts tables, each post can have multiple tags so table column header "Tags"
4 years ago
sean1138
c48290f4e5
add category column for view posts tables, each post can have multiplt tags so table column header "Tags"
4 years ago
sean1138
0df2478879
label for must = input id
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/label#using_the_for_attribute
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
Dan
925e2d6d0e
Update user-draft.html.php
5 years ago
Dan
61a75ee945
Fix draft listing
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
e5265527db
Composer update
5 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
med-men
e74df0b3dd
this feature update will allow you to import images within RSS streams. For legal reasons only images from same URL as RSS stream will be imported
6 years ago
Just vev
32c4279969
Fixes typo in function call
8 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
MarsNL
d378abac36
Added step=1 to the time input to add seconds selection.
Without the step modifier users on Chrome mobile couldn't edit
blogs because the seconds were missing
(hh:mm while hh:mm:ss was expected)
This is my first commit, hope it worked :)
9 years ago
Kanti
5955ec2007
[CLEANUP] move plugin urilfy to composer setup
9 years ago
Danang Probo Sayekti
ef62b9e460
Maintenance and bugs fixes
10 years ago
Danang Probo Sayekti
e66f84d413
Quick fixes
10 years ago
Danang Probo Sayekti
8af0ef159f
Maintenance & Bugs fixes
Glob() is expensive so cache the category files.
10 years ago