szurubooru/src/Controllers
Marcin Kurczewski 607ef63c2f Fixed edge cases in searching
- search for number (1, 2, ...)
- search for "0" (empty("0") returns true so searching for "0" was impossible)
- search containing / character
- search containing + character
- adding tags containing + character
2013-10-13 22:20:06 +02:00
..
AuthController.php Closed #26; closed #25 2013-10-13 13:53:24 +02:00
CommentController.php Closed #18 2013-10-12 22:37:18 +02:00
IndexController.php Very rough post list sketch; user list placeholder 2013-10-07 20:44:14 +02:00
PostController.php Fixed edge cases in searching 2013-10-13 22:20:06 +02:00
TagController.php Added tag list; upload: tags autocompletion 2013-10-09 17:50:07 +02:00
UserController.php Closed #18 2013-10-12 22:37:18 +02:00