]>
gitweb.fluxo.info Git - semanticscuttle.git/log
Silvio Rhatto [Wed, 30 Aug 2023 23:34:35 +0000 (20:34 -0300)]
Fix: formatting
Silvio Rhatto [Wed, 30 Aug 2023 23:32:31 +0000 (20:32 -0300)]
Adds Wayback Machine links to bookmarks
Silvio Rhatto [Wed, 30 Aug 2023 23:14:54 +0000 (20:14 -0300)]
Merge branch 'master' into develop
Silvio Rhatto [Wed, 30 Aug 2023 23:12:31 +0000 (20:12 -0300)]
Merge branch 'master' of github.com:rhatto/SemanticScuttle
rhatto [Wed, 30 Aug 2023 23:09:49 +0000 (20:09 -0300)]
Merge pull request #2 from jasonmm/rector
Update code to work with modern PHP.
Jason [Tue, 21 Jun 2022 23:50:01 +0000 (18:50 -0500)]
Remove unused function that broke pages.
Jason [Tue, 21 Jun 2022 23:20:58 +0000 (18:20 -0500)]
Do not pass a null to `count`.
Jason [Tue, 21 Jun 2022 23:18:32 +0000 (18:18 -0500)]
Use Rector to upgrade constructors.
Modern PHP versions do not recognize methods with the same name as the
class as being constructors. This commit upgrades the code so that
constructors are named `__construct`. The upgrade was done automatically
using Rector.
Silvio Rhatto [Fri, 9 Apr 2021 00:55:14 +0000 (21:55 -0300)]
Fix: try to fix bookmark import size limit
Silvio Rhatto [Sun, 13 Dec 2020 13:57:22 +0000 (10:57 -0300)]
Updates kvmxfile
Silvio Rhatto [Sat, 5 Dec 2020 22:11:19 +0000 (19:11 -0300)]
Fix: ignore .htpasswd
Silvio Rhatto [Sat, 5 Dec 2020 22:08:38 +0000 (19:08 -0300)]
Fix: restrict access using HTTP Auth
Silvio Rhatto [Sat, 5 Dec 2020 20:07:09 +0000 (17:07 -0300)]
Fix: create an index at sc_bookmarks2tags table
This index increases the performance of queries that selects
tags from a given bookmark.
Silvio Rhatto [Sat, 5 Dec 2020 20:04:13 +0000 (17:04 -0300)]
Feat: adds a robots.txt
Robots tend to crawl all tag combinations, which make a huge performance
impact in larger datasets, specially regarding database queries.
This robots.txt file will prevent that regular search engines to
index the application, which is already a search index.
Silvio Rhatto [Tue, 1 Dec 2020 14:33:09 +0000 (11:33 -0300)]
Fix: bookmarks: add values to bVoting and bVotes
Avoid this kind of MySQL errors:
ERROR 1364 (HY000): Field 'bVoting' doesn't have a default value
Silvio Rhatto [Thu, 1 Oct 2020 20:48:30 +0000 (17:48 -0300)]
Merge remote-tracking branch 'querwurzelt/master' into merge
Silvio Rhatto [Thu, 1 Oct 2020 20:30:24 +0000 (17:30 -0300)]
Feat: dev environment using kvmx and puppet
Silvio Rhatto [Thu, 1 Oct 2020 18:02:47 +0000 (15:02 -0300)]
Silvio Rhatto [Thu, 1 Oct 2020 18:02:47 +0000 (15:02 -0300)]
Squashed 'puppet/' content from commit
eb5ecc4
git-subtree-dir: puppet
git-subtree-split:
eb5ecc4fcad6bd4f75e38683ae12a8dba4382c0b
Silvio Rhatto [Thu, 1 Oct 2020 18:02:29 +0000 (15:02 -0300)]
Forking the project, sorry
querwurzelt [Sun, 20 Jan 2019 21:19:33 +0000 (22:19 +0100)]
PHP 7.3 compat, bug fixes
Silvio Rhatto [Mon, 15 Oct 2018 23:25:06 +0000 (20:25 -0300)]
Themes: mono: mobile first fix
Silvio Rhatto [Mon, 15 Oct 2018 23:20:17 +0000 (20:20 -0300)]
Merge branch 'master' into develop
Silvio Rhatto [Mon, 15 Oct 2018 23:15:29 +0000 (20:15 -0300)]
Themes: mono: mobile first behavior
rhatto [Fri, 23 Mar 2018 02:27:18 +0000 (02:27 +0000)]
Merge pull request #1 from jasonmm/master
Update and bug fix
Silvio Rhatto [Fri, 23 Mar 2018 02:21:49 +0000 (23:21 -0300)]
Permalink support
Silvio Rhatto [Fri, 23 Mar 2018 02:21:17 +0000 (23:21 -0300)]
Adds viewport meta tag into html head
Silvio Rhatto [Fri, 23 Mar 2018 02:19:58 +0000 (23:19 -0300)]
Adds 'mono' theme
Monospace and with less colors version of the default theme.
Jason [Tue, 12 Sep 2017 13:51:08 +0000 (08:51 -0500)]
Added missing semicolon.
Silvio Rhatto [Thu, 20 Apr 2017 02:52:25 +0000 (23:52 -0300)]
Cache: Handle PDF links
Silvio Rhatto [Sun, 26 Mar 2017 01:36:31 +0000 (22:36 -0300)]
Adds cache into .gitignore
Silvio Rhatto [Sun, 26 Mar 2017 01:17:12 +0000 (22:17 -0300)]
Create cacheUrl cacheInfo folder recursivelly
Silvio Rhatto [Sun, 26 Mar 2017 01:12:00 +0000 (22:12 -0300)]
Syntax fixes
Silvio Rhatto [Sun, 26 Mar 2017 01:10:13 +0000 (22:10 -0300)]
Syntax fixes
Silvio Rhatto [Sun, 26 Mar 2017 01:08:01 +0000 (22:08 -0300)]
Cache cacheUrl information to avoid slowness due to excessive curls calls
Silvio Rhatto [Sat, 25 Mar 2017 23:48:42 +0000 (20:48 -0300)]
Cache: PNG support
Silvio Rhatto [Sat, 25 Mar 2017 22:42:25 +0000 (19:42 -0300)]
Cache: PDF support
Christian Weiske [Mon, 9 May 2016 19:41:32 +0000 (21:41 +0200)]
script to use with errbot's exec plugin
Christian Weiske [Mon, 9 May 2016 19:39:18 +0000 (21:39 +0200)]
Move URL title method to dedicated class
Silvio Rhatto [Fri, 16 Oct 2015 16:29:23 +0000 (13:29 -0300)]
Local cache: test for 404 status code
Silvio Rhatto [Fri, 16 Oct 2015 14:59:13 +0000 (11:59 -0300)]
Cached bookmarks: remove $cacheFolder
Christian Weiske [Fri, 18 Sep 2015 18:49:29 +0000 (20:49 +0200)]
mention phpmyadmin
Silvio Rhatto [Wed, 12 Aug 2015 13:50:03 +0000 (10:50 -0300)]
Merge branch 'feature/cache' into production
Silvio Rhatto [Wed, 12 Aug 2015 13:49:40 +0000 (10:49 -0300)]
Initial code for showing cached bookmarks
Silvio Rhatto [Wed, 12 Aug 2015 13:33:48 +0000 (10:33 -0300)]
Merge branch 'hotfix/mod_rewrite' into production
Silvio Rhatto [Wed, 12 Aug 2015 13:33:35 +0000 (10:33 -0300)]
Fix mod_rewrite issue
Silvio Rhatto [Wed, 12 Aug 2015 13:04:22 +0000 (10:04 -0300)]
Fix opensearch URL when root config is defined
Christian Weiske [Sun, 26 Jul 2015 06:02:16 +0000 (08:02 +0200)]
link another theme
Christian Weiske [Wed, 21 Jan 2015 21:05:12 +0000 (22:05 +0100)]
Integrate Firefox Social API for bookmarking
Christian Weiske [Sun, 20 Jul 2014 19:50:42 +0000 (21:50 +0200)]
link pear manual ldap options
Christian Weiske [Wed, 23 Apr 2014 21:12:55 +0000 (23:12 +0200)]
Add support for phancap website thumbnailer.
Drop support for artviper, since their service is gone.
Christian Weiske [Mon, 31 Mar 2014 09:13:15 +0000 (11:13 +0200)]
mention scuttle for android
Christian Weiske [Mon, 31 Mar 2014 09:11:50 +0000 (11:11 +0200)]
mention scuttle for android
Christian Weiske [Mon, 31 Mar 2014 09:08:03 +0000 (11:08 +0200)]
add scuttleoid to docs/tools
David Glenck [Wed, 26 Mar 2014 21:15:09 +0000 (22:15 +0100)]
add option to get last modified date instead of creation date
David Glenck [Thu, 16 Jan 2014 20:07:17 +0000 (21:07 +0100)]
add status attribute to post in all relevant api functions
Christian Weiske [Tue, 29 Oct 2013 07:34:22 +0000 (08:34 +0100)]
link flat theme by Roman Lehnhof
Christian Weiske [Tue, 20 Aug 2013 19:16:22 +0000 (21:16 +0200)]
fix typo
Christian Weiske [Tue, 20 Aug 2013 18:58:28 +0000 (20:58 +0200)]
Fix bug #161: URLs broken on 1&1 server
Christian Weiske [Tue, 2 Jul 2013 12:59:38 +0000 (14:59 +0200)]
Fix #158: Correct documentation on the PostgreSQL tables file name, add example
Christian Weiske [Fri, 22 Mar 2013 07:38:25 +0000 (08:38 +0100)]
set max width of docs page
Christian Weiske [Fri, 22 Mar 2013 07:37:17 +0000 (08:37 +0100)]
add tools section in docs
Christian Weiske [Thu, 21 Mar 2013 17:23:34 +0000 (18:23 +0100)]
fix timing bug in tests by using title sort order instead of date sort, fix bug when no user was in db
Christian Weiske [Thu, 21 Mar 2013 17:09:37 +0000 (18:09 +0100)]
Fix E_STRICT error: we explicitely have to cast resources to (int)
Christian Weiske [Thu, 21 Mar 2013 16:57:48 +0000 (17:57 +0100)]
Fix two broken tests
Christian Weiske [Thu, 21 Mar 2013 16:57:12 +0000 (17:57 +0100)]
CS
Ricardo Soares de Lima [Thu, 21 Mar 2013 05:51:46 +0000 (06:51 +0100)]
document unit test dependencies
Christian Weiske [Thu, 21 Mar 2013 05:49:37 +0000 (06:49 +0100)]
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
Christian Weiske [Thu, 21 Mar 2013 05:44:11 +0000 (06:44 +0100)]
fix some CS, remove unneeded include - file is included in header.php
Ricardo Soares de Lima [Sun, 9 Dec 2012 18:08:02 +0000 (16:08 -0200)]
The method attachTags was raising a Notice error, fix it and adds a test for this situation.
Christian Weiske [Thu, 21 Mar 2013 05:40:17 +0000 (06:40 +0100)]
fix tag::normalize test
Ricardo Soares de Lima [Sat, 8 Dec 2012 19:23:10 +0000 (17:23 -0200)]
Using a foreach loop avoids Notice warnings when the array doesn't have sequential indexes, ex: 0, 1, 3...
Christian Weiske [Thu, 21 Mar 2013 05:39:11 +0000 (06:39 +0100)]
add (broken) tests for Services_Tag::normalize and Bookmark2Tag::attachTags with some empty tags
Christian Weiske [Thu, 21 Mar 2013 05:31:16 +0000 (06:31 +0100)]
Merge branch '0.98'
Christian Weiske [Wed, 20 Mar 2013 19:00:25 +0000 (20:00 +0100)]
remove php4-style object reference passing #2
Christian Weiske [Wed, 20 Mar 2013 17:06:15 +0000 (18:06 +0100)]
prepare release of 0.98.5
Christian Weiske [Mon, 18 Mar 2013 22:04:49 +0000 (23:04 +0100)]
Fix bug #110: Talk about searching for slashes
Christian Weiske [Mon, 18 Mar 2013 21:30:12 +0000 (22:30 +0100)]
get rid of deprecated eregi function and fix replacement
Christian Weiske [Mon, 18 Mar 2013 21:18:09 +0000 (22:18 +0100)]
Fix bug #109: preserve privacy setting from Delicious export files.
Thanks for David Glenck for the initial version of this patch.
José María Mateos [Sun, 17 Mar 2013 16:16:57 +0000 (17:16 +0100)]
Changed commit comment information
Christian Weiske [Mon, 18 Mar 2013 22:04:49 +0000 (23:04 +0100)]
Fix bug #110: Talk about searching for slashes
Christian Weiske [Mon, 18 Mar 2013 21:30:12 +0000 (22:30 +0100)]
get rid of deprecated eregi function and fix replacement
Christian Weiske [Mon, 18 Mar 2013 21:18:09 +0000 (22:18 +0100)]
Fix bug #109: preserve privacy setting from Delicious export files.
Thanks for David Glenck for the initial version of this patch.
Christian Weiske [Sun, 17 Mar 2013 21:22:16 +0000 (22:22 +0100)]
remove php4-style object reference passing
José María Mateos [Sun, 17 Mar 2013 16:16:57 +0000 (17:16 +0100)]
Changed commit comment information
James [Mon, 22 Oct 2012 12:48:14 +0000 (13:48 +0100)]
Require that user type in two passwords and check they match when registering.
Christian Weiske [Wed, 25 Jan 2012 22:20:51 +0000 (23:20 +0100)]
skip tests if unittest url is not set instead of failing
Christian Weiske [Wed, 25 Jan 2012 22:14:07 +0000 (23:14 +0100)]
travis-ci: install another pear dep
Christian Weiske [Wed, 25 Jan 2012 22:13:53 +0000 (23:13 +0100)]
another dependency
Christian Weiske [Wed, 25 Jan 2012 22:07:05 +0000 (23:07 +0100)]
travis-ci: install pear itself for the exception file
Christian Weiske [Wed, 25 Jan 2012 22:00:11 +0000 (23:00 +0100)]
travis-ci: install pear packages before building
Christian Weiske [Wed, 25 Jan 2012 21:59:43 +0000 (22:59 +0100)]
add http_request2 to the list of required packages (for the unit tests)
Christian Weiske [Wed, 25 Jan 2012 21:51:35 +0000 (22:51 +0100)]
travis-ci: setup database and config file before running tests
Christian Weiske [Wed, 25 Jan 2012 21:51:11 +0000 (22:51 +0100)]
set proper exit status when config file does not exist
Christian Weiske [Wed, 25 Jan 2012 21:22:10 +0000 (22:22 +0100)]
travis configuration file
Christian Weiske [Sat, 21 Jan 2012 12:44:58 +0000 (13:44 +0100)]
Merge branch '0.98'
Christian Weiske [Sat, 21 Jan 2012 12:02:42 +0000 (13:02 +0100)]
prepare release of 0.98.4
Christian Weiske [Sat, 21 Jan 2012 11:38:17 +0000 (12:38 +0100)]
Fix bug #
3111254 : getIdFromUser() always returns an integer now (part 2)
Christian Weiske [Sat, 21 Jan 2012 11:22:30 +0000 (12:22 +0100)]
fix artviper title
Christian Weiske [Sat, 21 Jan 2012 11:10:33 +0000 (12:10 +0100)]
subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag