0e479083f3
fixed tiny typo for NO_ENTRIES_BLAHBLAH
2018-08-15 20:25:03 +02:00
2a853f44ee
spamblock: bump version
2018-08-09 19:38:47 +02:00
2ecd2bdd13
Return output
...
When $use_gd is false, returning $output so that the captcha images that have been generated are actually embedded into the final rendering of the page.
Fixes #536 .
2018-08-09 19:37:54 +02:00
9b8a547ca8
Merge pull request #568 from th-h/master
...
[event_gravatar] Fix paste error in legal info.
2018-08-04 03:09:41 +02:00
2f327ce463
[event_gravatar] Fix paste error in legal info.
...
Picked from additional plugins.
Signed-off-by: Thomas Hochstein <thh@inter.net >
2018-08-04 03:02:52 +02:00
2669745975
replace deprecated each() with foreach()
2018-07-31 20:58:48 +02:00
47b8a13911
Make the $view variable more reliable
...
t could happen that $view was not set, which lead to noindex being set to all frontpage pages. See https://board.s9y.org/viewtopic.php?f=3&t=24041
2018-07-31 20:35:52 +02:00
5504f85373
Merge pull request #561 from th-h/thh-https
...
Update language constants.
2018-07-21 22:47:06 +02:00
a42cc8da66
Fix broken link to documentation.
...
Signed-off-by: Thomas Hochstein <thh@inter.net >
2018-07-21 22:45:48 +02:00
4387556026
Change links to HTTPS.
...
Signed-off-by: Thomas Hochstein <thh@inter.net >
2018-07-21 22:45:44 +02:00
005a86da1c
Another cast for safety
2018-07-19 09:25:18 +02:00
1afc4d929d
Adjust fetchLimit to ensure integer content
2018-07-18 11:59:45 +02:00
19513cdf14
Security fixes
2018-07-18 11:23:02 +02:00
e09b2600c6
improved nl2br to make it more intelligent
...
tag clean recognizes quotes in tags and escapes all non-tags
bugfixes in explode along tags
uses now simple <p>-tags normally and only in special cases margin=0
converts double newlines to paragraphs and single newlines to br-tags
but only inside text, not in tags and only where it is allowed by html standards
2018-07-03 17:04:34 +02:00
280a2f1c00
ML gallery: link images ( #552 )
...
Still needs to react to hotlinked images, and if we add a configuration step here the template will be the wrong place to create the markup
2018-06-20 23:37:50 +02:00
c64fd17550
Add mvp HTML/CSS for media galleries
...
- Use proper semantic markup for s9y_gallery
- Add a few classes just in case
- Add basic CSS for image galleries
- Backport gallery styles to default
References #552
2018-06-16 16:45:55 +02:00
9d1fa83a39
Allow svgs in the media library ( #529 )
2018-06-14 22:14:04 +02:00
23d3a73b01
init maintenance mode ( #467 )
2018-06-13 19:31:28 +02:00
567587718b
React to errors when comment could not be deleted ( #527 )
2018-06-12 23:49:11 +02:00
4c671ead1c
Make it easier to drag plugins to other column ( #510 )
2018-06-12 23:22:45 +02:00
3ba160c52a
If js is broken, fallback to open configuration options ( #479 )
2018-06-12 23:05:02 +02:00
3ef2b78014
Make comment subscription with full text the default ( #483 )
2018-06-12 22:44:45 +02:00
c7c133ef1d
Set the bcrypt hashtype as the default for user creation
2018-06-12 22:43:19 +02:00
9e8eebac15
Fix user creation, also fixes installer
...
Because the hashtype was not set to the new default, but bcrypt already used, the user could not log in
2018-06-12 22:40:02 +02:00
bfce8ffb61
Improve gallery insert function ( #552 )
...
Border around selected images, button hidden till iamge is selected, init language constant
2018-06-11 23:12:12 +02:00
e23fed0a47
Merge branch 'master' of https://github.com/s9y/Serendipity
2018-04-23 11:58:54 +02:00
775b71134c
* Fixed bug in pull request #392 which overwrote user specified
...
input for logged in authors with an empty realname (wrong array
key name) and deleted all existing text input
2018-04-23 11:58:32 +02:00
fcb8b3e72b
bootstrap4: Update to Bootstrap 4.1.0
2018-04-20 17:15:32 +02:00
d0a23274b4
bootstrap4: Remove modernizr reference
2018-04-19 22:23:59 +02:00
575ec3f165
Merge branch 'master' of github.com:s9y/Serendipity
2018-04-10 08:14:36 +02:00
a699623ada
Skeleton: used the wrong lang constant
2018-04-10 08:14:25 +02:00
f5d13f3263
Timeline: add theme option to disable Google webfonts
2018-04-09 18:48:04 -05:00
c22653e001
Clean Blog: add theme option to disable Google webfonts
2018-04-09 18:12:47 -05:00
5ba0c006ab
Oops, forgot something for Skeleton
2018-04-09 23:59:33 +02:00
b6d06e16c0
Skeleton: add theme option to disable Google webfonts
2018-04-09 20:47:46 +02:00
0bdae3b18c
Merge branch 'master' of github.com:s9y/Serendipity
2018-04-06 17:14:13 +02:00
40993037b2
init media gallery insert
2018-04-06 17:09:51 +02:00
5f5d809b10
upport
2018-04-03 11:21:25 +02:00
c40aafcd1a
Backport
2018-04-03 11:19:25 +02:00
d10aaf8ffd
Add new "legal" properties for affected plugins.
...
Disable subtome by default.
2018-04-03 11:17:22 +02:00
02b70e2266
Another fix to Spartacus after dropping netmirror.
...
See #548 .
Expands b0fb8d2d12
by adding the necessary fix at another code point.
Fixes a whitespace issue (tabs -> spaces).
Add Changelog entries.
Needs to be backported to 2.1 after tests and review.
Signed-off-by: Thomas Hochstein <thh@inter.net >
2018-03-30 13:17:51 +02:00
dcb693ba54
Generating token for comment moderation in a global function now.
2018-03-30 11:04:21 +02:00
b0fb8d2d12
Sync: Drop netmirror from spartacus
2018-03-28 21:09:53 +02:00
270c370c2a
Fixed SQL statement for creation of serendipity_groupconfig DB table (did not work in my MySQL 5.7.17)
2018-03-28 10:41:18 +02:00
1ae46203c3
Replace idea theme with bootstrap4 theme
...
- Add new bootstrap4 theme
- Move idea theme to spartacus
2018-03-25 10:57:21 +02:00
84b0cecfa3
Update RELEASE and NEWS for 2.1.2.
...
Signed-off-by: Thomas Hochstein <thh@inter.net >
2018-03-25 08:45:12 +02:00
0d8cdd59fa
Fix variable name in hook backend_sendcomment
2018-03-24 18:31:14 +01:00
493ddde07a
Remove old call on the onclick event of submit button
2018-03-23 20:48:32 +01:00
7994bda7b5
Use event listener on submit for check save
2018-03-23 20:48:32 +01:00
d459d54271
Add functions for entry check
2018-03-23 18:12:21 +01:00