1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-07-22 17:18:37 +00:00
Commit graph

57 commits

Author SHA1 Message Date
Thomas Citharel
5ecdfcd041 manage assets through npm
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
2016-06-09 17:12:51 +02:00
Mario Vormstein
458854f1e4 Added information about permissions on data/ 2016-05-12 19:21:27 +02:00
Mario Vormstein
e0f953a5a6 Added information about permissions on data/db 2016-05-12 19:10:23 +02:00
Olivier Demah
ab46a256f4 new details in the doc about the rgihts access again;) 2016-05-07 22:55:19 +02:00
Nicolas Lœuillet
961ec4ec86
Prepare wallabag 2.0.4 2016-05-07 13:26:55 +02:00
Jeremy Benoist
1556c925a4 Merge pull request #2016 from wallabag/update-documentation
Update documentation
2016-05-07 11:10:21 +02:00
Nicolas Lœuillet
e0f4f25fd6
Change documentation about Pocket import
Fix wallabag/docker#8
2016-05-05 13:55:39 +02:00
Sven Fischer
c6b1112b11 android docu: Wallabag > wallabag (no uppercase) 2016-05-05 11:24:04 +02:00
Sven Fischer
3bd50951be add first draft of Android app documentation 2016-05-04 23:25:49 +02:00
Nicolas Lœuillet
8b563fc04e Fix lighttpd documentation 2016-05-04 11:40:13 +02:00
Nicolas Lœuillet
fa04bddd01
Move some parts in FAQ 2016-05-03 20:51:23 +02:00
Nicolas Lœuillet
e546a2d6eb
Add LigHTTPd documentation
Fix #1931
2016-05-03 20:39:49 +02:00
Nicolas Lœuillet
bba9907d1f Update documentation 2016-05-03 15:50:13 +02:00
biva
12d3bbccbd upgrade.rst
Creation of an upgrade page in the documentation
2016-05-02 13:29:38 +02:00
Thomas Citharel
d3ffd65a06 doc url still in v2 form 2016-04-30 12:59:17 +02:00
Olivier Demah
87b8461ed8 fixed typo 2016-04-26 15:30:43 +02:00
Olivier Demah
9ddf49ba24 Rights access to the folder of the project 2016-04-26 09:58:57 +02:00
Nicolas Lœuillet
0e9339c46c
Add FAQ page in documentation 2016-04-23 10:36:25 +02:00
Nicolas Lœuillet
dafde7fb2f
Prepare release 2.0.3 2016-04-22 18:08:16 +02:00
Nicolas Lœuillet
18bb5a90d5
Prepare release 2.0.2 2016-04-19 10:01:29 +02:00
Jeremy Benoist
8846ad0a90 Fix doc links 2016-04-12 10:51:46 +02:00
Nicolas Lœuillet
d098cb04a8 Prepare release 2.0.1 2016-04-11 11:13:02 +02:00
Nicolas Lœuillet
cea846d407
Add documentation about importing large file into nginx
Fix #1849: configuration to avoid 413 Request Entity Too Large.
2016-04-10 14:12:25 +02:00
Jeremy Benoist
015e4284f0 Merge pull request #1824 from wallabag/v2-alternative-env
Remove SMTP configuration environment overrides
2016-04-08 21:03:17 +02:00
Nicolas Lœuillet
7704ef5d3f
Add documentation 2016-04-08 14:09:31 +02:00
Nicolas Lœuillet
6d3a3cfcda Add production environment for CLI import 2016-04-05 15:45:59 +02:00
Nicolas Lœuillet
af47742dd0 Documentation about wallabag v1 CLI import 2016-04-05 13:46:59 +02:00
Nicolas Lœuillet
eff75729a1 🚀 Prepare v2.0.0 🎂 2016-04-03 18:56:53 +02:00
Thomas Citharel
4e38769ad0 add migration docs 2016-03-27 16:26:47 +02:00
Nicolas Lœuillet
78becd5401 Fix documentation and add help message in Baggy 2016-03-18 12:36:52 +01:00
Nicolas Lœuillet
37b371726b Translation and documentation 2016-03-14 13:01:32 +01:00
Thomas Citharel
d6dba929a1 clarify that wllbg is compatible php 7 2016-03-11 20:14:14 +01:00
Nicolas Lœuillet
c118131317 git clone with prefer-dist option 2016-03-10 13:04:56 +01:00
Nicolas Lœuillet
24c16007bb Finally back to composer create-project but with --keep-vcs option 2016-03-10 12:43:03 +01:00
Nicolas Lœuillet
4c51979595 Add -o option in composer install command 2016-03-10 12:43:03 +01:00
Nicolas Lœuillet
83be3dc097 Prepare files for 2.0.0-beta.2 2016-03-10 12:43:03 +01:00
Jeremy Benoist
e68568cd5b Merge pull request #1750 from wallabag/v2-quickstart-documentation
Documentation about filters / Quickstart changes
2016-03-04 16:14:39 +01:00
Alexis 'Horgix' Chotard
5dfd321d0e Doc: fix typo in php-hash ext name 2016-03-04 01:07:45 +01:00
Nicolas Lœuillet
3d15ea2fd7 Documentation about filters (and some fixes in french documentation 2016-03-03 08:06:18 +01:00
Nicolas Lœuillet
6e3d65ccb0 Prepare wallabag for first beta 🚀 2016-02-29 21:34:36 +01:00
Nicolas Lœuillet
4dc872238a Rename CommentBundle with AnnotationBundle 2016-02-26 18:14:42 +01:00
Nicolas Lœuillet
7720cca532 Add annotator in baggy theme
+ Documentation about annotations
2016-02-26 18:14:12 +01:00
Nicolas Lœuillet
924ef7cacd Added documentation about errors during fetching 2016-02-22 22:00:52 +01:00
Thomas Citharel
426bfdc3f0 fix typos 2016-02-21 17:25:22 +01:00
Thomas Citharel
89d95cdd18 improve installation documentation 2016-02-21 16:54:22 +01:00
Nicolas Lœuillet
e6ebb14f0f Documentation for wallabag installation 2016-02-21 13:55:10 +01:00
Nicolas Lœuillet
8b197f27d8 import and first article french translations 2016-02-20 09:45:05 +01:00
Nicolas Lœuillet
8dbca9c133 french translation for login doc 2016-02-20 09:16:22 +01:00
Nicolas Lœuillet
9e60429c6d download articles in french 2016-02-20 09:09:33 +01:00
Nicolas Lœuillet
66755f8955 create account in french 2016-02-20 09:05:11 +01:00