1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-14 16:26:23 -07:00
Commit graph

317 commits

Author SHA1 Message Date
648fb1bf2e Fix jQuery path in manage template. 2016-01-09 21:22:58 -08:00
Joshua Merrell
f3f42571bc fixed some issues with paging boards 2016-01-04 20:53:56 -08:00
ec3a49e9e5 Continue on the documenting adventure, change paginate to no longer return the original array in the first position of the returned 2d array, added gte and lte to template functions, fixed board page template in order to make Previous button from 1.html work. 2015-12-28 13:24:34 -08:00
Joshua Merrell
4a1d0c1efd generate pages for boards and threads 2015-12-24 23:26:13 -08:00
Joshua Merrell
2017fc6738 add anchor offset to show whole reply 2015-01-10 10:57:24 -08:00
Joshua Merrell
6b52310e80 post preview image should open the ACTUAL image 2014-10-11 12:01:03 -07:00
Joshua Merrell
eef5cc469b open a new tab when an image is clicked 2014-10-11 11:55:29 -07:00
Joshua Merrell
114b20cfba fix recent posts showing up twice on front page, remove some unnecessary (is that spelled right?) columns in board table 2014-06-27 03:25:14 -07:00
Joshua Merrell
4c254f98bb improve OP truncating on board page (check number of lines) 2014-06-20 02:18:00 -07:00
Joshua Merrell
93c62f9753 truncate OP message on board page, remove 'found index' message in command line (it's no longer needed) 2014-06-19 23:52:55 -07:00
Joshua Merrell
edf9485be8 display recent posts on front page, fix posts on thread page 2014-06-15 02:15:51 -07:00
Joshua Merrell
b56683abe5 fix errors on post/thread deletion, delete images attached to deleted posts/threads 2014-06-08 08:26:28 -07:00
Joshua Merrell
1c388222c1 fix image expanding being broken in WebKit/Blink based browsers 2014-05-03 18:12:07 -07:00
Joshua Merrell
def86d91a6 make images expand on mouseclick 2014-04-20 13:16:16 -07:00
Joshua Merrell
8807e6961a remove unnecessary template files 2014-04-08 00:28:16 -07:00
Joshua Merrell
bde431dd31 fix broken image links above the thumbnail 2014-04-08 00:06:23 -07:00
Joshua Merrell
f99b61fd37 show ban page when a banned user tries to post 2014-04-04 12:48:32 -07:00
Joshua Merrell
920079272b manage.js isn't supposed to be loaded before gochan.js in the manage pages 2014-03-07 23:56:41 -08:00
Joshua Merrell
22428282ff remove unnecessary templates/experimental/ folder 2014-02-23 17:43:48 -08:00
Joshua Merrell
041aaf3ccc don't show Anonymous as the name if there's a tripcode 2014-02-23 17:39:17 -08:00
Joshua Merrell
7c04e04fdb templates use new jQuery version, lightbox gets all ban page titles correctly 2014-02-21 21:11:37 -08:00
a1fa7f67ed Make the posts's number links work. 2014-02-14 17:06:02 -08:00
Joshua Merrell
eb27a7e2e8 add backlinking functionality, remove unnecessary config.SiteDomain member 2014-02-14 15:57:48 -08:00
Joshua Merrell
5e902b2fdd looks like I forgot to remove all those newlines 2014-02-12 17:13:12 -08:00
d7aeffb666 I am going crazy with all these UTF-8 charset tags 2014-02-09 02:17:06 -08:00
9246106a0a More validation fixes, yay! 2014-02-09 02:13:59 -08:00
e6b184f51e Fix validation errors, and define charset in HTML. 2014-02-09 02:11:12 -08:00
65c76be5d5 More template fixes and remove silly HTML files. 2014-02-09 01:52:40 -08:00
29bbb51399 Fix really silly mistake. 2014-02-09 01:47:08 -08:00
1c31ae724d Add the view button for the thread back into template. 2014-02-09 01:45:56 -08:00
Joshua Merrell
ccc1fc6633 improve topbar and front page formatting 2014-02-08 23:18:32 -08:00
Joshua Merrell
5698de2801 fix replies not being formatted correctly, fixed W3C validation issues 2014-02-06 01:50:59 -08:00
Joshua Merrell
b405d65999 remove unecessary test html files and add manage.js to board page template 2014-01-31 17:04:38 -08:00
Joshua Merrell
669e4fd0a4 added link to manage.js to the manage template 2013-10-21 18:30:19 -07:00
Joshua Merrell
5fa9a9119f fixed replies not displaying correctly 2013-10-05 15:47:15 -07:00
Joshua Merrell
7ffaca784f added cookie loading 2013-10-05 00:50:59 -07:00
Joshua Merrell
a307320cf3 added improvements to manageboards 2013-09-05 19:54:51 -07:00
Joshua Merrell
6ce048662d staff can delete posts without passwords, a specific error is given if a post has already been deleted, fixed replies to a thread having the same email as the OP on the board page 2013-08-04 01:21:52 -07:00
Joshua Merrell
0e4a465bfd fixed noko, sage, and showing emails 2013-08-02 04:48:34 -07:00
Joshua Merrell
76e3c01a9e added caching for html, removed non-working quick replybox link, fixed mod ban button position 2013-07-29 13:09:12 -07:00
Joshua Merrell
fd6ad8ded9 added ban button in javascript for staff 2013-07-29 06:43:57 -07:00
Joshua Merrell
1557802c17 stickied posts are displayed at the top of the board page 2013-07-29 06:08:11 -07:00
Joshua Merrell
0fb6a1099f fixed file upload box getting too wide, file link issues, and message XSS vulnerabilities 2013-07-29 02:18:53 -07:00
Joshua Merrell
6cec81bb3a fixed replies not being shown on boardpage 2013-07-28 11:54:27 -07:00
Joshua Merrell
ef70ea736e fixed email names showing a blank email link 2013-07-28 06:03:09 -07:00
Joshua Merrell
9f4f5bf544 post deletion (almost) complete 2013-07-27 07:21:11 -07:00
Joshua Merrell
d8cc4ba9b5 Fixed thread page generation bug 2013-07-27 05:45:19 -07:00
Joshua Merrell
eab1ff8987 partially implemented thread deletion 2013-07-26 17:49:38 -07:00
Joshua Merrell
58599eb05a moved staff-related functions to manage.js, added rebuildall page, (almost) finished staff management page 2013-07-20 18:12:51 -07:00
Joshua Merrell
8ebd90a79f Thread creation and board rebuilding nearly finished 2013-07-19 19:00:25 -07:00