Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] remove popover #17071

Merged
merged 65 commits into from
Jul 28, 2017
Merged
Show file tree
Hide file tree
Changes from 64 commits
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
31b2a08
[4.0] com_banners remove popover
brianteeman Jul 11, 2017
f92bafc
demonstration only
brianteeman Jul 11, 2017
8d77f88
add com_content config options
brianteeman Jul 13, 2017
d793e26
contact item
brianteeman Jul 13, 2017
8bfb290
one more
brianteeman Jul 13, 2017
2299798
missed one
brianteeman Jul 13, 2017
19fb115
added com_users
brianteeman Jul 14, 2017
47026bf
menus
brianteeman Jul 16, 2017
3b6fe65
finish com_menus
brianteeman Jul 16, 2017
fde3e1f
com_joomlaupdate
brianteeman Jul 17, 2017
468650b
com_messages
brianteeman Jul 17, 2017
cbc5637
com_messages
brianteeman Jul 17, 2017
28cfa94
com_newsfeeds
brianteeman Jul 17, 2017
3c47906
com_redirects
brianteeman Jul 17, 2017
7bb6494
com_search
brianteeman Jul 17, 2017
0ad9950
com_finder
brianteeman Jul 17, 2017
27e6c1c
com_tags
brianteeman Jul 17, 2017
d9bb0e4
com_templates
brianteeman Jul 17, 2017
08ff33b
com_templates
brianteeman Jul 17, 2017
b00897e
com_plugins
brianteeman Jul 17, 2017
aba5669
modules first pass
brianteeman Jul 17, 2017
8686ae3
com_content, com_categories and various
brianteeman Jul 17, 2017
8cc863a
user profile
brianteeman Jul 17, 2017
2d6d92a
profile again
brianteeman Jul 17, 2017
e9c6849
com_admin, com_config
brianteeman Jul 17, 2017
ab4a2c4
cleanup
brianteeman Jul 17, 2017
41fc4ca
com_fields, com_languages
brianteeman Jul 17, 2017
d5e2e8b
user plugins
brianteeman Jul 17, 2017
5760bd0
plugins two factor
brianteeman Jul 17, 2017
eba3b0d
plugins system
brianteeman Jul 17, 2017
8d37c59
plugins search
brianteeman Jul 17, 2017
ec39a7a
plugins - authentication
brianteeman Jul 17, 2017
f9d1aa1
plugins - captcha
brianteeman Jul 17, 2017
2d33f1d
plugins - content
brianteeman Jul 17, 2017
c62e913
plugins - editors
brianteeman Jul 18, 2017
05ece0e
plugins fields
brianteeman Jul 18, 2017
d65272f
oops forgot some modules
brianteeman Jul 18, 2017
f956043
Merge branch '4.0-dev' into com_banners
brianteeman Jul 18, 2017
a20a644
front end views and menu options
brianteeman Jul 19, 2017
ab1bcc5
further review
brianteeman Jul 19, 2017
faabe81
mod _related
brianteeman Jul 20, 2017
bee1f04
Merge remote-tracking branch 'origin/4.0-dev' into com_banners
brianteeman Jul 24, 2017
a28b520
further remove
brianteeman Jul 25, 2017
2c16361
pagination results to pagination summary
brianteeman Jul 25, 2017
5270010
tabs
brianteeman Jul 25, 2017
cbd2c54
language stemmer
brianteeman Jul 25, 2017
281f7b9
undo
brianteeman Jul 25, 2017
13e247f
show rss link
brianteeman Jul 25, 2017
470dd0c
oops i forgot the tags component
brianteeman Jul 25, 2017
22c1f31
missed some
brianteeman Jul 25, 2017
4a651f1
Merge remote-tracking branch 'origin/4.0-dev' into com_banners
brianteeman Jul 25, 2017
2dfafd1
com-config tidyup
brianteeman Jul 25, 2017
cd2e24a
unused banners strings
brianteeman Jul 25, 2017
8719ded
unused strings
brianteeman Jul 25, 2017
155c9a8
frontend edit profile
brianteeman Jul 25, 2017
23fec7b
mod_feed
brianteeman Jul 25, 2017
561eb74
mod articles latest
brianteeman Jul 25, 2017
04f69e3
modules
brianteeman Jul 25, 2017
6e7ec7c
more module stuff
brianteeman Jul 26, 2017
0378087
Labels and descriptions are not used in filters
brianteeman Jul 26, 2017
71ee024
review again
brianteeman Jul 26, 2017
fe572a0
complete module review
brianteeman Jul 26, 2017
bbb817e
plugin review
brianteeman Jul 26, 2017
92eaf54
oops i forgot to save this file before committing
brianteeman Jul 26, 2017
e5b9dfa
Merge remote-tracking branch 'origin/4.0-dev' into com_banners
brianteeman Jul 28, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 1 addition & 15 deletions administrator/components/com_admin/forms/profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
name="name"
type="text"
label="COM_ADMIN_USER_HEADING_NAME"
description="COM_ADMIN_USER_FIELD_NAME_DESC"
required="true"
size="30"
/>
Expand All @@ -14,7 +13,6 @@
name="username"
type="text"
label="COM_ADMIN_USER_FIELD_USERNAME_LABEL"
description="COM_ADMIN_USER_FIELD_USERNAME_DESC"
required="true"
size="30"
/>
Expand All @@ -23,7 +21,6 @@
name="password2"
type="password"
label="JGLOBAL_PASSWORD"
description="COM_ADMIN_USER_FIELD_PASSWORD_DESC"
autocomplete="off"
class="validate-password"
field="password"
Expand All @@ -37,7 +34,6 @@
name="password"
type="password"
label="COM_ADMIN_USER_FIELD_PASSWORD2_LABEL"
description="COM_ADMIN_USER_FIELD_PASSWORD2_DESC"
autocomplete="off"
class="validate-password"
filter="raw"
Expand All @@ -49,7 +45,6 @@
name="email"
type="email"
label="JGLOBAL_EMAIL"
description="COM_ADMIN_USER_FIELD_EMAIL_DESC"
class="validate-email"
required="true"
size="30"
Expand All @@ -60,7 +55,6 @@
name="registerDate"
type="calendar"
label="COM_ADMIN_USER_FIELD_REGISTERDATE_LABEL"
description="COM_ADMIN_USER_FIELD_REGISTERDATE_DESC"
class="readonly"
readonly="true"
translateformat="true"
Expand All @@ -73,7 +67,6 @@
name="lastvisitDate"
type="calendar"
label="COM_ADMIN_USER_FIELD_LASTVISIT_LABEL"
description="COM_ADMIN_USER_FIELD_LASTVISIT_DESC"
class="readonly"
readonly="true"
translateformat="true"
Expand All @@ -86,7 +79,6 @@
name="id"
type="text"
label="JGLOBAL_FIELD_ID_LABEL"
description="JGLOBAL_FIELD_ID_DESC"
class="readonly"
default="0"
readonly="true"
Expand All @@ -104,7 +96,6 @@
name="admin_style"
type="templatestyle"
label="COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_LABEL"
description="COM_ADMIN_USER_FIELD_BACKEND_TEMPLATE_DESC"
client="administrator"
>
<option value="">JOPTION_USE_DEFAULT</option>
Expand All @@ -114,8 +105,7 @@
name="admin_language"
type="language"
label="COM_ADMIN_USER_FIELD_BACKEND_LANGUAGE_LABEL"
description="COM_ADMIN_USER_FIELD_BACKEND_LANGUAGE_DESC"
client="administrator"
client="administrator"
>
<option value="">JOPTION_USE_DEFAULT</option>
</field>
Expand All @@ -124,7 +114,6 @@
name="language"
type="language"
label="COM_ADMIN_USER_FIELD_FRONTEND_LANGUAGE_LABEL"
description="COM_ADMIN_USER_FIELD_FRONTEND_LANGUAGE_DESC"
client="site"
>
<option value="">JOPTION_USE_DEFAULT</option>
Expand All @@ -134,7 +123,6 @@
name="editor"
type="plugins"
label="COM_ADMIN_USER_FIELD_EDITOR_LABEL"
description="COM_ADMIN_USER_FIELD_EDITOR_DESC"
folder="editors"
>
<option value="">JOPTION_USE_DEFAULT</option>
Expand All @@ -144,7 +132,6 @@
name="helpsite"
type="helpsite"
label="COM_ADMIN_USER_FIELD_HELPSITE_LABEL"
description="COM_ADMIN_USER_FIELD_HELPSITE_DESC"
>
<option value="">JOPTION_USE_DEFAULT</option>
</field>
Expand All @@ -153,7 +140,6 @@
name="timezone"
type="timezone"
label="COM_ADMIN_USER_FIELD_TIMEZONE_LABEL"
description="COM_ADMIN_USER_FIELD_TIMEZONE_DESC"
>
<option value="">JOPTION_USE_DEFAULT</option>
</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
name="itemlanguage"
type="itemlanguage"
label="COM_ASSOCIATIONS_ITEM_FIELD_LANGUAGE_LABEL"
description="COM_ASSOCIATIONS_ITEM_FIELD_LANGUAGE_DESC"
>
<option value="">COM_ASSOCIATIONS_SELECT_TARGET_LANGUAGE</option>
</field>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
<field
name="itemtype"
type="itemtype"
label="COM_ASSOCIATIONS_COMPONENT_SELECTOR_LABEL"
description="COM_ASSOCIATIONS_COMPONENT_SELECTOR_DESC"
filtermode="selector"
onchange="jQuery('select[id^=\'filter_\']').val('');jQuery('select[id^=\'list_\']').val('');this.form.submit();"
>
Expand All @@ -14,8 +12,6 @@
<field
name="language"
type="contentlanguage"
label="JOPTION_FILTER_LANGUAGE"
description="JOPTION_FILTER_LANGUAGE_DESC"
filtermode="selector"
onchange="this.form.submit();"
>
Expand All @@ -34,8 +30,6 @@
<field
name="state"
type="status"
label="JOPTION_FILTER_PUBLISHED"
description="JOPTION_FILTER_PUBLISHED_DESC"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_PUBLISHED</option>
Expand All @@ -44,8 +38,6 @@
<field
name="category_id"
type="category"
label="JOPTION_FILTER_CATEGORY"
description="JOPTION_FILTER_CATEGORY_DESC"
published="0,1,2"
extension="dynamic"
onchange="this.form.submit();"
Expand All @@ -56,8 +48,6 @@
<field
name="menutype"
type="menu"
label="COM_ASSOCIATIONS_FILTER_MENUTYPE_LABEL"
description="COM_ASSOCIATIONS_FILTER_MENUTYPE_DESC"
clientid="0"
onchange="this.form.submit();"
>
Expand All @@ -67,8 +57,6 @@
<field
name="access"
type="accesslevel"
label="JOPTION_FILTER_ACCESS"
description="JOPTION_FILTER_ACCESS_DESC"
onchange="this.form.submit();"
>
<option value="">JOPTION_SELECT_ACCESS</option>
Expand All @@ -77,8 +65,6 @@
<field
name="level"
type="integer"
label="JOPTION_FILTER_LEVEL"
description="JOPTION_FILTER_LEVEL_DESC"
first="1"
last="10"
step="1"
Expand Down
5 changes: 0 additions & 5 deletions administrator/components/com_banners/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
name="purchase_type"
type="list"
label="COM_BANNERS_FIELD_PURCHASETYPE_LABEL"
description="COM_BANNERS_FIELD_PURCHASETYPE_DESC"
id="purchase_type"
default="1"
>
Expand All @@ -26,7 +25,6 @@
type="radio"
class="switcher"
label="COM_BANNERS_FIELD_TRACKIMPRESSION_LABEL"
description="COM_BANNERS_FIELD_TRACKIMPRESSION_DESC"
default="0"
>
<option value="0">JNO</option>
Expand All @@ -38,7 +36,6 @@
type="radio"
class="switcher"
label="COM_BANNERS_FIELD_TRACKCLICK_LABEL"
description="COM_BANNERS_FIELD_TRACKCLICK_DESC"
default="0"
>
<option value="0">JNO</option>
Expand Down Expand Up @@ -66,7 +63,6 @@
type="radio"
class="switcher"
label="JGLOBAL_SAVE_HISTORY_OPTIONS_LABEL"
description="JGLOBAL_SAVE_HISTORY_OPTIONS_DESC"
default="0"
>
<option value="0">JNO</option>
Expand All @@ -77,7 +73,6 @@
name="history_limit"
type="text"
label="JGLOBAL_HISTORY_LIMIT_OPTIONS_LABEL"
description="JGLOBAL_HISTORY_LIMIT_OPTIONS_DESC"
filter="integer"
default="10"
showon="save_history:1"
Expand Down
Loading