29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-20 01:59:47 +00:00
Commit Graph

9253 Commits

Author SHA1 Message Date
Brian Teeman
90be4edce2 Change the required field message to something friendlier and the same as the browser default message (#25986) 2019-08-23 11:09:18 +02:00
Brian Teeman
91cbfc8bad [4.0] Remove sample data step from install (#25828)
PR for #25813
2019-08-19 14:31:28 +01:00
George Wilson
1f92efeee8 Reset back to dev 2019-08-19 13:41:19 +01:00
Richard Fath
7cade6f398 [4.0] Update manifest cache after testing sampledata plugin installation (#25919) 2019-08-19 00:23:52 +01:00
wilsonge
46e0088a1d
Tag Joomla 4 Alpha 11 2019-08-17 13:00:07 +01:00
Benjamin Trenkle
f14f8355d0
Merge branch '4.0-dev' into backend-template 2019-08-13 23:53:14 +02:00
Quy
fff67a57f4 [4.0] Fix markup (#25832) 2019-08-13 14:29:53 +01:00
Richard Fath
5a15c3b5e5 Consistent use of null for modules table in joomla.sql (#38) 2019-08-13 00:46:39 +02:00
Richard Fath
3a568c3c19 Correct sequence numbers for PostgreSQL (#35) 2019-08-11 12:33:32 +02:00
Richard Fath
9b58f69422 Real null dates for mod_latestactions and mod_privacy_dashboard (#25805) 2019-08-10 10:44:40 +01:00
Hannes Papenberg
1ab8beb880 Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into release
# Conflicts:
#	administrator/components/com_privacy/tmpl/request/edit.php
2019-08-06 00:34:23 +02:00
Brian Teeman
94a5c4dd34 [4.0] Installation - create a name (#25774)
For historical reasons that I bet no one can remember Joomla doesn't currently let you enter the real name of the Super User when installing Joomla. As a result every site on installation has a user with the name "Super User". This regularly causes issues as it gets confused with the usergroup "Super Users". That might be a translation issue or simply because there is just one character difference I don't know and it doesn't really matter.

As today there is no valid reason to force the name to be "Super User" and this PR prompts for the real name as well as the username during installation.
2019-08-04 21:52:19 +01:00
Hannes Papenberg
a98114f797 Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into release
# Conflicts:
#	administrator/components/com_contact/tmpl/contact/edit_associations.php
#	administrator/components/com_content/tmpl/article/edit_associations.php
#	administrator/components/com_menus/tmpl/item/edit_associations.php
#	administrator/components/com_newsfeeds/tmpl/newsfeed/edit_associations.php
#	administrator/templates/atum/scss/vendor/bootstrap/_table.scss
2019-07-27 09:21:16 +02:00
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
Hannes Papenberg
0b2cb2cbe1 Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into release
# Conflicts:
#	administrator/components/com_finder/tmpl/index/default.php
2019-07-24 11:08:01 +02: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
Benjamin Trenkle
ddfa8d2c86 Remove unneded slashes + cleanup 2019-07-20 06:11:22 +02:00
Benjamin Trenkle
3278ddaade Minify SVG 2019-07-20 04:36:29 +02:00
Benjamin Trenkle
93fd655db4 Change installation icons
Fix DB type dropdown
Fix outline buttons
2019-07-18 16:24:01 +02:00
Benjamin Trenkle
4ab05bbd83 Merge branch '4.0-dev' of github.com:joomla/joomla-cms into release
# Conflicts:
#	administrator/components/com_fields/forms/field.xml
#	administrator/components/com_menus/forms/item_component.xml
#	administrator/components/com_menus/forms/itemadmin_heading.xml
2019-07-17 23:15:06 +02:00
Hannes Papenberg
a6223fc29d Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into release
# Conflicts:
#	.drone.yml
#	administrator/components/com_banners/tmpl/banners/default.php
#	administrator/components/com_banners/tmpl/clients/default.php
#	administrator/components/com_categories/tmpl/categories/default.php
#	administrator/components/com_contact/tmpl/contacts/default.php
#	administrator/components/com_content/tmpl/articles/default.php
#	administrator/components/com_content/tmpl/featured/default.php
#	administrator/components/com_languages/layouts/joomla/searchtools/default.php
#	administrator/components/com_languages/tmpl/languages/default.php
#	administrator/components/com_menus/layouts/joomla/searchtools/default.php
#	administrator/components/com_menus/tmpl/items/default.php
#	administrator/components/com_modules/tmpl/module/edit.php
#	administrator/components/com_modules/tmpl/modules/default.php
#	administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php
#	administrator/components/com_plugins/tmpl/plugins/default.php
#	administrator/components/com_tags/tmpl/tags/default.php
#	administrator/components/com_templates/tmpl/template/default_updated_files.php
#	administrator/components/com_users/tmpl/notes/default.php
#	layouts/joomla/searchtools/default/bar.php
2019-07-17 22:54:53 +02:00
Brian Teeman
58744a8427 [4.0] Banners - nullable datetime fields (#25360)
Pull Request for Issue #16788 ....same as #24675 for contacts

Summary of Changes
some datetime fields should be nullable as default

- publish_up
- publish_down
- checked_out_time
2019-07-17 21:09:49 +01:00
Brian Teeman
1c357ca5b8 [4.0] Content Security Policy menu (#25595)
A previous PR added this to the System Panel in the Manage section

This PR removes the component from the components menu just as redirects was moved in the same way
2019-07-16 20:24:12 +01:00
Benjamin Trenkle
401cb1a2b1
Merge pull request #393 from joomla/privacy
Refactoring Privacy Dashboard
2019-07-14 16:48:16 +02:00
Hannes Papenberg
55b1787ddb Refactoring Privacy Dashboard 2019-07-13 23:18:04 +02:00
Hannes Papenberg
0d578debcb Fixing URLs 2019-07-13 17:29:58 +02:00
Benjamin Trenkle
f42528e7b2 Merge branch '4.0-dev' of github.com:joomla/joomla-cms into release
# Conflicts:
#	.drone.yml
2019-07-12 14:44:22 +02:00
wilsonge
8d983f4406
Fix line lengths 2019-07-12 10:26:21 +01:00
Hannes Papenberg
06a5ce8a12 Merge branch '4.0-dev' of https://github.com/joomla/joomla-cms into release
# Conflicts:
#	.drone.yml
2019-07-12 01:04:42 +02:00
Hannes Papenberg
bff17dfdbf [4.0] Codestyle fixes for new CMS codestyle Batch 16/16 (#25471) 2019-07-11 23:39:23 +01:00
Hannes Papenberg
b2a2b93de7 [4.0] Codestyle fixes for new CMS codestyle Batch 13/16? (#25468) 2019-07-11 23:06:25 +01:00
Benjamin Trenkle
ec4bd079aa Merge branch '4.0-dev' of github.com:joomla/joomla-cms into release
# Conflicts:
#	.drone.yml
#	administrator/components/com_contact/tmpl/contacts/default.php
#	administrator/components/com_cpanel/Controller/SystemController.php
#	administrator/components/com_cpanel/tmpl/cpanel/default.php
#	administrator/components/com_fields/View/Fields/HtmlView.php
#	administrator/components/com_modules/tmpl/module/edit.php
#	administrator/components/com_users/View/Notes/HtmlView.php
#	administrator/components/com_users/View/Users/HtmlView.php
#	composer.lock
2019-07-11 23:53:00 +02:00
Hannes Papenberg
d7f0a94629 [4.0] Codestyle fixes for new CMS codestyle Batch 7/16? (#25458) 2019-07-11 22:16:19 +01:00
Hannes Papenberg
fecebe41e9 [4.0] Codestyle fixes for new CMS codestyle Batch 6/16 (#25457) 2019-07-11 22:01:52 +01:00
Brian Teeman
36fd27114d
refactor modules used in the status position
General cleanup, remove unused code etc
2019-07-07 21:31:04 +01:00
Benjamin Trenkle
5fd0dd6811 Merge branch '4.0-dev' of github.com:joomla/joomla-cms into release
# Conflicts:
#	administrator/components/com_cpanel/Model/SystemModel.php
#	administrator/components/com_users/tmpl/users/default.php
#	administrator/modules/mod_login/tmpl/default.php
#	administrator/modules/mod_status/tmpl/default.php
#	administrator/templates/atum/scss/vendor/_dragula.scss
#	administrator/templates/atum/templateDetails.xml
#	composer.lock
#	layouts/joomla/form/field/rules.php
#	package.json
2019-07-05 15:42:19 +02:00
Benjamin Trenkle
89902c7000 Fix language dropdown in installer 2019-07-04 00:00:22 +02:00
Quy
2cc165cf7e Fix undefined constant JPATH_CLI (#25418) 2019-07-03 19:20:07 +01:00
Benjamin Trenkle
1165c4c9ff [4.0] Separate system dashboard and menu (#23760) 2019-07-01 23:58:30 +01:00
Hannes Papenberg
bdc5153e41 Merge branch 'release' of https://github.com/joomla/backend-template into improve-installer-header2 2019-07-01 10:13:56 +02:00
Hannes Papenberg
71516ee9e6
Updating sequence key of assets table 2019-07-01 09:49:02 +02:00
Hannes Papenberg
4fd2c7af6d Merge branch 'release' of https://github.com/joomla/backend-template into improve-installer-header2 2019-07-01 07:52:58 +02:00
Hannes Papenberg
2d5c1e052a Merge branch '4.0-dev' of https://github.com/joomla/backend-template into release
# Conflicts:
#	administrator/components/com_banners/tmpl/banners/default.php
#	administrator/components/com_categories/tmpl/categories/default.php
#	administrator/components/com_contact/tmpl/contacts/default.php
#	administrator/components/com_fields/tmpl/fields/default.php
#	administrator/components/com_fields/tmpl/groups/default.php
#	administrator/components/com_modules/tmpl/module/edit.php
#	administrator/components/com_modules/tmpl/modules/default.php
#	administrator/components/com_newsfeeds/tmpl/newsfeeds/default.php
#	administrator/components/com_plugins/tmpl/plugin/edit.php
2019-06-30 10:56:48 +02:00
wilsonge
883274617b
Tag Alpha 10 2019-06-29 11:08:48 +01:00
chmst
67d0f9cf5b Remove pull-right, vertical align help button 2019-06-25 19:31:05 +02:00
Benjamin Trenkle
04ba7fad57 Merge branch '4.0-dev' of github.com:joomla/joomla-cms into release
# Conflicts:
#	administrator/components/com_cpanel/Model/SystemModel.php
#	administrator/components/com_cpanel/View/System/HtmlView.php
#	administrator/components/com_cpanel/tmpl/cpanel/default.php
2019-06-24 21:04:26 +02:00
Richard Fath
7bc324b3c0 [4.0] Correct minimum version check for MariaDB on installation (#25303) 2019-06-23 21:39:47 +01:00
Benjamin Trenkle
0bd2ae0aeb
Merge pull request #288 from joomla/center-installer-header
Simplify code for installer header, center text
2019-06-23 00:33:45 +02:00
Benjamin Trenkle
a0574f5cf3 Merge branch '4.0-dev' of github.com:joomla/joomla-cms into release
# Conflicts:
#	administrator/components/com_associations/layouts/joomla/searchtools/default.php
#	administrator/components/com_modules/tmpl/module/edit.php
#	administrator/components/com_plugins/tmpl/plugin/edit.php
#	administrator/modules/mod_status/tmpl/default.php
#	installation/sql/mysql/joomla.sql
#	installation/sql/postgresql/joomla.sql
2019-06-23 00:12:55 +02:00