Commit graph

611 commits

Author SHA1 Message Date
Dan
0762d67b8d
Merge pull request #403 from jusdepatate/better-gitignore
ignore config files to ease `git pull`s in prod
2020-06-04 18:46:47 +07:00
Dan
baea39d805
Merge pull request #402 from jusdepatate/tiny-readme-edit
correct field for encyption is `password_hash` not `bcrypt`
2020-06-04 18:46:21 +07:00
Jus de Patate_
79baa2eb15
correct field for encyption is password_hash not bcrypt 2020-06-03 14:24:27 +02:00
Jus de Patate_
d98058d6c8
ignore config files to ease git pulls in prod 2020-06-03 14:20:52 +02:00
Jus de Patate_
ec918b43cf
add french translation 2020-06-03 14:16:24 +02:00
Stefan Björk
52e53d4739 Merge remote-tracking branch 'upstream/master' 2020-05-08 15:27:33 +02:00
Dan
7a9d65c396
Merge pull request #401 from bluebirch/format_date
Use `strftime` in `format_date` by @bluebirch
2020-05-07 17:06:40 +07:00
Stefan Björk
2318ecfa48 Use strftime instead of date in format_date. 2020-05-06 16:30:24 +02:00
Dan
9a98c76365
Merge pull request #400 from NightPurrer/patch-1
Update pl.ini by @NightPurrer
2020-05-06 21:10:02 +07:00
Dash
c1bc39439a
Update pl.ini
Updated the Polish translation. It's more completed.
2020-05-06 16:02:42 +02:00
Stefan Björk
aba9982263 Merge remote-tracking branch 'upstream/master' 2020-05-06 13:33:37 +02:00
Dan
b1611d8c38
Update README.md v2.7.5 2020-05-06 17:21:41 +07:00
Dan
40ee712e2a
Update README.md 2020-05-06 17:19:29 +07:00
danpros
aa5de378c9 Bump the tag name 2020-05-06 15:08:25 +07:00
danpros
cf5ad2da16 Don't cache the 404 page 2020-05-06 14:42:51 +07:00
danpros
190b712371 Update contributors 2020-05-06 13:31:05 +07:00
danpros
ec1cf1d303 CVE-2019-8349 XSS vulnerabilities fix 2020-05-06 13:06:59 +07:00
danpros
fb6fac0af1 Clean up the themes 2020-05-06 10:16:33 +07:00
danpros
c8552f3c37 Use schema.org for breadcrumb
Cleaning up the breadcrumb
2020-05-06 07:08:00 +07:00
Dan
e47d7cec97
Merge pull request #397 from bluebirch/fig_captions
More figure captions by @bluebirch
2020-05-05 14:20:33 +07:00
Stefan Björk
7193ba0fd9 Merge remote-tracking branch 'upstream/master' 2020-05-05 09:19:14 +02:00
Stefan Björk
8135a22b96 Add figcaption styling to twentysixteen CSS. 2020-05-05 09:16:30 +02:00
Stefan Björk
8dfda21f3f Added CSS styles for figure captions. Changed RSS feed to /feed/rss for
genericons.
2020-05-05 09:15:51 +02:00
Dan
8ca4b3b625
Merge pull request #394 from bluebirch/fig_captions
Fig captions by @bluebirch
2020-05-05 14:15:16 +07:00
Dan
a99bf757e9
Merge pull request #395 from bluebirch/swedish
Swedish translation by @bluebirch
2020-05-05 14:14:29 +07:00
Stefan Björk
f7f3617502 Merge branch 'swedish' 2020-05-05 09:04:32 +02:00
Stefan Björk
3ebaf056e0 Swedish translation. 2020-05-05 08:45:07 +02: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
Stefan Björk
013c18e975 Merge remote-tracking branch 'upstream/master' into danpros 2020-05-05 08:09:09 +02:00
danpros
e5265527db Composer update 2020-05-05 08:06:22 +07: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
Dan
a5a3d662a3
Update config.ini 2020-05-02 07:45:47 +07:00
Dan
cea350a073
Merge pull request #388 from NightPurrer/patch-1
Maded Polish translation completed in 90 percent by @NightPurrer
2020-05-02 07:28:49 +07:00
Dan
51a066b6f0
Merge pull request #384 from nikkolai14/patch-1
Refactor "if" condition for "$_FILES" array by @nikkolai14
2020-05-02 07:28:17 +07:00
Dan
4d40599122
Merge pull request #334 from vevhlos/fix-typo-function-call
Fixes typo in function call by @vevhlos vevhlos
2020-05-02 07:27:18 +07:00
Dan
9e4f73d6cf
Merge pull request #279 from EBethus/master
Ignore cache and content directories by @bluebirch
2020-05-02 07:25:45 +07:00
Dash
9fe9c4097b
Create lang-pl.ini 2018-12-17 00:42:39 +01:00
Nikkolai Fernandez
faa522d827
Refactor "if" condition for "$_FILES" array
remove unnecessary nested if condition to one liner using AND Boolean operator.
2018-11-04 12:00:38 +08:00
Just vev
32c4279969 Fixes typo in function call 2017-08-03 12:16:57 +03:00
Dan
ee3e479ebd Merge pull request #317 from RalfZim/master
Adding language support - currently only English and German by @RalfZim
2017-04-24 11:26:56 +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
Kanti
5423d65cdc Merge pull request #286 from MarsNL/master
Added step=1 to the time input to add seconds selection.
2016-09-29 07:17:37 +02:00
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 :)
2016-09-28 22:53:46 +02:00
ashrey
4a55a79635 Ignore cache and content directories 2016-08-21 15:39:06 -04:00
Dan
543084524a Merge pull request #278 from Ashrey/master
Permision by @Ashrey
2016-08-22 00:41:12 +07:00
ashrey
803ee045d9 Permision 2016-08-21 11:31:45 -04:00
Kanti
5955ec2007 [CLEANUP] move plugin urilfy to composer setup 2016-07-31 11:52:28 +02:00
Dan
bf5fe94861 Update README.md 2016-02-17 08:16:22 +07:00
Danang Probo Sayekti
ef62b9e460 Maintenance and bugs fixes v2.7.4 2016-01-24 21:35:29 +07:00