Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manage assets through npm | Thomas Citharel | 2016-06-09 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Ignore composer.lock | Jeremy Benoist | 2016-01-20 | 1 | -0/+3 |
| | | | | | | | | | | | Having a big composer.lock on a final project can have side effect on incoming PR that add a new vendor. Mostly because conflict are too frequent. By ignoring composer.lock we ease the PR submission and rebase. BUT we need to be careful when we release a new version of wallabag. We should manually `git add -f composer.lock` to update it. Since composer.lock will no longer be commited I switch the `composer install` to a `composer up` in the travis configuration. | ||||
* | Switch to Symfony 3 structure | Jeremy Benoist | 2016-01-15 | 1 | -14/+9 |
| | |||||
* | Add Docker configuration for Postgres and MariaDB | Fabien MEURILLON | 2016-01-10 | 1 | -1/+2 |
| | |||||
* | Add basic docker-compose configuration | Fabien MEURILLON | 2016-01-10 | 1 | -0/+3 |
| | |||||
* | Simplify build system | Jeremy | 2015-03-03 | 1 | -3/+3 |
| | |||||
* | Add LiipThemeBundle | Jeremy | 2015-03-01 | 1 | -1/+1 |
| | | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :)) | ||||
* | Installation should be launch manually | Jeremy | 2015-02-02 | 1 | -1/+1 |
| | | | | Also upadte readme for v2 and define a test database (for the future) | ||||
* | 1st implementation of wallabag api, yeah | Nicolas Lœuillet | 2015-01-28 | 1 | -15/+29 |
| | |||||
* | change gitignore, last time, I promised | Nicolas Lœuillet | 2015-01-28 | 1 | -1/+3 |
| | |||||
* | change gitignore | Nicolas Lœuillet | 2015-01-28 | 1 | -1/+0 |
| | |||||
* | change gitignore | Nicolas Lœuillet | 2015-01-28 | 1 | -1/+2 |
| | |||||
* | change gitignore | Nicolas Lœuillet | 2015-01-28 | 1 | -1/+1 |
| | |||||
* | symfony is there | Nicolas Lœuillet | 2015-01-22 | 1 | -5/+18 |
| | |||||
* | add install script after composer install | Nicolas Lœuillet | 2015-01-21 | 1 | -1/+1 |
| | |||||
* | restructure folders | Nicolas Lœuillet | 2015-01-20 | 1 | -0/+1 |
| | |||||
* | new folders | Nicolas Lœuillet | 2015-01-20 | 1 | -5/+4 |
| | |||||
* | add DS_Store in gitignore | Nicolas Lœuillet | 2014-11-08 | 1 | -0/+1 |
| | |||||
* | ignore vagrant directory | Nicolas Lœuillet | 2014-10-30 | 1 | -1/+2 |
| | |||||
* | [change] ignore tmp files in HTML purifier | Nicolas Lœuillet | 2014-03-02 | 1 | -1/+2 |
| | |||||
* | change submodule & gitignore | Nicolas Lœuillet | 2013-10-03 | 1 | -2/+0 |
| | |||||
* | merge #224 | Nicolas Lœuillet | 2013-09-20 | 1 | -1/+1 |
| | |||||
* | gitignore | Nicolas Lœuillet | 2013-08-23 | 1 | -0/+2 |
| | |||||
* | typo in gitignore | Nicolas Lœuillet | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | gitignore | Nicolas Lœuillet | 2013-08-17 | 1 | -1/+1 |
| | |||||
* | ignore myconfig.inc.php in git | Nicolas Lœuillet | 2013-08-16 | 1 | -1/+2 |
| | |||||
* | ignore doc output | Nicolas Lœuillet | 2013-08-08 | 1 | -1/+2 |
| | |||||
* | ignore doc output | Nicolas Lœuillet | 2013-08-08 | 1 | -1/+2 |
| | |||||
* | copy of poche.sqlite | Nicolas Lœuillet | 2013-08-05 | 1 | -1/+2 |
| | |||||
* | gitignore | Nicolas Lœuillet | 2013-08-04 | 1 | -0/+2 |
| | |||||
* | rm vendor | Nicolas Lœuillet | 2013-08-04 | 1 | -1/+0 |
| | |||||
* | gitignore vendor | Nicolas Lœuillet | 2013-08-04 | 1 | -0/+1 |