Search found 6 matches

by AgustinL
Sat Aug 03, 2013 7:14 pm
Forum: [3.x] Tickets Discussion
Topic: PHPBB3-11595 - API
Replies: 64
Views: 196083

Re: [RFC] API

JSON API! yay! An API of this nature allow us to develop native apps for use the forums (or just do a simplefied web UI interace and compile it using phonegap :D ), and easy interact with other software (CMS, or custom webpages). About authentification, i like the twitter o github system, u create a...
by AgustinL
Mon Jul 01, 2013 3:41 am
Forum: [3.1/Ascraeus] Merged RFCs
Topic: [RFC] Responsive layout
Replies: 201
Views: 386054

Re: Responsive layout

Responsive IS NOT mobile, discussions about if 3G/4G connections are fast enought for load a full theme like prosilver are out of place. Responsive is the replace for the old fixed-width style (like 960px). Responsive ensures that the site will adapt itself to any resolution, and that includes all P...
by AgustinL
Sun Apr 21, 2013 9:03 pm
Forum: [3.x] Discussion
Topic: Static content from different domain
Replies: 1
Views: 5675

Static content from different domain

Serve the static content (css, js, img) from a diferent domain is a very know practice in these days. Is an important optimization, evern more if u set a cookie-less domain. Is one of the top priority optimization tips give by Google PageSpeed, YSlow and Pingdom tools. Will this feature be included ...
by AgustinL
Tue Jan 24, 2012 8:31 pm
Forum: [3.x] Event Requests
Topic: [RFC] attached_file hook
Replies: 2
Views: 14247

Re: [RFC] attached_file hook

I wish to add another placement for this hook.

When performing the removal of an attachment, we need to remove (if exist) the stored parsed data of the file.

The hook point should be in the file includes/functions_admin.php, at function delete_attachments(). And will need the attach_id as input.
by AgustinL
Wed Oct 20, 2010 3:54 pm
Forum: [3.x] Event Requests
Topic: [RFC] attached_file hook
Replies: 2
Views: 14247

[RFC] attached_file hook

Name: hook_attached_file Rationale: If we need to parse some extra-information of a file uploaded using the attachment system, for example: count of files included in a .zip file, author information of a .docx file, ID3 tags of and mp3 file, we need to do a parse of the file. Placement: includes/me...