Commit Graph

27 Commits

Author SHA1 Message Date
Roland Häder e13182d913
Some cleanups:
- "use" should be executed before any other line (except strict mode line)
- "import" App class before use it
- sure braces with "new" operator as this invokes the constructor
2019-01-03 22:54:57 +01:00
Hypolite Petovan 945c1d1c00 Remove placeholder header 2018-05-08 03:50:43 -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 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
Hypolite Petovan e91ae5d4af Fix directory filter links
- Enable "People" and "Forums" links in the Directory
2017-10-30 22:05:23 -04:00
Hypolite Petovan 20a5e3678d Put the server list on a single fixed-width column 2017-10-22 17:04:01 -04:00
Hypolite Petovan f79df56a56 Change Friendica self-hosting URL 2017-08-01 21:34:09 -04:00
Hypolite Petovan 687eef90f7 Fix upcoming killme() in index.php change
- Add killme() in controllers instead of relying on index.php
- Fix formatting
2017-08-01 21:33:50 -04:00
Hypolite Petovan fb159c2862 Re-enable forward zrl to profile pages 2017-06-02 22:45:30 -04:00
Hypolite Petovan 2cabf7f37b Generalize the use of killme()
- Add fail condition to q()
2017-05-12 00:05:06 -04:00
Hypolite Petovan 5559df82a6 Formatting 2017-05-12 00:04:04 -04:00
Hypolite Petovan 7eada3d4da Merge pull request #20 from Hypolite/bug/hide-stats-and-help
Hide unfinished Stats and Help pages
2017-05-11 23:07:34 -04: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
Benjamin Lorteau 9105272d4f Hide unfinished Stats and Help pages 2017-05-11 10:45:37 -04:00
Hypolite Petovan de87a461c0 Redesign directory page display
- Updated profile card display, added description and tags
- Added column display for profiles
- Tweaked reset button behavior
2017-05-04 21:35:43 -04:00
Hypolite Petovan 9af47634e3 Update search page display 2017-05-04 21:34:21 -04:00
Hypolite Petovan a35dab70b8 Remove Google webfont 2017-05-04 21:26:45 -04:00
Hypolite Petovan f297c670b3 Move App to src 2017-05-01 23:09:26 -04:00
Hypolite Petovan 68c1939d12 Enforcing standards ahead of moving App to src 2017-05-01 22:57:21 -04:00
Hypolite Petovan 280d55f183 Fix yet more PHP Notices 2017-04-20 22:03:34 -04:00
hauke f8906282ef added skeletons for help and stats page, text adjustements 2015-12-24 11:20:37 +01:00
hauke 6b4da31a97 prepared view and database to display SSLLabs grade 2015-12-24 09:49:35 +01:00
Beanow 6becf45e73 Implemented feedback and moved JS to a file.
See https://fc.oscp.info/display/beanow/245480
2015-02-25 14:58:50 +01:00
Beanow a54e512669 Responsive mobile theme + public server listing. 2015-02-21 23:20:23 +01:00
Beanow 154f33ca86 Added experimental pages for the new design. 2015-02-08 18:25:21 +01:00
Beanow dd6987ff02 This is an example of autoloading classes and including unit tests. 2014-10-11 00:13:59 +02:00