5fb1260ba3
Fix issue with urls ending in ‘/’ getting normalized wrong
...
Normalizing them this way ruins the url by cutting off a character too many and
making the url invalid.
2024-02-29 12:31:33 -08:00
ca9225972f
Fix issue about ‘bVotes’ and ‘bVoting’ not having default values
2024-02-29 09:37:19 -08:00
9f843178bc
Fix issue where constructors aren't called
...
The documentation says that defining a constructor as a function with the same
name as the class is deprecated as of PHP 8, but should still work. However it
seems that this isn't true. Running on my machine these constructors didn't get
called. Renaming them to ‘__construct’ fixed that.
2024-02-29 09:02:19 -08:00
e1bfad3df7
Fix issue accessing an array index on a boolean
2024-02-29 09:01:24 -08:00
907fd55a5c
Fix error: Using ${var} in strings is deprecated
2024-02-29 08:59:33 -08:00
buckaroo-labs
e0ce98abb4
Update User.php for PHP 8
2023-12-20 18:26:44 -08:00
buckaroo-labs
f8be10fe06
Update User.php for PHP 8
2023-12-20 18:18:46 -08:00
buckaroo-labs
60fd8f4098
Update functions.php
2023-12-20 18:14:22 -08:00
buckaroo-labs
fabb46f79a
Update functions.php
2023-12-20 18:12:12 -08:00
buckaroo-labs
ef7991221b
Update functions.php for PHP 8
2023-12-20 18:08:41 -08:00
buckaroo-labs
8e197cd42a
PHP 8 updates
...
add IF condition to avoid 'Deprecated' warning
2023-12-20 17:46:35 -08:00
buckaroo-labs
cdb370dd1c
Update mysqli.php comments
2023-12-20 17:39:01 -08:00
buckaroo-labs
da15faa34b
PHP 8 modifications
...
changes to $cur_index variable
2023-12-20 17:15:49 -08:00
buckaroo-labs
a877f1ced8
PHP 8 modifications
...
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:43:52 -08:00
buckaroo-labs
5abe272660
PHP 8 modifications
...
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:43:48 -08:00
buckaroo-labs
c2584192cf
PHP 8 modifications
...
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:43:44 -08:00
buckaroo-labs
6887c864ec
PHP 8 modifications
...
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:43:39 -08:00
buckaroo-labs
3eeff5cb7e
PHP 8 modifications
...
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:43:35 -08:00
buckaroo-labs
c67515b7e6
PHP 8 modifications
...
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:43:31 -08:00
buckaroo-labs
a4e0721c6b
PHP 8 modifications
...
modifications to avoid "Deprecated" warnings in sql_connect function
2023-12-20 16:40:59 -08:00
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