Commit Graph

175 Commits

Author SHA1 Message Date
ImgBotApp 4075a42e54
[ImgBot] optimizes images
*Total -- 53.17kb -> 50.92kb (4.25%)

/images/like.gif -- 1.16kb -> 0.13kb (88.85%)
/images/default-profile-sm.jpg -- 0.34kb -> 0.32kb (6.07%)
/images/dfrn.gif -- 0.11kb -> 0.10kb (4.59%)
/view/theme/default/dfrn.gif -- 0.11kb -> 0.10kb (4.59%)
/images/default-profile.jpg -- 0.48kb -> 0.46kb (4.29%)
/images/star.jpg -- 0.59kb -> 0.58kb (3.13%)
/view/theme/default/star.jpg -- 0.59kb -> 0.58kb (3.13%)
/images/friendika-256.jpg -- 16.73kb -> 16.25kb (2.87%)
/images/friendica-256.jpg -- 16.73kb -> 16.25kb (2.87%)
/images/friendika-128.jpg -- 8.17kb -> 8.08kb (1.11%)
/images/friendica-128.jpg -- 8.17kb -> 8.08kb (1.11%)
2018-07-13 14:09:08 +00:00
Hypolite Petovan 95be3462ac Fix PHP Warning about count()
- Reformat include/Photo.php
2018-07-10 23:56:30 -04:00
Hypolite Petovan b384f838da
Merge pull request #51 from MrPetovan/master
Various improvements
2018-07-10 23:34:03 -04:00
Hypolite Petovan f110a98464
Merge pull request #54 from AndyHee/patch-2
Update health_search.tpl
2018-05-10 08:14:49 -04:00
Andy H 7bef7010b8
Update health_search.tpl
Improved wording.

This is search result page. Relates to this https://github.com/friendica/dir/pull/52
2018-05-10 15:59:46 +07:00
Hypolite Petovan 82e529df2a
Merge pull request #53 from AndyHee/fix-patch-1
Update health_summary.tpl
2018-05-09 22:50:09 -04:00
Andy H 8adf1b8421
Update health_summary.tpl
Fixed non-standard example URL
2018-05-10 09:08:37 +07:00
Hypolite Petovan bf69f44036
Merge pull request #52 from AndyHee/patch-1
Improved wording and layout of health_summary.tpl
2018-05-09 09:23:31 -04:00
Andy H 0bf3aa5cc1
Update health_summary.tpl 2018-05-09 20:19:18 +07:00
Andy H c7b336570e
Update health_summary.tpl
Removed deprecated URL to personal profile
Improved wording and layout
2018-05-09 20:17:50 +07:00
Hypolite Petovan 945c1d1c00 Remove placeholder header 2018-05-08 03:50:43 -04:00
Hypolite Petovan 15563be5cc Fix PHP Notices 2018-05-07 22:02:16 -04:00
Hypolite Petovan 9031423278 Prevent infinite push loop between multiple directories
- Add auto increment id to sync-push-queue table to add new profile urls
at the end
- Use REPLACE instead of INSERT to prevent unique key errors
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 649cbbf466
Merge branch 'master' into master 2018-05-07 20:58:40 -04:00
Hypolite Petovan 95ea839fa7 Add ping stats during probe 2018-05-04 08:22:01 -04:00
Hypolite Petovan 27153fab68 Updat database structure file
- Add a couple of fields in site-probe
2018-05-04 08:21:47 -04:00
Hypolite Petovan ac41f7caf3 Add console commands
- Add Config command
- Add Probe command
- Add PoToPhp command
- Remove po2php script
2018-05-04 08:16:36 -04:00
Hypolite Petovan 4da0d68bad Add console CLI command
- Fix App to be used in CLI mode
2018-05-04 08:16:03 -04:00
Hypolite Petovan 741e72ecc7 [Composer] Add dependencies
- Add pear/Net_Ping
- Add asika/simple-console
- Fix composer.json formatting
2018-05-04 08:15:21 -04:00
Hypolite Petovan 5039d4202b Fix Google+ support addon list 2018-05-04 08:12:08 -04:00
Hypolite Petovan ca12f85c92 Fix db error display 2018-05-04 08:11:49 -04:00
Hypolite Petovan 61468d93d5
Merge pull request #46 from Quix0r/fixes/htaccess-dist
Let's have .htaccess not being committed
2018-05-01 18:06:38 -04:00
Roland Häder b9ba616b7b
Let's have .htaccess not being committed
Signed-off-by: Roland Häder <roland@mxchange.org>
2018-05-01 23:40:57 +02:00
Hypolite Petovan ec0e3e431a
Merge pull request #41 from MrPetovan/task/rename-plugin-to-addon
Rename plugin to addon
2018-04-04 21:28:29 -04:00
Hypolite Petovan 54f9bd695a
Merge pull request #42 from MrPetovan/task/upgrade-to-utf8mb4
Upgrade database to utf8mb4
2018-04-04 21:28:02 -04:00
Hypolite Petovan 64d70c4fc3 Merge branch 'task/upgrade-to-utf8mb4' 2018-04-03 20:49:59 -04:00
Hypolite Petovan 1a608a50ad Actually use variable $addon 2018-02-24 12:21:07 -05:00
Hypolite Petovan 09bc3cb175 Set the database charset to utf8mb4 2018-02-24 10:59:32 -05:00
Hypolite Petovan 37960dcd38 Add backward compatibility test 2018-02-24 10:57:39 -05:00
Hypolite Petovan a6f6f92a24 Rename plugin to addon 2018-02-24 10:45:54 -05:00
Michael Vogel 7701347cd5
Merge pull request #38 from MrPetovan/task/fix-country-widget
Fix country widget + search + tags
2018-01-17 20:23:47 +01: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 522cc7bb17 Fix display issues
- Add baseurl to widgets search links
- Add aside to search page
- Fix number of available profiles in country widgets
2018-01-14 22:22:37 -05:00
Tobias Diekershoff bbe2fca6ac
Merge pull request #37 from MrPetovan/master
Updated dfrndir.sql
2017-11-26 17:17:22 +01:00
Hypolite Petovan 6306a618dc Updated dfrndir.sql
- Added profile.available
- Removed engine selection except for profile because of the fulltext
indices
- Removed auto increment values
- Various formatting changes
2017-11-26 10:46:16 -05:00
Hypolite Petovan 83232f4946
Merge pull request #36 from tobiasd/20171126-dirReadme
add a note about display of bit values in MySQL console to the README…
2017-11-26 09:12:31 -05:00
Tobias Diekershoff 0d8fa3e2bd add a note about display of bit values in MySQL console to the README file 2017-11-26 15:10:20 +01:00
Hypolite Petovan 6615a31c08
Merge pull request #35 from tobiasd/20171125-installsteps
some more hints for the installation
2017-11-25 08:36:21 -05:00
Tobias Diekershoff 3494fe491d some more hints for the installation 2017-11-25 13:58:55 +01:00
Tobias Diekershoff 21ca069227
Merge pull request #34 from MrPetovan/bug/fix-submit-inserts
Fix submit inserts
2017-11-01 08:11:03 +01:00
Hypolite Petovan 99d182915d Fix invalid sprintf string in submit process 2017-11-01 02:30:09 -04:00
Hypolite Petovan 733894723e Add debug opportunity in q() 2017-11-01 02:29:47 -04:00
Hypolite Petovan be5939e02f Code style cleanup 2017-11-01 02:29:31 -04:00
Tobias Diekershoff 2db783721e
Merge pull request #33 from MrPetovan/bug/fix-directory-filters
Missing variable change
2017-11-01 07:19:42 +01:00
Hypolite Petovan fedfa7da4f Missing variable change 2017-10-31 21:49:00 -04:00
Michael Vogel b21b493613
Merge pull request #32 from MrPetovan/bug/fix-directory-filters
Fix directory filter links
2017-10-31 06:49:36 +01:00
Hypolite Petovan e91ae5d4af Fix directory filter links
- Enable "People" and "Forums" links in the Directory
2017-10-30 22:05:23 -04:00
Michael Vogel 4cc55f4302 Merge pull request #30 from MrPetovan/task/improve-servers-page
Put the server list on a single fixed-width column
2017-10-23 07:38:12 +02:00
Michael Vogel 16158983c0 Merge pull request #31 from MrPetovan/bug/fix-maintenance-cron
Fix maintenance cron
2017-10-23 07:37:38 +02:00