-
Notifications
You must be signed in to change notification settings - Fork 57
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
Comits from develop to i18n #157
Open
IrcDirk
wants to merge
394
commits into
i18n
Choose a base branch
from
develop
base: i18n
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.
Open
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
[ci skip] Fix a typo in url_title() docblock
As it was, the static variable was always re-set to an empty array
[ci skip] Add .ico mime type
[ci skip] Fix Ask Jeeves user-agent string
SQLite < 3.3 doesn't support DROP TABLE IF
[ci skip] Fix comment typos and strip some new lines
…ttest Added "is_resource" into the list of unit tests capable of being run.
key_prefix support for Cache increment() and decrement()
Fix SQlite3 list_fields()
[ci skip] Fix a comment typo
… autoloading Close #3964
Fix purgeLoginAttempts method
…iews generated by the controller generation.
Fix php errors under PHP7 during tests
Update composer.json
Fix acceptance tests
Show textareas content
Update view_update.tpl.php
On a base installation the site_url is set to "/" so the following line in the reformatAnchor method was rewriting "tutorials/blog" to "tutorialsblog" breaking the links for the documentation. ``` $href = str_replace($site_url, '', $href); ```
Update Builder.php for links on base installation
When joining other tables which also have a delete column, and using find or find_all, an error is thrown as the delete field is ambiguous. I've added the table name in to the where deleted = 0 section. ``` Column 'deleted' is ambiguous ```
Update CIDbModel to allow joining other tables.
Fixed typo.
Update models.md
Small Fixes and Typo
typos correction for models.md
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.
No description provided.