Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rating uploadify latest #35

Closed
wants to merge 11 commits into from
Closed

Rating uploadify latest #35

wants to merge 11 commits into from

Conversation

DanielRuf
Copy link

Rating is not fully implemented, its currently a hard coded image. Should be the script in the future.

matthewetaft and others added 11 commits September 20, 2011 03:29
…llis_install() class extends the trellis() class but their load_email() and load_antispam() methods don't accept parameters of the same type. Error on the screen is:


Strict Standards: Declaration of trellis_install::load_email() should be compatible with that of trellis::load_email() in var/www/trellis-desk-2/install/trellis_install.php on line 207

Strict Standards: Declaration of trellis_install::load_antispam() should be compatible with that of trellis::load_antispam() in /var/www/trellis-desk-2/install/trellis_install.php on line 207

These methods in the main trellis class accept an optional boolean "test" value, and in the trellis_install class they accept an array of values.  

I propose renaming these methods in the trellis_install class to load_email_from_array() and load_antispam_from_array().  

In this file (install/index.php), I have updated the code to call these methods by their newly proposed names.
…llis_install() class extends the trellis() class but their load_email() and load_antispam() methods don't accept parameters of the same type. Error on the screen is:


Strict Standards: Declaration of trellis_install::load_email() should be compatible with that of trellis::load_email() in var/www/trellis-desk-2/install/trellis_install.php on line 207

Strict Standards: Declaration of trellis_install::load_antispam() should be compatible with that of trellis::load_antispam() in /var/www/trellis-desk-2/install/trellis_install.php on line 207

These methods in the main trellis class accept an optional boolean "test" value, and in the trellis_install class they accept an array of values.  

I propose renaming these methods in the trellis_install class to load_email_from_array() and load_antispam_from_array().  

In this file (install/trellis_install.php), I have renamed these methods to their newly proposed names.
@DanielRuf DanielRuf closed this Oct 15, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant