summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* For now, remove permissions.php dependencyraylu2011-07-021-2/+2
* LITHIUM_APP_PATH is already a dir, but doesn't end in /raylu2011-07-021-2/+2
* add lithium as submoduleraylu2011-07-022-0/+3
* add li3 libraries back in as submodulesraylu2011-07-024-0/+9
* delete libraries/li3_* to set up submodulesraylu2011-07-023-0/+0
* remove .DS_Storesraylu2011-07-027-0/+0
* Did something here, I think the backend part of the new headers systemMichael Francis2011-07-011-2/+23
* fixed signup bugMichael Francis2011-07-011-4/+1
* Friend request in the front endMichael Francis2011-07-011-9/+19
* New column based searchMichael Francis2011-07-011-4/+27
* 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-012-3/+11
* Cleaned up auth by a few linesMichael Francis2011-07-011-10/+11
* 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-222-3/+19
* Submodules?Michael Francis2011-06-221-0/+0
* defined mangalist and animelist in the $_Schema (should fix the whitescreen b...Michael Francis2011-06-221-1/+5
* Added label for searchMichael Francis2011-06-221-0/+1
* Makes sure that there is posts before trying to display them (regression)Michael Francis2011-06-221-2/+7
* Fix for FlashmessageMichael Francis2011-06-211-1/+1
* Fixed password changingMichael Francis2011-06-211-4/+12
* Fixed spelling mistakeMichael Francis2011-06-211-1/+1
* New setting for exportMichael Francis2011-06-211-0/+7
* Cleanup search resultsMichael Francis2011-06-211-0/+2
* New feed formatMichael Francis2011-06-211-2/+8
* Password fixMichael Francis2011-06-211-1/+1
* css fixMichael Francis2011-06-201-1/+0
* Cleaning upMichael Francis2011-06-2042-243/+0
* QA: SpacingMichael Francis2011-06-201-1/+1
* Stopped using a custom layout for feed Michael Francis2011-06-201-1/+1
* Submodules Michael Francis2011-06-202-0/+0
* Fixed some layout issues Michael Francis2011-06-201-4/+0
* Changed the typography & fixed the private formMichael Francis2011-06-201-23/+24
* Created new feed viewMichael Francis2011-06-202-676/+77
* Created anime view, (to depreciate contentList) Michael Francis2011-06-201-0/+68
* Added search options to searchMichael Francis2011-06-201-7/+15
* added tags to the animelist add featureMichael Francis2011-06-201-9/+1
* QA: removed spacesMichael Francis2011-06-202-3/+1
* New views for the nav bar.Michael Francis2011-06-202-18/+15
* Settings page for users Michael Francis2011-06-202-0/+105
* Fixed issue with special_id, since special_id isn't a regex, we drop 'like' f...Michael Francis2011-06-201-14/+28
* Should be $input not $data (fixed typo)Michael Francis2011-06-201-2/+2
* Since contentList controller is being depreciated, removed the route for itMichael Francis2011-06-201-1/+1
* 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
* Fixed to use Lithium's new Password class Michael Francis2011-06-202-2/+4
* Disabled ContentList for anime :/Michael Francis2011-06-052-6/+3
* Switches nav bars depending on authentication stateMichael Francis2011-06-053-41/+100