Matěj Grabovský
3e53a9e4e6
Bring mixitup.js back
...
Turns out it's essential for sorting
2015-03-31 08:14:55 +02:00
topkek
e6da7b4682
clean up options code
2015-03-31 07:53:33 +02:00
topkek
8de9b68f5f
checkbox for tree view
...
Conflicts:
js/post-hover.js
2015-03-31 07:53:12 +02:00
topkek
1888e174b3
chrome fix
2015-03-31 07:51:41 +02:00
topkek
d67351534a
toggle tree view
2015-03-31 07:51:31 +02:00
topkek
2256604dad
add global option for tree view
2015-03-31 07:51:20 +02:00
czaks
960053af75
catalog: fix for embed youtube on https
2015-03-31 07:48:03 +02:00
Markerov
6363d8d247
change to use onready()
2015-03-31 07:42:47 +02:00
Markerov
2f7127a3cb
Catalog Search
2015-03-31 07:42:34 +02:00
czaks
a8982ce0a9
f+v.css ...
2015-03-31 07:29:52 +02:00
czaks
de1a9fe568
futaba+vichan.css: do proper styling
2015-03-31 07:27:41 +02:00
czaks
0e805c25d8
file-selector.js: allow file dropping anywhere
2015-03-31 07:20:53 +02:00
czaks
745bdc2b6c
password is text nao, fuck you chrome
2015-03-31 07:01:51 +02:00
Anonish
d3d54b8c76
Update quick-reply.js
...
apparently 600 was still not allowing QR to load on portrait mode. 400 seems to work fine
2015-03-31 06:59:49 +02:00
anonish
c74fc6cefb
QR fix for tablet (portrait) mode in laptops
...
Quick reply will now show up on tablets in portrait mode where width can be < 800px as originally coded (mainly 768x1280 and 800x1280)
2015-03-31 06:59:30 +02:00
czaks
388e87746e
small tweaks to stylesheet
2015-03-31 06:55:29 +02:00
czaks
765dea599b
trivial fixes to file-selector.js
2015-03-31 06:50:05 +02:00
marktaiwan
6f94a06586
file selector: correct typo, click event target
2015-03-31 06:02:08 +02:00
marktaiwan
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
8chan
419d69b4ee
ayylmao @marktaiwan
2015-03-31 06:01:23 +02:00
8chan
f26256f55a
Make file selector work, add to config
...
Conflicts:
inc/instance-config.php
templates/post_form.html
2015-03-31 05:59:54 +02:00
marktaiwan
6e84a25f9a
Adds keyboard focus to file selector
2015-03-31 05:57:45 +02:00
marktaiwan
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
marktaiwan
0005f11098
initialize file selector soon as it's loaded
...
Conflicts:
templates/post_form.html
2015-03-31 05:57:22 +02:00
marktaiwan
3bd7f94861
Fallback for browsers that disables javascript
...
Conflicts:
stylesheets/style.css
templates/post_form.html
2015-03-31 05:54:07 +02:00
marktaiwan
d7f82c58fd
Run on index and thread
...
Clear file queue after upload success
corrected fallback detection
2015-03-31 05:51:28 +02:00
czaks
5a9af83ba6
better slugify support for api
2015-03-31 05:50:52 +02:00
marktaiwan
48cd7438a1
initial commit file-selector.js
2015-03-31 05:50:42 +02:00
8chan
0f1d506586
Change this message again
...
Conflicts:
js/ajax.js
2015-03-31 05:48:45 +02:00
8chan
d3cc27ff5c
Handle XHR errors better
2015-03-31 05:47:09 +02:00
8chan
4083c92dbe
Stop double posting AJAX bug
2015-03-31 05:46:45 +02:00
8chan
61371f77ce
rebuild2 - multithreaded rebuild script
2015-03-31 05:38:14 +02:00
czaks
e35d261ff4
enable embed field for api
2015-03-31 05:32:38 +02:00
8chan
4a22ee9245
Extra files and IDs in API
...
Conflicts:
inc/api.php
2015-03-31 05:28:08 +02:00
czaks
300e9e7e71
fix some png images being discarded
2015-03-31 05:20:00 +02:00
czaks
8f30b02c97
Merge branch 'master' of github.com:vichan-devel/Tinyboard
2015-03-30 06:27:05 +02:00
czaks
5d8e023fc4
remove tinyboard special markup from slugs; thanks stigma for reporting
2015-03-30 06:26:53 +02:00
Marcin Łabanowski
cdac85bb2b
Merge pull request #133 from JasonPuglisi/horizontal-quick-reply-resize
...
Made quick-reply box resizable horizontally
2015-03-30 05:24:11 +02:00
Jason Puglisi
25c2a18a71
Made quick-reply box resizable horizontally
2015-03-29 22:31:38 -04:00
Michael Walker
ca542c9d5d
Merge pull request #13 from mgrabovsky/catalog-nojs
...
Make catalog look OK even with JS disabled
2015-03-28 17:40:44 +00:00
Marcin Łabanowski
8eb3d709f7
Merge pull request #129 from JasonPuglisi/active-content-fix
...
Fixed and re-enabled active content stat for recent theme
2015-03-28 05:22:02 +01:00
Matěj Grabovský
37c5e4f860
Make catalog look OK even with JS disabled
...
For some reason, threads in the catalog were laid out by a jQuery plug-in. This is
now removed and the layout is created purely by handcrafted CSS code.
2015-03-27 22:37:42 +01:00
Michael Walker
ff2531a61e
Merge pull request #12 from mgrabovsky/install-errors
...
Fix errors about uninitialized config during install
2015-03-27 14:14:35 +00:00
Michael Walker
ba7b5edcdf
Change type of catalog_search box from 'search' to 'text' for css reasons
2015-03-27 14:07:15 +00:00
Michael Walker
ca5081533a
Merge pull request #11 from mgrabovsky/catalog-search
...
Add a simple search functionality to the catalog page
2015-03-27 14:00:53 +00:00
Matěj Grabovský
6b21689dcd
Fix errors about uninitialized config during install
2015-03-27 14:30:43 +01:00
Matěj Grabovský
7b33348a16
Fix source URL in comment
2015-03-27 13:59:41 +01:00
Matěj Grabovský
6b37abab85
Allow catalog search by a URL fragment (#s=...)
2015-03-27 13:55:01 +01:00
Matěj Grabovský
3d2ddb8c3b
Make catalog search case-insensitive & instantaneous
2015-03-27 13:38:45 +01:00
Matěj Grabovský
32821745c6
Add a simple search functionality to the catalog
...
Requires commit 20ce699
which adds a wrapper for the controls on the
catalog page.
2015-03-27 13:29:48 +01:00