Commit graph

1249 commits

Author SHA1 Message Date
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
ab2657e351
Update README.md 2023-12-21 19:29:26 -08:00
buckaroo-labs
50ee2712b9
Update README.md 2023-12-21 19:13:40 -08:00
buckaroo-labs
ad52b9261c
Update README.md 2023-12-21 19:04:29 -08:00
buckaroo-labs
278fec90a1
Update README.md 2023-12-21 16:34:02 -08:00
buckaroo-labs
bc69e6014d
Update README.md
fix typo
2023-12-21 16:29:38 -08:00
buckaroo-labs
4dd811b81a
Update README.md 2023-12-21 12:23:15 -08:00
buckaroo-labs
2eed991ecd
Update README.md 2023-12-21 12:15:31 -08:00
buckaroo-labs
991f7df3d1
Update README.md 2023-12-21 12:14:11 -08:00
buckaroo-labs
a1257b8fdf
Update README.md
Yikes, This code does not look secure,
2023-12-21 12:10:20 -08:00
buckaroo-labs
029ecfb692
Update about.tpl.php
update repo name
2023-12-20 23:05:01 -08:00
buckaroo-labs
7f50fa61b7
Update README.md 2023-12-20 23:01:11 -08:00
buckaroo-labs
11d140119c
Add files via upload 2023-12-20 22:59:59 -08:00
buckaroo-labs
52612c6288
Update README.md 2023-12-20 22:47:10 -08:00
buckaroo-labs
d2a385d88d Merge branch 'master' of https://github.com/buckaroo-labs/semantic-scuttle 2023-12-20 22:45:52 -08:00
buckaroo-labs
8ed4ea495a Create icon.png 2023-12-20 22:45:48 -08:00
buckaroo-labs
cf4701a750
Update toolbar.inc.php
Rename toolbar items
2023-12-20 22:09:22 -08:00
buckaroo-labs
c6eaa5e9c8
Update about.tpl.php
update app repo link
2023-12-20 21:58:06 -08:00
buckaroo-labs
3745b97633 Merge branch 'master' of https://github.com/buckaroo-labs/semantic-scuttle 2023-12-20 21:39:30 -08:00
buckaroo-labs
78b989f290 add 'minimal' theme 2023-12-20 21:39:10 -08:00
buckaroo-labs
3cc1d14627
Update bookmarks.tpl.php
change × to *
2023-12-20 19:46:16 -08:00
buckaroo-labs
08fb6f8765
Update top.inc.php 2023-12-20 19:39:28 -08:00
buckaroo-labs
a31eec599c
Update bottom.inc.php
avoid warning
2023-12-20 19:35:08 -08:00
buckaroo-labs
61f6cf4789
Update bookmarks-thumbnail.inc.tpl.php
avoid warning
2023-12-20 19:34:24 -08:00
buckaroo-labs
a89a4c07b8 bundle sscuttlizr theme 2023-12-20 19:16:51 -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
6e5f4f3757
Update README.md 2023-12-20 17:48:01 -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
b2bc3dd185
Update README.md 2023-12-20 17:37:59 -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
d00fa45fa3
Update README.md 2023-12-20 16:00:19 -08:00
buckaroo-labs
447be6df0d
Update README.md 2023-12-20 15:59:20 -08:00