forked from joomla/joomla-platform
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Documentation improvements for new cache package. #6
Open
eddieajau
wants to merge
84
commits into
LouisLandry:cache
Choose a base branch
from
eddieajau:cache
base: cache
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…uilding queries or query fragments
…rmat New function: JDatabaseQuery:format()
…within other <field /> elements
Fix E_STRICT error with child method declarations from JTable::_getAssetParentId()
JForm::findFieldsByFieldset
…estTest Moving tests based on REQUEST_METHOD
Keychain package
CS fix in database/query.php
Adding JRequest Tests
Checkstyle fixes.
Add deprecation tags to legacy classes.
Cleaning up structure of JPathway Tests
The helper function "getClientInfo" takes two arguments, the search "$id" and "$byName" which decides if it should search by id or name. In our case here we want to search by the name and thus it should be set to "1". Otherwise the function will return null and break all extension updates as they are not found.
Use PHP_EOL instead of \n in tests
Convert manual to markdown.
Fix up remaining manual conversion from DocBook to Markdown.
This patch for CMS http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=29669 lets any required field get a nice message with the name(s) of the fields concerned, and not the uninformative js Alert. For this, we need to add a string in behavior.php
New string in libraries/joomla/html/behavior.php
…_transactions Handle nested transactions
Added missing menu links to Google and Keychain package documentation.
…o JDatabaseDriver
…_transactions JDatabaseDriverNosql changes for compatibility due to modifications to J...
Tabs that may result from manifest source formatting after the translation element in <submenu><menu>COM_COMPONENT_SUBMENUNAME</menu></submenu> result in invisible bugs as the translation element is saved to the #__menu table with the tabs/white spaces. Translation will not be done and the alias will be used by the system to build the menu or submenu. Hard to debug, since white spaces and tabs are invisible in database. Suggestion is to trim both $menuElement and $child in the _buildAdminMenus method to avoid this issue.
Clean any white spaces and/or tabs
Added docs for JProfiler class.
Fix some doc block issues in JUser
Fix for: RSS feed gets corrupted when ampersand (&) or other escapable characters exist in Site Meta Description Bug filed here: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_id=8103&tracker_item_id=29731
Fix spelling
Update libraries/joomla/document/feed/renderer/rss.php
Telling class_exists to not try to autoload the class within the autoload methods
Fixing namespace unit test failure
New Data package
Implement Countable in JData and various fixes
Bumped since to 13.1. Added basic placeholder for documentation. Smoothed out some docblocks.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Also brings your branch up to date.