Commit graph

491 commits

Author SHA1 Message Date
Marcin Kurczewski
0f72ef3963 Closed #48 2013-10-21 14:48:28 +02:00
Marcin Kurczewski
6b55706fb4 Closed #46 2013-10-21 14:32:47 +02:00
Marcin Kurczewski
ff3e4bc287 Closed #47 2013-10-21 14:24:34 +02:00
Marcin Kurczewski
f2947a2550 Added "random" tab 2013-10-21 13:13:10 +02:00
Marcin Kurczewski
aab67f4b6c Better main page 2013-10-21 09:35:06 +02:00
Marcin Kurczewski
aed60da6f9 Changed post list view
- Thumbs are 150x150
- Centered main content
2013-10-20 19:51:49 +02:00
Marcin Kurczewski
58a6345ae8 Fixed e-mail address visibility 2013-10-20 19:19:52 +02:00
Marcin Kurczewski
bc24b7d2cf Fixed problems with Android keyboards
Users were completely unable to type anything.
2013-10-20 18:55:33 +02:00
Marcin Kurczewski
3052a6f032 Disallowed . and .. as tag 2013-10-20 12:14:44 +02:00
Marcin Kurczewski
4bfa2a019a Tags now allow dots 2013-10-20 12:08:52 +02:00
Marcin Kurczewski
688385d553 Fixed /index link 2013-10-20 11:31:56 +02:00
Marcin Kurczewski
a3be044ced First user doesn't see (unconfirmed) anymore 2013-10-20 11:19:59 +02:00
Marcin Kurczewski
07f36c710a Added versioning; changed repo name 2013-10-20 11:12:56 +02:00
Marcin Kurczewski
230f555da9 Closed #44 2013-10-20 11:05:46 +02:00
Marcin Kurczewski
b4186a218c Changed titles a bit 2013-10-20 00:36:50 +02:00
Marcin Kurczewski
3fc1046bb2 Closed #14 2013-10-20 00:31:22 +02:00
Marcin Kurczewski
e15910b637 Closed #41 2013-10-19 22:56:56 +02:00
Marcin Kurczewski
c6754e5866 Closed #35; various tweaks
- All form.aligned inputs got wrapped with special div for easy width control
- Fixed edit jump bug
2013-10-19 20:58:51 +02:00
Marcin Kurczewski
65df7f8752 Added upper limit for user and tag length 2013-10-19 20:51:32 +02:00
Marcin Kurczewski
019ce6a141 Fixed comment removal 2013-10-19 20:17:16 +02:00
Marcin Kurczewski
b1740fbfcf Closed #29 2013-10-19 20:17:11 +02:00
Marcin Kurczewski
440029d6d6 Small changes to users presentation
- Fixed W3C validation in user list
- Fixed post CSS were not included
- Added link to delete account under "options" (for consistency sake)
2013-10-19 20:15:16 +02:00
Marcin Kurczewski
ea463cb0db Faster queries, fixed foreign keys
When user is removed, their posts and comments get null user ID now
2013-10-19 20:14:23 +02:00
Marcin Kurczewski
53f9076bff Closed #23 2013-10-19 16:16:09 +02:00
Marcin Kurczewski
ab26cb8ef2 Closed #22 2013-10-19 16:00:47 +02:00
Marcin Kurczewski
d85728064a Closed #17 2013-10-19 15:19:47 +02:00
Marcin Kurczewski
fa652c2fca Closed #9 2013-10-19 15:10:28 +02:00
Marcin Kurczewski
91776a3e54 Closed #30 2013-10-19 13:38:20 +02:00
Marcin Kurczewski
315c5d074e Better caching 2013-10-19 13:00:03 +02:00
Marcin Kurczewski
4b5c13519c Added optional SQL queries debug 2013-10-19 12:53:49 +02:00
Marcin Kurczewski
5d51297c16 Closed #42 2013-10-18 00:31:22 +02:00
Marcin Kurczewski
019e7eea7f Closed #43 2013-10-18 00:09:50 +02:00
Marcin Kurczewski
73050f159f Better-looking comment counter 2013-10-18 00:02:11 +02:00
Marcin Kurczewski
379674d027 Closed #8 2013-10-17 23:37:41 +02:00
Marcin Kurczewski
ee050cfd01 Worked on #8
Also:
- changed URL schema for posts from /posts/action/id to /posts/id/action
- moved XXXController::locateXXX methods to Model_XXX::locate
2013-10-17 22:57:32 +02:00
Marcin Kurczewski
ffc373e871 Activation mails are trying hard not to be spam
...and fail miserably at that. I sneaked an important bugfix in, though.
2013-10-16 20:56:46 +02:00
Marcin Kurczewski
c90561e4ce Admins can view user e-mails too
They could do this anyway by doing simple SELECTs. This change is just to make
admins' lives easier.
2013-10-16 20:26:48 +02:00
Marcin Kurczewski
5d5440a8f1 Confirmation e-mail sending disableable in config 2013-10-16 19:56:02 +02:00
Marcin Kurczewski
6dd6163833 Added SQL query count in footer 2013-10-16 19:45:57 +02:00
Marcin Kurczewski
42782258cc Closed #31 2013-10-16 19:41:42 +02:00
Marcin Kurczewski
bf6d400bb4 Turned off staff confirmation.. 2013-10-16 19:38:59 +02:00
Marcin Kurczewski
39db2a64e1 Closed #32 2013-10-16 18:07:23 +02:00
Marcin Kurczewski
52956b56c8 Preventing setting access rank to "nobody" 2013-10-16 13:12:17 +02:00
Marcin Kurczewski
e0d01298fc Universal pagination; closed #3 2013-10-16 13:07:01 +02:00
Marcin Kurczewski
9e73d0de91 Added favmax: (consistency with datemax:) 2013-10-16 13:01:33 +02:00
Marcin Kurczewski
28c1ce68b4 Closed #20
Changed Enum::toString() calls
Fixed chrome ghost margin
2013-10-16 08:33:45 +02:00
Marcin Kurczewski
75e68aea5a More flexible sorting syntax 2013-10-15 23:27:04 +02:00
Marcin Kurczewski
1077c489a7 Closed #12; closed #11 2013-10-15 22:49:06 +02:00
Marcin Kurczewski
f42ed135fa Slightly better header 2013-10-15 22:49:01 +02:00
Marcin Kurczewski
1b3ce29b46 Fixed minor bug when changing user name fails 2013-10-15 20:33:53 +02:00