Commit Graph

131 Commits

Author SHA1 Message Date
friendica bae3029c63 merge madness 2014-10-19 16:12:05 -07:00
marijus 4e9bd8b8f0 This is a fix to not interfere the ongoing adding of .generic-content-wrapper with the ongoing styling of redbasic theme.
adding of .generic-content-wrapper is needed and useful for derivative themes but it should not contain any styling information for redbasic theme. therefor i added .generic-content-wrapper-styled as a quickfix for spots where redbasic is not finished yet.
Sidenote: please avoid opening a div in one *.tpl and close it in another or (even worse) open a div in a *.tpl and close it in an already templatified mod/*.php. This will really make the code and templates very, very confusing.
2014-10-10 15:52:56 +02:00
Jeroen e06c3e5a91 Added and changed on some places div class generic-content-wrapper. And added to redbasic. Other thems can now also theme backgrounds of a lot of pages. I'm not completely done, but till now - this is it. 2014-10-09 14:54:04 +00:00
friendica c6d07feff5 This is long overdue - use a symblic constant NULL_DATE instead of the easily mis-typed sequence '0000-00-00 00:00:00' 2014-09-08 20:35:15 -07:00
friendica 0825ec81c1 except for a typo 2014-08-28 22:27:05 -07:00
friendica feddf5d7fb fix saving of extended profile attributes 2014-08-28 22:18:11 -07:00
friendica b4aed12129 extensible profiles - add the input form elements. Still needs styling and 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. 2014-08-20 23:01:25 -07:00
friendica ad4dc666c5 more editing of visibility displays 2014-08-07 18:47:09 -07:00
friendica a7d95108d0 cleanup some text where we said "public" or "visible to anybody on the internet" when that isn't necessarily true. 2014-08-07 18:22:50 -07:00
friendica 00fc23bf4e issue #551 provide import/export of profiles (if this feature is enabled) 2014-08-04 16:48:40 -07:00
friendica a0695fa04f backend for profile export 2014-08-04 04:40:45 -07:00
friendica 44ee18b810 Let site admin choose what profile fields to support. 2014-08-02 23:28:51 -07:00
Jeroen 32f09b5fc2 Update nl. Added a link from the edit profile page to the edit visibility page. 2014-08-01 17:45:18 +00:00
friendica ff8351437e make the profile minimal by default. Use features to enable the advanced form. 2014-08-01 01:24:03 -07:00
friendica 5dcd0654d4 always provide a profile edit entry in the nav usermenu 2014-07-24 21:29:07 -07:00
friendica 0074ef0bf3 rule of snakes #1, kill the snake.
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.
2014-06-28 05:05:34 -07:00
friendica dafd3a9e43 sync profiles to nomadic clones 2014-06-17 17:34:51 -07:00
friendica a39a1584bd allow birthdays with just a year (no month or day). 2014-05-01 18:40:00 -07:00
friendica d0dab3fcae fix vcard truncation and escaping 2014-04-20 18:48:21 -07:00
friendica ab6b6794b4 fix marital partner linking 2014-01-23 15:43:35 -08:00
friendica 4c541bb680 expose profile things in the UI 2013-12-30 15:41:42 -08:00
friendica 40e2900326 comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using. 2013-12-11 14:54:36 -08:00
friendica 42d5d515b2 birthday error checking - if year is present but no month or day, set to 1 January. Otherwise the date will be set to 30 November the prior year due to how the PHP strtotime() function works. 2013-07-03 16:55:57 -07:00
friendica c16b65b5bd multi-profiles work 2013-07-03 02:47:36 -07:00
Thomas Willingham 8e22e72b2e Typo 2013-05-18 02:52:15 +01:00
Michael Meer c1f3c72099 otherwise add profile wont work 2013-03-21 18:38:34 +01:00
Thomas Willingham 39028d6184 Make the channels profile tab actually do something. 2013-03-20 20:46:43 +00:00
friendica bda4ca4c0d hidden directory entries 2013-01-22 00:20:25 -08:00
friendica f04ce3b093 more work on notification system, fix a couple of minor issues from smarty conversion 2013-01-07 13:40:58 -08:00
Zach Prezkuta a0d19ffb72 implement Smarty3 2013-01-06 15:57:11 -07:00
friendica c8292b3cdd remove the private keywords stuff to reduce directory and search complexity 2012-12-26 03:49:50 -08:00
friendica 44e70bdca3 send stuff to zothub as a fallback directory master for now 2012-12-18 19:10:56 -08:00
friendica 2a39a5feee upstream fixes, revision updated, and mail autocomplete was lost after a recent change I made 2012-12-08 11:59:21 -08:00
friendica 2752b58f33 plaintext default - richtext is a feature 2012-11-05 01:25:08 -08:00
friendica 87c171030c upstream fixes 2012-10-21 17:23:21 -07:00
friendica 2651b60349 this might post a profile change activity now - it just won't broadcast anywhere 2012-10-19 18:37:35 -07:00
friendica 244ad5071d cleanup abook structure 2012-10-19 17:21:19 -07:00
friendica 112e4e6c9c more work on profile changes - the notify activity is still stuffed as we finalise the json structure for activitystream meta-data 2012-10-19 15:40:13 -07:00
friendica 2c3c933ed4 get profile edits working 2012-10-18 20:59:00 -07:00
friendica e124c9fa5c Can't see any posts currently - after the big shakeup, but we can now post top level activities and store them. 2012-10-03 22:28:19 -07:00
friendica 846a9813b2 here's where the heavy lifting begins - everything is likely to be broken 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. 2012-10-01 18:02:11 -07:00
friendica 61cca7637a States/Countries now free form 2012-09-09 21:51:54 -07:00
friendica 80bd128425 more DB cleanup 2012-08-30 18:47:07 -07:00
friendica eac29badb2 start on contacts/profiles 2012-08-30 18:17:38 -07:00
friendica 8c3c3d5fd7 stuff 2012-08-27 01:22:08 -07:00
friendica f7c6a6ff90 item table rename parent-uri, target-type, object-type (more to come later) 2012-08-15 22:33:37 -07:00
friendica d92a4a686d eliminate the obsolete "last-child" indicator 2012-07-18 17:08:03 -07:00
friendica d683df17bd Removing connectors we won't be needing - this is probably going to break some shit. 2012-07-18 04:49:15 -07:00
friendica 599f3d2961 add plink to profile change notifications 2012-07-12 16:53:42 -07:00
friendica c464bc494c add like/dislike to profiles 2012-06-24 21:16:55 -07:00