Closed (fixed)
Project:
Quota by role
Version:
5.x-5.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
19 Jan 2008 at 11:21 UTC
Updated:
9 Mar 2008 at 12:54 UTC
From my own dev environment changelog:
fixed quota so that it actually stops at the first found group per user check
moved the database lookups inside the group check to avoid unneeded queries
cleaned up the counting routine to use more standard, easier to read counting code
cleaned up the error messages to be translateable (Also fixes the use seeing "Try again in 1 $per" because of the single quotes)
removed the _quota_in_array function -- replaced with built in in_array. Duh?
| Comment | File | Size | Author |
|---|---|---|---|
| quota_by_role.diff | 4.6 KB | chuyskywalker |
Comments
Comment #1
lazyboy commentedHello chuyskywalker
Thank you for your patch. I will review your code and patch if need be. :D
Regards
lazyboy
Comment #2
introfini commentedHi,
Can you please commit this patch, so I can add another patch on some strings that need the t() function. I need it to give you the .po translated file for Portuguese :-)
Thanks for back-porting this module.
introfini
Comment #3
introfini commentedHi,
Please check this issue http://drupal.org/project/issues/181650
introfini
Comment #4
lazyboy commentedpatch applied. thanks a mil!
Comment #5
lazyboy commented