Commit Graph

180 Commits (feature/formhandler)
 

Author SHA1 Message Date
Sven Slootweg 87a0cadb18 starts_with, notice backtraces, better database error reporting and return values 10 years ago
Sven Slootweg 37b404c2dd Make random_string cryptographically secure by default 10 years ago
Sven Slootweg 4a97d7b0ee Correctly return HTTP 500 on uncaught exception pages, and also display tracebacks for nested exceptions. 10 years ago
Sven Slootweg 7076e8d0fa Fixes for CSRF protection and FormHandler (including calling CSRF validation in FormHandler by default), Switch_/Case_ statements for FormHandler, custom FormHandler error messages for standard validators 10 years ago
Sven Slootweg 4ffa38e442 Add custom error message map functionality to form handler 10 years ago
Sven Slootweg c0b077dc9f Templater and form handler updates 10 years ago
Sven Slootweg 2db9f1bb7f Slight change in GetGroupedValues API 10 years ago
Sven Slootweg a6c87d62a5 WTF? 10 years ago
Sven Slootweg 7c87c4716e Add regex validator 10 years ago
Sven Slootweg 996054f69f Error handling and a bunch of validators 10 years ago
Sven Slootweg 24e018330c Implement AbortIfErrors statement for form validator 10 years ago
Sven Slootweg fc318180f7 Bugfix 11 years ago
Sven Slootweg 5c6445a023 Fix bug in operators 11 years ago
Sven Slootweg 57b11d4c58 I must be crazy. Reimplemented the whole thing with promises. 11 years ago
Sven Slootweg 081b8b6ec8 First bits of FormHandler 11 years ago
Sven Slootweg 35fcf51b53 Fixed a stupid comparison bug 11 years ago
Sven Slootweg 4423ff7a22 Merge branch 'bugfix/float-casting' into feature/orm-uuid 11 years ago
Sven Slootweg 1eb1427de4 Fix float casting bug 11 years ago
Sven Slootweg 7b3e986f65 Merge branch 'bugfix/int-overflow' into feature/orm-uuid 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 898506fb0b Fix bug with UUIDs... 11 years ago
Sven Slootweg ea88a51e66 Also insert the Id when using UUIDs or other pre-specified IDs for new rows 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