29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00
Commit Graph

555 Commits

Author SHA1 Message Date
wilsonge
a1158ee07f
Merge branch '3.10-dev' into 4.0-dev 2020-12-15 18:17:51 +00:00
wilsonge
8317122fe8
Merge commit '8758c0a' into 4.0-dev 2020-12-15 15:16:12 +00:00
Niels Braczek
3a5984d033
[4.0] Converted copyright statement to standard format (#31504) 2020-11-28 01:33:45 +00:00
Harald Leithner
dca31ad54c Merge remote-tracking branch 'origin/staging' into 3.10-dev
# Conflicts:
#	.drone.yml
#	administrator/components/com_admin/script.php
#	administrator/language/en-GB/en-GB.xml
#	administrator/language/en-GB/install.xml
#	administrator/manifests/files/joomla.xml
#	administrator/manifests/packages/pkg_en-GB.xml
#	installation/language/da-DK/da-DK.xml
#	installation/language/de-AT/de-AT.xml
#	installation/language/de-CH/de-CH.xml
#	installation/language/de-DE/de-DE.xml
#	installation/language/de-LI/de-LI.xml
#	installation/language/de-LU/de-LU.xml
#	installation/language/el-GR/el-GR.ini
#	installation/language/el-GR/el-GR.xml
#	installation/language/en-GB/en-GB.xml
#	installation/language/hr-HR/hr-HR.xml
#	installation/language/it-IT/it-IT.xml
#	installation/language/nb-NO/nb-NO.xml
#	installation/language/nl-NL/nl-NL.xml
#	installation/language/ru-RU/ru-RU.xml
#	installation/language/sl-SI/sl-SI.xml
#	installation/language/sr-RS/sr-RS.xml
#	installation/language/sr-YU/sr-YU.xml
#	installation/language/sv-SE/sv-SE.xml
#	installation/language/sw-KE/sw-KE.xml
#	installation/language/ta-IN/ta-IN.xml
#	installation/language/th-TH/th-TH.xml
#	language/en-GB/en-GB.xml
#	language/en-GB/install.xml
#	libraries/src/Version.php
2020-11-24 17:25:02 +01:00
Harald Leithner
435d780d9a Prepare Joomla! 3.9.23
Signed-off-by: Harald Leithner <leithner@itronic.at>
2020-11-24 13:54:28 +01:00
Fedir Zinchuk
2fcfd93f8c
fix category select in field editing form (#31365) 2020-11-09 16:25:16 +01:00
Bear
0692188618
[4.0] Adds \ to all namespaced defines (#31293) 2020-11-08 18:34:49 +01:00
SharkyKZ
0e316b3ed2
Validate access level fields (#31302) 2020-11-05 09:56:44 +00:00
SharkyKZ
0f26adc63e
Remove redundant id attribute (#31303) 2020-11-05 09:55:05 +00:00
SharkyKZ
6fc885cec9
[4.0] Fix saving items without creation date (#31273)
* Fix saving items without created date

* Fix saving without created date

* Fix saving without creation date
2020-11-02 08:23:02 +01:00
zero-24
8758c0a3d2
Merge branch 'staging' of github.com:joomla/joomla-cms into 3.10-dev 2020-11-01 23:10:58 +01:00
Hans Kuijpers
282fd17f20
[4.0] rename Joomla core classNames fas fa- back to icon- (and still use Font Awesome) (#30707)
* ♻️ replace fas fa- by icon- and change scss variable fa-css-prefix from fa to icon

* replace fa- by icon-

* replace icon by #{$fa-css-prefix}

* move font-family from pseudo to element itself

* obsolete due to the iconPrefix

* remove case when equal to icon

* apply JLayout joomla.icon.iconclass for icon in Toolbar

* sanitize icon-icon- to icon-

* replace fas fa into icon in sql file

* replace fas fa into icon in vue files

* replace fas fa into icon in js files

* codestyle

* replace fa icon-search by icon-search

* replace fa- into icon-

* add missing prefix

* change order of namespace

* solution for fab = iconb-

* fix spacing next to icon when class does not start with icon-

* replace fas fa- by icon- after merge with most recent 4.0 changes

* prevent > 4 indents

* change order scss

* use double quotes in scss

* Update administrator/templates/atum/scss/blocks/_quickicons.scss

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>

* fix icons in installation

* replace fa- by icon-

* add styling for installation icons

* add pseudo element to icon eye

* replace fa- by icon-

* remove now obsolete strreplace

* extend to work with 'fas fa-' icons too. Introduction of $jicon-css-prefix next to $fa-css-prefix

* swap line 11 & 12 from the iconclass JLayout

* fixing Joomla logo icon

* add missing language icon

* revert earlier change. Add font awesome declaration in installation scss

* add missing trophy icon

Adds missing trophy icon

* combine icons from atum/scss/blocks/icons to build/media_source/system/scss/icomoon

and changed icons to onliners | sorted |uniq

* add missing Trophy icon

* add missing space

* fixes missing icons issue due to compiler quirk.

* Revert "fixes missing icons issue due to compiler quirk."

This reverts commit 53828ddf

* fixes missing icons issue due to compiler quirk."

* duplicate code

* more missing icons

* lots more missing icons

* bs functions called in root template.scss no need for duplicate

* removing duplicated definitions from iconclass.php

* removed unsupplied regular fontset

* Revert "removed unsupplied regular fontset"

This reverts commit b2f38746

* declare prefix's globally

* declare prefix's as default

* put :before back

* moving from iconclass.php to _icomoon.scss

* changed to icon-info-circle to match rest of icon-info usages

* all moved from iconclass.php except for unknowns

* put lost icons back.

* @quy fix

* removing obsolete classNames

* add missing icons

* added missing icons mentioned by @Quy in https://github.com/joomla/joomla-cms/pull/30707#issuecomment-699682784

* Update administrator/modules/mod_menu/tmpl/default_submenu.php

Co-authored-by: Quy <quy@fluxbb.org>

* added icons and sorted icons

* remove duplicate line

* beginning of mixin conversion

* oops, extra blank line

* u's

* t

* r-s

* wrong icons

* q

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* add missing icons

* apply DRY and convert a lot of duplicate code to simple foreach loop in scss

* pre-backup

* p's

* m-o

* l

* g-k

* reformat per drone

* reformat per drone

* change the each loop

* rewrite to use array(s)

* include icon-fw

* definition cleanup

* missing icons

* added imports to fix extends

* added missing spin function

* added special icons mapping

* better looking calendars

* fixes fa-spin(s)

* spinner => spin

* rewrite title of icomoon

* extend .list special types

* 🎨 code style fixes

* removal map-merge

* revert icon- to fas fa-

* revert icon- to fas fa-

* add icon text-width

* add icon-fax

added Icon-fax per request

* Update _icomoon.scss add spacinf

* remove duplicate declaration of icons

[class^="icon-"] and [class*=" icon-"] are taking care of it

* remove duplicate semi column

* remove joomla from icon list. Already declared in branded icon

* already set in icomoon

* removal obsolete icon

* Update administrator/templates/atum/scss/vendor/fontawesome-free/fontawesome.scss

Co-authored-by: Quy <quy@fluxbb.org>

* reapply icon

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* fas fa- => icon-

* far eqv iconr

* Update build/media_source/system/scss/_icomoon.scss

Co-authored-by: Quy <quy@fluxbb.org>

* add icons

icon-align-justify
icon-clipboard
icon-caret-down
icon-caret-up

* reapply icons

* reapply icons after solving merge conflicts

* replace fas fa- => icon-

* repalce fas fa- by icon-

* remove non-used style declaration

* change fas fa- into icon-

* reapply icons

* remove font-size, fixing size of icon in header

* fix loading icon-joomla

* change order loading font

Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: Bear <programming@hallhome.us>
Co-authored-by: Quy <quy@fluxbb.org>
2020-10-28 18:06:35 +01:00
SharkyKZ
15a9e49c0f
Rename method arguments to use camelCase casing (component directories) (#31154)
* Rename method arguments to use camelCase casing

* CS

* Rename argument
2020-10-27 14:21:45 +01:00
zero-24
21c4b5cc7f
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into CssIdentifier 2020-10-17 11:37:16 +02:00
Jean-Marie Simonet
21c465026f [4.0] Take of the Trash dropdown Action when filtering by trashed items 2020-10-12 09:58:47 +02:00
Phil Taylor
068e9d0c98
Return is unnecessary as the last statement in a void method (#31072) 2020-10-12 00:16:04 +02:00
zero-24
e19520cca6
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into CssIdentifier 2020-09-25 08:11:09 +02:00
SharkyKZ
21597371c1
Get categories from component (#30613) 2020-09-12 21:24:43 +01:00
david19161
c31badf457
[4.0] fix for inherit fields (#30557) 2020-09-03 13:33:13 +02:00
Fedir Zinchuk
512a7ced75
[4.0] FieldsHelper: Choose a first available category correctly (#30268) 2020-09-01 09:05:16 +02:00
Niels Braczek
2ca2d4ebf0
Converted copyright statement to standard format (#29689)
* Converted copyright statement to standard format

* Converted copyright statement to standard format (re-done without rename heuristic)

* Converted copyright statement to standard format (re-done with new rename algorithm)

* Removed copyright year update

* Fixed tests to allow line feed at eof

* Reverted changes not directly related to copyright statement

* Exchanged copyright sign with '(C)' in SQL files

* Fixed creation date in XML files
(Why do people keep changing that?)

* Changed sw-KE.ini manually

* Removed link from copyright in SQL data
(their source, the XML files, do not contain the link)

* Replaced copyright sign with (C) in XML files

* Converted copyright statement for files in `build/`, `libraries/fof/` and `libraries/joomla/`

* Fixed encoding

* Replaced copyright sign with its ASCII representation '(C)' to avoid conflicts and improve consistency

* Reconstructed creation dates from JoomlaCode and source code

* Changed creationDate to creation date of that specific language file version using ISO format

* Update LegacyFactory.php
2020-08-12 17:57:18 +02:00
zero-24
b7087482fb
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into CssIdentifier 2020-08-09 21:51:57 +02:00
Hans Kuijpers
0e106509ba
Feature/draggable typo fixes (#29987)
Replace "dragable" by "draggable"

* Searched for dragable and replaced by draggable
2020-07-20 21:06:07 +02:00
Quy
1c63746721
[4.0][com_fields] Fix draggable sorting (#30094)
* Fix draggable sorting

* Semicolon
2020-07-15 06:43:18 -07:00
Christiane Maier-Stadtherr
195941c1c9
Fix modals newsfeeds and fields when no items are found (#29969) 2020-07-04 12:00:54 -07:00
Robert Deutz
cdbe1ecba1
[4.0] Icon- TO fa ( part 3 ) (#28075)
* several single icons found

* eye close

* eye

* admin page title

* $iconimage

* sub-menu

* icon-delete

* mapping non same named.

* reformat

* Update administrator/templates/atum/scss/pages/_com_privacy.scss

ty brian

Co-Authored-By: Brian Teeman <brian@teeman.net>

* refresh

* refresh

* remove

* featured

* featured

* column sort icon

* square

* $displaydata

* [class^='icon-']

* make fa-check green

* com_contacts featured

* more featured

* more publish/unpublish

* com_categories

* newsfeeds

* associations

* $iconStates

* fixed broken _icons.scss

* icon-ban-circle

* revert to icon-home per jm

* revert to icon-home per jm

* revert to icon-home per jm

* [4.0][RTL] CSS logical properties init

* Update _modals.scss

* use margin-inline

* Update _modals.scss

* Revert "Update _modals.scss"

This reverts commit eb0d8bb4f9.

* Revert "use margin-inline"

This reverts commit 6b264ddd2e.

* Use margin-inline-end in atum's _header.scss

* Fix CS from last commit in atum's _header.scss

* working on #28607

* working on #28607 ugh

* working on toolbar cross-reference missing from part 1

* icon-loop fix.

* finder fix

* more loop->sync changes

* more loop->sync changes

* puzzle -> puzzle-piece

* puzzle -> puzzle-piece

* joomla brand

* address->file-alt

* stack->copy

* added more to star, such as default

* removed blank line

* equalizer->sliders-h

* lightning->bolt

* checkin->check-square

* comments-2->comments

* power-cord->plug

* info-2->info-circle

* generic not fixed

* generic not fixed

* workaround for generic

* drone fix?

* puzzle->puzzle-piece

* per luca

* match button icon-class to toolbar

* chevron & publish

* publish/unpublish star.  NEEDS REVIEW!

* publish/unpublish star.  NEEDS REVIEW!

* few more icons

* more folders

* conflict fix.

* com_template->modals

* modifed jgrid to handle known active classes

* arrow-down3 -> caret-down

* icon-checkedout -> fa-lock

* icon-puzzle -> puzzle-piece

* trying to fix drone

* trying to fix drone

* trying to fix drone

* else if fix per quy

* Update layouts/joomla/button/iconclass.php

ty quy

Co-authored-by: Quy <quy@fluxbb.org>

* Update layouts/joomla/button/iconclass.php

ty quy

Co-authored-by: Quy <quy@fluxbb.org>

* code format fix per quy

* code formatting changes per @quy

* code formatting changes

* articles toolbar icon

* remove space before 'fas'

* featured

* com_contact

* featured

* preview = icon-eye -> fas fa-eye

* workflows featured

* added mapping for $inactive class

* missing closing ?>

* Increase Opacity of disabled Featured Icons

* Change Icon Classes
Add Font Awesome Regular to Atum
Fix broken Icons after change

* Update build/media_source/com_categories/js/shared-categories-accordion.es6.js

ty sharky

Co-authored-by: SharkyKZ <sharkykz@gmail.com>

* Update build/media_source/system/js/fields/passwordview.es6.js

ty sharky.. I suck @ js.

Co-authored-by: SharkyKZ <sharkykz@gmail.com>

* Update build/media_source/system/js/fields/passwordview.es6.js

Co-authored-by: SharkyKZ <sharkykz@gmail.com>

* Update layouts/joomla/toolbar/title.php

Co-authored-by: Quy <quy@fluxbb.org>

* Update administrator/templates/atum/scss/template-rtl.scss

Co-authored-by: Quy <quy@fluxbb.org>

* pr #29016 compatibility fix.

* pr #29016 compatibility fix.
icon-default -> fa-home

* Update FeaturedButton.php

Add line break

* Update FeaturedButton.php

New line

* Update FeaturedButton.php

* Update FeaturedButton.php

* removed stupid package-lock.json

* b/c compatibility fix

* b/c compatibility fix

* Revert "b/c compatibility fix"

This reverts commit 10c4611b

* "b/c compatibility fix"

* shelving

* shelving

* b/c compatability fix as found by jm.

* phpcs fix

* phpcs fix

* phpcs fix

* conflict fix.

* conflict fix.

* Revert "conflict fix."

This reverts commit ef96c0f5

* Revert "conflict fix."

This reverts commit 4aa73493

* removed improperly kept 133-147

Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Richard Fath <richard67@users.noreply.github.com>
Co-authored-by: ciar4n <ciaran@joomla51.com>
Co-authored-by: Quy <quy@fluxbb.org>
Co-authored-by: coolcat-creations <mail@coolcat-creations.com>
Co-authored-by: SharkyKZ <sharkykz@gmail.com>
Co-authored-by: infograf768 <infografjms@gmail.com>
2020-07-02 10:59:45 +02:00
Fedik
5e08183908 remove unused use of HTMLHelper 2020-06-29 22:44:58 +01:00
Fedik
7a23501aaa WebAsset for com_fields 2020-06-29 22:44:58 +01:00
Tobias Zulauf
5f79c09897
Merge branch '4.0-dev' into CssIdentifier 2020-06-26 18:58:50 +02:00
SharkyKZ
4661352b51
Correct class casing (#29667) 2020-06-17 11:20:49 +01:00
Hannes Papenberg
79a33b4312
Remove unused use statements (#29581) 2020-06-14 13:20:55 +02:00
Troy T. Hall
4e5b8616ee Merge remote-tracking branch 'Joomla/4.0-dev' into icon-
# Conflicts:
#	libraries/src/Button/FeaturedButton.php
2020-06-13 14:31:07 -05:00
Quy
b6900c51a9
Don't apply addslashes to escaped text (#29472) 2020-06-08 08:54:02 +02:00
Troy T. Hall
c47f52a215 Merge remote-tracking branch 'Joomla/4.0-dev' into icon-
# Conflicts:
#	administrator/components/com_templates/src/View/Template/HtmlView.php
2020-06-07 21:21:09 -05:00
Florian Häusler
ee8e74c5ff
PluginHelper classname fixed (#29465)
Fix for Class 'Joomla\Component\Fields\Administrator\Plugin\JPluginHelper' not found
2020-06-06 16:00:37 -07:00
Troy T. Hall
a15d72cb24 Merge remote-tracking branch 'Joomla/4.0-dev' into icon-
# Conflicts:
#	administrator/components/com_workflow/tmpl/stages/default.php
#	administrator/components/com_workflow/tmpl/transitions/default.php
2020-06-01 13:36:10 -05:00
Troy T. Hall
3c7b0bd57b Merge remote-tracking branch 'Joomla/4.0-dev' into icon- 2020-06-01 11:03:57 -05:00
wilsonge
d7451e6440
Tag Joomla 4 Beta 1 2020-05-30 20:41:05 +01:00
wilsonge
75b3d190b1
Merge branch '3.10-dev' into 4.0-dev 2020-05-29 22:42:32 +01:00
Hannes Papenberg
f6b94f556c
[4.0] Converting checked_out fields to true NULLs (#29260)
* Converting checked_out fields to true NULLs

* Fixing errors

* Don't check in everything

* Fixing Postgres
2020-05-29 21:40:41 +01:00
SharkyKZ
bf9d3912bb
[4.0] Move component specific fields out of com_menus (#28931) 2020-05-25 18:29:27 +01:00
SharkyKZ
097b76f37c
Fix removing values from list-based custom fields (#29171)
* Fix removing values from some custom fields

* Rename variable

* Revert
2020-05-24 00:37:12 +02:00
zero-24
176418ff4b
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into CssIdentifier 2020-05-23 22:48:51 +02:00
SharkyKZ
ed7284fc78
All values are deleted when changing list field options (#29172) 2020-05-21 23:34:40 +01:00
Bear
8d94e9ba96
Merge branch '4.0-dev' into icon- 2020-05-18 19:28:07 -05:00
Quy
b3a7d9f506
Change .center to .text-center (#29044) 2020-05-16 15:08:58 -07:00
zero-24
bab630cfea
add CssIdentifier Rule 2020-05-15 10:20:02 +02:00
Richard Fath
6084daf89e Merge remote-tracking branch 'upstream/4.0-dev' into 4.0-dev-N6REJ-icon-mod-1 2020-05-10 18:03:39 +02:00
Quy
b2afa5b5c6
[4.0] Replace inline style width 1% with w-1 (#29009) 2020-05-09 18:07:25 +01:00
Brian Teeman
30fbd2b26a
[4.0] Filtered Item Information [a11y] continued (#29011)
[4.0] Filtered Item Information work continued from #28997
2020-05-09 18:06:44 +01:00