29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-04 02:53:41 +00:00
Commit Graph

38450 Commits

Author SHA1 Message Date
Hannes Papenberg
e28992a88d [4.0] Adding testing sampledata plugin (#25692) 2019-07-26 16:43:59 +01:00
Brian Teeman
9a6761478e [4.0] xreference - take 2 (#25549) 2019-07-26 13:54:12 +01:00
Brian Teeman
21ba4f56a2 [4.0] Remove associations sub_template (#25708)
This PR removes the edit_associations.php file as it was only being used to directly call the layout.
2019-07-26 11:53:04 +01:00
SharkyKZ
5e51cfba18 [4.0] [plg_content_joomla] Use injected application and database objects (#25623) 2019-07-25 14:55:33 +01:00
SharkyKZ
ce26b27911 [4.0] [plg_finder_categories] Use injected database object (#25625) 2019-07-25 14:54:43 +01:00
SharkyKZ
65415f9975 [4.0] [plg_extension_finder] Use injected database object (#25622) 2019-07-25 14:54:02 +01:00
Brian Teeman
229f0a44da [4.0] Remove unused fields (#25497)
To the best of my ability to search github these "spacer" were added 57c5180fb5

If you look at that PR the code was wrong and the field was never used althoough it was intended to be a spacer before a button.

That button has long since been removed and has never even been in a 3.x release

Let's stop maintaining it
2019-07-25 08:01:32 +01:00
zero-24
ad41b4aff8 [4.0] System - HTTP Headers - Write headers to the configuration file (#24674) 2019-07-25 07:39:39 +01:00
Hannes Papenberg
3dd831dc02 [4.0] Adding systemtest step for MySQL8 (#25615) 2019-07-24 21:54:26 +01:00
Hannes Papenberg
1e1514b61a [4.0] Improving phpcs setup (#25600) 2019-07-24 20:00:48 +01:00
Brian Teeman
54b0098487 [4.0] Atum table head border bottom again (#25616) 2019-07-24 19:45:07 +01:00
Hannes Papenberg
e3ef2dc464 Including all folders with SCSS files, removing exclusions (#25645) 2019-07-24 14:11:13 +01:00
SharkyKZ
0649e2ca3e Clean up Factory calls (#25679) 2019-07-24 14:09:46 +01:00
SharkyKZ
1e8198a582 [4.0] Call functions from global namespace, Part 1 (#25660) 2019-07-24 14:09:08 +01:00
Brian Teeman
838fc48764 [4.0] User profile text (#25699)
When viewing a user profile on the frontend you see the text
"No information entered" on any of the basic settings that have not been changed

Far better to say "Website default" as at least that way there is no confusion to the user. In the form they "selected" the -use default - option so to their understanding they have made a selection
2019-07-24 14:07:56 +01:00
Nicola Galgano
349654f14b [4.0][com_actionlogs] convert to prepared sql (#25671) 2019-07-24 13:38:15 +01:00
George Wilson
d230bd1089
Fix whitespace 2019-07-24 10:19:15 +01:00
Brian Teeman
2a7b270955 [4.0] com_tags remove duplicate code (#25698)
Simple PR to remove a duplicate block of code. Testing by code review
2019-07-24 10:18:17 +01:00
SharkyKZ
59764bcb08 [4.0] Call functions from global namespace, Part 4 (#25663) 2019-07-24 10:17:17 +01:00
SharkyKZ
ba2c285592 [4.0] [MVC] Always set model/view prefix, correct base path detection (#25367) 2019-07-23 19:38:55 +01:00
Brian Teeman
df3a9652bc [4.0] Label missing from some select filters (#24813)
Adds a label to the client, language and item type selectors in com_associations, comm_menus and com_languages
2019-07-23 19:32:22 +01:00
SharkyKZ
55fc78c08b Workflow-related filter fields not defined (#25183) 2019-07-23 19:31:30 +01:00
Nicola Galgano
65e3d403da [4.0] [com_config] convert to prepared statement (#25193) 2019-07-23 19:30:38 +01:00
infograf768
9fbc0e5f98 [4.0] Solving Duplicate ID ( #25088 ) Multilingual (#25096) 2019-07-23 19:29:46 +01:00
Nicola Galgano
57c3b9ec2d [4.0] [com_csp] convert to prepared statement (#25188) 2019-07-23 19:27:12 +01:00
Christiane Maier-Stadtherr
df34a34f80 [4.0] Replace link by a button for the dismiss button (#23740) 2019-07-23 19:23:28 +01:00
Harald Leithner
ba51dc597c [4.0] Add prepared statements for mod tags popular (#25043) 2019-07-23 19:22:49 +01:00
Harald Leithner
bcc5704585 [4.0] Add prepared statements for plg_authentication_cookie (#25048) 2019-07-23 19:21:41 +01:00
SharkyKZ
9ac19fa9c3 Simplify code (#25687) 2019-07-23 19:20:52 +01:00
Harald Leithner
d029939a93 [4.0] Convert plugin user terms to prepared statements (#25545) 2019-07-23 19:19:44 +01:00
SharkyKZ
f63670e6e6 [4.0] Fix contacts view (#25576) 2019-07-23 19:18:27 +01:00
Harald Leithner
b8a725abda [4.0] Convert plugin system redirect to prepared statements (#25538) 2019-07-23 19:16:49 +01:00
Harald Leithner
416627c8e5 [4.0] [plg_privacy_message] Convert to prepared statement (#25431) 2019-07-23 19:16:04 +01:00
Harald Leithner
dd06a6e211 [4.0] Add prepared statements to plugin privacy actionlogs (#25409) 2019-07-23 19:14:54 +01:00
Harald Leithner
d596d67944 [4.0] Add prepared statements to plugin privacy consents (#25410) 2019-07-23 19:14:21 +01:00
Brian Teeman
970f444e66 [4.0] Modal fields tooltip (#25602)
This pr removes the class `hasTooltip` from the buttons shown below

It is no longer being used as we have already removed the useless duplicated "bubble"
2019-07-23 19:12:14 +01:00
Brian Teeman
419cabdd7a [4.0] Permissions accessibility (#25354)
As a result of the accessibility performed last night on the Permissions page it was realised that it would be best for screen reader users to know what the changed setting is. For example if they chose "inherited" they need to know that this means that "allowed - inherited" has been selected.

The super easy way to do this is to wrap the "allowed - inherited" span in the html element output. This way whenever the output is updated it is automatically announced by the screen reader.

Technically we could remove the span and put the class on the `<output>` element but as that would require changing the javascript as well I didn;t see the need to do that. The code in this PR works perfectly without making that change
2019-07-23 19:05:41 +01:00
Brian Teeman
e1f6ffb73a [4.0] Upgrade draggable.js to es6 (#25573) 2019-07-23 19:04:39 +01:00
Brian Teeman
e0ef559b7f [4.0] newsfeeds - nullable datetime fields (#25362)
Pull Request for Issue #16788 ....same as #24675 for contacts - I really just copied the work of others (someone has to)

some datetime fields should be nullable as default

- publish_up
- publish_down
- checked_out_time
2019-07-23 18:54:45 +01:00
Brian Teeman
1b309aa4bc [4.0] Sortable icon and title text (#25603)
This PR fixes the bug that the burger icon should be grey when sorting is disabled. (you will need to npm to build the css to test this part)

This PR updates the markup for the title text. It removes a class that was for mootools and as its just a regular title we dont need to pass the text through a helper.
2019-07-23 18:53:47 +01:00
Brian Teeman
273e805211 [4.0] Multilang status module (#25581)
The notices and warning were displayed in a table. A table should never be used for display purposes and this is not tabular data.

This PR corrects that and puts the notices as divs
2019-07-23 18:51:44 +01:00
Brian Teeman
4f7f83ce5c [4.0] Help button opens new window (#25519)
The help button on the toolbar opens in a new window. To satisfy the accessibility rules there should be both a notification of this.

After applying this PR there is a title attribute on the help button with the required text
2019-07-23 18:49:39 +01:00
Brian Teeman
e60df53bd8 [4.0] com_finder remove text-center (#25560)
Removes text-center from index and maps view for some columns to match the style in the rest of the admin for columns of a similar type
2019-07-23 18:48:39 +01:00
Brian Teeman
f3dfa9027d [4.0 Extension update - tooltip and fixes (#25642) 2019-07-23 18:47:36 +01:00
Brian Teeman
01ec592236 [4.0] Check all tooltip (#25614)
Remove the hasTooltip class and simplify the code as we dont need to use the helper or a variable

This is for the title on the check box used to select all items in a list
2019-07-23 18:43:02 +01:00
Brian Teeman
fa4ce0f5ab [4.0] Icons in modals (#25650)
As the markup in a modal table is a little different to the markup in a regular table the publish icon (etc) was being displayed without a circle.
2019-07-23 18:38:31 +01:00
Brian Teeman
ea827d06c8 [4.0] ACL error messages (#25673)
An error message should always be meaningful to the user AND if possible offer a solution

This PR does two things.

1. It removes the display of the error code - thats not meaningful
2. It modifies the string to simplify it and to offer a solution
2019-07-23 18:37:32 +01:00
Brian Teeman
e8f09b21b9 [4.0] website not web site (#25690)
As documented in the style guide this should be one word without capitalisation (unless it starts a sentence)

https://developer.joomla.org/en-gb-user-interface-text-guidelines/words-to-watch.html
2019-07-23 18:34:16 +01:00
Brian Teeman
8dcfab0daf [4.0] Language strings in CLI (#25691)
Nothing major just tweaking the case and tense to be consistent on a few messages
2019-07-23 18:32:18 +01:00
George Wilson
9674bde073
Remove hack from debug plugin - we now have an autoloader (#25693) 2019-07-23 18:30:44 +01:00