Remove all nasty _Core suffixes on classes90/790/2v3.3.1-beta2
commit6572356ef7286e706043681ba26346a7fa8ca5e8
authorMax Sikstrom <msikstrom@op5.com>
Mon, 23 Jun 2014 14:13:32 +0000 (23 16:13 +0200)
committerMax Sikstrom <msikstrom@op5.com>
Mon, 23 Jun 2014 14:39:56 +0000 (23 16:39 +0200)
treea140c1eab332e89d269dd51a04a5bf0b810f96f5
parent1b4c0b2640789356e7d3ef2de83928c11a212f58
Remove all nasty _Core suffixes on classes

I_Core don't really care if it says _Core after each class_Core. If
there isn't any suffix on a class, it's probably a core class. Don't
fiddle with reflection classes or stuff.

That_Core is_Core just_Core nasty_Core

There is actually no need at all to mangle the class names with _Core...

Tracked by #8832

Change-Id: I7785d270fe5d7ba03aa886e630c2ac98f251d2db
Signed-off-by: Max Sikstrom <msikstrom@op5.com>
91 files changed:
application/controllers/upload.php
application/helpers/arr.php
application/helpers/base_url.php
application/helpers/cal.php
application/helpers/config.php
application/helpers/csrf.php
application/helpers/csv.php
application/helpers/customlogo.php
application/helpers/date.php
application/helpers/email.php
application/helpers/help.php
application/helpers/i18n.php
application/helpers/json.php
application/helpers/link.php
application/helpers/nacoma.php
application/helpers/nagioscmd.php
application/helpers/nagstat.php
application/helpers/nagvisconfig.php
application/helpers/ninja.php
application/helpers/ninja_auth.php
application/helpers/notify.php
application/helpers/option.php
application/helpers/pdf.php
application/helpers/persist_pdf.php
application/helpers/phplot_charts.php
application/helpers/pnp.php
application/helpers/refresh.php
application/helpers/security.php
application/helpers/showlog.php
application/helpers/sql.php
application/helpers/time.php
application/helpers/unittest.php
application/helpers/user.php
application/helpers/widget.php
application/helpers/zip.php
application/libraries/Auth.php
application/libraries/CountlessPagination.php
modules/exp/libraries/ExpParser.php
modules/exp/libraries/ExpParser_SearchFilter.php
modules/lsfilter/libraries/LSFilterPP.php
modules/lsfilter/models/lsfilter_saved_queries.php
modules/orm/helpers/performance_data.php
modules/orm/libraries/LSFilterMetadataVisitor.php
modules/orm/libraries/LSFilterSetBuilderVisitor.php
modules/orm/models/objectpool.php
modules/reports/helpers/alert_history.php
modules/reports/helpers/reports.php
modules/reports/libraries/Histogram_options.php
modules/reports/libraries/Sla_options.php
modules/test/libraries/Ninja_Reports_Test.php
src/generators/buildlib.php
system/helpers/arr.php
system/helpers/cookie.php
system/helpers/download.php
system/helpers/email.php
system/helpers/expires.php
system/helpers/feed.php
system/helpers/file.php
system/helpers/form.php
system/helpers/format.php
system/helpers/html.php
system/helpers/inflector.php
system/helpers/num.php
system/helpers/remote.php
system/helpers/request.php
system/helpers/text.php
system/helpers/upload.php
system/helpers/url.php
system/helpers/valid.php
system/libraries/Cache.php
system/libraries/Calendar.php
system/libraries/Calendar_Event.php
system/libraries/Controller.php
system/libraries/Database.php
system/libraries/Encrypt.php
system/libraries/Image.php
system/libraries/Input.php
system/libraries/Model.php
system/libraries/ORM.php
system/libraries/ORM_Iterator.php
system/libraries/ORM_Tree.php
system/libraries/ORM_Versioned.php
system/libraries/Pagination.php
system/libraries/Profiler.php
system/libraries/Profiler_Table.php
system/libraries/Router.php
system/libraries/Session.php
system/libraries/Tagcloud.php
system/libraries/URI.php
system/libraries/Validation.php
system/libraries/View.php