]> gitweb.fluxo.info Git - semanticscuttle.git/log
semanticscuttle.git
2 years agoFix: formatting develop production
Silvio Rhatto [Wed, 30 Aug 2023 23:34:35 +0000 (20:34 -0300)]
Fix: formatting

2 years agoAdds Wayback Machine links to bookmarks
Silvio Rhatto [Wed, 30 Aug 2023 23:32:31 +0000 (20:32 -0300)]
Adds Wayback Machine links to bookmarks

2 years agoMerge branch 'master' into develop
Silvio Rhatto [Wed, 30 Aug 2023 23:14:54 +0000 (20:14 -0300)]
Merge branch 'master' into develop

2 years agoMerge branch 'master' of github.com:rhatto/SemanticScuttle master
Silvio Rhatto [Wed, 30 Aug 2023 23:12:31 +0000 (20:12 -0300)]
Merge branch 'master' of github.com:rhatto/SemanticScuttle

2 years agoMerge pull request #2 from jasonmm/rector
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.

3 years agoRemove unused function that broke pages.
Jason [Tue, 21 Jun 2022 23:50:01 +0000 (18:50 -0500)]
Remove unused function that broke pages.

3 years agoDo not pass a null to `count`.
Jason [Tue, 21 Jun 2022 23:20:58 +0000 (18:20 -0500)]
Do not pass a null to `count`.

3 years agoUse Rector to upgrade constructors.
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.

4 years agoFix: try to fix bookmark import size limit
Silvio Rhatto [Fri, 9 Apr 2021 00:55:14 +0000 (21:55 -0300)]
Fix: try to fix bookmark import size limit

5 years agoUpdates kvmxfile
Silvio Rhatto [Sun, 13 Dec 2020 13:57:22 +0000 (10:57 -0300)]
Updates kvmxfile

5 years agoFix: ignore .htpasswd
Silvio Rhatto [Sat, 5 Dec 2020 22:11:19 +0000 (19:11 -0300)]
Fix: ignore .htpasswd

5 years agoFix: restrict access using HTTP Auth
Silvio Rhatto [Sat, 5 Dec 2020 22:08:38 +0000 (19:08 -0300)]
Fix: restrict access using HTTP Auth

5 years agoFix: create an index at sc_bookmarks2tags table
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.

5 years agoFeat: adds a robots.txt
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.

5 years agoFix: bookmarks: add values to bVoting and bVotes
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

5 years agoMerge remote-tracking branch 'querwurzelt/master' into merge v0.99.0
Silvio Rhatto [Thu, 1 Oct 2020 20:48:30 +0000 (17:48 -0300)]
Merge remote-tracking branch 'querwurzelt/master' into merge

5 years agoFeat: dev environment using kvmx and puppet
Silvio Rhatto [Thu, 1 Oct 2020 20:30:24 +0000 (17:30 -0300)]
Feat: dev environment using kvmx and puppet

5 years agoMerge commit 'c212514035cffd38acbfac1413064937b28685b6' as 'puppet'
Silvio Rhatto [Thu, 1 Oct 2020 18:02:47 +0000 (15:02 -0300)]
Merge commit 'c212514035cffd38acbfac1413064937b28685b6' as 'puppet'

5 years agoSquashed 'puppet/' content from commit eb5ecc4
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

5 years agoForking the project, sorry
Silvio Rhatto [Thu, 1 Oct 2020 18:02:29 +0000 (15:02 -0300)]
Forking the project, sorry

7 years agoPHP 7.3 compat, bug fixes
querwurzelt [Sun, 20 Jan 2019 21:19:33 +0000 (22:19 +0100)]
PHP 7.3 compat, bug fixes

7 years agoThemes: mono: mobile first fix v0.98.6
Silvio Rhatto [Mon, 15 Oct 2018 23:25:06 +0000 (20:25 -0300)]
Themes: mono: mobile first fix

7 years agoMerge branch 'master' into develop
Silvio Rhatto [Mon, 15 Oct 2018 23:20:17 +0000 (20:20 -0300)]
Merge branch 'master' into develop

7 years agoThemes: mono: mobile first behavior
Silvio Rhatto [Mon, 15 Oct 2018 23:15:29 +0000 (20:15 -0300)]
Themes: mono: mobile first behavior

7 years agoMerge pull request #1 from jasonmm/master
rhatto [Fri, 23 Mar 2018 02:27:18 +0000 (02:27 +0000)]
Merge pull request #1 from jasonmm/master

Update and bug fix

7 years agoPermalink support
Silvio Rhatto [Fri, 23 Mar 2018 02:21:49 +0000 (23:21 -0300)]
Permalink support

7 years agoAdds viewport meta tag into html head
Silvio Rhatto [Fri, 23 Mar 2018 02:21:17 +0000 (23:21 -0300)]
Adds viewport meta tag into html head

7 years agoAdds 'mono' theme
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.

8 years agoAdded missing semicolon.
Jason [Tue, 12 Sep 2017 13:51:08 +0000 (08:51 -0500)]
Added missing semicolon.

8 years agoCache: Handle PDF links
Silvio Rhatto [Thu, 20 Apr 2017 02:52:25 +0000 (23:52 -0300)]
Cache: Handle PDF links

8 years agoAdds cache into .gitignore
Silvio Rhatto [Sun, 26 Mar 2017 01:36:31 +0000 (22:36 -0300)]
Adds cache into .gitignore

8 years agoCreate cacheUrl cacheInfo folder recursivelly
Silvio Rhatto [Sun, 26 Mar 2017 01:17:12 +0000 (22:17 -0300)]
Create cacheUrl cacheInfo folder recursivelly

8 years agoSyntax fixes
Silvio Rhatto [Sun, 26 Mar 2017 01:12:00 +0000 (22:12 -0300)]
Syntax fixes

8 years agoSyntax fixes
Silvio Rhatto [Sun, 26 Mar 2017 01:10:13 +0000 (22:10 -0300)]
Syntax fixes

8 years agoCache cacheUrl information to avoid slowness due to excessive curls calls
Silvio Rhatto [Sun, 26 Mar 2017 01:08:01 +0000 (22:08 -0300)]
Cache cacheUrl information to avoid slowness due to excessive curls calls

8 years agoCache: PNG support
Silvio Rhatto [Sat, 25 Mar 2017 23:48:42 +0000 (20:48 -0300)]
Cache: PNG support

8 years agoCache: PDF support
Silvio Rhatto [Sat, 25 Mar 2017 22:42:25 +0000 (19:42 -0300)]
Cache: PDF support

9 years agoscript to use with errbot's exec plugin
Christian Weiske [Mon, 9 May 2016 19:41:32 +0000 (21:41 +0200)]
script to use with errbot's exec plugin

9 years agoMove URL title method to dedicated class
Christian Weiske [Mon, 9 May 2016 19:39:18 +0000 (21:39 +0200)]
Move URL title method to dedicated class

10 years agoLocal cache: test for 404 status code
Silvio Rhatto [Fri, 16 Oct 2015 16:29:23 +0000 (13:29 -0300)]
Local cache: test for 404 status code

10 years agoCached bookmarks: remove $cacheFolder
Silvio Rhatto [Fri, 16 Oct 2015 14:59:13 +0000 (11:59 -0300)]
Cached bookmarks: remove $cacheFolder

10 years agomention phpmyadmin
Christian Weiske [Fri, 18 Sep 2015 18:49:29 +0000 (20:49 +0200)]
mention phpmyadmin

10 years agoMerge branch 'feature/cache' into production
Silvio Rhatto [Wed, 12 Aug 2015 13:50:03 +0000 (10:50 -0300)]
Merge branch 'feature/cache' into production

10 years agoInitial code for showing cached bookmarks feature/cache
Silvio Rhatto [Wed, 12 Aug 2015 13:49:40 +0000 (10:49 -0300)]
Initial code for showing cached bookmarks

10 years agoMerge branch 'hotfix/mod_rewrite' into production
Silvio Rhatto [Wed, 12 Aug 2015 13:33:48 +0000 (10:33 -0300)]
Merge branch 'hotfix/mod_rewrite' into production

10 years agoFix mod_rewrite issue hotfix/mod_rewrite
Silvio Rhatto [Wed, 12 Aug 2015 13:33:35 +0000 (10:33 -0300)]
Fix mod_rewrite issue

10 years agoFix opensearch URL when root config is defined hotfix/api
Silvio Rhatto [Wed, 12 Aug 2015 13:04:22 +0000 (10:04 -0300)]
Fix opensearch URL when root config is defined

10 years agolink another theme
Christian Weiske [Sun, 26 Jul 2015 06:02:16 +0000 (08:02 +0200)]
link another theme

11 years agoIntegrate Firefox Social API for bookmarking
Christian Weiske [Wed, 21 Jan 2015 21:05:12 +0000 (22:05 +0100)]
Integrate Firefox Social API for bookmarking

11 years agolink pear manual ldap options
Christian Weiske [Sun, 20 Jul 2014 19:50:42 +0000 (21:50 +0200)]
link pear manual ldap options

11 years agoAdd support for phancap website thumbnailer.
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.

11 years agomention scuttle for android
Christian Weiske [Mon, 31 Mar 2014 09:13:15 +0000 (11:13 +0200)]
mention scuttle for android

11 years agomention scuttle for android
Christian Weiske [Mon, 31 Mar 2014 09:11:50 +0000 (11:11 +0200)]
mention scuttle for android

11 years agoadd scuttleoid to docs/tools
Christian Weiske [Mon, 31 Mar 2014 09:08:03 +0000 (11:08 +0200)]
add scuttleoid to docs/tools

11 years agoadd option to get last modified date instead of creation date
David Glenck [Wed, 26 Mar 2014 21:15:09 +0000 (22:15 +0100)]
add option to get last modified date instead of creation date

12 years agoadd status attribute to post in all relevant api functions
David Glenck [Thu, 16 Jan 2014 20:07:17 +0000 (21:07 +0100)]
add status attribute to post in all relevant api functions

12 years agolink flat theme by Roman Lehnhof
Christian Weiske [Tue, 29 Oct 2013 07:34:22 +0000 (08:34 +0100)]
link flat theme by Roman Lehnhof

12 years agofix typo
Christian Weiske [Tue, 20 Aug 2013 19:16:22 +0000 (21:16 +0200)]
fix typo

12 years agoFix bug #161: URLs broken on 1&1 server
Christian Weiske [Tue, 20 Aug 2013 18:58:28 +0000 (20:58 +0200)]
Fix bug #161: URLs broken on 1&1 server

12 years agoFix #158: Correct documentation on the PostgreSQL tables file name, add example
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

12 years agoset max width of docs page
Christian Weiske [Fri, 22 Mar 2013 07:38:25 +0000 (08:38 +0100)]
set max width of docs page

12 years agoadd tools section in docs
Christian Weiske [Fri, 22 Mar 2013 07:37:17 +0000 (08:37 +0100)]
add tools section in docs

12 years agofix timing bug in tests by using title sort order instead of date sort, fix bug when...
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

12 years agoFix E_STRICT error: we explicitely have to cast resources to (int)
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)

12 years agoFix two broken tests
Christian Weiske [Thu, 21 Mar 2013 16:57:48 +0000 (17:57 +0100)]
Fix two broken tests

12 years agoCS
Christian Weiske [Thu, 21 Mar 2013 16:57:12 +0000 (17:57 +0100)]
CS

12 years agodocument unit test dependencies
Ricardo Soares de Lima [Thu, 21 Mar 2013 05:51:46 +0000 (06:51 +0100)]
document unit test dependencies

12 years agoThe hasTag was always returning false, which probably is a bug. Fixed it and added...
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

12 years agofix some CS, remove unneeded include - file is included in header.php
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

12 years agoThe method attachTags was raising a Notice error, fix it and adds a test for this...
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.

12 years agofix tag::normalize test
Christian Weiske [Thu, 21 Mar 2013 05:40:17 +0000 (06:40 +0100)]
fix tag::normalize test

12 years agoUsing a foreach loop avoids Notice warnings when the array doesn't have sequential...
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...

12 years agoadd (broken) tests for Services_Tag::normalize and Bookmark2Tag::attachTags with...
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

12 years agoMerge branch '0.98'
Christian Weiske [Thu, 21 Mar 2013 05:31:16 +0000 (06:31 +0100)]
Merge branch '0.98'

12 years agoremove php4-style object reference passing #2
Christian Weiske [Wed, 20 Mar 2013 19:00:25 +0000 (20:00 +0100)]
remove php4-style object reference passing #2

12 years agoprepare release of 0.98.5 v0.98.5
Christian Weiske [Wed, 20 Mar 2013 17:06:15 +0000 (18:06 +0100)]
prepare release of 0.98.5

12 years agoFix bug #110: Talk about searching for slashes
Christian Weiske [Mon, 18 Mar 2013 22:04:49 +0000 (23:04 +0100)]
Fix bug #110: Talk about searching for slashes

12 years agoget rid of deprecated eregi function and fix replacement
Christian Weiske [Mon, 18 Mar 2013 21:30:12 +0000 (22:30 +0100)]
get rid of deprecated eregi function and fix replacement

12 years agoFix bug #109: preserve privacy setting from Delicious export files.
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.

12 years agoChanged commit comment information
José María Mateos [Sun, 17 Mar 2013 16:16:57 +0000 (17:16 +0100)]
Changed commit comment information

12 years agoFix bug #110: Talk about searching for slashes
Christian Weiske [Mon, 18 Mar 2013 22:04:49 +0000 (23:04 +0100)]
Fix bug #110: Talk about searching for slashes

12 years agoget rid of deprecated eregi function and fix replacement
Christian Weiske [Mon, 18 Mar 2013 21:30:12 +0000 (22:30 +0100)]
get rid of deprecated eregi function and fix replacement

12 years agoFix bug #109: preserve privacy setting from Delicious export files.
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.

12 years agoremove php4-style object reference passing
Christian Weiske [Sun, 17 Mar 2013 21:22:16 +0000 (22:22 +0100)]
remove php4-style object reference passing

12 years agoChanged commit comment information
José María Mateos [Sun, 17 Mar 2013 16:16:57 +0000 (17:16 +0100)]
Changed commit comment information

13 years agoRequire that user type in two passwords and check they match when registering.
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.

14 years agoskip tests if unittest url is not set instead of failing
Christian Weiske [Wed, 25 Jan 2012 22:20:51 +0000 (23:20 +0100)]
skip tests if unittest url is not set instead of failing

14 years agotravis-ci: install another pear dep
Christian Weiske [Wed, 25 Jan 2012 22:14:07 +0000 (23:14 +0100)]
travis-ci: install another pear dep

14 years agoanother dependency
Christian Weiske [Wed, 25 Jan 2012 22:13:53 +0000 (23:13 +0100)]
another dependency

14 years agotravis-ci: install pear itself for the exception file
Christian Weiske [Wed, 25 Jan 2012 22:07:05 +0000 (23:07 +0100)]
travis-ci: install pear itself for the exception file

14 years agotravis-ci: install pear packages before building
Christian Weiske [Wed, 25 Jan 2012 22:00:11 +0000 (23:00 +0100)]
travis-ci: install pear packages before building

14 years agoadd http_request2 to the list of required packages (for the unit tests)
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)

14 years agotravis-ci: setup database and config file before running tests
Christian Weiske [Wed, 25 Jan 2012 21:51:35 +0000 (22:51 +0100)]
travis-ci: setup database and config file before running tests

14 years agoset proper exit status when config file does not exist
Christian Weiske [Wed, 25 Jan 2012 21:51:11 +0000 (22:51 +0100)]
set proper exit status when config file does not exist

14 years agotravis configuration file
Christian Weiske [Wed, 25 Jan 2012 21:22:10 +0000 (22:22 +0100)]
travis configuration file

14 years agoMerge branch '0.98'
Christian Weiske [Sat, 21 Jan 2012 12:44:58 +0000 (13:44 +0100)]
Merge branch '0.98'

14 years agoprepare release of 0.98.4 v0.98.4
Christian Weiske [Sat, 21 Jan 2012 12:02:42 +0000 (13:02 +0100)]
prepare release of 0.98.4

14 years agoFix bug #3111254: getIdFromUser() always returns an integer now (part 2)
Christian Weiske [Sat, 21 Jan 2012 11:38:17 +0000 (12:38 +0100)]
Fix bug #3111254: getIdFromUser() always returns an integer now (part 2)

14 years agofix artviper title
Christian Weiske [Sat, 21 Jan 2012 11:22:30 +0000 (12:22 +0100)]
fix artviper title

14 years agosubtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag
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