forked from shaarli/Shaarli
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/translate test #5
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
change permalink '<meta property="og:url" content="{$index_url}?{$link.shorturl}" />' by '<meta property="og:url" content="{$index_url}shaare/{$link.shorturl}" />'
This is kind of a quick & dirty setup in order to fix our non-CI current status. We can later decide to either improve it or fix Drone CI. Related to shaarli#1754
Update includes.html
I'd recommend to change the German translation. The word "Zeichen" is misleading in this case. It means something like string or character. The word "Token" fits better. In general I'd change the message to "Wrong XSRF token". This makes it more clear what happens here.
Setup Github Actions for Shaarli
Change Zeichen to Token
Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/trim-newlines/releases) - [Commits](https://github.com/sindresorhus/trim-newlines/commits) --- updated-dependencies: - dependency-name: trim-newlines dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…trim-newlines-3.0.1 Bump trim-newlines from 3.0.0 to 3.0.1
- push images to https://hub.docker.com/r/shaarli/shaarli/tags using a personal access token (access tokens are not available for organizations) - push an image tagged :latest for builds on master - push an image with the same tag as the git tag for v*.*.* tags, and for the "release" branch - update documentation (remove references to Travis/Drone CI - deprecate stable and master Docker tags (ref. shaarli#1453) - add deprecation notices to CHANGELOG.md
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@7.0.35...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
- left generic paragraph about this problem in place, since the problem may still be present on other sites - closes shaarli#1730
…led in a subdirectory - fixes shaarli#1679
…postcss-7.0.36 Bump postcss from 7.0.35 to 7.0.36
build and push docker images using Github Actions
doc: bookmarklet is now working on github.com
doc: LDAP login support, update php requirements list
doc: add notice about nginx location directive when shaarli is installed in a subdirectory
The plugin is now part of core since v0.12.0
doc: remove the markdown plugin from the plugins list
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.3. - [Release notes](https://github.com/npm/node-tar/releases) - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v6.1.0...v6.1.3) --- updated-dependencies: - dependency-name: tar dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…tar-6.1.3 Bump tar from 6.1.0 to 6.1.3
…path-parse-1.0.7 Bump path-parse from 1.0.6 to 1.0.7
- tpl/default/tools.html: simplify Third-party resources section - doc: community & related software: add AddToShaarli source code link - fix addtoshaarli source link - improve shields.io badges/formatting - use shields.io for cloudron/yunohost links - use a generic-looking icon Worked on by @yfdyh000 and @nodiscc
Apply breaking changes of the new version: - parsed bookmarks have different field names - default values (private and tags) are no longer handled by the library - constructor signature has been updated
New Core Plugin: ReadItLater
….com Quick and easy solution: try to reach GitLab instead.
…ettings/examples - remove obsolete config keys
doc: shaarli configuration: fixes/improvements to thumbnails settings documentation
Co-authored-by: Adrien Crivelli <adrien.crivelli@gmail.com> Co-authored-by: ArthurHoaro <arthur@hoa.ro>
Improve bookmark metadata formatting for Netscape exports
- python2 no longer available in alpine 3.16 - ref. shaarli#1048
- squizlabs/php_codesniffer[3.0.0, ..., 3.7.1] require ext-xmlwriter * -> it is missing from your system. Install or enable PHP's xmlwriter extension.
update docker images to use PHP 8
tools/github actions: do not cancel all PHP jobs when a single one fails
Fix typo
Update shaarli.po/fix typo in french translation
The syntax was invalid and this target was not actually doing anything (it probably worked at some point in another context). This change make sure that the .mo files are properly generated, even in unit tests context and fixes shaarli#1893
ArthurHoaro
force-pushed
the
fix/translate-test
branch
from
October 8, 2022 11:58
842f14c
to
f552c7f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.