saguaroib / saguaro

saguaro imgboard software
14 stars 5 forks source link

Panel redesign - Functional #173

Closed Apogate closed 8 years ago

Apogate commented 8 years ago

Part one of two:

This push does a LOT of stuff so I'll try to keep it pretty.

Functional changes:

Future plans:

Issues that need to be resolved before this can be merged:

Apogate commented 8 years ago

This PR also adds opportunity for expansion:

You can hop right to posts in panel view from anywhere now by visiting [board url]/admin.php?mode=res&no=[post#], as well as submit bans via a url [board url]/admin?mode=ban&no=[post # to ban]

both which would make implementing anything in a javascript/jquery admin extension much easier.

Apogate commented 8 years ago

Fixes #174

Apogate commented 8 years ago

Fixes #170

Yushe commented 8 years ago

So does this or the latest commits fix the br bug? Because my users are getting really annoyed at me for not implanting a fix.

RePod commented 8 years ago

Then implement one, you can contribute too.

Apogate commented 8 years ago

@Yushe i'll give you an amswer when you upload your core folder code for /v/ :^)

Yushe commented 8 years ago

@Apogate I have uploaded it https://github.com/Yushe/3ch/issues/1

Apogate commented 8 years ago

@Yushe Yes - To update for this one however, you're going to have to delete /plugins, /css and /core and replace them

You'll also have to replace imgboard.php and admin.php

Yushe commented 8 years ago

@Apogate I always replace those files.