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

Merge from new_router branch into master #3

Open
wants to merge 56 commits into
base: master
Choose a base branch
from
Open

Conversation

phindmarsh
Copy link
Owner

No description provided.

Patrick Hindmarsh and others added 30 commits August 24, 2011 15:03
…ng plural words single.

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]>
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.
Patrick Hindmarsh and others added 26 commits June 20, 2012 15:57
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
…so the result doesn't always have to be true to pass validation
Calcinai never tests his code.
…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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant