Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script to use with errbot's exec pluginHEADorigin/masterorigin/HEADmaster | Christian Weiske | 2016-05-09 | 1 | -0/+1 |
| | |||||
* | Move URL title method to dedicated class | Christian Weiske | 2016-05-09 | 1 | -0/+65 |
| | |||||
* | Add support for phancap website thumbnailer. | Christian Weiske | 2014-04-23 | 4 | -1/+204 |
| | | | | Drop support for artviper, since their service is gone. | ||||
* | add option to get last modified date instead of creation date | David Glenck | 2014-03-26 | 1 | -0/+7 |
| | |||||
* | Fix bug #161: URLs broken on 1&1 server | Christian Weiske | 2013-08-20 | 2 | -17/+13 |
| | |||||
* | Fix two broken tests | Christian Weiske | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | CS | Christian Weiske | 2013-03-21 | 1 | -7/+15 |
| | |||||
* | The hasTag was always returning false, which probably is a bug. Fixed it and ↵ | Christian Weiske | 2013-03-21 | 1 | -1/+2 |
| | | | | added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version | ||||
* | fix some CS, remove unneeded include - file is included in header.php | Christian Weiske | 2013-03-21 | 1 | -5/+3 |
| | |||||
* | The method attachTags was raising a Notice error, fix it and adds a test for ↵ | Ricardo Soares de Lima | 2013-03-21 | 1 | -6/+7 |
| | | | | this situation. | ||||
* | Using a foreach loop avoids Notice warnings when the array doesn't have ↵ | Ricardo Soares de Lima | 2013-03-21 | 2 | -2/+2 |
| | | | | sequential indexes, ex: 0, 1, 3... | ||||
* | remove php4-style object reference passing | Christian Weiske | 2013-03-17 | 10 | -63/+76 |
| | |||||
* | set proper exit status when config file does not exist | Christian Weiske | 2012-01-25 | 1 | -9/+7 |
| | |||||
* | Fix bug #3111254: getIdFromUser() always returns an integer now (part 2) | Christian Weiske | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Part of bug #3463481: Add HTTP protocol to self URL in feed | Christian Weiske | 2012-01-20 | 1 | -0/+25 |
| | |||||
* | Fix bug #3431742: open_basedir problems with /etc/ config files | Christian Weiske | 2011-11-02 | 1 | -6/+20 |
| | |||||
* | Fix bug #3386178: "system:unfiled" secret tag does not work | Christian Weiske | 2011-08-05 | 1 | -0/+1 |
| | |||||
* | we can retrieve system tags now | Christian Weiske | 2011-08-05 | 1 | -4/+7 |
| | |||||
* | Fix bug #3376618: Broken tag completion for private bookmarks | Christian Weiske | 2011-08-01 | 1 | -13/+16 |
| | |||||
* | Fix bug #3160512: Make SemantiScuttle work with FastCGI | Christian Weiske | 2011-07-23 | 3 | -12/+55 |
| | |||||
* | fix typo | Christian Weiske | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | support global and per-host configuration files | Christian Weiske | 2011-07-21 | 2 | -3/+123 |
| | |||||
* | privatekey -> privateKey everywhere | Christian Weiske | 2011-06-27 | 1 | -10/+10 |
| | |||||
* | make the private tests really test something | Christian Weiske | 2011-06-27 | 1 | -0/+17 |
| | |||||
* | Fixed issue with storing RSS login in session | Mark Pemberton | 2011-06-15 | 1 | -1/+1 |
| | |||||
* | Fixed auth issue with private RSS feed | Mark Pemberton | 2011-06-14 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into privatekey2 | Mark Pemberton | 2011-06-04 | 4 | -2/+130 |
|\ | | | | | | | | | | | Conflicts: data/templates/default/bookmarks.tpl.php | ||||
| * | implement request #1989987: theme support. merge themes branch with --squash | Christian Weiske | 2011-05-25 | 4 | -2/+130 |
| | | |||||
* | | Reverted changes of date() to gdate(), added tests to confirm existence of ↵ | Mark Pemberton | 2011-06-04 | 3 | -4/+2 |
| | | | | | | | | private RSS feed, and finalized changes to the user session usage with rss.php | ||||
* | | Altered tests to be more timezone friendly | Mark Pemberton | 2011-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into privatekey2 | Mark Pemberton | 2011-05-21 | 4 | -9/+15 |
|\ \ | |/ | |||||
| * | no need for that anymore | Christian Weiske | 2011-05-20 | 1 | -1/+0 |
| | | |||||
| * | begin supporting a different database for unit tests | Christian Weiske | 2011-05-19 | 2 | -6/+13 |
| | | |||||
| * | allow ssl client login with other authentication sources | Christian Weiske | 2011-05-13 | 1 | -1/+1 |
| | | |||||
| * | fix ssl client cert login process | Christian Weiske | 2011-05-13 | 1 | -2/+2 |
| | | |||||
* | | revert getBookmarks() back to original | Mark Pemberton | 2011-05-19 | 1 | -31/+19 |
| | | |||||
* | | Updated PrivateKey to include Tag searches | Mark Pemberton | 2011-05-17 | 3 | -16/+27 |
| | | |||||
* | | Updated 'Generate New Key' button to use ajax if javascript enabled. | Mark Pemberton | 2011-05-16 | 1 | -5/+6 |
| | | |||||
* | | Fixed sql commands where resources were not freed | Mark Pemberton | 2011-05-14 | 2 | -4/+6 |
| | | |||||
* | | new privatekey2 branch with privatekey changes | Mark Pemberton | 2011-05-13 | 3 | -34/+205 |
|/ | |||||
* | Merge branch 'master' into ssl-client-certs | Christian Weiske | 2011-05-13 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'master' into configurable-privacy2origin/configurable-privacy2 | Christian Weiske | 2011-05-12 | 5 | -22/+128 |
| |\ | |||||
| * \ | merge master | Christian Weiske | 2011-05-02 | 8 | -74/+291 |
| |\ \ | |||||
| * | | | replace deprecated split | Christian Weiske | 2011-04-26 | 1 | -1/+1 |
| | | | | |||||
| * | | | start the session when we are in http unittest mode | Christian Weiske | 2011-04-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | cherry-pick: | Christian Weiske | 2011-04-06 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | add new feature: allow unit test mode enabling via HTTP GET parameter | ||||
* | | | | Merge branch 'master' into ssl-client-certs | Christian Weiske | 2011-05-12 | 1 | -20/+68 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | do not automatically store user id in session | Christian Weiske | 2011-05-12 | 1 | -12/+39 |
| | | | | |||||
| * | | | reformat userservice::getWatchNames | Christian Weiske | 2011-05-12 | 1 | -8/+29 |
| | | | | |||||
* | | | | seems I actually forget to use the methods only parameter | Christian Weiske | 2011-05-11 | 1 | -0/+1 |
| | | | | |||||
* | | | | deleting ssl client certificates from profile page works now | Christian Weiske | 2011-05-11 | 1 | -1/+33 |
| | | | | |||||
* | | | | prepare user interface to register and delete client certificates on the ↵ | Christian Weiske | 2011-05-10 | 2 | -1/+115 |
| | | | | | | | | | | | | | | | | profile page | ||||
* | | | | show current users certificates on profile page | Christian Weiske | 2011-05-09 | 3 | -0/+101 |
| | | | | |||||
* | | | | automatically register SSL client cert when user registers | Christian Weiske | 2011-05-09 | 1 | -2/+25 |
| | | | | |||||
* | | | | move ssl client cert handling into separate service class | Christian Weiske | 2011-05-09 | 2 | -67/+230 |
| | | | | |||||
* | | | | also match client issuer (CA) | Christian Weiske | 2011-05-05 | 1 | -3/+11 |
| | | | | |||||
* | | | | part of request #3163623: add support to login via ssl client certificate. ↵ | Christian Weiske | 2011-05-04 | 1 | -0/+50 |
|/ / / | | | | | | | | | | web interface to register certificates is still missing | ||||
* | | | Support HTTPS connections when $root is not configured | Christian Weiske | 2011-05-04 | 1 | -1/+4 |
| | | | |||||
* | | | do not add bookmarks with an invalid URL | Christian Weiske | 2011-05-03 | 1 | -1/+9 |
| | | | |||||
* | | | docblock for isValidUrl method | Christian Weiske | 2011-05-03 | 1 | -0/+8 |
| | | | |||||
* | | | begin bookmark model class with URL validation method | Christian Weiske | 2011-05-03 | 2 | -0/+39 |
| |/ |/| | |||||
* | | first test for service factory | Christian Weiske | 2011-04-12 | 1 | -1/+2 |
| | | |||||
* | | add new feature: allow unit test mode enabling via HTTP GET parameter | Christian Weiske | 2011-03-26 | 1 | -1/+15 |
| | | |||||
* | | do not generate invalid SQL when called with a not-so valid array | Christian Weiske | 2011-03-25 | 1 | -2/+4 |
| | | |||||
* | | beginsWith-parameter for getPopulartags, getContactTags and getAdminTags | Christian Weiske | 2011-03-25 | 1 | -5/+20 |
| | | |||||
* | | docblock for deleteAll | Christian Weiske | 2011-03-24 | 1 | -1/+9 |
| | | |||||
* | | fix privacy protection issue when fetching tags of several users | Christian Weiske | 2011-03-24 | 1 | -1/+1 |
| | | |||||
* | | make getPopularTags a tiny bit easier | Christian Weiske | 2011-03-24 | 1 | -9/+7 |
| | | |||||
* | | fix docblock | Christian Weiske | 2011-03-24 | 1 | -3/+3 |
| | | |||||
* | | unittest for Bookmark2Tag::getContactTags, CS and docblock | Christian Weiske | 2011-03-24 | 1 | -4/+27 |
| | | |||||
* | | unittest for getAdminTags as well as CS and docblock fixes on it | Christian Weiske | 2011-03-23 | 1 | -3/+27 |
| | | |||||
* | | format getPopularTags and add docblock | Christian Weiske | 2011-03-23 | 1 | -19/+56 |
| | | |||||
* | | Merge branch 'master' into jquery | Christian Weiske | 2011-03-20 | 3 | -9/+52 |
|\ \ | | | | | | | | | | | | | Conflicts: doc/ChangeLog | ||||
| * | | Implement request #3054906: Show user's full name instead of nickname | Christian Weiske | 2011-03-15 | 3 | -1/+44 |
| |/ | |||||
| * | rename $range to $status as it is used in all other methods; add privacy to ↵ | Christian Weiske | 2011-02-09 | 1 | -8/+8 |
| | | | | | | | | the parameter description so we find it again next time | ||||
| * | Fix bug #3111254: Search in my_watchlist results in error | Christian Weiske | 2010-11-19 | 1 | -3/+3 |
| | | |||||
* | | Fix bug #3111254: Search in my_watchlist results in error | Christian Weiske | 2010-11-19 | 1 | -3/+3 |
| | | |||||
* | | load minified javascript if debug mode is off; add minified version ↵ | Christian Weiske | 2010-10-13 | 1 | -0/+1 |
| | | | | | | | | (generated with "yuicompressor --nomunge") of jstree | ||||
* | | activate strict xhtml mode only on debug mode | Christian Weiske | 2010-10-09 | 1 | -4/+9 |
| | | |||||
* | | make the page valid and keep chromium happy | Christian Weiske | 2010-10-09 | 1 | -1/+4 |
| | | |||||
* | | tests for getadminlinkedtags | Christian Weiske | 2010-10-08 | 1 | -5/+13 |
| | | |||||
* | | CS on constants | Christian Weiske | 2010-10-07 | 1 | -27/+43 |
| | | |||||
* | | give admin tags a link href :) | Christian Weiske | 2010-10-07 | 1 | -1/+3 |
| | | |||||
* | | CS, docblocks | Christian Weiske | 2010-10-01 | 1 | -7/+38 |
| | | |||||
* | | remove deprecate split() | Christian Weiske | 2010-09-30 | 1 | -1/+1 |
|/ | |||||
* | rewrite api/posts/delete to be more secure and add unit tests for it | cweiske | 2010-09-28 | 1 | -6/+12 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@769 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | update php-gettext to 1.0.10 | cweiske | 2010-09-28 | 12 | -271/+642 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@763 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | now we have tests for all history all methods | cweiske | 2010-09-27 | 1 | -1/+1 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@762 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | explain $sizeSearchHistory | cweiske | 2010-09-26 | 1 | -3/+17 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@755 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | fix nasty bug with $withResults in getAllSearches() | cweiske | 2010-09-26 | 1 | -1/+1 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@753 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | reformat the code (CS) | cweiske | 2010-09-26 | 1 | -34/+145 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@752 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | Fix CS, fix docblocks | cweiske | 2010-09-23 | 1 | -30/+81 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@748 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | Move user IP resolution into own class method | cweiske | 2010-09-23 | 2 | -18/+51 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@747 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | update description | cweiske | 2010-09-23 | 1 | -2/+3 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@746 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | Fix bug #3073215: Updating bookmark time does not work | cweiske | 2010-09-23 | 1 | -1/+1 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@745 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | finally fix the problem that watchlist count tests failed every second ↵ | cweiske | 2010-09-23 | 1 | -1/+4 |
| | | | | | | alltests run git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@737 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | allow debugging of connection errors | cweiske | 2010-09-14 | 1 | -1/+1 |
| | | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@734 b3834d28-1941-0410-a4f8-b48e95affb8f | ||||
* | make test running on installed pear package work: pear run-tests -pu ↵ | Christian Weiske | 2010-08-22 | 1 | -1/+1 |
| | | | | __uri/semanticscuttle | ||||
* | make files use pear directories | Christian Weiske | 2010-08-22 | 1 | -3/+14 |
| | |||||
* | Fix bug getTagsForBookmarks() that fetched all tags, see ↵ | cweiske | 2010-07-09 | 1 | -6/+1 |
| | | | | | | http://sourceforge.net/projects/semanticscuttle/forums/forum/759510/topic/3752670 for details git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@715 b3834d28-1941-0410-a4f8-b48e95affb8f |