Andrej Stieben
db949bb802
Updated modules to allow for partial overrides without errors
...
Only define functions if they have not been defined before, e.g. in themes. This makes it possible to override parts of a module and still use the other functions.
2016-02-05 21:52:39 +01:00
rabuzarus
3df5c17124
reformat todo according to doxygen style
2015-12-25 23:17:34 +01:00
rabuzarus
f513b25f6f
fix directory search
2015-12-12 01:27:31 +01:00
rabuzarus
89c5989cfb
unify hcard and vcard
2015-12-01 18:31:08 +01:00
rabuzarus
73dbd73990
directory - little change in the sql query
2015-11-29 00:09:09 +01:00
rabuzarus
aa047e16d7
directory - reduce the number of queries
2015-11-28 21:12:44 +01:00
rabuzarus
9189971cb8
display contact information in contact and directory according to the other contact related pages
2015-11-28 02:56:36 +01:00
rabuzarus
df36ea0d03
simple photo_menu for directory
2015-11-07 00:08:35 +01:00
rabuzarus
0c3979720f
template rework: rearrange sidebar widgets for contact related pages
2015-10-23 00:12:00 +02:00
rabuzarus
2aad62190f
template rework: use viewcontact_template.tpl also for directory
2015-10-22 22:48:49 +02:00
rabuzarus
b9d9bf8ecd
directory: move pagination into template
2015-10-17 21:45:55 +02:00
rabuzarus
72896b0f6b
unify directory page
2015-10-17 19:45:57 +02:00
rabuzarus
6ebb21a935
directory.php: move html to templates
2015-10-16 21:44:10 +02:00
Michael Vogel
1f0b759e2f
Added resize possibility to proxy function
2015-10-07 08:25:10 +02:00
Michael Vogel
5ac38b7f99
There is now only one central parameter for the global directory.
2015-09-15 22:29:02 +02:00
Michael Vogel
df3b38679f
This fixes issue 1657
2015-06-10 22:54:41 +02:00
rabuzarus
3e0635992f
change the conditions
2015-05-29 04:05:41 +02:00
rabuzarus
a2a8afa583
block local directory for public access
2015-05-28 19:54:23 +02:00
Michael Vogel
d4b2d3bf8a
Moved "privacy_image_cache" into the core. Enabled by default, can be disabled in the page settings.
2014-08-13 00:13:13 +02:00
Zach Prezkuta
96ed0a7791
Implement Smarty3
2012-12-22 12:57:29 -07:00
Zach Prezkuta
77529ccdf1
allow individual choice of mobile themes
2012-09-06 17:24:34 -06:00
Zvi ben Yaakov (a.k.a rdc)
2214cd74e5
Added more profile data and CSS styling to the /directory page
2012-07-01 14:46:03 +03:00
Zvi ben Yaakov (a.k.a rdc)
f8d9f15879
Now using App::get_cached_avatar_image for /directory page
2012-06-19 16:05:38 -07:00
Zvi ben Yaakov (a.k.a rdc)
59e0b6a0e3
Enabled Profile photo revisions to be displayed on /directory page
2012-06-17 23:20:14 +03:00
friendica
0d869ceb65
pass zrl's to/through global directory
2012-04-14 03:51:41 -07:00
Alexander Kampmann
355c42cb30
Merge branch 'master' of https://github.com/friendica/friendica
...
Conflicts:
include/config.php
update.php
2012-04-05 13:39:15 +02:00
friendica
9e731506c2
remove admin view of local directory
2012-03-17 22:14:17 -07:00
friendica
8ff6cb8406
a couple more items to make sure forum delegates can't access if the forum login is shared with the site admin account
2012-02-16 23:58:07 -08:00
friendica
8aa2552372
add remove_user hook (it looks like dreamhost changed all my file permissions, this will make a nasty commit)
2012-01-18 16:21:30 -08:00
Friendika
2206d894b3
add contact_widgets and provide widgets on appropriate pages, fix the saved search widget
...
fix directory page on testbubble, don't use system theme for community, directory, and search if the viewer is logged in.
2011-10-11 19:27:58 -07:00
fabrixxm
07b6c868b3
remove javascript to set selectect nav item. enanche img template prefetch ignoring
2011-08-17 18:36:24 +02:00
Fabio Comuni
e6444adafd
change nav selected css class
2011-07-25 16:52:30 +02:00
Fabio Comuni
e1107b55c6
add info() function. Works like notice() but show messages in a div with class info-message.
...
update code to use info() instead of notice() when appropriate (non-error message)
add info-message class style in themes
2011-05-23 11:39:57 +02:00
Friendika
f9444c8be5
admin directory view
2011-05-16 18:52:27 -07:00
Friendika
b2e92e0af3
deprecate load_view_file
2011-05-11 04:37:13 -07:00
Friendika
c052d68828
don't use load_view_file() except in email templates and install of htconfig - to avoid getting wrong file when package is updated by copying over an older version.
2011-05-10 16:12:50 -07:00
Friendika
9e19eef194
"firewall" setting - block all public pages from the public if configured to do so
2011-04-21 17:29:47 -07:00
Friendika
c32ed16303
more templates converted to string files
2011-04-06 22:42:08 -07:00
Friendika
e0202d82a1
add fulltext index on keywords, missed some directory localisations
2011-03-22 16:34:12 -07:00
Friendika
7b92b42603
keywords split into public and private. Public will be used by the friend finder.
2011-03-14 00:28:49 -07:00
Friendika
b40281802f
personal title
2011-01-18 19:25:28 -08:00
Friendika
9d6f3aa4dd
add owner's birthday information to feed (if allowed to)
2011-01-12 21:04:49 -08:00
Friendika
2a269e0c18
use default system theme for system pages
2011-01-07 04:33:34 -08:00
Friendika
d92659560b
site config to force publish in site directory
2011-01-02 22:09:54 -08:00
Friendika
0a485e6664
don't use openid CURL wrapper if open_basedir is set (even if safe_mode isn't)
2011-01-02 21:01:07 -08:00
Friendika
f6556e0a72
more plugin hooks
2010-12-25 15:01:02 -08:00
Friendika
b9ca44678d
match the documentation
2010-12-19 19:55:03 -08:00
Friendika
24a9a41f96
added "secret" profile search keywords
2010-12-19 17:46:26 -08:00
Friendika
57eb0576b0
make both content and people search POSTable
2010-12-12 18:43:32 -08:00
Mike Macgirvin
f0b6400584
more lint
2010-10-31 16:38:22 -07:00
Mike Macgirvin
0ebd4aa783
per design spec, hide global directory if update url not present
2010-09-23 18:33:07 -07:00
Mike Macgirvin
d5a13b1e4c
localisation path for all view templates
2010-09-22 18:00:19 -07:00
Mike Macgirvin
65a420b227
theme cleanup
2010-09-18 21:11:18 -07:00
Mike Macgirvin
e0045a43e2
mongo checkin, global directory, redir rework, location basics
2010-08-19 04:59:31 -07:00
Mike Macgirvin
1a1f9b296c
contact search + sync to personal edition, installer db check + curl proxy
2010-08-17 18:44:13 -07:00
Mike Macgirvin
eaea2a6370
lighter colours
2010-07-31 02:18:37 -07:00
Mike Macgirvin
58fd9647a2
misc fixes
2010-07-12 20:16:27 -07:00
Mike Macgirvin
970a2d4f1e
...
2010-07-10 03:26:21 -07:00
Mike Macgirvin
a4850cb3d7
added pager
2010-07-10 00:45:18 -07:00
Mike Macgirvin
cb54cda174
more directory work
2010-07-09 22:47:32 -07:00
Mike Macgirvin
4a92de7563
directory enhancements
2010-07-09 17:39:55 -07:00
Mike Macgirvin
d733b39b2d
direcotry cleanups
2010-07-09 03:10:28 -07:00
Mike Macgirvin
64bbf395f0
directory stuff
2010-07-09 01:17:20 -07:00
Mike Macgirvin
1eb68ca6f9
start directory view
2010-07-09 00:05:21 -07:00
Mike Macgirvin
9bd8ee1aae
more work on contact page and added new site directory
2010-07-02 18:37:43 -07:00