Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 2 | -19/+47 |
| | | | | | | | | | | | | | | When creating the schema for test these tables use default length for string: 255. Which fail when using utf8mb4. > Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes Also move the `setKeepStaticConnections` in before and after class to avoid: > SAVEPOINT DOCTRINE2_SAVEPOINT_2 does not exist See https://github.com/dmaicher/doctrine-test-bundle#troubleshooting | ||||
* | Remove custom Postgres class | Jeremy Benoist | 2018-11-28 | 7 | -8/+0 |
| | | | | Because PG > 10 is now supported by DBAL >= 2.6.0 | ||||
* | Update fixtures | Jeremy Benoist | 2018-11-28 | 1 | -6/+6 |
| | |||||
* | Cleanup | Jeremy Benoist | 2018-11-28 | 2 | -16/+19 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into 2.4 | Jeremy Benoist | 2018-11-25 | 2 | -2/+7 |
|\ | | | | | | | | | | | | | | | # Conflicts: # web/wallassets/baggy.js # web/wallassets/manifest.json # web/wallassets/material.css # web/wallassets/material.js | ||||
| * | Prepare 2.3.4 release | Jeremy Benoist | 2018-11-23 | 1 | -1/+1 |
| | | |||||
| * | Card no preview replaced by wallabag logo | Simounet | 2018-11-21 | 1 | -6/+5 |
| | | |||||
| * | Add placeholder image to card-based gallery entries page for #3651 | Matt Burke | 2018-10-15 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | I referenced https://css-tricks.com/using-svg/ for using the SVG icon. The icon has a black foreground and white background, which doesn't look very good as a placeholder. So, using the background-image style to show the svg and the inversion filter to make it white on gray. With the image always present, there isn't much difference between the with and without image preview templates, so I merged them. Tested on Chrome, Firefox, and Safari on OSX. | ||||
* | | Merge pull request #3574 from shulard/feature/rename-tags | Jérémy Benoist | 2018-10-15 | 3 | -1/+40 |
|\ \ | | | | | | | Allow to rename tags from the web interface. | ||||
| * | | Add specific styles for the card tag form element. | Stéphane HULARD | 2018-09-25 | 2 | -1/+21 |
| | | | | | | | | | | | | Also add a `.hidden` class in the baggy theme to have consistency with material. | ||||
| * | | Update tag list template to allow renaming. | Stéphane HULARD | 2018-09-25 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Add a form on each tag to handle rename action. * Add JavaScript to handle action on the corresponding page inside the global index.js file. * Add support for the 2 active themes : material / baggy The form solution is cleaner than an Ajax one because it let the browser validate input data and make the POST easier without the need to handle JSON response. | ||||
* | | | Added possibility to change locale from login/register pages | Nicolas Lœuillet | 2018-10-13 | 1 | -0/+1 |
| | | | |||||
* | | | Add secure email | Glenn Goffin | 2018-10-11 | 2 | -8/+14 |
| | | | |||||
* | | | Jump to Symfony 3.4 | Jeremy Benoist | 2018-10-04 | 6 | -7/+48 |
|/ / | | | | | | | | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle | ||||
* / | Entry: add archived_at property and updateArchived method | Sébastien Viande | 2018-09-21 | 1 | -0/+68 |
|/ | |||||
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Fixes another typo | Aleksandar Todorović (r3bl) | 2018-08-10 | 1 | -2/+2 |
| | |||||
* | wallabag logo (side-nav) replaced by an SVG one | Simounet | 2018-07-11 | 2 | -0/+1 |
| | |||||
* | wallabag logo with typo replaced by an SVG one | Simounet | 2018-07-11 | 2 | -0/+4 |
| | |||||
* | Fake wallabag logo data image replaced by real SVG | Simounet | 2018-07-11 | 1 | -300/+1 |
| | |||||
* | Merge pull request #3683 from Simounet/fix/iframe-video-width-shared | Jérémy Benoist | 2018-07-06 | 1 | -0/+6 |
|\ | | | | | Fix mobile viewport on big iframe and video elements | ||||
| * | Fix mobile viewport on big iframe and video elements | Simounet | 2018-06-28 | 1 | -0/+6 |
| | | |||||
* | | The 'framework.trusted_proxies' configuration key has been deprecated in ↵ | Jeremy Benoist | 2018-07-05 | 1 | -1/+0 |
|/ | | | | Symfony 3.3 | ||||
* | Prepare 2.3.3 release | Jeremy Benoist | 2018-06-19 | 1 | -1/+1 |
| | |||||
* | We should able to get the table name unescaped | Jeremy Benoist | 2018-06-14 | 1 | -4/+4 |
| | | | | When we want to perform complex queries to retrieve metadata from the database | ||||
* | Fixed migrations with dash into db name | Jeremy Benoist | 2018-06-14 | 36 | -705/+93 |
| | |||||
* | Merge pull request #3636 from flozz/syntax-highlight | Jérémy Benoist | 2018-06-07 | 2 | -1/+11 |
|\ | | | | | Highlight code in articles using highlight.js | ||||
| * | Highlight code in articles using highlight.js | Fabien LOISON | 2018-04-23 | 2 | -1/+11 |
| | | |||||
* | | Merge pull request #3646 from Quenty31/master | Jérémy Benoist | 2018-06-01 | 1 | -2/+2 |
|\ \ | | | | | | | [i18n] Occitan update | ||||
| * | | Update CraueConfigBundle.oc.yml | Quentí | 2018-05-05 | 1 | -1/+1 |
| | | | |||||
| * | | Update CraueConfigBundle.oc.yml | Quentí | 2018-05-05 | 1 | -2/+2 |
| |/ | |||||
* | | Fix Firefox mobile unneeded resize | Simounet | 2018-05-24 | 2 | -3/+5 |
| | | | | | | | | | | | | Before that, on Firefox Mobile, when you were moving to the top or to the bottom of the page, you were stopped before to go to the opposite side. | ||||
* | | Fix overflow wrap issue | Simounet | 2018-05-21 | 2 | -0/+11 |
|/ | |||||
* | Allow login by email | Floran Brutel | 2018-04-01 | 1 | -1/+1 |
| | |||||
* | Prepare 2.3.2 release | Jeremy Benoist | 2018-01-22 | 1 | -1/+1 |
| | |||||
* | Close add entry and search nav JS action improved | Simounet | 2018-01-12 | 1 | -11/+11 |
| | |||||
* | Nav close button alignment and nav boxes improved | Simounet | 2018-01-12 | 2 | -41/+31 |
| | |||||
* | Fix nav new entry and search form alignment | Simounet | 2018-01-12 | 1 | -1/+2 |
| | |||||
* | Label replaced by a button on the nav search form | Simounet | 2018-01-12 | 2 | -10/+10 |
| | |||||
* | Label replaced by a button on the nav new entry form | Simounet | 2018-01-12 | 2 | -1/+11 |
| | |||||
* | Merge pull request #3525 from Simounet/fix/empty-card-title-link | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+4 |
|\ | | | | | Fix empty card title link | ||||
| * | Card tags template shared | Simounet | 2017-12-26 | 1 | -0/+4 |
| | | |||||
| * | Useless span removed from the card's title | Simounet | 2017-12-26 | 1 | -1/+0 |
| | | |||||
* | | Prepared wallabag 2.3.1 | Nicolas Lœuillet | 2017-12-26 | 1 | -1/+1 |
|/ | |||||
* | cs-fixer | Kevin Decherf | 2017-12-20 | 1 | -4/+2 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Remove fixed relative path for assets | Kevin Decherf | 2017-12-20 | 2 | -1/+9 |
| | |||||
* | Merge pull request #3515 from wallabag/php-7.2 | Nicolas Lœuillet | 2017-12-18 | 1 | -0/+1 |
|\ | | | | | Add PHP 7.2 compatibility | ||||
| * | Add missing parameter for test | Jeremy Benoist | 2017-12-18 | 1 | -0/+1 |
| | | |||||
* | | Removed duplicated line | Nicolas Lœuillet | 2017-12-17 | 1 | -1/+0 |
| | | |||||
* | | Update PT translations | Paulino Michelazzo | 2017-12-17 | 1 | -4/+6 |
|/ |