summaryrefslogtreecommitdiffstats
path: root/controllers
Commit message (Collapse)AuthorAgeFilesLines
* fix null checksraylu2011-07-251-22/+6
| | | | invalid username should probably do something; perhaps handled in view
* Merge branch 'master' of git.raylu.net:otakuhubMichael Francis2011-07-241-7/+5
|\
| * move 'related' html out of anime controllerraylu2011-07-171-7/+5
| |
* | Fixed spelling mistakeMichael Francis2011-07-241-37/+5
|/
* cast (chars/VAs) on anime view pageraylu2011-07-171-2/+9
| | | | | there isn't yet a views/anime/cast.html.php for non-JS, but the controller is set up for it
* some anime view stylingraylu2011-07-171-3/+15
|
* manga/kdrama individual search pagesraylu2011-07-161-2/+16
|
* kdrama search results on search/indexraylu2011-07-161-1/+1
|
* search page stylingraylu2011-07-161-6/+5
|
* make search index workraylu2011-07-161-1/+0
| | | | | clean up a lot of code renamed anime.css to table.css
* Implemented mySQL based friendingMichael Francis2011-07-161-0/+98
|
* Return some animes to the "anime" viewMichael Francis2011-07-151-2/+3
|
* Search across all content at onceMichael Francis2011-07-151-2/+10
|
* rework a lot of searchraylu2011-07-121-45/+14
| | | | | /search will eventually search all /search/anime searches only anime
* /anime worksraylu2011-07-101-2/+8
|
* FixesMichael Francis2011-07-101-16/+1
|
* Spelling mistakeMichael Francis2011-07-101-3/+2
|
* Moved signup to SignupControllerMichael Francis2011-07-101-1/+1
|
* Mongo fixesMichael Francis2011-07-101-3/+3
|
* Fixed defaultsMichael Francis2011-07-101-1/+2
|
* Moved the secret to the proper controllerMichael Francis2011-07-101-1/+1
|
* Merge branch 'master' of git.raylu.net:otakuhubMichael Francis2011-07-101-2/+2
|\
| * casing fix in search controller and whitespace in layoutraylu2011-07-081-2/+2
| |
* | Moved to signupMichael Francis2011-07-101-84/+0
| |
* | Moved signup stuff to it's own controllerMichael Francis2011-07-101-0/+119
|/
* Cleaned up code and make sure that the $user returnsMichael Francis2011-07-061-31/+17
|
* pointless little fixesraylu2011-07-031-2/+2
|
* pull in dev branch changesraylu2011-07-024-29/+30
| | | | not pulled: swiftmailer, gzip
* Did something here, I think the backend part of the new headers systemMichael Francis2011-07-011-2/+23
|
* Implemented friend requests in the backendMichael Francis2011-07-011-4/+12
|
* Get the user the proper way.Michael Francis2011-07-011-1/+1
|
* Fix to redirect a user if they request a private function while not logged in Michael Francis2011-07-011-2/+7
|
* Ensure the feed has posts before trying to iterate it. Michael Francis2011-06-221-0/+2
|
* Changed the validation method to skip empty inputs Michael Francis2011-06-221-2/+9
|
* Fix for FlashmessageMichael Francis2011-06-211-1/+1
|
* Fixed password changingMichael Francis2011-06-211-4/+12
|
* Stopped using a custom layout for feed Michael Francis2011-06-201-1/+1
|
* QA: removed spacesMichael Francis2011-06-201-1/+1
|
* Settings page for users Michael Francis2011-06-201-0/+22
|
* Should be $input not $data (fixed typo)Michael Francis2011-06-201-2/+2
|
* Fix to make sure search goes to page 1 if no page is defined Michael Francis2011-06-201-1/+1
|
* Fixed flashmessage, it uses write not set Michael Francis2011-06-201-1/+1
|
* Cleaned up Anime's find/search method (less code)Michael Francis2011-06-201-21/+6
|
* Disabled ContentList for anime :/Michael Francis2011-06-051-4/+1
|
* Implemented a proper anime controllerMichael Francis2011-06-051-0/+35
|
* Added Recently watched (history)Michael Francis2011-06-051-1/+5
|
* Fixed issue when add page reloads due to error (anime wasn't being returned, ↵Michael Francis2011-06-051-20/+43
| | | | so the view would say "Find an anime" and would not have anime data in the hidden fields)
* Moved search into the model Michael Francis2011-05-291-23/+20
|
* Fixed caseMichael Francis2011-05-291-1/+1
|
* Implemented / Fixed adding Michael Francis2011-05-291-8/+30
|