Browse Source
			
			
			Huge commit
			
				
		Huge commit
	
		
	
			
				- Rewrite the whole PubsubSubscriptionConfig widget to make it more readable - Fix lot of UI issues fixed - Get automaticaly the contact pubsub subscription list - Fix location submition widget - Add a tab parameter to the Route::urlize() functionpull/16/head
				 21 changed files with 234 additions and 101 deletions
			
			
		- 
					2app/models/subscription/Subscription.php
- 
					2app/views/conf.tpl
- 
					1app/views/nodeconfig.tpl
- 
					1app/widgets/Avatar/avatar.tpl
- 
					2app/widgets/Bookmark/Bookmark.php
- 
					4app/widgets/Bookmark/bookmark.tpl
- 
					1app/widgets/Config/config.tpl
- 
					4app/widgets/ContactCard/ContactCard.php
- 
					25app/widgets/ContactPubsubSubscription/ContactPubsubSubscription.php
- 
					5app/widgets/ContactPubsubSubscription/contactpubsubsubscription.js
- 
					22app/widgets/Location/Location.php
- 
					2app/widgets/Location/location.js
- 
					126app/widgets/PubsubSubscriptionConfig/PubsubSubscriptionConfig.php
- 
					9app/widgets/PubsubSubscriptionConfig/_pubsubsubscriptionconfig_list.tpl
- 
					5app/widgets/PubsubSubscriptionConfig/pubsubsubscriptionconfig.tpl
- 
					16app/widgets/Vcard4/Vcard4.php
- 
					59app/widgets/Vcard4/vcard4.tpl
- 
					6system/Route.php
- 
					18themes/movim/css/forms.css
- 
					19themes/movim/css/style.css
- 
					6themes/movim/img/icons/button/gear.svg
| @ -0,0 +1,5 @@ | |||
| function hidePubsubSubscription() { | |||
|     wall = document.querySelector("#groupsubscribedlistfromfriend"); | |||
|     wall.parentNode.removeChild(wall); | |||
|     createTabs(); | |||
| } | |||
| @ -0,0 +1,9 @@ | |||
| <ul class="list"> | |||
|     <li class="title"> | |||
|         <a class="action"> | |||
|             {$c->t('Shared')} | |||
|         </a> | |||
|         {$c->t('Name')} | |||
|     </li> | |||
|     {$list} | |||
| </ul> | |||
| @ -0,0 +1,5 @@ | |||
| <div class="tabelem padded" title="{$c->t('Public Groups')}" id="groupsubscribedlistconfig"> | |||
|     <script type="text/javascript"> | |||
|         {$getsubscribedlist} | |||
|     </script> | |||
| </div> | |||
| @ -0,0 +1,6 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
| <!-- Generated by IcoMoon.io --> | |||
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> | |||
| <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 32 32"> | |||
| 	<path d="M29.181 19.070c-1.679-2.908-0.669-6.634 2.255-8.328l-3.145-5.447c-0.898 0.527-1.943 0.829-3.058 0.829-3.361 0-6.085-2.742-6.085-6.125h-6.289c0.008 1.044-0.252 2.103-0.811 3.070-1.679 2.908-5.411 3.897-8.339 2.211l-3.144 5.447c0.905 0.515 1.689 1.268 2.246 2.234 1.676 2.903 0.672 6.623-2.241 8.319l3.145 5.447c0.895-0.522 1.935-0.82 3.044-0.82 3.35 0 6.067 2.725 6.084 6.092h6.289c-0.003-1.034 0.259-2.080 0.811-3.038 1.676-2.903 5.399-3.894 8.325-2.219l3.145-5.447c-0.899-0.515-1.678-1.266-2.232-2.226zM16 22.479c-3.578 0-6.479-2.901-6.479-6.479 0-3.578 2.901-6.479 6.479-6.479 3.578 0 6.479 2.901 6.479 6.479-0 3.578-2.901 6.479-6.479 6.479z" fill="#ffffff" /> | |||
| </svg> | |||
						Write
						Preview
					
					
					Loading…
					
					Cancel
						Save
					
		Reference in new issue