PDA

View Full Version : PATCH: Change screen refresh to be user configurable


James Wells
30-08-2005, 08:07
Greetings,

This change adds a new field to the users table that contains a user configurable value for various screen refreshes. This change overrides the refresh value as passed to show_header and show_special_header, converting the refresh value being passed to these two as a simply TRUE or FALSE function. If the value passed is zero, the the page does not automatically refresh, any other value will force the page to refresh at whatever interval the user has configured under profile, or what the Admin has configured in the user configuration page.

Also note that if the user changes their refresh to 0, it will disable automtic refresh for that user only.

EDIT: Patch file attached, now that I know how. :(

James Wells
01-09-2005, 06:46
Finally figured out how to do attachments.

James Wells
21-09-2005, 17:03
Updated patch to support the current Beta1.

James Wells
14-10-2005, 00:24
Just applied this to 1.1beta2 and tested it without issue. I did see a couple of offset changes, but they appeared to be in the correct locations. Will update the patch soon, just in case.

James Wells
23-10-2005, 19:47
Okay, here is the patch updated against the current CVS. The first patch is directly against the CVS, while the zeconbd patch is against my Meta Request patch

Alexei
24-10-2005, 09:18
Your patch has been integrated, finally :)