Commit graph

  • 41a29f49ee save another query cweiske 2010-02-20 11:33:11 +0000
  • 51e844e17e save another query cweiske 2010-02-20 11:31:18 +0000
  • 35058ddd07 reformat _getuser and add docblock cweiske 2010-02-20 11:29:31 +0000
  • 74614e0f99 header docblock cweiske 2010-02-20 11:27:57 +0000
  • ab75c7ff44 docblock cweiske 2010-02-20 11:26:16 +0000
  • edfd04698a remove end date condition since it seems unneccessary to me cweiske 2010-02-20 11:24:47 +0000
  • 01c792a789 new config option to disable "SET NAMES UTF8" sql call cweiske 2010-02-20 11:23:07 +0000
  • 40ca013e42 sql optimization: 9 queries less! cweiske 2010-02-20 11:20:32 +0000
  • 6c9542f24b make isAdmin accept a user name, too cweiske 2010-02-20 11:18:49 +0000
  • 6a6cba1a4d sql optimization: fetch all tags at once cweiske 2010-02-20 11:16:34 +0000
  • 3e9c2cd0a5 add new method for better sql performance: Bookmark2Tag::getTagsForBookmarks() cweiske 2010-02-20 11:14:39 +0000
  • c4b8719b5b reformat and CS cweiske 2010-02-20 11:12:51 +0000
  • 0685081d46 make tests better cweiske 2010-02-20 11:11:26 +0000
  • 512e3a6811 add bookmark2tagtest to alltests cweiske 2010-02-20 11:10:08 +0000
  • 97c3d1ed63 add test for Bookmark2Tag::getTagsForBookmark() cweiske 2010-02-20 11:08:52 +0000
  • 46b96044fb test getBookmarks() with tag loading functionality cweiske 2010-02-20 11:07:37 +0000
  • fe522e5719 first sql optimization: fetch countOthers() for all bookmarks at once instead of each single cweiske 2010-02-20 11:06:12 +0000
  • 05c2369507 replace some strange foreach constructs with the proper variant cweiske 2010-02-20 11:04:51 +0000
  • 6b7217daf2 make countOthers() accept an array of addresses cweiske 2010-02-20 11:03:20 +0000
  • 91da444e76 reformat countOthers() cweiske 2010-02-16 21:59:39 +0000
  • 2f13a1c819 test complex combination of watches, publics and private bookmarks with countOthers() cweiske 2010-02-16 21:58:00 +0000
  • 57d4892eb3 allow setting of status during addBookmark in tests cweiske 2010-02-16 21:57:03 +0000
  • 157adfd7eb multiple tests for SemanticScuttle_Service_Bookmark::countOthers() cweiske 2010-02-16 21:55:50 +0000
  • e5dab0a740 allow adding of certain addresses cweiske 2010-02-16 21:54:31 +0000
  • 7f2e347217 do not return numbers < 0 cweiske 2010-02-16 21:52:45 +0000
  • 0c930607f0 do not return numbers < 0 cweiske 2010-02-16 21:50:49 +0000
  • b25290cef4 add package task Christian Weiske 2010-02-16 21:38:59 +0100
  • 7a8c92ff1a prepare 0.96.1 cweiske 2010-02-09 15:55:01 +0000
  • 8a3e745378 Fix bug #2948410: API is broken in 0.96.0 cweiske 2010-02-09 15:54:42 +0000
  • c5c5710829 prepare release of version 0.96.0 cweiske 2010-02-08 19:01:34 +0000
  • ca5ca1d1c9 Send HTTP status code 500 when site has not been configured yet. cweiske 2010-02-08 19:00:24 +0000
  • d7e5050eff Fix bug #2899515: Bookmarklet broken when site title contains quote cweiske 2010-02-08 18:59:05 +0000
  • 96fe64e393 explain people how to setup their installation to get rid of www/ in URLs. cweiske 2010-02-08 07:32:53 +0000
  • 6c2fa2f020 allow people to move www/ folder where they want it, now one just has to change www/www-header.php cweiske 2010-02-08 07:32:34 +0000
  • 99160a8850 reorganize changelog cweiske 2010-02-08 07:30:49 +0000
  • 13df0d47fb update changelog cweiske 2010-02-07 16:56:36 +0000
  • 980181fef0 fix countBookmarks() for mysqli cweiske 2010-02-07 16:53:22 +0000
  • 3d135f47e9 fix bookmarkExists() for mysqli cweiske 2010-02-07 16:51:31 +0000
  • 3b656954e0 tell people that debugmode and mysql4 will break some tests cweiske 2010-02-07 16:50:17 +0000
  • df7a591570 tell people how to run unit tests cweiske 2010-02-07 16:49:18 +0000
  • 14bde531dd remove completed todo items cweiske 2010-02-07 16:47:42 +0000
  • f44df83db5 example for ldap authentification cweiske 2010-02-06 14:37:03 +0000
  • 928ab39333 documentation for external authentication cweiske 2010-02-06 11:53:55 +0000
  • 7f4d678b9b reorganize changelog entry for 0.96 cweiske 2010-02-05 18:47:17 +0000
  • 132fe726a8 fix some docblocks in userservice cweiske 2010-02-05 18:46:16 +0000
  • d385ce8641 do not use service overrides when running unit tests cweiske 2010-02-05 18:45:05 +0000
  • 983e4666c4 use configurable password field instead of the hardcoded one cweiske 2010-02-05 18:43:56 +0000
  • 3bdc88e374 make external login work when user changed password externally cweiske 2010-02-05 18:42:38 +0000
  • b8fbabe965 make external auth login work. one thing left is when the user changes his password cweiske 2010-02-05 18:41:43 +0000
  • b74c17f1b5 nearly there with auth integration cweiske 2010-02-02 19:27:03 +0000
  • 6f7316e421 make serviceoverrides user-configurable cweiske 2010-02-02 19:25:35 +0000
  • a4e1a291ed add missing space cweiske 2010-01-29 07:30:46 +0000
  • 6c51d561b6 fix missing space cweiske 2010-01-29 07:29:52 +0000
  • c1aea5a055 Fix bug #2843523: ArtViper thumbnail license change reflected by using the javascript backlink cweiske 2010-01-29 07:28:48 +0000
  • 560ea7c372 add delicious api documentation link cweiske 2010-01-22 12:10:39 +0000
  • d2a214968c Fix bug #2936833: api fix: shared=no cweiske 2010-01-22 08:51:56 +0000
  • 8454b37d7a Implement request #2833793: Export to avahi config files - we support zeroconf networking! cweiske 2010-01-19 23:01:36 +0000
  • ef3a73a215 Fix E_NOTICE when calling alltags.php without any parameter cweiske 2010-01-19 22:59:26 +0000
  • a2b518b1b3 special header file for standalone scripts cweiske 2010-01-19 22:58:19 +0000
  • 777f7f072c Fix bug #2934891: RSS XML was sometimes invalid because special characters did not get escaped. cweiske 2010-01-19 20:32:10 +0000
  • 5fd780c8a9 fix E_NOTICE in rss cweiske 2010-01-19 20:30:44 +0000
  • 7240d693de Implement request #2934872: Option to set the "no description" description. Patch by fnorder@users.sourceforge.net cweiske 2010-01-19 20:23:23 +0000
  • cc1d7d7a4d Implement request #2934868: Do not display full redirection URL, patch by fnorder@users.sourceforge.net cweiske 2010-01-19 18:34:01 +0000
  • cdc6eb9166 no xss but sql cweiske 2010-01-17 21:26:07 +0000
  • 9cdb5764dc note about 0.94.2 security release cweiske 2010-01-16 14:14:32 +0000
  • 28f2e8e053 add 0.95.2 to changelog cweiske 2010-01-16 13:45:45 +0000
  • 71506db48c fix several sql injection possibilities cweiske 2010-01-16 12:20:53 +0000
  • 180e5a0fc6 Fix bug #2887063: Common tag combination description feels broken cweiske 2010-01-16 11:16:43 +0000
  • 50f41d57f7 make common description editor work even when no referer is set cweiske 2010-01-16 11:15:06 +0000
  • 9340fde0fa fix E_NOTICE cweiske 2010-01-16 11:13:35 +0000
  • 655f60843c Coding standards changes, add header docblock cweiske 2010-01-16 11:12:19 +0000
  • 991ef5c1bf Part of request #2928950: Add config option to allow sorting by bookmark creation date instead of modification date cweiske 2010-01-16 10:20:45 +0000
  • b009bdb07c typo cweiske 2010-01-16 10:18:04 +0000
  • 38e91e2a48 update changelog cweiske 2010-01-16 10:16:36 +0000
  • d5bb000998 Part of bug #2928950: add support for "count" parameter in rss feed and add config options for default and maximum rss feed entries cweiske 2010-01-16 10:15:19 +0000
  • 9bcab8c363 lowercase utf-8 because i like that better cweiske 2010-01-16 10:13:52 +0000
  • 7d3de4e01e add pubdate and latest change date to rss feed cweiske 2010-01-16 10:12:25 +0000
  • bacc8ecb70 part of bug #2928950: fix RSS content-type header cweiske 2010-01-16 10:10:48 +0000
  • c96ef230b1 Coding standards changes, add header docblock cweiske 2010-01-16 10:09:32 +0000
  • 569e3e3d43 Coding standards changes, add header docblock cweiske 2010-01-16 10:08:25 +0000
  • 14db736105 Coding standards changes, add header docblock cweiske 2010-01-16 10:06:41 +0000
  • fd332eb5d1 fix E_NOTICE in post_dates.php and show the last date, too cweiske 2010-01-16 10:05:10 +0000
  • 81c10ea65b Coding standards changes, add header docblock cweiske 2010-01-16 10:03:30 +0000
  • 60f66c3ce7 Coding standards changes, add header to some files cweiske 2010-01-16 10:01:37 +0000
  • 300b829705 cleanup login() cweiske 2010-01-16 08:17:35 +0000
  • f1fcaaae0e Fix bug #2928905: API was broken when no user was logged in cweiske 2010-01-16 08:16:10 +0000
  • 09538ab147 Fix bug #2928905: API was broken when no user was logged in cweiske 2010-01-16 08:14:39 +0000
  • a5065ebd63 more explanation cweiske 2010-01-16 08:12:55 +0000
  • 88088f6d0f respect $shorturl configuration setting cweiske 2010-01-16 08:11:39 +0000
  • a4431ddc7d tell people about privacy settings and a TOOD cweiske 2010-01-16 08:09:58 +0000
  • 70e233b7de first shorturl redirection implementation cweiske 2010-01-16 08:08:24 +0000
  • 6bc190b672 create admin user, too cweiske 2009-11-26 08:18:11 +0000
  • a8e9aa4d0d add documentation for _getbookmark() and dependent methods cweiske 2009-11-26 08:17:21 +0000
  • 84a453562f git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@572 b3834d28-1941-0410-a4f8-b48e95affb8f mensonge 2009-11-25 21:37:49 +0000
  • d8dc6eb9e0 Vietnamese translation mensonge 2009-11-25 21:25:12 +0000
  • 82b17be346 part of request #2830224: prepare API for short url service cweiske 2009-11-23 19:11:33 +0000
  • 60fa8fd540 tell people they need phps filter functions cweiske 2009-11-20 17:42:29 +0000
  • cc5b3d0b5e replace regex email validation with PHP filter function and remove DNS checking functions that were not used anymore and do even had a security issue since they did not escape shell parameters cweiske 2009-11-20 17:41:31 +0000
  • fdaee8f05d test email validation cweiske 2009-11-20 17:40:20 +0000
  • cd925c3067 add base test files to phpunit blacklist cweiske 2009-11-20 17:39:17 +0000