2019-12-23 15:29 | Make dbupd() works with non-numeric keys. | Claudio Alessi | 1 | +1 | -1 |
2019-11-06 10:27 | Better file type detection for images (don't rely on extension). | Claudio Alessi | 1 | +5 | -1 |
2019-07-03 08:39 | Improve dbupd(): update all fields instead of 1st set found. | Claudio Alessi | 1 | +15 | -3 |
2019-06-26 15:33 | Unset file-related POST data. | Claudio Alessi | 1 | +1 | -0 |
2019-06-26 14:36 | Handle files related info. | Claudio Alessi | 1 | +4 | -0 |
2019-06-26 14:11 | Improve prepare_form() to deal with multiple file groups. | Claudio Alessi | 1 | +11 | -16 |
2019-06-26 13:53 | dbin() now use mysqli_real_escape_string(). Also get rid of dbout(). | Claudio Alessi | 1 | +3 | -5 |
2019-06-26 10:03 | Handle empty view data. | Claudio Alessi | 1 | +3 | -2 |
2019-06-26 09:14 | Provide specified variable names into the view. | Claudio Alessi | 1 | +7 | -0 |
2019-06-26 09:02 | Fix return value of dbquery() when limit == 1. | Claudio Alessi | 1 | +1 | -1 |
2019-06-25 14:18 | Cleanup a bit views management. Also s/null/NULL/g | Claudio Alessi | 1 | +39 | -34 |
2019-06-21 14:02 | Use http_response_code() to returns 404. | Claudio Alessi | 1 | +2 | -5 |
2019-06-19 10:16 | Few code cleanups and improvements (see below). | Claudio Alessi | 2 | +113 | -152 |
2018-09-06 12:29 | Use $curlopts instead of curl_setopt() | Claudio Alessi | 1 | +4 | -9 |
2017-05-13 20:59 | Errata corridge. | Claudio Alessi | 1 | +2 | -2 |
2017-05-13 20:58 | Fix the routing sample. | Claudio Alessi | 2 | +3 | -3 |
2016-10-02 19:37 | Merge branch 'master' of github.com:clamiax/bored | Claudio Alessi | 1 | +1 | -1 |
2016-10-02 19:37 | Bulk commit. Changes to fit real life needs. | Claudio Alessi | 1 | +59 | -32 |
2016-09-20 16:36 | Data passed to view() is shared with the layout. | Claudio Alessi | 1 | +1 | -1 |
2016-03-02 18:30 | Rename viewl* functions to lview*. | Claudio Alessi | 1 | +3 | -3 |
2016-02-07 19:27 | Improve dbupd(). The function now can take an array of IDS. It also handle properly NULL and CURRENT_TIMESTAMP. More will come if needed. | Claudio Alessi | 1 | +14 | -8 |
2016-02-04 18:29 | Add the curl_post() function. This commit also fix dbupd() which now uses SQL NULL in place of 'NULL'. | Claudio Alessi | 1 | +21 | -2 |
2016-02-04 13:45 | Remove bored_init() auto-call. | Claudio Alessi | 2 | +2 | -1 |
2016-01-22 18:37 | Improve the intro a bit. | Claudio Alessi | 1 | +5 | -3 |
2016-01-22 18:32 | Remove web server section. | Claudio Alessi | 1 | +0 | -4 |
2016-01-05 08:32 | No need to configure your web server. | Claudio Alessi | 1 | +2 | -21 |
2015-12-09 09:28 | Fix a sentence. | Claudio Alessi | 1 | +1 | -1 |
2015-12-09 09:27 | Talk about DB constants to "activate" dbquery(). | Claudio Alessi | 1 | +14 | -2 |
2015-12-08 21:09 | Minor change on the readme. | Claudio Alessi | 1 | +1 | -1 |
2015-12-08 21:08 | Improve the readme | Claudio Alessi | 1 | +9 | -12 |
2015-12-08 21:05 | init | Claudio Alessi | 2 | +671 | -0 |