buckaroo-labs
|
447be6df0d
|
Update README.md
|
2023-12-20 15:59:20 -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 |
|
buckaroo-labs
|
1a246898fb
|
Update README.md
|
2023-12-20 15:42:10 -08:00 |
|
buckaroo-labs
|
f73f6a912f
|
correct links
|
2023-12-20 15:41:12 -08:00 |
|
buckaroo-labs
|
4fd9441a51
|
correct links
|
2023-12-20 15:38:32 -08:00 |
|
buckaroo-labs
|
f50a673e89
|
Update README.md
|
2023-12-20 14:23:54 -08:00 |
|
buckaroo-labs
|
e59aeab247
|
Update README.md
|
2023-12-20 14:22:28 -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
|
27e154e5fc
|
mention phpmyadmin
|
2015-09-18 20:49:29 +02:00 |
|
Christian Weiske
|
200aa3c793
|
link another theme
|
2015-07-26 08:02:35 +02:00 |
|
Christian Weiske
|
11e56e5861
|
Integrate Firefox Social API for bookmarking
|
2015-01-21 22:05:12 +01:00 |
|
Christian Weiske
|
f6902bc09d
|
link pear manual ldap options
|
2014-07-20 21:50:42 +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 |
|
Christian Weiske
|
af2a061ecd
|
mention scuttle for android
|
2014-03-31 11:13:15 +02:00 |
|
Christian Weiske
|
e37b58a15a
|
mention scuttle for android
|
2014-03-31 11:11:50 +02:00 |
|
Christian Weiske
|
f095a0bd71
|
add scuttleoid to docs/tools
|
2014-03-31 11:08:03 +02:00 |
|
David Glenck
|
0a5eed2dd3
|
add option to get last modified date instead of creation date
|
2014-03-26 22:15:09 +01:00 |
|
David Glenck
|
49f1259c42
|
add status attribute to post in all relevant api functions
|
2014-01-16 21:07:17 +01:00 |
|
Christian Weiske
|
c57960623b
|
link flat theme by Roman Lehnhof
|
2013-10-29 08:34:22 +01:00 |
|
Christian Weiske
|
91cc4a26fb
|
fix typo
|
2013-08-20 21:16:22 +02:00 |
|
Christian Weiske
|
e6494f9767
|
Fix bug #161: URLs broken on 1&1 server
|
2013-08-20 20:58:28 +02:00 |
|
Christian Weiske
|
f309a61b71
|
Fix #158: Correct documentation on the PostgreSQL tables file name, add example
|
2013-07-02 14:59:38 +02:00 |
|
Christian Weiske
|
f8066ea76a
|
set max width of docs page
|
2013-03-22 08:38:25 +01:00 |
|
Christian Weiske
|
19202ab64c
|
add tools section in docs
|
2013-03-22 08:37:17 +01:00 |
|
Christian Weiske
|
25ae541840
|
fix timing bug in tests by using title sort order instead of date sort, fix bug when no user was in db
|
2013-03-21 18:23:34 +01:00 |
|
Christian Weiske
|
69596125d7
|
Fix E_STRICT error: we explicitely have to cast resources to (int)
|
2013-03-21 18:09:37 +01: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 |
|
Ricardo Soares de Lima
|
1cc149fbd6
|
document unit test dependencies
|
2013-03-21 06:51:46 +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 |
|
Christian Weiske
|
3e2d817fc7
|
fix tag::normalize test
|
2013-03-21 06:40:17 +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
|
c4ba9ef2d2
|
add (broken) tests for Services_Tag::normalize and Bookmark2Tag::attachTags with some empty tags
|
2013-03-21 06:39:11 +01:00 |
|
Christian Weiske
|
f8b5ad1cad
|
Merge branch '0.98'
|
2013-03-21 06:31:16 +01:00 |
|
Christian Weiske
|
85e2ccd942
|
remove php4-style object reference passing #2
|
2013-03-20 20:00:25 +01:00 |
|
Christian Weiske
|
54b5726157
|
prepare release of 0.98.5
|
2013-03-20 18:06:15 +01:00 |
|
Christian Weiske
|
409b7e681d
|
Fix bug #110: Talk about searching for slashes
|
2013-03-18 23:06:53 +01:00 |
|
Christian Weiske
|
326bca9731
|
get rid of deprecated eregi function and fix replacement
|
2013-03-18 23:06:49 +01:00 |
|
Christian Weiske
|
943d149e31
|
Fix bug #109: preserve privacy setting from Delicious export files.
Thanks for David Glenck for the initial version of this patch.
|
2013-03-18 23:06:41 +01:00 |
|
José María Mateos
|
a67a7f761d
|
Changed commit comment information
|
2013-03-18 23:06:36 +01:00 |
|
Christian Weiske
|
fc4c79df8a
|
Fix bug #110: Talk about searching for slashes
|
2013-03-18 23:04:49 +01:00 |
|
Christian Weiske
|
530e0c0541
|
get rid of deprecated eregi function and fix replacement
|
2013-03-18 22:30:12 +01:00 |
|
Christian Weiske
|
0a040e2134
|
Fix bug #109: preserve privacy setting from Delicious export files.
Thanks for David Glenck for the initial version of this patch.
|
2013-03-18 22:18:13 +01:00 |
|
Christian Weiske
|
d0ed9adec8
|
remove php4-style object reference passing
|
2013-03-17 22:22:16 +01:00 |
|
José María Mateos
|
defe7c0035
|
Changed commit comment information
|
2013-03-17 21:45:59 +01:00 |
|