Commit Graph

162 Commits (feature/lazy-queries)
 

Author SHA1 Message Date
Sven Slootweg 5b630dbead Merge branch 'bugfix/float-casting' into feature/lazy-queries 11 years ago
Sven Slootweg 1eb1427de4 Fix float casting bug 11 years ago
Sven Slootweg 08994e1d40 Merge branch 'bugfix/int-overflow' into feature/lazy-queries 11 years ago
Sven Slootweg 4eacdbf612 Merge branch 'bugfix/int-overflow' into develop 11 years ago
Sven Slootweg 4e45466d9e Patch for integer overflow when auto-casting in a PDO query. 11 years ago
Sven Slootweg 7cdb3507af Change ID handling, in preparation of UUID support 11 years ago
Sven Slootweg eaadadded0 Also use PDO parameterization for the row ID in UPDATE queries 11 years ago
Sven Slootweg 138bf9949e Update some comments and deprecation info 11 years ago
Sven Slootweg 6822c353c3 Add a 'forced' option to InsertIntoDatabase, to pre-fill all data instead of lazy-loading 11 years ago
Sven Slootweg 161dd60fd7 Be quiet about memcache connection failures 11 years ago
Sven Slootweg f6d92110dd Store a normalized version of the request method in the router object for external access 11 years ago
Sven Slootweg 03cf41519f Allow preset form values to be specified outside of the POST data. 11 years ago
Sven Slootweg c8566e4822 Properly handle errors during reading of configuration, and suppress PHP notices. 11 years ago
Sven Slootweg c7c2e252b9 Why was there even a limit on the amount of CSRF token insertions? 11 years ago
Sven Slootweg ce13fa4f29 Proper error reporting for database queries 11 years ago
Sven Slootweg ca82a9e0c8 Add basic autoloader 11 years ago
Sven Slootweg 6bfe6ccb4d Allow omission of the '0' when creating a blank object from a CPHP class. 11 years ago
Sven Slootweg c2ea87c4af Fix a notice 11 years ago
Sven Slootweg 68964d3022 Properly include database query error messages 11 years ago
Sven Slootweg bded80405e Add support for (cached) HTMLPurifier 11 years ago
Sven Slootweg 5f343edfcd Check strpos result explicitly, whoops 11 years ago
Sven Slootweg 238195c19a Add a patch for lighttpds strange behaviour on server.error-handler-404 routing. 11 years ago
Sven Slootweg 9ec934e8c7 The magic quotes undo should apply to GET variables as well. 11 years ago
Sven Slootweg 21f3cea18f Merge branch 'master' of git.cryto.net:projects/joepie91/cphp 11 years ago
Sven Slootweg a90ffa590d Throw a DatabaseException when an object is specified as a query parameter. 11 years ago
Sven Slootweg 58cfffd3d8 Throw a templater exception when a template attempts to access a non-existent key in a collection. 11 years ago
Sven Slootweg d42eecad3d Swap the class and procedural code in the PDO include, to avoid breakage 11 years ago
Sven Slootweg 539f54eac1 Resolve another notice 11 years ago
Sven Slootweg dbe5662a85 Resolve a bunch of notices and E_STRICT warnings 11 years ago
Sven Slootweg ca171e8275 Add HTTP 422 status code 11 years ago
Sven Slootweg 4b02357739 Include an error message in the exception when a database query fails. 11 years ago
Sven Slootweg bfadf150b4 Fix insertion of simplehtml, html, and nl2br data types 11 years ago
Sven Slootweg 2680c4538c Add support for restricting routes to specific methods 11 years ago
Sven Slootweg a80368e7c2 Only check the last JSON error if the function for it exists 11 years ago
Sven Slootweg 113404d563 Remove old mysql_ cache purging code, fix type inconsistency bug in cache purging, and fix a bug in the debugger (oh, the irony) 11 years ago
Sven Slootweg 3fbfad8656 Bypass cache on data reload, and fix a bug where a difference between column name and variable name would cause the clearing of old data in an object to fail 11 years ago
Sven Slootweg 7db7d5a60a Make CPHP deal properly with non-integer numeric values 11 years ago
Sven Slootweg 4aa82d0a86 Remove all mysql_ functionality and make insertion/updating use PDO instead. 11 years ago
Sven Slootweg da6ed16c34 Add TODO 11 years ago
Sven Slootweg 5729adac81 Add todo item 11 years ago
Sven Slootweg d2b511d9b3 Also add 'id' parameter override support for <select> elements 11 years ago
Sven Slootweg 85371b3394 Support NULL values for non-string database fields 11 years ago
Sven Slootweg 6e923629e0 Resolve conflicting variable name with 'value' parameter for input elements, and add support for 'id' parameter overrides 11 years ago
Sven Slootweg 249284e488 Always return an array from CreateFromQuery unless specifically the first result is requested 11 years ago
Sven Slootweg 4efacc178b Add a function for returning HTTP status code headers 11 years ago
Sven Slootweg 9aac04d33e Make the CreateFromQuery function return an array of results or one result if explicitly defined 11 years ago
Sven Slootweg 55de2ba21c Actually use the current class instead of the base class 11 years ago
Sven Slootweg ee8c40ebe1 Add function to spawn a new object from a custom query 11 years ago
Sven Slootweg 8e75ee9ee7 Add function to set a global templater variable 11 years ago
Sven Slootweg 75a5f0b7e7 Skip memcache retrieval if the expiry time is defined as 0 (after all, we clearly don't want stale data) 12 years ago