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

[codestyle] admin components xml files #15920

Merged
merged 50 commits into from
May 31, 2017
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
ae8be7d
codestyle
brianteeman May 9, 2017
5f2eacd
code style
brianteeman May 9, 2017
36a632d
codestyle
brianteeman May 9, 2017
55885fc
codestyle
brianteeman May 9, 2017
51cff1e
codestyle
brianteeman May 9, 2017
90f2776
thanks @wojsmol
brianteeman May 10, 2017
eafd9e1
Merge branch 'staging' into xml-code-admin-components
brianteeman May 23, 2017
46e479b
Merge branch 'staging' into xml-code-admin-components
brianteeman May 23, 2017
9439564
corrections - thanks @quy
brianteeman May 23, 2017
0c29048
corrections - thanks @quy
brianteeman May 23, 2017
081e589
oops
brianteeman May 23, 2017
83d64d5
make @quy happy
brianteeman May 25, 2017
b64cb21
Update article.xml
brianteeman May 25, 2017
4f1318a
Merge branch 'staging' into xml-code-admin-components
rdeutz May 27, 2017
13271e9
Remove space
May 27, 2017
7f810bb
Merge pull request #13 from Quy/patch-2
brianteeman May 27, 2017
7176443
Update config.xml (#14)
May 27, 2017
273e772
Update filter.xml (#15)
May 27, 2017
66f074e
Update config.xml (#16)
May 27, 2017
b3ebd2d
Update profile.xml (#17)
May 27, 2017
bff570b
Update application.xml (#18)
May 27, 2017
159359f
Update article.xml (#19)
May 27, 2017
fb05bae
Update filter_articles.xml (#20)
May 27, 2017
7c09dc2
Update config.xml (#24)
May 27, 2017
28d58fc
Update config.xml (#23)
May 27, 2017
f305e2e
Update filter_fields.xml (#22)
May 27, 2017
3de7df7
Update filter_featured.xml (#21)
May 27, 2017
250a570
Update override.xml (#25)
May 27, 2017
993c449
Update config.xml
brianteeman May 27, 2017
6cdfb9e
Update config.xml (#26)
May 27, 2017
1bbc310
Update itemadmin_alias.xml (#30)
May 27, 2017
8286ddc
Update itemadmin.xml (#29)
May 27, 2017
c445560
Update item.xml (#27)
May 27, 2017
102221d
Update item_alias.xml (#28)
May 27, 2017
11e098c
Update itemadmin_url.xml (#31)
May 27, 2017
1b3cbc0
Update module.xml (#32)
May 27, 2017
8d14345
Update plugin.xml (#33)
May 27, 2017
21bd709
Update config.xml (#34)
May 27, 2017
c143e23
Update link.xml (#35)
May 27, 2017
286a397
Update config.xml (#36)
May 27, 2017
01fe473
Update style.xml (#38)
May 27, 2017
9017db8
Update config.xml (#37)
May 27, 2017
be225fd
Update note.xml (#42)
May 28, 2017
2f94179
Update group.xml (#41)
May 28, 2017
0697a2e
Update filter_debuggroup.xml (#40)
May 28, 2017
50b07a9
Update config.xml (#39)
May 28, 2017
cfca241
Merge branch 'staging' into xml-code-admin-components
brianteeman May 28, 2017
b494f48
corrections for @andrepereiradasilva
brianteeman May 31, 2017
9a66594
Merge branch 'staging' into xml-code-admin-components
brianteeman May 31, 2017
857fd2a
gotya
brianteeman May 31, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update filter_debuggroup.xml (#40)
  • Loading branch information
Quy authored and brianteeman committed May 28, 2017
commit 0697a2e7ae16cd0ab83e1e1a5a93ead8fcd32abf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
description="COM_USERS_SEARCH_IN_ASSETS"
hint="JSEARCH_FILTER"
/>

<field
name="component"
type="Components"
Expand All @@ -16,7 +17,8 @@
onchange="this.form.submit();"
>
<option value="">COM_USERS_OPTION_SELECT_COMPONENT</option>
/>
</field>

<field
name="level_start"
type="Levels"
Expand All @@ -25,7 +27,8 @@
onchange="this.form.submit();"
>
<option value="">COM_USERS_OPTION_SELECT_LEVEL_START</option>
/>
</field>

<field
name="level_end"
type="Levels"
Expand All @@ -34,8 +37,9 @@
onchange="this.form.submit();"
>
<option value="">COM_USERS_OPTION_SELECT_LEVEL_END</option>
/>
</field>
</fields>

<fields name="list">
<field
name="fullordering"
Expand All @@ -53,6 +57,7 @@
<option value="a.id ASC">JGRID_HEADING_ID_ASC</option>
<option value="a.id DESC">JGRID_HEADING_ID_DESC</option>
</field>

<field
name="limit"
type="limitbox"
Expand Down