aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/public
Commit message (Collapse)AuthorAgeFilesLines
* Fixed last merge who caused CSS/JS bugsNicolas Lœuillet2016-08-302-104/+0
|
* Merge remote-tracking branch 'origin/master' into 2.1Jeremy Benoist2016-08-282-0/+104
|\
| * Fix issue #1991: correction of the height field to add articlesAlexandr Danilov2016-08-261-0/+4
| |
| * A new version of the plugin tinydot with update on window resizeAlexandr Danilov2016-08-252-16/+80
| |
| * Changes in the login form:Alexandr Danilov2016-08-251-0/+1
| | | | | | | | | | * The alignment of the login form centered in WebKit * Indent after the reference password recovery
| * Merge pull request #2230 from modos189/issue_2055Nicolas Lœuillet2016-08-233-0/+46
| |\ | | | | | | Cut entries title in card view: continued
| | * Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)Alexandr Danilov2016-08-234-772/+40
| | |
| | * Simplify the initialization of the plugin dotdotdotAlexandr Danilov2016-08-221-1/+0
| | |
| | * Added the jquery library dotdotdot ( http://dotdotdot.frebsite.nl/ ) that ↵Alexandr Danilov2016-08-224-0/+779
| | | | | | | | | | | | allows you to clip a text on the second line and fixed cut entries title in card view
| * | FIX image inside a figure element max-width (baggy theme)Simounet2016-07-201-1/+1
| | |
| * | FIX image inside a figure element max-widthSimounet2016-07-201-1/+2
| |/
* / manage assets through npmThomas Citharel2016-06-0985-18938/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix pagination bar on small devicesNicolas Lœuillet2016-05-031-0/+3
| | | | Fix #2008
* Fix display for Next/Previous link when they are disabledNicolas Lœuillet2016-04-121-0/+5
|
* Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-122-7/+22
| | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-051-13/+0
|
* Remove useless CSSNicolas Lœuillet2016-04-031-14/+0
|
* fix tabs display on mobile viewThomas Citharel2016-03-161-0/+11
|
* Regenerate Annotator with idAnnotation instead of idCommentNicolas Lœuillet2016-02-261-17/+15
|
* Comment work with annotator v2Thomas Citharel2016-02-261-0/+25
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Merge pull request #1672 from wallabag/v2-improve-baggy-themeNicolas Lœuillet2016-02-152-4/+20
|\ | | | | improve baggy theme (add new tag panel)
| * improve baggy theme (add new tag panel)Thomas Citharel2016-02-142-4/+20
| |
* | display pictures properlyThomas Citharel2016-02-141-0/+5
|/
* Merge pull request #1654 from wallabag/fix-add-button-mobile-viewJeremy Benoist2016-02-111-4/+6
|\ | | | | fix #1636
| * fix #1636Thomas Citharel2016-02-081-4/+6
| |
* | Better design of the close buttonAlexandr Danilov2016-02-111-0/+4
|/
* [#1604] First draft to fix SensioLabsInsight reportNicolas Lœuillet2016-01-221-1/+1
|
* Move public assets for themesJeremy Benoist2016-01-2284-0/+18881
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* Cleanup & simplify themeJeremy2015-03-011-2/+0
|
* Avoid raw javascript in templateJeremy2015-02-071-0/+2
It kills the Symfony Crawler :)