Author: poeml Date: Thu Jan 23 00:14:33 2014 New Revision: 8337 URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain?rev=8337&view=rev Log: mod_mirrorbrain: - as addition to the last commit, now show the full path in the "info group", too. Good since the head doesn't show this anymore. https://github.com/nschermer/mod_mirrorbrain/commit/6a10d15b18617db10f172a8188f6345dd9962dae Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c Modified: trunk/mod_mirrorbrain/mod_mirrorbrain.c URL: http://svn.mirrorbrain.org/viewvc/mirrorbrain/trunk/mod_mirrorbrain/mod_mirrorbrain.c?rev=8337&r1=8336&r2=8337&view=diff ============================================================================== --- trunk/mod_mirrorbrain/mod_mirrorbrain.c (original) +++ trunk/mod_mirrorbrain/mod_mirrorbrain.c Thu Jan 23 00:14:33 2014 _at_@ -3011,6 +3011,7 @@ "<ul>\n", r); char buf[5]; ap_rprintf(r, " <li><span class=\"mirrorbrain-label\">Filename:</span> %s</li>\n", basename); + ap_rprintf(r, " <li><span class=\"mirrorbrain-label\">Path:</span> %s</li>\n", r->uri); ap_rprintf(r, " <li><span class=\"mirrorbrain-label\">Size:</span> %s (%s bytes)</li>\n", apr_strfsize(r->finfo.size, buf), apr_off_t_toa(r->pool, r->finfo.size)); _______________________________________________ mirrorbrain-commits mailing list Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/ Note: To remove yourself from this list, send a mail with the content unsubscribe to the address mirrorbrain-commits-request_at_mirrorbrain.orgReceived on Wed Jan 22 2014 - 23:14:36 GMT
This archive was generated by hypermail 2.3.0 : Wed Jan 22 2014 - 23:17:03 GMT