Commit Graph

16 Commits

Author SHA1 Message Date
Hypolite Petovan 95be3462ac Fix PHP Warning about count()
- Reformat include/Photo.php
2018-07-10 23:56:30 -04:00
Hypolite Petovan 15563be5cc Fix PHP Notices 2018-05-07 22:02:16 -04:00
Hypolite Petovan 4de3fcf5f5 Simplify the tag table
- Remove auto increment id
- Replaced nurl by profile id
- Added primary key on the two remaining columns
2018-05-07 22:02:16 -04:00
Hypolite Petovan e24172ab05 Fix tag insertion/update
- Delete all tags related to a specific profile on submit
- Add tags only if the profile is available
2018-01-14 22:24:12 -05:00
Hypolite Petovan 99d182915d Fix invalid sprintf string in submit process 2017-11-01 02:30:09 -04:00
Hypolite Petovan be5939e02f Code style cleanup 2017-11-01 02:29:31 -04:00
Hypolite Petovan 163d7d2b4b Add profile availability field
- Add available field to profile table
- Make profile unavailable in directory until update suceeds
2017-10-23 00:34:04 -04:00
Hypolite Petovan ef7551df81 Fix empty $parms check
- $parms always contains the `_timings` key
2017-10-22 23:55:27 -04:00
Hypolite Petovan cdb8670dea Fix whitespaces in include/submit.php 2017-10-22 23:48:17 -04:00
Hypolite Petovan b833a8d255 Fix cron_maintain
- Update profile before fetching scrape url
- Honor $parms['hide'] before validating dfrn site
- Fetch maintenance items oldest first
- Add backlog size in log
- Add pid to logger for easier threaded cron debug
2017-10-22 23:48:00 -04:00
Hypolite Petovan a8dc2e65f4 Merge branch 'master' into feature/redesign-prototype
# Conflicts:
#	.gitignore
#	.htconfig.php
#	.htconfig.php-dist
#	boot.php
#	include/dba.php
#	mod/health.php
#	util/htconfig.vagrant.php
2017-04-20 22:33:41 -04:00
Roland Häder 12e4bff880
Continued with cleanups:
- removed some empty lines at bottom of files
- added new-line character at end of file (as this else may confuse some old
  editors)
- moved JavaScript files out of "include" into own "js"
- if you set <basename>, you don't need full URLs in linked JavaScript files
  and CSS files

Signed-off-by: Roland Haeder <roland@mxchange.org>
2017-03-01 20:19:12 +01:00
hauke cd976b8dcc Removed gender and marital status for better privacy 2015-12-24 08:42:48 +01:00
Beanow 5c477f9b7f Faster import, better admin panel. 2014-07-11 01:35:30 +02:00
Beanow a69a9d2278 Adding site-health and noscrape support. 2014-07-10 23:43:25 +02:00
Beanow 40202ea948 Made a first version of import functionality.
* A very crude extraction step that creates a file with URLs.
* A processor that reduces the file to nothing as it imports them.
2014-07-01 03:27:56 +02:00