aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-30Merge pull request #2 from jasonmm/rectorrhatto
Update code to work with modern PHP.
2022-06-21Remove unused function that broke pages.Jason
2022-06-21Do not pass a null to `count`.Jason
2022-06-21Use Rector to upgrade constructors.Jason
Modern PHP versions do not recognize methods with the same name as the class as being constructors. This commit upgrades the code so that constructors are named `__construct`. The upgrade was done automatically using Rector.
2018-03-23Merge pull request #1 from jasonmm/masterrhatto
Update and bug fix
2017-09-12Added missing semicolon.Jason
2017-04-19Cache: Handle PDF linksSilvio Rhatto
2017-03-25Adds cache into .gitignoreSilvio Rhatto
2017-03-25Create cacheUrl cacheInfo folder recursivellySilvio Rhatto
2017-03-25Syntax fixesSilvio Rhatto
2017-03-25Syntax fixesSilvio Rhatto
2017-03-25Cache cacheUrl information to avoid slowness due to excessive curls callsSilvio Rhatto
2017-03-25Cache: PNG supportSilvio Rhatto
2017-03-25Cache: PDF supportSilvio Rhatto
2015-10-16Local cache: test for 404 status codeSilvio Rhatto
2015-10-16Cached bookmarks: remove $cacheFolderSilvio Rhatto
2015-08-12Merge branch 'feature/cache' into productionSilvio Rhatto
2015-08-12Initial code for showing cached bookmarksfeature/cacheSilvio Rhatto
2015-08-12Merge branch 'hotfix/mod_rewrite' into productionSilvio Rhatto
2015-08-12Fix mod_rewrite issuehotfix/mod_rewriteSilvio Rhatto
2015-08-12Fix opensearch URL when root config is definedhotfix/apiSilvio Rhatto
2015-07-26link another themeChristian Weiske
2015-01-21Integrate Firefox Social API for bookmarkingChristian Weiske
2014-07-20link pear manual ldap optionsChristian Weiske
2014-04-23Add support for phancap website thumbnailer.Christian Weiske
Drop support for artviper, since their service is gone.
2014-03-31mention scuttle for androidChristian Weiske
2014-03-31mention scuttle for androidChristian Weiske
2014-03-31add scuttleoid to docs/toolsChristian Weiske
2014-03-26add option to get last modified date instead of creation dateDavid Glenck
2014-01-16add status attribute to post in all relevant api functionsDavid Glenck
2013-10-29link flat theme by Roman LehnhofChristian Weiske
2013-08-20fix typoChristian Weiske
2013-08-20Fix bug #161: URLs broken on 1&1 serverChristian Weiske
2013-07-02Fix #158: Correct documentation on the PostgreSQL tables file name, add exampleChristian Weiske
2013-03-22set max width of docs pageChristian Weiske
2013-03-22add tools section in docsChristian Weiske
2013-03-21fix timing bug in tests by using title sort order instead of date sort, fix ↵Christian Weiske
bug when no user was in db
2013-03-21Fix E_STRICT error: we explicitely have to cast resources to (int)Christian Weiske
2013-03-21Fix two broken testsChristian Weiske
2013-03-21CSChristian Weiske
2013-03-21document unit test dependenciesRicardo Soares de Lima
2013-03-21The hasTag was always returning false, which probably is a bug. Fixed it and ↵Christian Weiske
added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version
2013-03-21fix some CS, remove unneeded include - file is included in header.phpChristian Weiske
2013-03-21The method attachTags was raising a Notice error, fix it and adds a test for ↵Ricardo Soares de Lima
this situation.
2013-03-21fix tag::normalize testChristian Weiske
2013-03-21Using a foreach loop avoids Notice warnings when the array doesn't have ↵Ricardo Soares de Lima
sequential indexes, ex: 0, 1, 3...
2013-03-21add (broken) tests for Services_Tag::normalize and Bookmark2Tag::attachTags ↵Christian Weiske
with some empty tags
2013-03-21Merge branch '0.98'Christian Weiske
2013-03-20remove php4-style object reference passing #2Christian Weiske
2013-03-20prepare release of 0.98.5v0.98.5Christian Weiske