-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge from new_router branch into master #3
Open
phindmarsh
wants to merge
56
commits into
master
Choose a base branch
from
new_router
base: master
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
…t force a profile redirect)
Signed-off-by: Patrick Hindmarsh <[email protected]>
…ng plural words single. Signed-off-by: Patrick Hindmarsh <[email protected]>
Signed-off-by: Patrick Hindmarsh <[email protected]>
Router: moved position of closing bracket to remove invalid argument into implode. Controller: moved CSRF checking into separate method so it can be called from controller methods independently from validator Signed-off-by: Patrick Hindmarsh <[email protected]>
… model generation
…ions from a query
DB Generator: Changed caching mechanism to better match already loaded entities Debug Class: Keeps track of used files and queries which can be displayed on each page load for better stats on efficiency
Auth: Added ability to provide a callback when checking secondary auth properties (to facilitate using bcrypt to store passwords) DB: Empty strings now default to NULL when being INSERTed or UPDATEd
…queries. isset() returns false when an array index is set to null, even if the key does exist. switched to use array_key_exists() instead
…hanged to use in_array with class_implements Only apparent in 5.3.6 (possibly)
Changed router and controller invocation to return data from the response methods.
Allows multiple instances of the router to be invoked without messing with each other. Exceptions are thrown with the first type of response method encountered
Split Wave_DB::basicQuery into two parts to allow for manual iteration of a basicQuery. Change is backwards compatible
… to just not bother generating at all. Will write a message to the error log when this occurs however.
Email now allows a plus symbol (+) in the name part (before the @), and int returns a loaded object from the database if matched against an exists.
This requires a new property in the 'wave' config file under 'paths->events' to equal the directory where the event handlers live
…yntax (so it chills out for a bit while the other process generates the models)
…p levels (to fix an SQL error when using nested empty arrays)
* No longer automatically filters input with htmlentities (too intrusive) * If a value is not required and not specified it will put 'null' for the resulting _sanitized array * Introduced a getter method for the current schema
…accessed via the model magic methods
…so the result doesn't always have to be true to pass validation
Calcinai never tests his code.
…sert_id when saving new records
…s when more than one many to many relationship is loaded.
Lots of updates and bugfixes
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.