Re: [AppDb] [Resend] errorpage -> show_error_page

2006-06-28 Thread Jonathan Ernst
Le mardi 27 juin 2006 à 12:49 -0400, Chris Morgan a écrit :
> Can we put a module prefix on this function so it is easier to locate in the 
> tree?  I'm not sure what but it seems like we should try to prefix something 
> that matches the file the function is in.

IMHO we should merge incl.php and util.php into functions.php for
example then we'll know every functions that are not class related are
in this file. 

If you think that's ok, please apply my patch yet and I'll make the
required changes afterwards.

Thanks.




signature.asc
Description: Ceci est une partie de message	numériquement signée



Re: [AppDb] [Resend] errorpage -> show_error_page

2006-06-27 Thread Chris Morgan
Can we put a module prefix on this function so it is easier to locate in the 
tree?  I'm not sure what but it seems like we should try to prefix something 
that matches the file the function is in.

Chris



On Monday 26 June 2006 6:18 pm, Jonathan Ernst wrote:
> Changelog:
> - rename errorpage function to better follow our coding standards
>
> Files changed:
> -  account.php
> -  addcomment.php
> -  appbrowse.php
> -  appimage.php
> -  appsubmit.php
> -  appview.php
> -  commentview.php
> -  deletecomment.php
> -  distributionView.php
> -  maintainerdelete.php
> -  maintainersubmit.php
> -  preferences.php
> -  testResults.php
> -  vendorview.php
> -  viewbugs.php
> -  admin/addAppNote.php
> -  admin/addCategory.php
> -  admin/adminAppDataQueue.php
> -  admin/adminAppQueue.php
> -  admin/adminBugs.php
> -  admin/adminMaintainerQueue.php
> -  admin/adminMaintainers.php
> -  admin/adminScreenshots.php
> -  admin/adminTestResults.php
> -  admin/adminUsers.php
> -  admin/deleteAny.php
> -  admin/editAppFamily.php
> -  admin/editAppNote.php
> -  admin/editAppVersion.php
> -  admin/editBundle.php
> -  admin/editDistribution.php
> -  admin/editVendor.php
> -  admin/moveAppVersion.php
> -  include/application.php
> -  include/incl.php
> -  include/version.php
> -  include/vote.php