aboutsummaryrefslogtreecommitdiffstats
path: root/mod/profiles.php
Commit message (Collapse)AuthorAgeFilesLines
* This is long overdue - use a symblic constant NULL_DATE instead of the ↵friendica2014-09-081-2/+2
| | | | easily mis-typed sequence '0000-00-00 00:00:00'
* except for a typofriendica2014-08-281-3/+1
|
* fix saving of extended profile attributesfriendica2014-08-281-0/+38
|
* extensible profiles - add the input form elements. Still needs styling and ↵friendica2014-08-201-0/+19
| | | | we're not yet storing the results. And right now we're ignoring the type and only doing type=string. Oh yeah - and I split off starting the second delivery chain into its own function in tag_deliver since it was largely duplicate code.
* more editing of visibility displaysfriendica2014-08-071-1/+1
|
* cleanup some text where we said "public" or "visible to anybody on the ↵friendica2014-08-071-1/+3
| | | | internet" when that isn't necessarily true.
* issue #551 provide import/export of profiles (if this feature is enabled)friendica2014-08-041-0/+36
|
* backend for profile exportfriendica2014-08-041-0/+27
|
* Let site admin choose what profile fields to support.friendica2014-08-021-1/+13
|
* Update nl. Added a link from the edit profile page to the edit visibility page.Jeroen2014-08-011-0/+1
|
* make the profile minimal by default. Use features to enable the advanced form.friendica2014-08-011-0/+5
|
* always provide a profile edit entry in the nav usermenufriendica2014-07-241-2/+2
|
* rule of snakes #1, kill the snake.friendica2014-06-281-2/+2
| | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor.
* sync profiles to nomadic clonesfriendica2014-06-171-1/+10
|
* allow birthdays with just a year (no month or day).friendica2014-05-011-3/+3
|
* fix vcard truncation and escapingfriendica2014-04-201-18/+18
|
* fix marital partner linkingfriendica2014-01-231-26/+14
|
* expose profile things in the UIfriendica2013-12-301-0/+2
|
* comanchify all the simple cases - those that only load a profile. Rework ↵friendica2013-12-111-11/+0
| | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
* birthday error checking - if year is present but no month or day, set to 1 ↵friendica2013-07-031-0/+5
| | | | January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works.
* multi-profiles workfriendica2013-07-031-1/+2
|
* TypoThomas Willingham2013-05-181-1/+1
|
* otherwise add profile wont workMichael Meer2013-03-211-1/+1
|
* Make the channels profile tab actually do something.Thomas Willingham2013-03-201-1/+6
|
* hidden directory entriesfriendica2013-01-221-1/+1
|
* more work on notification system, fix a couple of minor issues from smarty ↵friendica2013-01-071-1/+1
| | | | conversion
* implement Smarty3Zach Prezkuta2013-01-061-122/+156
|
* remove the private keywords stuff to reduce directory and search complexityfriendica2012-12-261-12/+6
|
* send stuff to zothub as a fallback directory master for nowfriendica2012-12-181-4/+1
|
* upstream fixes, revision updated, and mail autocomplete was lost after a ↵friendica2012-12-081-0/+1
| | | | recent change I made
* plaintext default - richtext is a featurefriendica2012-11-051-3/+3
|
* upstream fixesfriendica2012-10-211-177/+106
|
* this might post a profile change activity now - it just won't broadcast anywherefriendica2012-10-191-36/+22
|
* cleanup abook structurefriendica2012-10-191-2/+2
|
* more work on profile changes - the notify activity is still stuffed as we ↵friendica2012-10-191-29/+35
| | | | finalise the json structure for activitystream meta-data
* get profile edits workingfriendica2012-10-181-25/+19
|
* Can't see any posts currently - after the big shakeup, but we can now post ↵friendica2012-10-031-1/+1
| | | | top level activities and store them.
* here's where the heavy lifting begins - everything is likely to be broken ↵friendica2012-10-011-1/+12
| | | | for quite some time as we add location and db independence to items and conversations and work through the rest of the permissions and how to federate the buggers.
* States/Countries now free formfriendica2012-09-091-5/+0
|
* more DB cleanupfriendica2012-08-301-2/+2
|
* start on contacts/profilesfriendica2012-08-301-18/+17
|
* stufffriendica2012-08-271-7/+7
|
* item table rename parent-uri, target-type, object-type (more to come later)friendica2012-08-151-2/+2
|
* eliminate the obsolete "last-child" indicatorfriendica2012-07-181-1/+0
|
* Removing connectors we won't be needing - this is probably going to break ↵friendica2012-07-181-3/+0
| | | | some shit.
* add plink to profile change notificationsfriendica2012-07-121-1/+9
|
* add like/dislike to profilesfriendica2012-06-241-1/+20
|
* Now using App::get_cached_avatar_image for /profile/{nickname} pageZvi ben Yaakov (a.k.a rdc)2012-06-191-2/+2
|
* too many profilesfriendica2012-06-171-1/+1
|
* Enabled Profile photo revisions to be displayed on /profiles pageZvi ben Yaakov (a.k.a rdc)2012-06-171-2/+2
|