aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove block added twiceThomas Citharel2016-06-091-85/+0
| |
* | manage assets through npmThomas Citharel2016-06-096-101/+129
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Merge pull request #2020 from wallabag/fix-number-entries-per-tagJeremy Benoist2016-05-071-1/+1
|\ | | | | Fix number of entries in tag/list
| * Rename getEntriesByUser method to getEntriesByUserIdNicolas Lœuillet2016-05-041-1/+1
| |
| * Fix number of entries in tag/listNicolas Lœuillet2016-05-031-1/+1
| | | | | | | | Fix #2006
* | Add pagination bar at the bottom of the pageNicolas Lœuillet2016-05-032-11/+13
|/ | | | Fix #2021
* Fix tags listingNicolas Lœuillet2016-05-021-1/+1
| | | | | Fix #1994 * Remove unused method in tag repository
* Update links in documentationNicolas Lœuillet2016-04-193-7/+7
|
* Display pagination only if we have more than one pageNicolas Lœuillet2016-04-181-1/+1
|
* Hide pagination if we only have one entry to displayNicolas Lœuillet2016-04-161-1/+3
|
* Change guid and link in RSS feeds to give original entry URLNicolas Lœuillet2016-04-151-2/+2
| | | | Fix #1926
* Merge pull request #1918 from wallabag/improve-paginationJeremy Benoist2016-04-131-9/+2
|\ | | | | Improve pagination when user has lot of entries
| * Fix indentationNicolas Lœuillet2016-04-131-4/+4
| |
| * Lost in translation pagerNicolas Lœuillet2016-04-121-1/+1
| |
| * Improve pagination when user has lot of entriesNicolas Lœuillet2016-04-121-10/+3
| | | | | | | | | | Fix #1905 * Usage of whiteoctober/WhiteOctoberPagerfantaBundle
* | Remove useless dependancyNicolas Lœuillet2016-04-121-1/+0
|/
* Add title hover on entry titlesThomas Citharel2016-04-121-1/+1
|
* Merge pull request #1896 from wallabag/v2-fix-internal-settingsJeremy Benoist2016-04-101-1/+1
|\ | | | | Fix internal settings
| * Fix internal settingsNicolas Lœuillet2016-04-091-1/+1
| | | | | | | | Fix #1867: remove download_picture setting and manage show_printlink in material theme
* | Merge pull request #1894 from wallabag/v2-fix-doc-linkJeremy Benoist2016-04-101-1/+1
|\ \ | | | | | | Fix documentation link in developer page
| * | Fix documentation link in developer pageNicolas Lœuillet2016-04-091-1/+1
| |/
* / Fix typo on configuration pageNicolas Lœuillet2016-04-091-1/+1
|/
* Merge pull request #1868 from wallabag/v2-tagrule-baggyJeremy Benoist2016-04-071-3/+88
|\ | | | | Remove keyboard shortcut and add tagging rule panel in baggy
| * Remove keybaord shortcut and add tagging rule panel in baggyNicolas Lœuillet2016-04-051-3/+88
| |
* | Documentation about wallabag APINicolas Lœuillet2016-04-061-1/+2
|/
* Round estimated time and add reading speed for BaggyNicolas Lœuillet2016-04-051-10/+8
|
* Merge pull request #1835 from wallabag/v2-prepare-v22.0.0Thomas Citharel2016-04-032-5/+4
|\ | | | | :rocket: Prepare v2.0.0 :birthday:
| * :rocket: Prepare v2.0.0 :birthday:Nicolas Lœuillet2016-04-032-5/+4
| |
* | Hide search buttonsNicolas Lœuillet2016-04-031-2/+2
|/
* Translate flash message in baggy themeNicolas Lœuillet2016-03-211-1/+1
|
* Add reading time translationJeremy Benoist2016-03-211-1/+4
|
* Add missing developer pageJeremy Benoist2016-03-204-35/+35
|
* Convert english translation fileJeremy Benoist2016-03-2013-203/+217
| | | | | | | - convert english translation to translate key - remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material) - fix tests about text in response (now checking translation key instead of translated text) - remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
* Fix documentation and add help message in BaggyNicolas Lœuillet2016-03-181-1/+1
|
* Fix default value and add baggy implementationNicolas Lœuillet2016-03-141-0/+9
|
* Change documentation links in quickstartNicolas Lœuillet2016-03-081-5/+5
|
* Merge pull request #1675 from wallabag/v2-create-api-clientNicolas Lœuillet2016-03-085-0/+185
|\ | | | | Ability to create new client for the API
| * Translate "how to" pageJeremy Benoist2016-03-071-8/+8
| |
| * Use external js & cssJeremy Benoist2016-03-071-2/+3
| |
| * Add translationsJeremy Benoist2016-03-053-7/+7
| |
| * Add listing clientsJeremy Benoist2016-03-053-5/+41
| | | | | | | | Rename route to be more consistive (ie: prefixed with developer_)
| * Cleanup formJeremy Benoist2016-03-055-9/+7
| | | | | | | | | | | | | | - Avoid too much hidden data in the form (instead of manually define the submit button and hide the default, use the default one !) - Fix HTML syntax in client_parameters - Add developer link in baggy menu - Fix space between link in material footer
| * add testsNicolas Lœuillet2016-02-294-0/+150
| |
* | Add new links in quickstartNicolas Lœuillet2016-03-031-5/+20
|/
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-4/+4
|
* display how much comments there are for an entryThomas Citharel2016-02-261-1/+2
|
* Add annotator in baggy themeNicolas Lœuillet2016-02-261-0/+20
| | | | + Documentation about annotations
* Make English welcome message more naturalOlivier Mehani2016-02-251-1/+1
| | | | | | sed -i "s/Welcome on wallabag/Welcome to wallabag/" Signed-off-by: Olivier Mehani <shtrom@ssji.net>
* replace contributors with a link to githubNicolas Lœuillet2016-02-231-64/+1
|
* Add contributors and 3rd party librariesNicolas Lœuillet2016-02-231-0/+190
|