Based on statistics, the Delete option is never used, so it's useless
unps.core.js contains code primarly to change submit button to reflect
current selected option
This is to show that the page is actually doing something
if the return message doesn't get shown right away for whatever
reason (slow connection, overloaded server, memory leaks, etc)
This hasn't been implemented yet, but it's a work in progress.
I'm planning on only having one ad display on the page under the
message.
Something else that needs to be done is a loading animation where
the message will appear as the AJAX processes the request
I realized that every single existing link created with v4-2.8 or
earlier would break since it relies on the value of $_GET['l'].
This will keep the old links working, and to reduce server load a
little bit, we will exit after those header statements
I found that right after committing the last commit, the last id
entered would be the one finally redirected to. This also slowed
page load time. By grabbing only the very first key of $_GET and
throwing away the rest, the script will only look at the first
string after the '?'
Need to change links to reflect these changes (or it will try to
redirect to 'l' everytime instead of the id)
By breaking up the $_GET array and grabbing the key (what used to be l),
ignoring the value, we can shorten links by two more characters.
This is kinda hacky since it does this for multiple get values
-- Still need to test to see what happens with multiple link ids.
I assume it will just go with the first id given
While it looks kinda nice, some people might not apprecieate that it
takes so much time for the page to pop up and it looks like the page
froze or something.
To change the theme (change to the dark background) go to http://unps.us/?newbg
Other changes include redesigning the form area to make them look like buttons
that automatically resize depending on which one is selected.
eh I guess I'm a bit of a narcissist.
UnPS-Short is licensed under
the Creative Commons Attribution-NonCommercial-ShareAlike 3.0
Unported License.
To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/
Bootstrap is Copyright 2013 Twitter, Inc under the Apache 2.0 license.
The anti-spam is fairly simple and will only stop basic threats
I coded this with future planning (and to fill the navbar), half
links don't actually work as of yet
There currently is no user system, login button disabled as a result