aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
* issue #750 - config for dn.pt site addedMaryana Rozhankivska2014-07-211-0/+9
|
* Merge pull request #752 from mariroz/devNicolas Lœuillet2014-07-121-2/+15
|\ | | | | fix of issue #650, #619 and other similar, error in JSLikeHTMLElement: node no longer exists.
| * fix of issue #619 and other similar, error in JSLikeHTMLElement: node no ↵Maryana Rozhankivska2014-07-091-2/+2
| | | | | | | | longer exists.
| * fix of issue #619 and other similar, error in JSLikeHTMLElement: node no ↵Maryana Rozhankivska2014-07-091-2/+15
| | | | | | | | longer exists.
* | Add support for *.about.comSiôn Le Roux2014-07-111-0/+14
| | | | | | | | | | | | | | | | | | | | Includes next_page_link for multi-page articles and strips pesky in-line 'next' links from the article body. Also includes an Xpath for author but I can't see where this is used in the wallabag UI. The 'tidy' option is turned off because it messed up bulleted lists. Tested with psychology.about.com and food.about.com.
* | I removed my previous commit. We have to create a new branch for that.Nicolas Lœuillet2014-07-103-20/+24
| |
* | new fields in database, reading time / date and domain name are storedNicolas Lœuillet2014-07-083-24/+21
|/
* Merge pull request #751 from mariroz/devNicolas Lœuillet2014-07-071-0/+4
|\ | | | | quick fix of issue #750: mulipage content for politico.com/magazine articles
| * quick fix of issue #750: mulipage content for politico.com/magazine articlesMaryana Rozhankivska2014-07-071-0/+4
| |
* | new config file, fix for #740tcitworld2014-07-011-0/+9
| |
* | fix for #738tcitworld2014-06-301-1/+1
|/
* fix of issue #677: When downloading images, wallabag doesnt respect html ↵Maryana Rozhankivska2014-06-252-1/+15
| | | | "base" tag, tnx to @fivefilters
* fix of issue #718: Error parsing file imported from Pocket #718Maryana Rozhankivska2014-06-251-40/+65
|
* up to datetcit2014-06-0725-4215/+4931
|\
| * error reporting level set in E_ALL & ~E_NOTICE by default, can be overriden ↵Maryana Rozhankivska2014-06-023-4/+6
| | | | | | | | in config
| * fix of undefined ATOM constant warning in full-text-rss, will fix ios-app ↵Maryana Rozhankivska2014-06-011-0/+1
| | | | | | | | issue #14
| * small xss vulnerability and translation ability fixMaryana Rozhankivska2014-05-301-1/+1
| |
| * small xss vulnerability and translation ability fixMaryana Rozhankivska2014-05-301-21/+20
| |
| * fix #344 FQDN with non-standard ports brokenNicolas Lœuillet2014-05-291-0/+4
| |
| * fix of uninitialized object warning, issue #710Maryana Rozhankivska2014-05-291-3/+6
| |
| * add dailymotion videos, issue #708Maryana Rozhankivska2014-05-262-5/+18
| |
| * full-text rss config file for ted.com, issue #676Maryana Rozhankivska2014-05-231-0/+11
| |
| * last 3 important changes to 3.2 version of full-text-rss, issue #694Maryana Rozhankivska2014-05-233-0/+743
| |
| * two small unimportant forgotten changes to 3.2 version of full-text-rss, ↵Maryana Rozhankivska2014-05-232-354/+3
| | | | | | | | issue #694
| * update to 3.2 version of full-text-rss, issue #694Maryana Rozhankivska2014-05-2215-4172/+4415
| |
| * Added info for DOWNLOAD_PICTUREStcitworld2014-05-201-1/+1
| | | | | | We regenerate pictures, it might take some time
| * Optimisation et gestion des erreursSimon Leblanc2014-05-201-28/+45
| |
| * Fixed bug for png imagestcit2014-05-191-1/+1
| |
| * Bug with brackettcit2014-05-191-1/+1
| |
| * Option for setting qualitytcit2014-05-192-2/+3
| |
| * Merge branch 'dev' into images_securitytcit2014-05-191-0/+1
| |\
| * | Security fix for Download Imagestcit2014-05-181-3/+33
| | |
* | | do not debug inside an epubtcit2014-06-072-6/+12
| |/ |/|
* | Fix bad character encoding when downloading imagestcit2014-05-191-0/+1
|/
* Cleaned epub fonctiontcit2014-05-161-6/+4
|
* Merge branch 'epub' into devtcit2014-05-1611-0/+6284
|\ | | | | | | | | Conflicts: themes/baggy/home.twig
| * Better names for epub files and epub in all themes nowtcit2014-05-151-5/+10
| |
| * Fix bugs and improved epub renderingtcit2014-05-142-26/+28
| |
| * Merge branch 'dev' of https://github.com/wallabag/wallabag into epubtcit2014-05-145-52/+66
| |\
| * | Added translation capabilities for epub systemtcit2014-05-071-6/+6
| | |
| * | Many improvements to epub produced : better cover, better tagstcit2014-05-072-13/+22
| | |
| * | Big changes for epub export. Now possible to do it from a tag, a category ↵tcit2014-04-251-18/+38
| | | | | | | | | | | | and a search. Also, improved ebook rendering.
| * | Fixed a bug into PHPePub with special caracterstcit2014-04-241-1/+2
| | |
| * | Added epub export functiontcit2014-04-2411-0/+6247
| | |
* | | Simplifed function which does tag cleanuptcit2014-05-142-10/+13
| | |
* | | Removed unnecessary function for cleaning tagstcit2014-05-111-7/+0
| | |
* | | Clean old unused tags when deleting a tagtcit2014-04-302-1/+30
| | |
* | | Remove unnecessary linetcit2014-04-301-1/+0
| | |
* | | Added save search as tag functionalitytcit2014-04-301-32/+45
| |/ |/|
* | fix of already defined constant notice, issue #653Maryana Rozhankivska2014-04-251-39/+39
| |