czaks
2adf7d99db
integrate favelog into catalog theme; needs more work, code cleanup etc.
2014-04-30 00:14:25 +02:00
czaks
e04cbe9e6f
integrate favelog into catalog theme; needs more work, code cleanup etc.
2014-04-30 00:14:25 +02:00
czaks
bb5446a93d
Merge remote-tracking branch 'origin/br-integration' into staging
2014-04-29 21:35:50 +02:00
czaks
004b0701c1
Merge remote-tracking branch 'origin/br-integration' into staging
2014-04-29 21:35:50 +02:00
czaks
b94e39148b
remove quick-reply-old. it probably doesn't work now, it certainly isn't
...
maintained. this is an old cruft and if needed, it needs rewriting.
2014-04-29 18:37:29 +02:00
czaks
29ca1decd9
remove quick-reply-old. it probably doesn't work now, it certainly isn't
...
maintained. this is an old cruft and if needed, it needs rewriting.
2014-04-29 18:37:29 +02:00
czaks
276a742bce
Revert "change thumb
to file
to overcome a nasty bug in upgrading"
...
This reverts commit b0faa1a7e40e1d193c64dcfcffd38cdb594c13a6.
2014-04-27 16:19:41 +02:00
czaks
7ca6ce25f5
Revert "change thumb
to file
to overcome a nasty bug in upgrading"
...
This reverts commit b0faa1a7e40e1d193c64dcfcffd38cdb594c13a6.
2014-04-27 16:19:41 +02:00
czaks
b0faa1a7e4
change thumb
to file
to overcome a nasty bug in upgrading
2014-04-27 16:05:38 +02:00
czaks
8c7505d396
change thumb
to file
to overcome a nasty bug in upgrading
2014-04-27 16:05:38 +02:00
copypaste
c483e1258c
multiimage posting
2014-04-27 15:48:47 +02:00
copypaste
f178769a0a
multiimage posting
2014-04-27 15:48:47 +02:00
8chan
7f56103958
Search page fix
2014-04-23 21:59:41 +00:00
8chan
03dea2173e
Merge vichan
2014-04-21 13:46:04 +00:00
czaks
0ec6355358
fix recentposts theme building null query, throw error instead
2014-04-20 23:33:52 +02:00
czaks
a4689d5239
fix recentposts theme building null query, throw error instead
2014-04-20 23:33:52 +02:00
czaks
a93530e32f
update copyright footers in themes
2014-04-20 02:27:54 +02:00
czaks
dc93b06d90
update copyright footers in themes
2014-04-20 02:27:54 +02:00
8chan
b1688235dd
Merge vichan-devel
2014-04-19 20:11:34 +00:00
8chan
8620e96971
Re-add board into querystring for banners
2014-04-19 20:03:54 +00:00
8chan
071ffaa69c
Attempt to fix scroll to anchor issue
2014-04-19 20:02:39 +00:00
8chan
6d7dc7d2d5
Remove openBoard() from ukko
2014-04-19 20:02:15 +00:00
kaf
f83c87b623
Added: /pol/-like flags based on a953229de7
...
Conflicts:
inc/config.php
templates/post_form.html
2014-04-19 18:48:17 +02:00
kaf
1c2aa523a3
Added: /pol/-like flags based on a953229de7
...
Conflicts:
inc/config.php
templates/post_form.html
2014-04-19 18:48:17 +02:00
czaks
bfc4df8276
Merge branch 'master' of github.com:vichan-devel/Tinyboard into br-integration
2014-04-19 00:24:52 +02:00
czaks
6f39fecb53
Merge branch 'master' of github.com:vichan-devel/Tinyboard into br-integration
2014-04-19 00:24:52 +02:00
czaks
e5c48282c4
apply new branding for vichan-devel
2014-04-17 17:11:32 +02:00
czaks
388867d67f
apply new branding for vichan-devel
2014-04-17 17:11:32 +02:00
8chan
c555a88aa9
Fix stylechooser
2014-04-17 00:41:33 +00:00
root
b30fff7ca7
Merge unmerged live changes
2014-04-16 15:14:02 +00:00
root
e34fe06db1
Merge vichan-devel!
2014-04-16 15:05:32 +00:00
czaks
59874b8376
modularize post templates a little more
2014-04-16 15:01:37 +02:00
czaks
037c29619d
modularize post templates a little more
2014-04-16 15:01:37 +02:00
czaks
48bc9d9e29
add some files missing from the previous commit
2014-04-16 11:58:41 +02:00
czaks
08f3044a7b
add some files missing from the previous commit
2014-04-16 11:58:41 +02:00
czaks
e81ce17fb4
modularize post templates a little bit; try to unify duplicate code
2014-04-16 11:54:41 +02:00
czaks
de2e9ae11a
modularize post templates a little bit; try to unify duplicate code
2014-04-16 11:54:41 +02:00
czaks
e08bc5d54d
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
2014-04-12 20:52:42 +02:00
czaks
b3628f460e
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
2014-04-12 20:52:42 +02:00
Michael Reiley
677e428a4d
Update copyright years.
2014-04-12 11:12:42 -07:00
Michael Reiley
2a2df69a10
Update copyright years.
2014-04-12 11:12:42 -07:00
czaks
15c0802c06
Disable the sucky chrome autofill
...
It used to force login into "embed" field and password into post password.
Disabling autocomplete (at form) didn't work. Recreating the fields either.
Trying to induce default values didn't as well. x-autocompletetype didn't.
What worked – creating two dummy fields:
<input type='text'>
<input type='password'>
...just before the real post password.
2014-04-10 11:44:38 +02:00
czaks
afd5bf7510
Disable the sucky chrome autofill
...
It used to force login into "embed" field and password into post password.
Disabling autocomplete (at form) didn't work. Recreating the fields either.
Trying to induce default values didn't as well. x-autocompletetype didn't.
What worked – creating two dummy fields:
<input type='text'>
<input type='password'>
...just before the real post password.
2014-04-10 11:44:38 +02:00
czaks
e034b9179d
fix paths in templates
2014-04-06 21:48:31 +02:00
czaks
18de02655f
fix paths in templates
2014-04-06 21:48:31 +02:00
8chan Admin
195c587dc0
Catalog 8chan fixes
2014-04-05 21:04:46 +00:00
8chan Admin
89fd0a67ad
add footer to page.html
2014-04-05 16:25:39 +00:00
8chan Admin
f0be54b98b
add meta_description
2014-04-05 16:25:20 +00:00
8chan Admin
3301548eee
fix bug where mods could see bans not on their board on IP page
2014-04-05 16:24:26 +00:00
czaks
f0b2240b5f
Merge branch 'master' of github.com:vichan-devel/Tinyboard into br-integration
2014-03-25 13:03:37 +01:00