Commit Graph
33 Commits
Author SHA1 Message Date
Mark Taiwanandczaks c2e3ff162f Added missing curly brackets in post-filter.js 2016-05-05 13:22:59 +02:00
Markerovandczaks 9265ebea43 initial commit 2016-05-05 12:35:45 +02:00
marktaiwanandczaks 59ee8a990f post-filter.js: prevent extra space characters
prevent extra spaces in comment caused by joining strings with leading
or trailing space.
2016-05-05 12:33:44 +02:00
marktaiwanandczaks a9b29c7232 Bugfix: convert it to string 2016-05-05 12:33:02 +02:00
marktaiwanandczaks 513c8f7b68 post-filter.js catalog support
Removes hidden threads from catalog page
Shift click on catalog to hide thread
Improved word matching for simple comment and subject filter.
2016-05-05 12:32:27 +02:00
marktaiwanandczaks dc725641c3 minor options template adjustment 2016-05-05 12:32:00 +02:00
marktaiwanandczaks 8f6ea6dd94 post-filter.js restructure
- Changed how filters are stored. Have included code to migrate from
previous version
- Added support for 'subject' and 'comment' in the options panel
- Added regex support in the options panel
2016-05-05 12:31:11 +02:00
marktaiwanandczaks f84d0b9027 Changed 'hide post' button behavior 2016-05-05 12:30:54 +02:00
marktaiwanandczaks af91ddf637 Split post menu into own function 2016-05-05 12:29:11 +02:00
marktaiwanandczaks 84bc3b0f7b I forgot how to jQuery 2016-05-05 12:16:55 +02:00
marktaiwanandczaks 3e579ee1d4 Bugfix: reset multifile container width
#371
2016-05-05 12:16:17 +02:00
marktaiwanandczaks deefe7225d Bugfix: scroll to thumbnail on multipost close
Indroduced in 7364e85
2016-05-05 12:15:51 +02:00
marktaiwanandczaks 88f6088a42 fix Relative Time and Image Throttler 2016-05-05 12:14:22 +02:00
Markerovandczaks 7160cd650e merge relative-time into local-time 2016-05-05 12:12:53 +02:00
Markerovandczaks c3146e1794 image throttler
initial commit
2016-05-05 12:11:12 +02:00
Markerovandczaks fd2b41c1f0 Fix bug with inline expansion with Unanimate Gif
Issue #273
2016-05-05 12:09:55 +02:00
Markerovandczaks bc2257be08 scroll to thumb
scroll up to image if its top is out of view when shrunk.
Requires jQuery
2016-05-05 12:09:41 +02:00
Markerovandczaks 4767a63178 renamed 'this.childNodes[0]' to thumb 2016-05-05 12:09:10 +02:00
Markerovandczaks a723ff8e66 Display inline image when it starts loading,
Rewrote inline-expanding.js to display full image as soon as it starts
loading.
Modified expand-all-images.js to work with the new change
Moved max-width to style.css
2016-05-05 12:05:45 +02:00
marktaiwanandczaks 26130c43ea fix menu UI for Firefox 2016-05-05 12:03:24 +02:00
marktaiwanandczaks c8eaebce9a reset thread timer on new filter 2016-05-05 12:03:05 +02:00
marktaiwanandczaks 709a248d10 Clear empty thread/board from filter list 2016-05-05 12:02:50 +02:00
marktaiwanandczaks 2808b1b8b2 post-filter
Adds a dropdown menu to each post that allows for filtering by:
- post
- post and all replies to it
- poster ID
- poster ID and all replies to it
- name
- tripcode

In the options panel, adds a new tab for adding/removing name and
tripcode filters.
2016-05-05 12:02:34 +02:00
Markerovandczaks 6363d8d247 change to use onready() 2015-03-31 07:42:47 +02:00
Markerovandczaks 2f7127a3cb Catalog Search 2015-03-31 07:42:34 +02:00
marktaiwanandczaks 6f94a06586 file selector: correct typo, click event target 2015-03-31 06:02:08 +02:00
marktaiwanandczaks e42ffb2768 fix file selector element reference
fix thumbnail image not applying to main form with quick reply open
2015-03-31 06:01:50 +02:00
marktaiwanandczaks 6e84a25f9a Adds keyboard focus to file selector 2015-03-31 05:57:45 +02:00
marktaiwanandczaks 4da073b6e8 Keep quick-reply and main form in sync
Use object-url instead of data-url due to shorter length
2015-03-31 05:57:26 +02:00
marktaiwanandczaks 0005f11098 initialize file selector soon as it's loaded
Conflicts:
	templates/post_form.html
2015-03-31 05:57:22 +02:00
marktaiwanandczaks 3bd7f94861 Fallback for browsers that disables javascript
Conflicts:
	stylesheets/style.css
	templates/post_form.html
2015-03-31 05:54:07 +02:00
marktaiwanandczaks d7f82c58fd Run on index and thread
Clear file queue after upload success

corrected fallback detection
2015-03-31 05:51:28 +02:00
marktaiwanandczaks 48cd7438a1 initial commit file-selector.js 2015-03-31 05:50:42 +02:00