Commit graph

213 commits

Author SHA1 Message Date
buckaroo-labs
ec115471e4
PHP 8 modifications
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:40:53 -08:00
buckaroo-labs
969a80b478
PHP 8 modifications
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:40:51 -08:00
buckaroo-labs
1528110257
PHP 8 modifications
Modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:38:46 -08:00
buckaroo-labs
772501d600
bug fix
Fatal error: Uncaught Error: [] operator not supported for strings in src/SemanticScuttle/Service/Bookmark2Tag.php:117
2023-12-20 15:50:56 -08:00
buckaroo-labs
0eb9afa587
bug fix
Fatal error: Array and string offset access syntax with curly braces is no longer supported in src/SemanticScuttle/utf8.php on line 51
2023-12-20 15:48:49 -08:00
querwurzelt
ea04385bc1 PHP 7.3 compat, bug fixes 2019-01-21 22:15:21 +01:00
Christian Weiske
e636523aac script to use with errbot's exec plugin 2016-05-09 21:41:32 +02:00
Christian Weiske
833537692e Move URL title method to dedicated class 2016-05-09 21:39:18 +02:00
Christian Weiske
6b3f1d4bb5 Add support for phancap website thumbnailer.
Drop support for artviper, since their service is gone.
2014-04-23 23:12:55 +02:00
David Glenck
0a5eed2dd3 add option to get last modified date instead of creation date 2014-03-26 22:15:09 +01:00
Christian Weiske
e6494f9767 Fix bug #161: URLs broken on 1&1 server 2013-08-20 20:58:28 +02:00
Christian Weiske
dfaf1d026a Fix two broken tests 2013-03-21 17:57:48 +01:00
Christian Weiske
5c8833d5f5 CS 2013-03-21 17:57:12 +01:00
Christian Weiske
26352761d3 The hasTag was always returning false, which probably is a bug. Fixed it and added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version 2013-03-21 06:49:37 +01:00
Christian Weiske
20e3b5ebd7 fix some CS, remove unneeded include - file is included in header.php 2013-03-21 06:44:11 +01:00
Ricardo Soares de Lima
2f865db513 The method attachTags was raising a Notice error, fix it and adds a test for this situation. 2013-03-21 06:42:13 +01:00
Ricardo Soares de Lima
72269aa1d6 Using a foreach loop avoids Notice warnings when the array doesn't have sequential indexes, ex: 0, 1, 3... 2013-03-21 06:39:23 +01:00
Christian Weiske
d0ed9adec8 remove php4-style object reference passing 2013-03-17 22:22:16 +01:00
Christian Weiske
7b50608138 set proper exit status when config file does not exist 2012-01-25 22:51:11 +01:00
Christian Weiske
814f99d471 Fix bug #3111254: getIdFromUser() always returns an integer now (part 2) 2012-01-21 12:38:17 +01:00
Christian Weiske
728d642563 Part of bug #3463481: Add HTTP protocol to self URL in feed 2012-01-20 14:52:36 +01:00
Christian Weiske
a0f0b2caf7 Fix bug #3431742: open_basedir problems with /etc/ config files 2011-11-02 06:42:14 +01:00
Christian Weiske
9c18fe1cc7 Fix bug #3386178: "system:unfiled" secret tag does not work 2011-08-05 06:47:37 +02:00
Christian Weiske
c1528d1c5b we can retrieve system tags now 2011-08-05 06:33:40 +02:00
Christian Weiske
4775d7bf5a Fix bug #3376618: Broken tag completion for private bookmarks 2011-08-01 18:25:14 +02:00
Christian Weiske
320d673344 Fix bug #3160512: Make SemantiScuttle work with FastCGI 2011-07-23 14:19:09 +02:00
Christian Weiske
0396dee730 fix typo 2011-07-23 14:07:58 +02:00
Christian Weiske
82ee59779e support global and per-host configuration files 2011-07-21 21:32:48 +02:00
Christian Weiske
3d11286cbc privatekey -> privateKey everywhere 2011-06-27 22:31:24 +02:00
Christian Weiske
6ec3b102aa make the private tests really test something 2011-06-27 19:39:38 +02:00
Mark Pemberton
f9dbdc6645 Fixed issue with storing RSS login in session 2011-06-15 08:47:50 -04:00
Mark Pemberton
74bab13f05 Fixed auth issue with private RSS feed 2011-06-14 22:39:47 -04:00
Mark Pemberton
b628e63e01 Merge branch 'master' into privatekey2
Conflicts:

	data/templates/default/bookmarks.tpl.php
2011-06-04 00:38:07 -04:00
Mark Pemberton
84e603aa91 Reverted changes of date() to gdate(), added tests to confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php 2011-06-04 00:29:04 -04:00
Christian Weiske
5ba53394fc implement request #1989987: theme support. merge themes branch with --squash 2011-05-25 19:43:36 +02:00
Mark Pemberton
342d1c3205 Altered tests to be more timezone friendly 2011-05-21 22:06:44 -04:00
Mark Pemberton
b105867e75 Merge branch 'master' into privatekey2 2011-05-21 21:38:25 -04:00
Christian Weiske
97bba97049 no need for that anymore 2011-05-20 17:11:45 +02:00
Mark Pemberton
5203848b12 revert getBookmarks() back to original 2011-05-19 19:40:22 -04:00
Christian Weiske
ef23f01eba begin supporting a different database for unit tests 2011-05-19 07:38:35 +02:00
Mark Pemberton
920f7fc623 Updated PrivateKey to include Tag searches 2011-05-17 00:24:43 -04:00
Mark Pemberton
10214c43b5 Updated 'Generate New Key' button to use ajax if javascript enabled. 2011-05-16 00:35:31 -04:00
Mark Pemberton
6ed90e647a Fixed sql commands where resources were not freed 2011-05-14 21:46:35 -04:00
Mark Pemberton
ec345f7a13 new privatekey2 branch with privatekey changes 2011-05-13 14:26:51 -04:00
Christian Weiske
62afb01482 allow ssl client login with other authentication sources 2011-05-13 18:11:14 +02:00
Christian Weiske
ccb6d8a513 fix ssl client cert login process 2011-05-13 18:10:25 +02:00
Christian Weiske
803b83fb7d Merge branch 'master' into ssl-client-certs 2011-05-13 06:57:54 +02:00
Christian Weiske
88d7b9631b Merge branch 'master' into configurable-privacy2 2011-05-12 19:25:03 +02:00
Christian Weiske
fbfbd8d5ca Merge branch 'master' into ssl-client-certs 2011-05-12 19:24:34 +02:00
Christian Weiske
b57c8d4581 do not automatically store user id in session 2011-05-12 19:23:53 +02:00