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

deprecate escapeInteger and escapeString in favor of using placeholders #26

Merged
merged 52 commits into from Feb 2, 2015

Conversation

glensc
Copy link
Member

@glensc glensc commented Dec 13, 2014

deprecate escapeInteger and escapeString in favor of using placeholders

overview by classes:

  • product.php 1
  • reminder_condition.php 1
  • resolution.php 1
  • authorized_replier.php 2
  • category.php 2
  • crm.php 2
  • display_column.php 2
  • history.php 2
  • impact_analysis.php 2
  • news.php 2
  • priority.php 2
  • release.php 2
  • reminder.php 2
  • round_robin.php 2
  • scm.php 2
  • severity.php 2
  • email_response.php 3
  • filter.php 3
  • link_filter.php 3
  • phone_support.php 3
  • email_account.php 4
  • faq.php 4
  • reminder_action.php 5
  • time_tracking.php 7
  • group.php 8
  • status.php 8
  • draft.php 10
  • mail_queue.php 11
  • project.php 11
  • attachment.php 15
  • note.php 15
  • user.php 15
  • report.php 23
  • support.php 23
  • notification.php 26
  • custom_field.php 30
  • search.php 38
  • issue.php 103

above list built with:

grep -rcE 'Misc::escape(Integer|String)' lib/eventum/class.*.php|grep -v :0|cut -d/ -f3|sed -e 's/class.//'| tr : ' '|sort +1 -n | sed -e 's/^/- [ ] /'

getAssoc interface is confusing, not useful, and therefore deprecated
@glensc glensc merged commit 7724d37 into eventum:master Feb 2, 2015
glensc added a commit that referenced this pull request Feb 2, 2015
@glensc
Copy link
Member Author

glensc commented Feb 2, 2015

more left to do after 4c939cc merge:

  • filter.php 2
  • support.php 22
  • report.php 23
  • custom_field.php 25
  • search.php 38
  • issue.php 99

@glensc glensc modified the milestone: 3.0.0 Feb 10, 2015
glensc added a commit that referenced this pull request Feb 17, 2015
updated custom_field, support classes.
@glensc
Copy link
Member Author

glensc commented Feb 17, 2015

  • custom_field.php 2
  • filter.php 2
  • support.php 2
  • report.php 23
  • search.php 38
  • issue.php 99

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

1 participant