Commit Graph

61 Commits

Author SHA1 Message Date
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
961ec4ec86 Prepare wallabag 2.0.4 2016-05-07 13:26:55 +02:00
02222d9070 Change Travis/Scrutinizer pictures in README 2016-05-05 15:21:12 +02:00
dafde7fb2f Prepare release 2.0.3 2016-04-22 18:08:16 +02:00
18bb5a90d5 Prepare release 2.0.2 2016-04-19 10:01:29 +02:00
d098cb04a8 Prepare release 2.0.1 2016-04-11 11:13:02 +02:00
eff75729a1 🚀 Prepare v2.0.0 🎂 2016-04-03 18:56:53 +02:00
c118131317 git clone with prefer-dist option 2016-03-10 13:04:56 +01:00
24c16007bb Finally back to composer create-project but with --keep-vcs option 2016-03-10 12:43:03 +01:00
4c51979595 Add -o option in composer install command 2016-03-10 12:43:03 +01:00
83be3dc097 Prepare files for 2.0.0-beta.2 2016-03-10 12:43:03 +01:00
6e3d65ccb0 Prepare wallabag for first beta 🚀 2016-02-29 21:34:36 +01:00
43e4a806bd Add missing @ in version number
[UnexpectedValueException]
  Could not parse version constraint 2.0.*alpha: Invalid version string "2.0.*alpha"
2016-02-12 10:21:22 +01:00
d3c0bc03cf Update README.md with the environment parameters 2016-02-09 16:30:32 +02:00
eb79e1cc10 Merge branch 'v2' into patch-1 2016-02-05 16:23:22 +08:00
ea3b573653 Working generic command 2016-02-05 15:49:26 +08:00
e3fc3fd4ca Fix project version in installation command 2016-02-05 11:32:44 +08:00
7e8e1178b4 Force prod env on project creation
So the only solution I found so far is to force the `prod` env when create the project with composer.
There is other solution.

Since the `cache:clear` task is using `dev` env by default, so it tries to load dev bundle, which aren't there since we specify `--no-dev`.

Fix #1617
2016-02-04 21:39:02 +01:00
51d8343954 Add @GitterHQ badge on README 2016-01-24 20:02:31 +01:00
06657cb73c Updated version in README 2016-01-22 11:45:43 +01:00
c7f622d369 Update readme & fix console permission 2016-01-15 09:36:32 +01:00
6663d49329 Fix typo and set version in the README 2016-01-14 00:47:17 +01:00
04aaa199b7 Add Travis & Scrutinizer badges 2015-04-02 11:45:53 +02:00
3bb7c5ffec Update branch name in README 2015-02-05 09:19:17 +01:00
c5772d118f Installation should be launch manually
Also upadte readme for v2 and define a test database (for the future)
2015-02-02 07:48:16 +01:00
3602405ec0 WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one) 2014-07-11 16:03:59 +02:00
4a16f33dcc Changed copyright to 2014
Happy new year !
2014-04-04 22:13:06 +02:00
68268c0199 Merge branch 'dev' of https://github.com/wallabag/wallabag into dev 2014-02-12 20:05:51 +01:00
5966d2c2d3 change README 2014-02-12 20:05:47 +01:00
f355d2c87f poche -> wallabag 2014-01-28 13:47:15 +01:00
c95b78a8ce poche is dead, welcome wallabag 2014-01-28 10:36:04 +01:00
7d7ed6a0ee change link to themes 2013-10-26 12:59:55 +02:00
b4f5c46ab0 doc updated 2013-08-25 13:04:03 +02:00
27574abf46 README updated with languages 2013-08-25 08:00:51 +02:00
86848edc84 upgrading README 2013-08-12 18:17:13 +02:00
301e4c5acb installation 2013-08-08 18:41:40 +02:00
64f8970215 travis img 2013-08-08 13:50:53 +02:00
7aa8ccc47d preparing travis 2013-08-08 07:16:07 +02:00
1d517de67b installation instructions 2013-08-07 19:23:00 +02:00
7ce7ec4c94 prepare to multi users 2013-08-06 14:18:03 +02:00
21e0af98eb information about db/poche.sqlite 2013-08-05 10:34:57 +02:00
63c35580c7 twig implementation 2013-08-04 22:35:08 +02:00
6d37de5f82 typo in readme 2013-07-31 11:50:38 +02:00
66ce09ba03 google groups link 2013-07-31 11:45:10 +02:00
8d5aab49c1 lien corrigé dans le README 2013-04-23 15:18:22 +02:00
e858ac2776 login & password dans le readme 2013-04-22 08:32:30 +02:00
98e7d681d1 lien vers le blog dans le README 2013-04-18 21:48:56 +02:00
0a0b968672 lien vers flattr 2013-04-18 21:47:39 +02:00
dbb792bf2d Ajout conf nginx pour la protection de la bdd 2013-04-17 18:47:53 +03:00
d178419c66 README, CREDITS & chmod 2013-04-17 15:32:57 +02:00