1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-23 12:12:40 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
alopexc0de
9cabd24d19
Add forgotten semicolon on line 52.
I was wondering why my script had suddenly stopped working and thought it was
    a Redis problem.
Turns out that I was getting PHP parse errors and didn't check the logs
2014-07-22 13:08:15 -04:00
alopexc0de
c02e6d6f28
Add Regis caching
This is very basic where I check the Regis table to see if a short link exists
If not, query the mysql server and pull that result into Regis as linkID and link
I might make some modifications to this
2014-07-20 19:42:00 -04:00
alopexc0de
92140f083a Add the Montserrat google cdn font to relevant pages
I think I'm going to require a head file that has all this needed info
2014-07-14 18:37:43 -04:00
alopexc0de
591e3de923 Add favicon to website 2014-07-10 16:06:01 -04:00
alopexc0de
2692bdf753 Moved from windows to linux - Git is acting weird
The files changed totally apparently, even though no actual changes were made
2014-07-04 17:28:17 -04:00
alopexc0de
c2dbb861d0 Add link tracking and require tracking function
Nothing special here. I think I'm supposed to echo those tracking functions though
2014-07-03 15:20:13 -04:00
alopexc0de
d86eb10d1f Move database connection to independant file 2014-06-26 20:38:35 -04:00
alopexc0de
160af78728 Make submit-btn type submit and make ajax jquery smaller
The AJAX in its current state doesn't work if the type is a button,
and removeClass can remove multiple classes
2014-06-26 19:31:37 -04:00
alopexc0de
a70aca3d64 Remove test messages, add AJAX loader, and form button click event
Interface is complete, I just need to code the backend of this page in
	process.php
2014-06-22 21:16:11 -04:00
alopexc0de
0598e96979 Add onclick for popup link unps.us 2014-06-22 02:00:51 -04:00
alopexc0de
e845309c84 Change keys, remove newlink (TEMP), align copy icon more right
As stated in the comments, I don't feel like rewriting the code to generate
the links, so I'm leaving it as is right now. I will work on it at a later
time
2014-06-22 01:26:46 -04:00
alopexc0de
8123350295 Changes to interface 2014-06-18 00:32:19 -04:00
alopexc0de
6ebe2553ca Build the site layout and begin UI development
This is the basic info on the index, but other pages have to
be done
2014-05-09 14:28:18 -05:00