Commit Graph

2799 Commits

Author SHA1 Message Date
Toks
f7ca22d00d fixes #1871 2013-07-20 18:01:24 -04:00
Toks
11416c8ae0 fixes #1059 2013-07-20 17:42:26 -04:00
Toks
ecfcebe30a Add support for wildcard searches in text fields
#1663
2013-07-20 16:51:55 -04:00
Toks
0e7ce3397d Fix forum post test 2013-07-20 16:30:07 -04:00
Toks
e8e87c9621 Add tag search[has_wiki] parameter
fixes #1870
2013-07-20 13:36:14 -04:00
Toks
b68b09b62a Fix bad association 2013-07-20 13:04:04 -04:00
Toks
63b699f5e1 Don't wait for ajax response for recent/frequent related tags
fixes #1869
2013-07-20 11:57:03 -04:00
Toks
56946257ec Auto-select contents of tag script field on manual select
fixes #1867
2013-07-19 23:00:56 -04:00
Toks
eb0bf9d7ba Tag script field: don't auto-focus when switching pages 2013-07-19 23:00:17 -04:00
Toks
368493d68f When opening a note editing window, move caret to end 2013-07-19 19:03:25 -04:00
Toks
088fcfd151 #1817: Move custom style to separate file 2013-07-19 10:02:08 -04:00
r888888888
22bd07072a #1849: filter images for safebooru 2013-07-18 17:27:00 -07:00
r888888888
5ad3571d8b #1849: remove date constraint for safebooru 2013-07-18 17:27:00 -07:00
Toks
fb5276cfe1 Merge branch 'master' of https://github.com/r888888888/danbooru 2013-07-18 19:28:44 -04:00
Toks
02962a3a22 Add hint that custom css cannot contain html
closes #1817
2013-07-18 19:26:18 -04:00
r888888888
cad82aa762 fixes #1864 2013-07-18 16:23:04 -07:00
r888888888
f017a0ee11 fixes #1857 2013-07-18 16:23:04 -07:00
r888888888
e9b877f326 fixes #1858 2013-07-18 16:23:04 -07:00
Toks
11fa3f4a3c Update tag_implication#update_posts_for_create
* Remove "_for_create" from name, now that update_posts_for_destroy is
removed
* Use raw_tag_match instead of tag_match to avoid inconsistencies
* Just append the implicated tags to the end of the tag string, rather
than using regex
2013-07-18 15:06:30 -04:00
Toks
ab0b935715 Clean up note views
* Make note deleted notice stand out more
* Use same note deleted notice on both note views
* Don't render notes as dtext
2013-07-18 12:51:10 -04:00
Toks
d58721587e Colorize names on janitor trials 2013-07-18 12:06:30 -04:00
Toks
ee1390f81c Remove unnecessary html escape 2013-07-18 10:37:51 -04:00
Toks
8fb55a5ff3 fixes #1858 2013-07-17 18:46:23 -04:00
Toks
9f846c5a2c fixes #1861 2013-07-17 18:44:58 -04:00
Toks
7c36f2459a Merge branch 'master' of https://github.com/r888888888/danbooru 2013-07-17 18:23:31 -04:00
Toks
bf7179c75b Add document title to promotion report 2013-07-17 18:15:42 -04:00
Toks
6db898ff36 Colorize user names on promotion report 2013-07-17 18:15:18 -04:00
r888888888
a889f86e13 update version 2013-07-17 14:39:48 -07:00
r888888888
d54d62e252 disable secure cookies check 2013-07-17 14:13:27 -07:00
r888888888
49d2df80f6 add basic support for safe mode 2013-07-17 13:59:44 -07:00
r888888888
01057a9cd5 fix migrations 2013-07-16 17:09:04 -07:00
r888888888
d1be659243 revert secure cookies filter 2013-07-16 17:06:09 -07:00
r888888888
b1933dc363 fixes #1860 2013-07-16 17:04:54 -07:00
Toks
412c9ad122 Allow autocomplete to work in mod queue 2013-07-15 20:58:59 -04:00
Toks
a9d7079f73 Remove obsolete search[limit] parameter 2013-07-15 19:10:03 -04:00
Toks
799ff52004 Allow searching tags by list of comma-delimited names 2013-07-15 19:09:49 -04:00
Toks
9bf4f2fae5 Tweak layout 2013-07-15 19:09:17 -04:00
Toks
0500ffcaae Hide autocomplete when closing quick edit form 2013-07-15 11:43:33 -04:00
Toks
03aee0f664 Fix document title when viewing other users' favorites 2013-07-14 19:44:35 -04:00
Toks
7b5669ab60 Add warning to note search mirroring comment search 2013-07-14 19:20:02 -04:00
Toks
7141ba8129 Include tags with exactly 1000 posts when shortening 2013-07-14 00:19:02 -04:00
Toks
6363e23f6c Fix news updates always being hidden
Regression from 0fb44a801b
2013-07-13 23:56:53 -04:00
Toks
092ddbe6e6 Fix css style 2013-07-13 23:56:02 -04:00
Toks
73387e32ad Merge branch 'custom-css' 2013-07-12 19:35:47 -04:00
Toks
7785eee4b0 Exclude deletion tab from special click event
Otherwise line 82 causes a syntax error and line 83 breaks the link.
2013-07-12 19:27:24 -04:00
Toks
7fc16c14b1 fixes #1817 2013-07-12 18:29:11 -04:00
Toks
46aad0d3f1 fixes #1576
The "params[:order] ||= params.delete(:sort)" is to support existing
links using sort.
2013-07-12 13:18:19 -04:00
Toks
205904e2e3 Don't affect location hash when changing setting tabs 2013-07-12 12:37:45 -04:00
Toks
a30a104f47 fixes #1467 2013-07-12 12:18:54 -04:00
Toks
210d9511ba fixes #1537 2013-07-12 12:02:37 -04:00