summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with urls ending in ‘/’ getting normalized ↵fix-for-path-urlsGravatar Tom Willemse2024-04-151-1/+1
| | | | | | | wrong Normalizing them this way ruins the url by cutting off a character too many and making the url invalid.
* 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
|
* 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
|
* 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
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+8
| | | 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
* PHP 8 modificationsGravatar buckaroo-labs2023-12-201-1/+7
| | | Modifications to avoid "Deprecated" warnings in sql_connect function
* bug fixGravatar buckaroo-labs2023-12-201-1/+1
| | | Fatal error: Uncaught Error: [] operator not supported for strings in src/SemanticScuttle/Service/Bookmark2Tag.php:117
* bug fixGravatar buckaroo-labs2023-12-201-31/+31
| | | Fatal error: Array and string offset access syntax with curly braces is no longer supported in src/SemanticScuttle/utf8.php on line 51
* PHP 7.3 compat, bug fixesGravatar querwurzelt2019-01-212-6/+10
|
* script to use with errbot's exec pluginGravatar Christian Weiske2016-05-091-0/+1
|
* Move URL title method to dedicated classGravatar Christian Weiske2016-05-091-0/+65
|
* Add support for phancap website thumbnailer.Gravatar Christian Weiske2014-04-234-1/+204
| | | | Drop support for artviper, since their service is gone.
* add option to get last modified date instead of creation ↵Gravatar David Glenck2014-03-261-0/+7
| | | | date
* Fix bug #161: URLs broken on 1&1 serverGravatar Christian Weiske2013-08-202-17/+13
|
* Fix two broken testsGravatar Christian Weiske2013-03-211-1/+1
|
* CSGravatar Christian Weiske2013-03-211-7/+15
|
* The hasTag was always returning false, which probably is ↵Gravatar Christian Weiske2013-03-211-1/+2
| | | | a bug. Fixed it and added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version
* fix some CS, remove unneeded include - file is included ↵Gravatar Christian Weiske2013-03-211-5/+3
| | | | in header.php
* The method attachTags was raising a Notice error, fix it ↵Gravatar Ricardo Soares de Lima2013-03-211-6/+7
| | | | and adds a test for this situation.
* Using a foreach loop avoids Notice warnings when the ↵Gravatar Ricardo Soares de Lima2013-03-212-2/+2
| | | | array doesn't have sequential indexes, ex: 0, 1, 3...
* remove php4-style object reference passingGravatar Christian Weiske2013-03-1710-63/+76
|
* set proper exit status when config file does not existGravatar Christian Weiske2012-01-251-9/+7
|
* Fix bug #3111254: getIdFromUser() always returns an ↵Gravatar Christian Weiske2012-01-211-1/+1
| | | | integer now (part 2)
* Part of bug #3463481: Add HTTP protocol to self URL in feedGravatar Christian Weiske2012-01-201-0/+25
|
* Fix bug #3431742: open_basedir problems with /etc/ ↵Gravatar Christian Weiske2011-11-021-6/+20
| | | | config files
* Fix bug #3386178: "system:unfiled" secret tag does not workGravatar Christian Weiske2011-08-051-0/+1
|
* we can retrieve system tags nowGravatar Christian Weiske2011-08-051-4/+7
|
* Fix bug #3376618: Broken tag completion for private ↵Gravatar Christian Weiske2011-08-011-13/+16
| | | | bookmarks
* Fix bug #3160512: Make SemantiScuttle work with FastCGIGravatar Christian Weiske2011-07-233-12/+55
|
* fix typoGravatar Christian Weiske2011-07-231-1/+1
|
* support global and per-host configuration filesGravatar Christian Weiske2011-07-212-3/+123
|
* privatekey -> privateKey everywhereGravatar Christian Weiske2011-06-271-10/+10
|
* make the private tests really test somethingGravatar Christian Weiske2011-06-271-0/+17
|
* Fixed issue with storing RSS login in sessionGravatar Mark Pemberton2011-06-151-1/+1
|
* Fixed auth issue with private RSS feedGravatar Mark Pemberton2011-06-141-0/+1
|
* Merge branch 'master' into privatekey2Gravatar Mark Pemberton2011-06-044-2/+130
|\ | | | | | | | | | | Conflicts: data/templates/default/bookmarks.tpl.php
| * implement request #1989987: theme support. merge themes ↵Gravatar Christian Weiske2011-05-254-2/+130
| | | | | | | | branch with --squash