bored

A micro PHP framework
git clone git://git.bitsmanent.org/bored
Log | Files | Refs | README

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