Commit Graph

33 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 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
Andy H 8adf1b8421
Update health_summary.tpl
Fixed non-standard example URL
2018-05-10 09:08:37 +07: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
Roland Häder d400ed3342
Rewrite:
- don't download files - more worse JavaScript - from external CDNs
- this is a security nightmare when the remote CDN is compromised and starts
  distributing worms/trojan horses (see NSA scandal)
- this will give them away your user's IP addresses
- removed no longer used js/main.js as there is assets/js/main.js around
- moved css/js files in their own folder (assets/<css|js>)
- removed executable right from include/dba.php, no need for this

Signed-off-by: Roland Häder <roland@mxchange.org>
2017-05-11 16:49:02 +02:00
Hypolite Petovan 9af47634e3 Update search page display 2017-05-04 21:34:21 -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
Hypolite Petovan 783c15c207 Fix PHP notices all around
- Improve SQL query formatting
- Revert spaces to tabs after PHP CS Fixer
2017-04-20 21:41:47 -04:00
Roland Häder 2e18a053bb
Continued:
- moved JS of Raphael (seems to be a lib?) to own sub folder
- removed redundant jquery-1.4.2.min.js
- added version number to almost all JS files (see cache-busting)

Signed-off-by: Roland Haeder <roland@mxchange.org>
2017-03-01 20:31:41 +01: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
Roland Häder c353b31569
Cleanups:
- don't commit files that are being ignored, better provide a "template" file
  that needs copying to the right file and ignore the file that will have local
  changes like config files will always have.
- fixed CHMOD, no need for executable flag here as the server won't execute
  these files, but only load (read) them
- fixed E_NOTICE in boot.php when entrance/index page (no parameter) is being
  called

Signed-off-by: Roland Haeder <roland@mxchange.org>
2017-03-01 20:00:32 +01:00
hauke cd976b8dcc Removed gender and marital status for better privacy 2015-12-24 08:42:48 +01:00
Beanow ec4a641013 Improved site-health detection.
* Detects redirects.
* Better descriptions in site-health details.
* Changed healthy site requirements to require HTTPS and >= 5 users.
* Cleaned graph javascript a little.
2015-02-02 12:28:12 +01:00
Beanow 9b8eaa7aa7 Made some improvements to how server statistics are displayed. 2015-01-24 21:49:53 +01:00
Beanow b803aa30a0 Tweaks to site-health and osearch. Also removed a non-directory page. 2014-08-09 00:49:00 +02:00
Beanow 1fe9bb9b5b Added syncing (push and pull) and refactored a few functions. 2014-08-09 00:46:53 +02:00
Beanow 5c477f9b7f Faster import, better admin panel. 2014-07-11 01:35:30 +02:00
Beanow 717303e475 Merged import tools with admin view. 2014-07-11 00:30:36 +02:00
Beanow 5e1be6b2fe Experimental maintenance features. 2014-07-10 23:48:23 +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
friendica 9d01103af7 fix colour 2012-06-12 18:00:32 -07:00
friendica 17a5f8cb03 Merge https://github.com/friendica/dir into dpull 2012-06-12 17:57:55 -07:00
friendica ed1d37658e move some things around 2012-06-12 17:57:17 -07:00
friendica 7898d297df testing github for windows 2012-06-06 18:29:14 +10:00
friendica eb17d4b9f4 smooth the input boxes 2012-05-18 05:18:00 -07:00
friendica 8cc603f045 subdue the "flag this entry" link 2012-05-17 20:23:15 -07:00
friendica 19e37cbf3d favicon to global dir 2012-05-17 20:16:40 -07:00
friendica 34f83f184c localisation fixes 2012-05-17 20:10:10 -07:00
friendica 0e6f862c11 directory cleanup 2012-05-17 18:52:46 -07:00
friendica ea309f20ee initial 2012-05-15 22:31:36 -07:00