Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Ability to edit a shared user data & password from the Dashboard
Browse files Browse the repository at this point in the history
Fix styles in Dashboard and Settings panel
Add i18n for various fields
  • Loading branch information
cdujeu committed Jul 25, 2014
1 parent 1d94f95 commit 79928aa
Show file tree
Hide file tree
Showing 49 changed files with 384 additions and 21 deletions.
20 changes: 19 additions & 1 deletion core/src/plugins/access.ajxp_conf/ajxp_conf.css
Expand Up @@ -292,8 +292,26 @@
}

.ajxp_theme_orbit div.settings_main_pane div.flat_tree_pane>#tree_container>.webfx-tree-container>.webfx-tree-item{
background-color: #ccc;
background-color: #505050;
padding-bottom: 8px;
margin: 1px 0;
}

.settings_main_pane #search_results_cont{
box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
text-shadow: none;
margin-top: 5px;
width: 280px;
}

.settings_main_pane div#search_results div.thumbnail_selectable_cell.detailed{
width: 100%;
}

.settings_main_pane #search_results div.ajxpNodeProvider:hover{
background-color: transparent !important;
}

.settings_main_pane #search_results div.thumbnail_selectable_cell.detailed div.thumbnail_cell_metadata{
opacity: 1 !important;
}
Expand Up @@ -1988,7 +1988,6 @@ public function listRepositories($root, $child, $hashValue = null, $returnNodes
<column messageId="ajxp_conf.8" attributeName="ajxp_label" sortType="String"/>
<column messageId="ajxp_conf.9" attributeName="accessType" sortType="String"/>
<column messageId="ajxp_conf.125" attributeName="slug" sortType="String"/>
<column messageId="ajxp_conf.106" attributeName="repository_id" sortType="String"/>
</columns>');
}

Expand Down
2 changes: 1 addition & 1 deletion core/src/plugins/access.ajxp_conf/manifest.xml
Expand Up @@ -84,7 +84,7 @@
</script>
]]></template_part>
<template_part ajxpId="orbit_content" ajxpClass="AjxpPane" ajxpOptions='{"fit":"height","fitParent":"ajxp_desktop", "fakeOption":"true"}' theme="orbit"><![CDATA[
<div id="vertical_splitter" class="settings_main_pane" ajxpClass="Splitter" ajxpOptions='{"direction": "vertical", "invisibleBar":true, "initA": "20%", "minA":28, "maxA":380, "fit":"height","fitParent":"browser", "minSize":0, "foldingButton":"A"}'>
<div id="vertical_splitter" class="settings_main_pane" ajxpClass="Splitter" ajxpOptions='{"direction": "vertical", "invisibleBar":true, "initA": "280", "minA":28, "maxA":380, "fit":"height","fitParent":"browser", "minSize":0}'>
<div ajxpClass="AjxpTabulator" id="leftTabulator" ajxpOptions='{"defaultTabId": "folders","tabInfos" : [{"id":"folders","label":"ajxp_conf.122","iconClass":"icon-cogs","element":"leftPane"},{"id":"flagged","label":"147","iconClass":"icon-bookmark","element":"flagged_elements"}],"headerToolbarOptions":{"submenuClassName":"panelHeaderMenu","submenuPosition":"bottom right","submenuOffsetTop":12,"toolbarsList":["vertical_splitter-actions"],"skipBubbling":true, "skipCarousel":true,"submenuOffsetTop":2}}'>
<div id="flagged_elements" ajxpClass="FetchedResultPane" ajxpOptions='{"nodeProviderProperties":{"get_action":"get_bookmarks", "format":"node_list"},"reloadOnServerMessage":"tree/reload_bookmarks"}'></div>
<div id="leftPane" ajxpClass="AjxpPane" ajxpOptions='{"fit":"height"}'>
Expand Down
12 changes: 12 additions & 0 deletions core/src/plugins/access.ajxp_user/dashboard.css
Expand Up @@ -20,6 +20,18 @@
border:0;
}

#userdashboard_main_tab div.class-FetchedResultPane div.thumbnail_selectable_cell.detailed{
padding: 6px 4px;
}

#userdashboard_main_tab div.class-FetchedResultPane div.thumbnail_selectable_cell.detailed:nth-child(odd){
background-color: #f1f1f1 !important;
}

#userdashboard_main_tab div.class-FetchedResultPane div.thumbnail_selectable_cell.detailed:nth-child(odd).selected{
background-color: #fb725c !important;
}

#userdashboard_main_tab #content_pane.dropareaHover{
border-color: #e35d52 !important;
}
Expand Down
2 changes: 2 additions & 0 deletions core/src/plugins/action.share/manifest.xml
Expand Up @@ -434,6 +434,7 @@
]]></clientCallback>
</processing>
</action>
<!--
<action name="sharelist-copyUrl">
<gui text="share_center.129" title="share_center.130" iconClass="icon-copy" src="editcopy.png" accessKey="" hasAccessKey="false">
<context selection="true" dir="" recycle="false"
Expand Down Expand Up @@ -469,6 +470,7 @@
<serverCallback methodName="switchAction"/>
</processing>
</action>
-->
<action name="sharelist-load">
<gui src="share.png" iconClass="icon-refresh" text="149" title="149">
<context dir="true" recycle="false" selection="false" actionBar="true" actionBarGroup="share_list_toolbar" behaviour="hidden"/>
Expand Down
2 changes: 2 additions & 0 deletions core/src/plugins/action.share/res/i18n/ca.php
Expand Up @@ -163,4 +163,6 @@
"154" => "Film Strip (good for image galleries)",
"155" => "Embedded (smaller header, for widgets)",
"156" => "Successfully published link %s",
"46_mini" => "Open mini %s1",
"46_file" => "Open file %s1",
);
2 changes: 2 additions & 0 deletions core/src/plugins/action.share/res/i18n/de.php
Expand Up @@ -162,4 +162,6 @@
"154" => "Film Strip (good for image galleries)",
"155" => "Embedded (smaller header, for widgets)",
"156" => "Successfully published link %s",
"46_mini" => "Open mini %s1",
"46_file" => "Open file %s1",
);
2 changes: 2 additions & 0 deletions core/src/plugins/action.share/res/i18n/es.php
Expand Up @@ -163,4 +163,6 @@
"154" => "Film Strip (good for image galleries)",
"155" => "Embedded (smaller header, for widgets)",
"156" => "Successfully published link %s",
"46_mini" => "Open mini %s1",
"46_file" => "Open file %s1",
);
2 changes: 2 additions & 0 deletions core/src/plugins/action.share/res/i18n/pt.php
Expand Up @@ -163,5 +163,7 @@
"154" => "Film Strip (good for image galleries)",
"155" => "Embedded (smaller header, for widgets)",
"156" => "Successfully published link %s",
"46_mini" => "Open mini %s1",
"46_file" => "Open file %s1",
// will be replaced by the filename to download
);
2 changes: 1 addition & 1 deletion core/src/plugins/action.share/res/minisite.php
Expand Up @@ -152,7 +152,7 @@
<noscript><h2>AJXP_MESSAGE[share_center.77]</h2></noscript>
</head>
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" class="AJXP_PRELOGED_USER">
<body marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" style="overflow: hidden;" class="AJXP_PRELOGED_USER">
<div id="AJXP_TEMPLATE_NAME" ajxpClass="AjxpPane" ajxpOptions='{"fit":"height", "fitParent":"window"}'></div>
</body>
</html>
2 changes: 1 addition & 1 deletion core/src/plugins/conf.sql/manifest.xml
Expand Up @@ -61,7 +61,7 @@
<client_configs>
<component_config className="AjxpTabulator::userdashboard_main_tab">
<additional_tab id="team_pane"
tabInfo='{"id":"team_pane","iconClass":"icon-group","element":"team_pane","closeable":false,"label":"user_dash.50","title":"user_dash.51","dontFocus":true}'
tabInfo='{"id":"team_pane","position":3,"iconClass":"icon-group","element":"team_pane","closeable":false,"label":"user_dash.50","title":"user_dash.51","dontFocus":true}'
paneInfo='{"type":"widget"}'><![CDATA[
<div id="team_pane" ajxpClass="AjxpPane" ajxpOptions='{"fit":"height"}'>
<div id="buttons_bar" class="action_bar" ajxpClass="ActionsToolbar" ajxpOptions='{"toolbarsList":["team_address_book"],"skipBubbling":true, "skipCarousel":true,"submenuOffsetTop":2}'></div>
Expand Down
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/ca.php
Expand Up @@ -574,5 +574,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/cs.php
Expand Up @@ -572,5 +572,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/da.php
Expand Up @@ -577,5 +577,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/de.php
Expand Up @@ -586,5 +586,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/en.php
Expand Up @@ -574,4 +574,10 @@
"516"=> "expand",
"517"=> "collapse",
"518"=> "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519"=> "Update user",
"520"=> "Update user data and password",
"521"=> "User was update successfully",
"522"=> "User ID",
"523"=> "Password",
"524"=> "Update Password",
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/es.php
Expand Up @@ -578,5 +578,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/et.php
Expand Up @@ -575,5 +575,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/eus.php
Expand Up @@ -573,6 +573,12 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/fi.php
Expand Up @@ -575,5 +575,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/fr.php
Expand Up @@ -574,5 +574,11 @@
"516"=> "déplier",
"517"=> "plier",
"518" => "Vous pouvez aussi <a class='create_file_alt_link'>créer un fichier vide</a>.",
"519"=> "Mettre à jour",
"520"=> "Mettre à jour les données utilisateurs et mot de passe",
"521"=> "L'utilisateur a été mis à jour",
"522"=> "ID Utilisateur",
"523"=> "Mot de passe",
"524"=> "Nouveau mot de passe",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/gr.php
Expand Up @@ -572,5 +572,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/he.php
Expand Up @@ -572,5 +572,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/hu.php
Expand Up @@ -577,5 +577,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/it.php
Expand Up @@ -599,5 +599,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/ja.php
Expand Up @@ -577,6 +577,12 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* 文章はここまで */
/* 文章終了 */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/kr.php
Expand Up @@ -581,5 +581,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/nl.php
Expand Up @@ -578,5 +578,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/no.php
Expand Up @@ -576,5 +576,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/pl.php
Expand Up @@ -572,5 +572,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);
6 changes: 6 additions & 0 deletions core/src/plugins/core.ajaxplorer/i18n/pt-br.php
Expand Up @@ -576,5 +576,11 @@
"516" => "expand",
"517" => "collapse",
"518" => "Alternatively, you can <a class='create_file_alt_link'>create a new empty file</a>.",
"519" => "Update user",
"520" => "Update user data and password",
"521" => "User was update successfully",
"522" => "User ID",
"523" => "Password",
"524" => "Update Password",
/* END SENTENCE */
);

0 comments on commit 79928aa

Please sign in to comment.