mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
first draft remote assetic totally work nearly there use at least nodejs > 0.12 use proper version of grunt bump nodejs version for travis update npm workaround for materialize install node 5.0 add grunt-cli baggy theme & cache node modules cache bower & npm make travis build assets on php7 only exclude installing node & npm if not needed & use bash clean & try to make icomoon work on baggy ready config for travis rebase make travis work more travis work impove travis & update deps add missing pixrem deps add module through oddly lost ui updates install latest nodejs add install_dev.sh, link local binaries for npm/bower/grunt ui improvements (mostly baggy) fix travis build no need to install on travis Add unread filter to entries pages Add the ability to filter for unread pages in the filters menu. Add unread filter test to EntryControllerTest Add a new test to the EntryControllerTest collection which checks that only entries which have not been archived (and are treated as "unread") are retrieved. Improve English translation Update FAQ -Fix grammar -Add notes about MTA, firewall, and SELinux Update installation instructions -Fix grammar -Add SELinux section add screenshots of android docu in English Fix the deletion of Tags/Entries relation when delete an entry Fix #2121 Move fixtures to the right place Display a message when saving an entry failed When saving an entry fail because of database error we previously just returned `false`. Now we got an error in the log and the displayed notice to the user is updated too. Change ManyToMany between entry & tag Following https://gist.github.com/Ocramius/3121916 Be sure to remove the related entity when removing an entity. Let say you have Entry -> EntryTag -> Tag. If you remove the entry: - before that commit, the EntryTag will stay (at least using SQLite). - with that commit, the related entity is removed Prepare wallabag 2.0.5 enforce older materialize version
48 lines
1.7 KiB
ReStructuredText
48 lines
1.7 KiB
ReStructuredText
Frequently Asked Questions
|
|
==========================
|
|
|
|
During the installation, I got the error ``Error Output: sh: 1: @post-cmd: not found``
|
|
--------------------------------------------------------------------------------------
|
|
|
|
It seems you have a problem with your ``composer`` installation. Try to uninstall and reinstall it.
|
|
|
|
`Read the documentation about composer to know how to install it
|
|
<https://getcomposer.org/doc/00-intro.md>`__.
|
|
|
|
I can't validate the registration form
|
|
--------------------------------------
|
|
|
|
Ensure that all fields are properly filled:
|
|
|
|
* valid email address
|
|
* same passwords in two fields
|
|
|
|
I'm not receiving my activation email
|
|
-------------------------------------
|
|
|
|
Are you sure your email address was correct? Did you check your spam folder?
|
|
|
|
If you still don't see the activation email, please ensure that you have
|
|
installed and properly configured a mail transfer agent. Be sure to include a
|
|
firewall rule for SMTP. E.g., if using firewalld:
|
|
|
|
::
|
|
|
|
firewall-cmd --permanent --add-service=smtp
|
|
firewall-cmd --reload
|
|
|
|
Lastly, if you have SELinux enabled, set the following rule:
|
|
|
|
``setsebool -P httpd_can_sendmail 1``
|
|
|
|
When I click on the activation link, I've got this message: ``The user with confirmation token "DtrOPfbQeVkWf6N" does not exist``.
|
|
----------------------------------------------------------------------------------------------------------------------------------
|
|
|
|
You already enabled your account or the URL of the activation email is wrong.
|
|
|
|
I forgot my password
|
|
--------------------
|
|
|
|
You can reset your password by clicking on ``Forgot your password?`` link,
|
|
on the login page. Then, fill the form with your email address or your username,
|
|
you'll receive an email to reset your password.
|