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

3.9 dev #20964

Closed
wants to merge 68 commits into from
Closed

3.9 dev #20964

wants to merge 68 commits into from

Conversation

william251082
Copy link

Pull Request for Issue # .

Summary of Changes

Testing Instructions

Expected result

Actual result

Documentation Changes Required

Michael Babker and others added 30 commits May 12, 2018 10:41
* Align PHP namespaced Text with the js JText

* Correct deprecation 5.0, simple proxy
… in 4.0 (joomla#19721)

* Added note about HtmlView::escape behavior change in 4.0

* Added note to JviewHtml and BaseLayout classes
* allow to force site client when we are in admin

* allow from site to admin too

* first try to make language filter router work on admin too when called via JRoute

* revert

* revert 2

* make language filter pluign work with JRoute from admin

* cs

* cs 2

* use app

* solve php notices

* Few tweaks for the PR

* Suggestions from @mbabker, and few other improvements.

* Moved active client detection logic to JRoute::_() and disallow null client value in JRoute::link()

* Expand mocking in JHtmlBehaviorTest

* Mocking in JHtmlIconsTest

* Fix reset of router property

* Mocking in JPaginationTest

* Mocking in JDocumentOpensearchTest

* Mocking in JDocumentRendererHtmlModulesTest

* Mocking in JFormFieldRulesTest

* Test fixes

* Moved SEF mode detection to CMSApplication for it being called from all application instances.

* Remove magic methods to force using of JRoute::link() directly
* [mod_feed] Add date to layout & options

PR for joomla#14300

Adds two new options to the module to optionally display the feed and item dates

### Test instructions
Create a new module to display a feed
To test you can use this feed http://www.feedforall.com/blog-feed.xml

Check to ensure that the TWO date options are set to NO by default and publish the module

Check the module on the front end and you will see a regular field as before this PR

Now enable the Date options and you will see a date for the feed and a date for each item

* codestyle

* and admin module

* corrections thanks @Quy

* oop

thanks @Quy

* oops

Thanks @Quy

* thanks

@Quy like this?

* thanks

hope i understood you @Quy

* Update default.php

* Update default.php
* filter articles by month

* fixes  inline documentation

* fixes CS

* optimize query

* fixes query

* Month (published)

* using published

* fixed  alpha order

* fixes CS

* fixes CS

* fixes CS

* fixes CS

* fixes CS

* postgresql fix

* postgresql fix
* [3.8] - checksum joomlaupdate light

add light checksum to joomlaupdate

* model

model

* lang

lang string

* Update spanish installation language (joomla#19878)

* implement check provided by @ggppdk (joomla#19791)
* [imp] libraries vendors

* [fix] libraries language files not automatically load in backend

* [imp] avoid loading 2 language files

* [fix] empty vendor folders left after uninstall

* [imp] avoid possible issues with discover in windows systems
* make drone hapy for 3.9-dev

* another error in drone
* Filesystem namespace

* Rename helper

* Fix tests

* Fix test assert

* Apply suggest

* Apply tests patch

* Apply tests patch

* Update File.php

* Update FilesystemHelper.php

* Update Folder.php

* Update Patcher.php

* Update Path.php

* Update Stream.php

* Update StreamString.php

* Update Stringcontroller.php

* Update FileWrapper.php

* Update FolderWrapper.php

* Update PathWrapper.php
* tmpl for toc

* Template

* Update pagebreak.php

* Update toc.php

* Update pagebreak.php

* Update pagebreak.php

* Fix older $showall bug

* remove tab
* Fix joomla#20072 Allow searching article content in backend

Introduced a 'content:' prefix to search the article content

* remove prefix, always search for intro and full text

* Revert "remove prefix, always search for intro and full text"

This reverts commit af4979f.

* Fix language string

* Change string as suggested

* Add content:search also to the featured model
… parsing (joomla#20321)

* deprecate _QQ_ usage and normalize parse ini method

* some more improvements

* some more

* munor code improvements

* minor changes

* remove forgotten parameters

* remove to do as michael explained it

* $fileName instead of $filename

* slashes

* remove blank line

* c/s
* [mod_admin_stats] - add links for users and articles

add links for users and articles

* add links to default

add links to default

* style the count like categories

style the count like categories

* travis cs

travis cs

* more links

* The js

* something is missing

* used JRoute instead of JUri::root() 

used JRoute instead of JUri::root() as suggested

* subfolders

* JRoute

* GZIP is on server tab

GZIP is on server tab

* php sysinfo

php sysinfo

* all items are linkable

all items are linkable

* layout change

layout change

* html fix

html fix

* conflict fix

* link articles and users only
Michael Babker and others added 21 commits June 2, 2018 10:52
* Enhance contect-contact plugin with direct links to webpage or email

* Fix missing &

* Apply infograf768 suggested changes

* Change values to more descriptive names.
…#20687)

* Option for choose a specific or a list of author(s)

* Code review

* sql field -> author field

* Code review

* Code review
* Fix Jquery XSS issue

* Updated comment

* fixed broken compessed js
…oomla#20644)

* move joomla#20329 against 3.9-dev again

* clean line

* thanks @Quy

* drop language strings thanks @Quy
* Dealing with parse_ini

* Fix variable casing
* Deprecating JFormFieldDirectories

* Codestyle
* Deprecate editor form field save function

* Revert invalid change

* Blank
* Add link to edit categories and show parent category

* Check for ROOT category earlier

* Fix wrong variable

* Put the query into the model

* Check if category is the root or not

* Check Permissions to edit category or parent category

* Fix wrong article title

* Add suggested change for the queries

* Fix Code Style

* Fix Check for ROOT Category

* Add category level check

* Add Check for Parent Category Level

* Consider rtl languages

* Code Style

* Use html entities

* Fix Code Style

* Code Style
Add Feature to Featured Articles Manager

* Code Style

* Use another method
* initial commit

* Add back showlabel for the render options
Remove label class for render options

* Moved field to the right position
Language String changed

* Add back label output class (first commit)

* Fix Codestyle

* Add label render class in contact

* Change Field type to note
Remove strong tag from language string

* Add missing intent

* Alphabetize keys
@wojsmol
Copy link
Contributor

wojsmol commented Jul 3, 2018

@william251082 This PR is wrong - you wont to merge your 3.9-dev branch to staging branch of Joomla.

@brianteeman brianteeman closed this Jul 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet