summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'debug-fixes' into oniGravatar Tom Willemse2024-04-214-15/+8
|\
| * fix(debug): Don't serve application/xhtml+xml in debug modedebug-fixesGravatar Tom Willemse2024-04-191-9/+1
| | | | | | | | | | | | | | There are quite a few big differences between running HTML and XHTML that are more than just validation errors. Running a different parser in debug mode seems unhelpful, and the goal probably won't be to generate XHTML always anyway anymore.
| * fix(scuttlizr): No named entity for non-breaking space ↵Gravatar Tom Willemse2024-04-192-6/+6
| | | | | | | | | | | | | | | | in XHTML While running in Debug mode XHTML is rendered instead of HTML, and XHTML doesn't have a named entity for non-breaking space (‘ ’ in HTML), so the numeric one must be used instead.
| * fix(scuttlizr): Unclosed divGravatar Tom Willemse2024-04-191-0/+1
| | | | | | | | This ‘div’ is opened on line 461.
* | Fix issue with urls ending in ‘/’ getting normalized ↵Gravatar Tom Willemse2024-02-291-1/+1
| | | | | | | | | | | | | | wrong Normalizing them this way ruins the url by cutting off a character too many and making the url invalid.
* | Fix issue about ‘bVotes’ and ‘bVoting’ not ↵fix-for-php-8Gravatar Tom Willemse2024-02-291-1/+3
| | | | | | | | having default values
* | Fix issue where constructors aren't calledGravatar Tom Willemse2024-02-292-4/+4
| | | | | | | | | | | | | | 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.
* | Fix issue accessing an array index on a booleanGravatar Tom Willemse2024-02-291-2/+18
| |
* | Fix error: Using ${var} in strings is deprecatedGravatar Tom Willemse2024-02-291-6/+6
|/
* Update README.mdmasterGravatar buckaroo-labs2023-12-211-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+1
| | | fix typo
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-211-1/+6
| | | Yikes, This code does not look secure,
* Update about.tpl.phpGravatar buckaroo-labs2023-12-201-1/+1
| | | update repo name
* Update README.mdGravatar buckaroo-labs2023-12-201-0/+4
|
* Add files via uploadGravatar buckaroo-labs2023-12-202-0/+0
|
* Update README.mdGravatar buckaroo-labs2023-12-201-1/+1
|
* Merge branch 'master' of ↵Gravatar buckaroo-labs2023-12-202-3/+3
|\ | | | | | | https://github.com/buckaroo-labs/semantic-scuttle
| * Update toolbar.inc.phpGravatar buckaroo-labs2023-12-201-2/+2
| | | | | | Rename toolbar items
| * Update about.tpl.phpGravatar buckaroo-labs2023-12-201-1/+1
| | | | | | update app repo link
* | Create icon.pngGravatar buckaroo-labs2023-12-201-0/+0
|/
* Merge branch 'master' of ↵Gravatar buckaroo-labs2023-12-204-12/+17
|\ | | | | | | https://github.com/buckaroo-labs/semantic-scuttle
| * Update bookmarks.tpl.phpGravatar buckaroo-labs2023-12-201-1/+1
| | | | | | change × to *
| * Update top.inc.phpGravatar buckaroo-labs2023-12-201-9/+9
| |
| * Update bottom.inc.phpGravatar buckaroo-labs2023-12-201-1/+3
| | | | | | avoid warning
| * Update bookmarks-thumbnail.inc.tpl.phpGravatar buckaroo-labs2023-12-201-1/+4
| | | | | | avoid warning
* | add 'minimal' themeGravatar buckaroo-labs2023-12-2085-0/+17785
|/
* bundle sscuttlizr themeGravatar buckaroo-labs2023-12-2083-0/+17787
|
* Update User.php for PHP 8Gravatar buckaroo-labs2023-12-201-0/+3
|
* Update User.php for PHP 8Gravatar buckaroo-labs2023-12-201-0/+2
|
* Update functions.phpGravatar buckaroo-labs2023-12-201-1/+1
|
* Update functions.phpGravatar buckaroo-labs2023-12-201-1/+1
|
* Update functions.php for PHP 8Gravatar buckaroo-labs2023-12-201-1/+2
|
* Update README.mdGravatar buckaroo-labs2023-12-201-1/+1
|
* PHP 8 updatesGravatar buckaroo-labs2023-12-201-1/+2
| | | add IF condition to avoid 'Deprecated' warning
* Update mysqli.php commentsGravatar buckaroo-labs2023-12-201-1/+1
|
* Update README.mdGravatar buckaroo-labs2023-12-201-2/+2
|
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-4/+16
| | | changes to $cur_index variable
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+7
| | | modifications to avoid "Deprecated" warnings in sql_connect function
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+7
| | | modifications to avoid "Deprecated" warnings in sql_connect function
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+7
| | | modifications to avoid "Deprecated" warnings in sql_connect function
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+7
| | | modifications to avoid "Deprecated" warnings in sql_connect function
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+7
| | | modifications to avoid "Deprecated" warnings in sql_connect function
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+7
| | | modifications to avoid "Deprecated" warnings in sql_connect function
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-2/+7
| | | modifications to avoid "Deprecated" warnings in sql_connect function