Commit Graph

49 Commits

Author SHA1 Message Date
a41335c5ba * improved default browse page
* fixed bug where you couldn't add more categories if none already existed
* added ability to delete quotes
* added call handler to delete the search index when a quote is deleted
2011-03-04 08:20:20 +00:00
6d17cfa573 * fixed some bugs that occurred when there are no quotes in the database
* fixed some bullshit route stuff that mono failed to implement correctly
* don't use JsonResult because it's broken on Mono
2011-03-03 23:41:42 +00:00
62f0fadbae * fixed some type constraint issues, and fixed all action links to use capitalization
* incorporated SmartCaseRoute into the route table
2011-03-02 20:18:33 +00:00
c37b948735 updated libs 2011-03-01 08:57:34 +00:00
adcd8d1d63 config changes 2011-03-01 07:45:03 +00:00
d08b91c9aa made logging configurable via web.config 2011-03-01 07:13:57 +00:00
25172d14a3 * compressed javascript
* renamed css file
* removed copypaste code for js includes
* added pdn files
* changed unused images/javascript build type from Content to None
2011-03-01 00:11:17 +00:00
26352fb745 fixed bug in LuceneSearcher where it would generate a bad sql query 2011-02-28 22:30:03 +00:00
9cc0df5980 added captcha to submit quote form 2011-02-28 10:34:46 +00:00
6d4d4bfd12 put jquery cookie plugin in vgquotes.js 2011-02-28 07:31:07 +00:00
fb7d53dfb5 sprited images up, changed some css class names, combined css files 2011-02-28 07:27:38 +00:00
22bd4c936a improved the browse ui a little, it still sux tho 2011-02-28 06:17:49 +00:00
9ad44f2ce3 unknown, notfound and forbidden images and views 2011-02-28 01:37:52 +00:00
602a722277 quote of the day, added external image 2011-02-28 00:38:47 +00:00
140b1d6bcc * added logo
* updated footer styles
* paged the browse data
2011-02-27 01:14:56 +00:00
5e15232192 created container extension for search/lucene stuff, modified namespaces to stay in alignment with Portoa 2011-02-26 04:29:21 +00:00
d2894435a1 abstracted lucene/search stuff into Portoa 2011-02-26 01:08:38 +00:00
866964a764 * compiled my own version of Lucene (2.9 RC1)
* got search working
2011-02-25 23:36:21 +00:00
38f148be2f separated quote form stuff from vgquotes.js 2011-02-24 21:11:21 +00:00
756a9c629e minor style updates 2011-02-24 20:28:35 +00:00
ff3499b3b9 * edit/create/delete categories
* also made error views user-aware
2011-02-24 08:07:50 +00:00
7c2fe503de edit and delete publishers 2011-02-24 01:46:54 +00:00
52db4810ae added pencil.png 2011-02-24 01:11:12 +00:00
d256e2c3b6 editing systems works 2011-02-23 21:53:51 +00:00
6b41bd609e editing games works via the edit quote form 2011-02-23 09:19:32 +00:00
d159a91208 * submit quote is a little bit sexier (still needs some work)
* added the loading gif when you vote on a quote
2011-02-23 01:30:53 +00:00
8eec190bc6 adding games/publishers/systems inline, rather than all at once 2011-02-22 09:39:59 +00:00
01eb39c503 best/single quote pages are complete 2011-02-22 04:05:23 +00:00
c4b93c46fa user stuff, restyled SingleQuote to not be so hideous 2011-02-21 23:59:06 +00:00
8522cf50b0 create admin 2011-02-19 23:15:36 +00:00
b45c82e5fa * quote editing, although not quite finished
* flag dismissal
* fixed some mapping issues by adding inverse="true" to some one-to-many relationships
2011-02-19 09:41:09 +00:00
0dd343cc06 * flagged quote admin page
* fixed issue in user provider where if the app restarts you're still logged in but the app doesn't recognize you as such
2011-02-18 01:46:02 +00:00
99cb4defbe * login/logout
* change administration password
2011-02-17 20:55:47 +00:00
f7de96eb63 got search working with lucene.net 2011-02-17 05:30:31 +00:00
973b8196d9 got qualified browse working, just needs style 2011-02-16 10:11:55 +00:00
14ca315213 * dto madness
* api madness
* browse page is beginning to not be empty
* NetVotes -> Score
2011-02-16 02:48:11 +00:00
5c14400d48 reporting quotes works 2011-02-15 01:18:23 +00:00
2496edaf89 cleanup 2011-02-15 00:18:29 +00:00
cdd93afeff implemented voting for quotes 2011-02-15 00:14:24 +00:00
6dc4c4d945 best quotes 2011-02-14 19:48:36 +00:00
0b8af8b8a1 random page 2011-02-14 19:14:13 +00:00
a5f96076dc * displaying a quote looks slightly prettier, although still hideous
* implemented recent quotes page
2011-02-14 11:01:31 +00:00
b811c0ce52 upgraded to NHibernate 3.0.0 2011-02-14 08:55:54 +00:00
1dea16708b minor css adjustments, finished quote form for now, will tweak ui later 2011-02-14 07:39:45 +00:00
215d3440b3 submit page, added categories, initial quotes/categories 2011-02-12 23:53:43 +00:00
4f98f46e1e about, contact, error views 2011-02-11 05:21:31 +00:00
9a1f0347c0 * tests for user provider
* username is no longer required
* added ip address property to user
2011-02-10 21:04:13 +00:00
4f0dd9a6e8 got web app working 2011-02-10 04:39:59 +00:00
e88aa8fb1c added web project 2011-02-09 03:50:45 +00:00