RobertHeim / phpbb-ext-topictags

phpBB 3.3 extension, that adds the ability to tag topics with key words.
GNU General Public License v2.0
29 stars 20 forks source link

don't fake a 404 for non-ajax requests #46

Open RobertHeim opened 9 years ago

RobertHeim commented 9 years ago

When symfony2 is updated to at least 2.4 ( which will take until phpbb 3.2 ( https://www.phpbb.com/community/viewtopic.php?f=461&t=2300491 ) we should use routing-conditions

like this: http://stackoverflow.com/a/21661883/386201 here: https://github.com/RobertHeim/phpbb-ext-topictags/blob/6152e939557b86c01fa40e0d5180faae320a595b/controller/main.php#L295-L296

instead of faking a 404 here: https://github.com/RobertHeim/phpbb-ext-topictags/blob/6152e939557b86c01fa40e0d5180faae320a595b/controller/main.php#L307