Commit graph

1902 commits

Author SHA1 Message Date
Shish
ae56e591e9 sometimes, there is no token :O 2012-01-26 17:36:22 +00:00
Shish
70fc4b5a54 Currently SCore is pretty behind-the-scenes 2012-01-26 17:32:30 +00:00
Shish
2fd204f8c0 note how to change system-level settings 2012-01-26 17:32:12 +00:00
Shish
f1d4fc700e persist connections 2012-01-26 17:24:56 +00:00
Shish
85af28c0b5 return after error, don't handle the bad data 2012-01-26 17:16:57 +00:00
Shish
4530efc1e0 minus on its own was being turned into 'negative null-tag', which confused things 2012-01-26 17:16:06 +00:00
Shish
717024d464 explicit no-cache stops varnish from caching 2012-01-26 16:53:59 +00:00
Shish
52bbb36af4 shm_user breaks varnish cache 2012-01-26 16:51:24 +00:00
Shish
c46f03bf8f convert mysql functions + direct query building -> sql standards + paramaters 2012-01-26 16:20:26 +00:00
Shish
ab9b4e9123 limit x,y isn't standard SQL; use limit x offset y 2012-01-26 16:06:45 +00:00
Shish
c30cb55504 log to 'resize' rather than 'core-image' 2012-01-26 16:03:10 +00:00
Shish Moom
38aa55dafd Merge pull request #99 from DakuTree/master
Auto resize on upload + Popular by Day/Month/Year
2012-01-26 08:01:37 -08:00
Shish
1877aa9973 Merge branch 'master' of github.com:shish/shimmie2 2012-01-26 15:26:08 +00:00
Shish
54031fcb90 still bail on assert failures even when debug is off 2012-01-26 15:26:00 +00:00
Shish
98f09695b6 sometimes tags are set with no images id... 2012-01-26 15:16:52 +00:00
Daku
4dc4ed45a4 this should stop any possible errors 2012-01-26 10:27:34 +00:00
Daku
9f92e7badf popular by day/month/year now has navigation 2012-01-26 10:27:33 +00:00
Daku
3477fe8c22 png resizing is broken 2012-01-26 10:27:33 +00:00
Daku
4400b385b3 this should get rid of the Call to ftp://ftp. function error 2012-01-26 10:27:32 +00:00
Daku
e10f863f1c fixed problem with random image tab not showing
popular by day/month/year should only show if ext is enabled
2012-01-26 10:27:32 +00:00
Daku
4e01a116ad this should be lowercase 2012-01-26 10:27:31 +00:00
Daku
229f181370 popular by should use current date if date not se 2012-01-26 10:27:31 +00:00
Daku
77ac43e261 added popular by day/month/year to sublinks 2012-01-26 10:27:31 +00:00
Daku
12f70776d5 popular by day/month/year feature for numeric_score ext 2012-01-26 10:27:30 +00:00
Daku
e9d7157d22 this should be rating 2012-01-26 10:27:30 +00:00
Daku
a1b920777b pools link should now show in menubar 2012-01-26 09:56:35 +00:00
Daku
772fcfa7f5 checks if user is owner of pool before deleting 2012-01-26 09:56:34 +00:00
Daku
cd1087b7a7 oops, forgot to remove class used for lite theme :x 2012-01-26 09:56:34 +00:00
Daku
9f3da77ea9 added random image button to the sublinks bar + help link should now either use the wiki or ext_doc/index 2012-01-26 09:56:33 +00:00
Daku
2cab5ec247 autoresize on upload feature for resize ext 2012-01-26 09:56:32 +00:00
Daku
5142901bca fixes the undefined rating property error 2012-01-26 09:56:32 +00:00
Daku
602f76da53 lite/danbooru themes now show rating in statistics box 2012-01-26 09:56:31 +00:00
Daku
5a2326614a delete by query confirm now uses jquery 2012-01-26 09:56:30 +00:00
Daku
a470bda95e updated jquery libary 2012-01-26 09:56:29 +00:00
Daku
0565568e5c source should log now when uploading 2012-01-26 09:56:29 +00:00
Shish
771eef75d8 Merge branch 'master' of github.com:shish/shimmie2 2012-01-26 02:22:13 +00:00
Shish
ad686975b7 Merge branch 'master' of github.com:shish/shimmie2 2012-01-26 02:15:12 +00:00
Shish
a208d5c6bc lock logging fix 2012-01-26 02:15:06 +00:00
Shish
0d8124af3b consistency for key names 2012-01-24 16:48:28 +00:00
Shish
f38b45e2a9 there are some odd cases where anonymous is not user #1, so use the anon_id variable 2012-01-24 16:40:36 +00:00
Shish
33606444ca these should be ignored as full directories; if they aren't, some other problem needs fixing 2012-01-24 16:35:35 +00:00
Shish Moom
fc25427ca1 Merge pull request #97 from NaGeL182/master
User Deletion
2012-01-24 08:32:42 -08:00
NaGeL
36a04fd62c put DBupdate.php into the install.php under Shimmie Repair Console. 2012-01-23 15:24:23 +01:00
Shish
6d57af0243 beta oekaki ext 2012-01-23 05:42:52 +00:00
Shish
2f565c66d3 ignore oekaki 2012-01-23 05:40:00 +00:00
Shish
96b3b5c72a subfolders in data/ 2012-01-23 05:39:47 +00:00
NaGeL
9009ab2c95 named the foreign keys. 2012-01-22 20:20:26 +01:00
NaGeL
ddd3f99835 deleting the user withouth images delete resulted in image deletion too: the DB entriy gets removed but the image stays on the Hard drive.
this is fixed.
also the Foreign key needs to be manually updated in images table.
named the foreign keys in install.php for easier altering in the future.
2012-01-22 20:14:35 +01:00
NaGeL
023384149f User deletion (Deletes the user with comments, favorites and private messages)
User deletion with uploaded images ( all above plus the images the user uploaded)
Also the Database fix that is all needed for this in DBupdate.php
2012-01-22 18:55:52 +01:00
NaGeL
1ccc26ebd4 Merge branch 'master' of git://github.com/shish/shimmie2 2012-01-22 16:30:12 +01:00